Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_node_util.cc42 Status AttachDef(const Status& status, const Node& node, in AttachDef() function
44 return AttachDef(status, node.def(), allow_multiple_formatted_node); in AttachDef()
Dgraph_node_util.h60 Status AttachDef(const Status& status, const Node& node,
Dgraph.cc437 *status = AttachDef(*status, node_def); in AddNode()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util_test.cc633 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()
Dnode_def_util.cc172 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
Dnode_def_util.h374 Status AttachDef(const Status& status, const NodeDef& node_def,
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc208 return AttachDef( in Run()
256 return AttachDef( in Run()
Dcolocation_graph.cc668 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()
Dexecutor.cc660 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/
Dgraph_compiler.cc141 s = AttachDef(s, *n); in Compile()
175 return AttachDef(s, n->def()); in Compile()