Searched refs:SummarizeNode (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_def_util.cc | 62 attrs.SummarizeNode(), "'"); in KernelAttrsMatch() 75 constraint.name(), "' not in NodeDef '", attrs.SummarizeNode(), in KernelAttrsMatch()
|
D | node_def_util.h | 50 string SummarizeNode(const Node& node); 164 string SummarizeNode() const;
|
D | node_def_util.cc | 80 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/ |
D | hvx_ops_support_checker_main.cc | 57 static void SummarizeNode(const NodeDef& node_def, in SummarizeNode() function 153 SummarizeNode(node, dump_shape_and_type); in CheckOpsSupport()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 539 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()
|
D | deadness_analysis.cc | 826 backedges.push_back(absl::StrCat(" ", SummarizeNode(*backedge->src()))); in CreateMultipleNextIterationInputsError()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 1588 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()
|
D | executor.cc | 1696 << 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/ |
D | graph.cc | 119 strings::StrAppend(&ret, " def:{", SummarizeNode(*this), "}}"); in DebugString()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 1178 SummarizeNode(*node)); in InlineSymbolicGradient()
|