Searched refs:AttachDef (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_node_util.cc | 42 Status AttachDef(const Status& status, const Node& node, in AttachDef() function 44 return AttachDef(status, node.def(), allow_multiple_formatted_node); in AttachDef()
|
D | graph_node_util.h | 60 Status AttachDef(const Status& status, const Node& node,
|
D | graph.cc | 437 *status = AttachDef(*status, node_def); in AddNode()
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util_test.cc | 633 TEST(AttachDef, AllowMultipleFormattedNode) { in TEST() argument 639 Status s2 = AttachDef(s, a, true); in TEST() 641 Status s3 = AttachDef(s2, b, true); in TEST() 645 TEST(AttachDef, DisallowMultipleFormattedNode) { in TEST() argument 651 Status s2 = AttachDef(s, a, false); in TEST() 653 Status s3 = AttachDef(s2, b, false); in TEST()
|
D | node_def_util.cc | 172 s = AttachDef(s, *ndef_); in Find() 796 return AttachDef(s, node_def); in ValidateExternalNodeDefSyntax() 803 return AttachDef(s, node_def); in ValidateExternalNodeDefSyntax() 807 return AttachDef(errors::InvalidArgument( in ValidateExternalNodeDefSyntax() 816 Status AttachDef(const Status& status, const NodeDef& node_def, in AttachDef() function
|
D | node_def_util.h | 374 Status AttachDef(const Status& status, const NodeDef& node_def,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | placer.cc | 208 return AttachDef( in Run() 256 return AttachDef( in Run()
|
D | colocation_graph.cc | 668 return AttachDef( in ColocateResourceOrRefEdge() 889 return AttachDef(s, *node); in ColocateNodeToGroup() 896 << AttachDef(s, *node).ToString(); in ColocateNodeToGroup() 1175 return AttachDef(status, *node); in InitializeMembers()
|
D | executor.cc | 660 s = AttachDef(s, *n); in Initialize() 2010 return AttachDef( in PrepareInputs() 2019 return AttachDef(errors::FailedPrecondition( in PrepareInputs() 2047 return AttachDef( in PrepareInputs() 2069 s = AttachDef(s, item.kernel->def()); in ProcessOutputs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 141 s = AttachDef(s, *n); in Compile() 175 return AttachDef(s, n->def()); in Compile()
|