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

Function FailedPrecondition

tensorflow/compiler/xla/util.h:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263template <typename... Args>
264Status FailedPrecondition(const absl::FormatSpec<Args...>& format,
265 const Args&... args) {
266 return WithLogBacktrace(
267 tensorflow::errors::FailedPrecondition(absl::StrFormat(format, args...)));
268}
269template <typename... Args>
270Status Cancelled(const absl::FormatSpec<Args...>& format, const Args&... args) {
271 return WithLogBacktrace(

Callers 15

DeleteDirMethod · 0.85
IsDirectoryMethod · 0.85
RunIncrMainOpFunction · 0.85
RunMainOpFunction · 0.85
GetInitOpFunction · 0.85
ValidateNodeFunction · 0.85
RealMainFunction · 0.85
SparsifyWeightsFunction · 0.85
SparsifyGatherInternalFunction · 0.85
PerformCollectiveOpFunction · 0.85
IsMPIInitializedFunction · 0.85

Calls 1

WithLogBacktraceFunction · 0.85

Tested by 4

CreateDirMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68