MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Internal

Function Internal

tensorflow/compiler/xla/util.h:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296template <typename... Args>
297Status Internal(const absl::FormatSpec<Args...>& format, const Args&... args) {
298 return WithLogBacktrace(
299 tensorflow::errors::Internal(absl::StrFormat(format, args...)));
300}
301
302template <typename... Args>
303Status InvalidArgumentStrCat(Args&&... concat) {

Callers 15

ReplaceNodeFunction · 0.85
GetShapeValueFunction · 0.85
GetInputNodesInfoFunction · 0.85
GetNodeAttrFunction · 0.85
FindVariablePartsMethod · 0.85
GetFeature2IdAttrMethod · 0.85
ConvertKVOpsMethod · 0.85
FreezeSignatureDefMethod · 0.85
ConvertToHashImportOpMethod · 0.85
ConvertToHashTableOpsMethod · 0.85
AddIncrRestoreOpsMethod · 0.85

Calls 1

WithLogBacktraceFunction · 0.85

Tested by 15

TESTFunction · 0.68
TESTFunction · 0.68
GetTestDeviceFunction · 0.68
CompileMethod · 0.68
EncapsulateFunction · 0.68
EncapsulateFunction · 0.68
CreateIntUnsuccessfullyFunction · 0.68
ReturnStatusErrorFunction · 0.68
RunFileCheckFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68