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

Function Unimplemented

tensorflow/compiler/xla/util.h:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251template <typename... Args>
252Status Unimplemented(const absl::FormatSpec<Args...>& format,
253 const Args&... args) {
254 return WithLogBacktrace(
255 tensorflow::errors::Unimplemented(absl::StrFormat(format, args...)));
256}
257template <typename... Args>
258Status InternalError(const absl::FormatSpec<Args...>& format,
259 const Args&... args) {

Callers 15

NewAppendableFileMethod · 0.85
CleanupMethod · 0.85
BatchGetMethod · 0.85
BatchSetMethod · 0.85
BatchGetAsyncMethod · 0.85
BatchSetAsyncMethod · 0.85
BatchGetAsyncMethod · 0.85
BatchSetAsyncMethod · 0.85
SyncMethod · 0.85
CreateMethod · 0.85
ExtendMethod · 0.85
CloseMethod · 0.85

Calls 1

WithLogBacktraceFunction · 0.85

Tested by 15

CreateMethod · 0.68
ExtendMethod · 0.68
CloseMethod · 0.68
ListDevicesMethod · 0.68
SyncMethod · 0.68
SyncMethod · 0.68
TESTFunction · 0.68
DefaultActionMethod · 0.68
MakeFakeLiteralInternalFunction · 0.68
SyncMethod · 0.68