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

Function NotFound

tensorflow/compiler/xla/util.h:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280template <typename... Args>
281Status NotFound(const absl::FormatSpec<Args...>& format, const Args&... args) {
282 return WithLogBacktrace(
283 tensorflow::errors::NotFound(absl::StrFormat(format, args...)));
284}
285template <typename... Args>
286Status Unavailable(const absl::FormatSpec<Args...>& format,
287 const Args&... args) {

Callers 15

FileExistsMethod · 0.85
_ListObjectsMethod · 0.85
_StatInternalMethod · 0.85
DeleteRecursivelyMethod · 0.85
GetValidSavedModelDirMethod · 0.85
GetNamedSignatureFunction · 0.85
BindGenericInputsFunction · 0.85
BindGenericNamesFunction · 0.85
ReadMethod · 0.85
FileExistsMethod · 0.85

Calls 1

WithLogBacktraceFunction · 0.85

Tested by 11

FindIfThenAndElseFunction · 0.68
FindWhileCondAndBodyFunction · 0.68
EncapsulateFunction · 0.68
FindHloInstructionFunction · 0.68
MakeCandidateFnMethod · 0.68
FileExistsMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
LoadGraphFunction · 0.68
ReadLabelsFileFunction · 0.68