Searched refs:AttachDef (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util_test.cc | 576 TEST(AttachDef, AllowMultipleFormattedNode) { in TEST() argument 582 Status s2 = AttachDef(s, a, true); in TEST() 584 Status s3 = AttachDef(s2, b, true); in TEST() 588 TEST(AttachDef, DisallowMultipleFormattedNode) { in TEST() argument 594 Status s2 = AttachDef(s, a, false); in TEST() 596 Status s3 = AttachDef(s2, b, false); in TEST()
|
D | node_def_util.cc | 187 s = AttachDef(s, *ndef_); in Find() 683 return AttachDef(s, node_def); in ValidateExternalNodeDefSyntax() 690 return AttachDef(s, node_def); in ValidateExternalNodeDefSyntax() 694 return AttachDef(errors::InvalidArgument( in ValidateExternalNodeDefSyntax() 703 Status AttachDef(const Status& status, const NodeDef& node_def, in AttachDef() function 717 Status AttachDef(const Status& status, const Node& node, in AttachDef() function 719 return AttachDef(status, node.def(), allow_multiple_formatted_node); in AttachDef()
|
D | node_def_util.h | 322 Status AttachDef(const Status& status, const NodeDef& node_def, 324 Status AttachDef(const Status& status, const Node& node,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | placer.cc | 146 return AttachDef( in Run() 194 return AttachDef( in Run()
|
D | colocation_graph.cc | 539 return AttachDef( in ColocateResourceOrRefEdge() 592 return AttachDef(s, *node); in ColocateNodeToGroup() 599 << AttachDef(s, *node).ToString(); in ColocateNodeToGroup() 835 return AttachDef(status, *node); in InitializeMembers()
|
D | executor.cc | 635 s = AttachDef(s, *n); in Initialize() 1919 return AttachDef( in PrepareInputs() 1928 return AttachDef(errors::FailedPrecondition( in PrepareInputs() 1956 return AttachDef( in PrepareInputs() 1979 s = AttachDef(s, item.kernel->def()); in ProcessOutputs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 138 s = AttachDef(s, *n); in Compile() 172 return AttachDef(s, n->def()); in Compile()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 415 *status = AttachDef(*status, node_def); in AddNode()
|