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

Function LogNotCompilable

tensorflow/compiler/jit/compilability_check_util.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void LogNotCompilable(const Node& node, absl::string_view reason = "") {
72 VLOG(3) << "Found uncompilable node " << node.name() << " (op "
73 << node.type_string() << ")" << (reason.empty() ? "" : ": ")
74 << reason;
75}
76
77Status MakeCallNodeFromAttribute(const Node& node, const std::string& attr_name,
78 NodeDef* node_def) {

Callers 1

IsCompilableNodeMethod · 0.85

Calls 2

nameMethod · 0.65
emptyMethod · 0.45

Tested by

no test coverage detected