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

Function Unavailable

tensorflow/compiler/xla/util.h:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285template <typename... Args>
286Status Unavailable(const absl::FormatSpec<Args...>& format,
287 const Args&... args) {
288 return WithLogBacktrace(
289 tensorflow::errors::Unavailable(absl::StrFormat(format, args...)));
290}
291template <typename... Args>
292Status Unknown(const absl::FormatSpec<Args...>& format, const Args&... args) {
293 return WithLogBacktrace(

Callers 15

_InitMultiUploadMethod · 0.85
ComputeMethod · 0.85
DecodeFunction · 0.85
InitMethod · 0.85
RunMethod · 0.85
CreateEndpointMethod · 0.85
ParseTextProtoFunction · 0.85
CreateBFCAllocatorFunction · 0.85
RenderGraphFunction · 0.85
ProvisionMethod · 0.85

Calls 1

WithLogBacktraceFunction · 0.85

Tested by 6

TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
CreateRetriableErrorsFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68