Home
last modified time | relevance | path

Searched refs:IsPartitionedCall (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h113 bool IsPartitionedCall(const NodeDef& node);
Dop_types.cc349 bool IsPartitionedCall(const NodeDef& node) { in IsPartitionedCall() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc195 if (node.IsPartitionedCall()) { in GetFunctionNameAndAttr()
Dxla_compiler.cc963 if (node.IsPartitionedCall()) { in GetPotentialFunctionName()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h176 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; } in IsPartitionedCall() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1786 return node.IsPartitionedCall() || in IsFunctionCall()
1822 p.first->IsPartitionedCall() in ExpandInlineFunctions()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc478 if (IsPartitionedCall(node) || IsStatefulPartitionedCall(node)) { in FindFunctionCall()