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

Function InternalError

tensorflow/compiler/xla/util.h:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257template <typename... Args>
258Status InternalError(const absl::FormatSpec<Args...>& format,
259 const Args&... args) {
260 return WithLogBacktrace(
261 tensorflow::errors::Internal(absl::StrFormat(format, args...)));
262}
263template <typename... Args>
264Status FailedPrecondition(const absl::FormatSpec<Args...>& format,
265 const Args&... args) {

Callers 15

InternalErrorStrCatFunction · 0.70
CodegenModuleFunction · 0.50
ToJsonFunction · 0.50
ComputeConstantMethod · 0.50
Bfloat16DtypeFunction · 0.50
program_shapeMethod · 0.50
VerifyMethod · 0.50
CheckOperandCountFunction · 0.50
CheckParameterCountFunction · 0.50
PreprocessMethod · 0.50
CheckReplicaGroupsFunction · 0.50

Calls 2

WithLogBacktraceFunction · 0.85
InternalFunction · 0.85

Tested by 5

TEST_FFunction · 0.40
RunMethod · 0.40
TEST_FFunction · 0.40