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

Function MakeStatus

tensorflow/compiler/xla/status_macros.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 "to compile as much of the graph as the compiler is able to.";
34
35static Status MakeStatus(tensorflow::error::Code code, const string& message) {
36 return Status(code, message);
37}
38
39// Log the error at the given severity, optionally with a stack trace.
40// If log_severity is NUM_SEVERITIES, nothing is logged.

Callers 1

MakeErrorFunction · 0.70

Calls 1

StatusClass · 0.50

Tested by

no test coverage detected