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

Function UnimplementedError

tensorflow/stream_executor/lib/status.h:36–38  ·  view source on GitHub ↗

Define some canonical error helpers.

Source from the content-addressed store, hash-verified

34
35// Define some canonical error helpers.
36inline Status UnimplementedError(absl::string_view message) {
37 return Status(error::UNIMPLEMENTED, message);
38}
39inline Status InvalidArgumentError(absl::string_view message) {
40 return Status(error::INVALID_ARGUMENT, message);
41}

Callers 15

GetKernelMethod · 0.50
LoadModuleMethod · 0.50
LaunchMethod · 0.50
LaunchExecutableGraphMethod · 0.50
BeginGraphCaptureMethod · 0.50
EndGraphCaptureMethod · 0.50
InstantiateGraphMethod · 0.50
UpdateExecutableGraphMethod · 0.50
DestroyGraphMethod · 0.50
GetVersionMethod · 0.50

Calls 1

StatusEnum · 0.50

Tested by

no test coverage detected