Home
last modified time | relevance | path

Searched refs:SummarizeNode (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dkernel_def_util.cc62 attrs.SummarizeNode(), "'"); in KernelAttrsMatch()
75 constraint.name(), "' not in NodeDef '", attrs.SummarizeNode(), in KernelAttrsMatch()
Dnode_def_util.h50 string SummarizeNode(const Node& node);
164 string SummarizeNode() const;
Dnode_def_util.cc80 string AttrSlice::SummarizeNode() const { in SummarizeNode() function in tensorflow::AttrSlice
86 string SummarizeNode(const Node& node) { return SummarizeNodeDef(node.def()); } in SummarizeNode() function
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
Dhvx_ops_support_checker_main.cc57 static void SummarizeNode(const NodeDef& node_def, in SummarizeNode() function
153 SummarizeNode(node, dump_shape_and_type); in CheckOpsSupport()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc539 void PrintTo(const Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); } in PrintTo()
540 void PrintTo(Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); } in PrintTo()
Ddeadness_analysis.cc826 backedges.push_back(absl::StrCat(" ", SummarizeNode(*backedge->src()))); in CreateMultipleNextIterationInputsError()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1588 VLOG(3) << "Inline function call: " << SummarizeNode(*caller) << " [" in InlineFunctionBody()
1594 LOG(WARNING) << "Inlining mismatch: " << SummarizeNode(*caller) << " vs. " in InlineFunctionBody()
1805 VLOG(3) << "noinline: " << SummarizeNode(*node); in ExpandInlineFunctions()
Dexecutor.cc1696 << SummarizeNode(*node) << (tagged_node.is_dead ? " is dead" : "") in Process()
1757 << SummarizeNode(*state->item->node) in Process()
1845 << params.step_id << " " << SummarizeNode(*node) in Process()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc119 strings::StrAppend(&ret, " def:{", SummarizeNode(*this), "}}"); in DebugString()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1178 SummarizeNode(*node)); in InlineSymbolicGradient()