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

Function HasResourceInput

tensorflow/compiler/jit/compilability_check_util.cc:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65namespace {
66
67bool HasResourceInput(const Node& node) {
68 return absl::c_count(node.input_types(), DT_RESOURCE) != 0;
69}
70
71void LogNotCompilable(const Node& node, absl::string_view reason = "") {
72 VLOG(3) << "Found uncompilable node " << node.name() << " (op "

Callers 1

IsCompilableNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected