Home
last modified time | relevance | path

Searched refs:IsStatefulPartitionedCall (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h165 bool IsStatefulPartitionedCall(const NodeDef& node);
Dop_types.cc485 bool IsStatefulPartitionedCall(const NodeDef& node) { in IsStatefulPartitionedCall() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc478 if (IsPartitionedCall(node) || IsStatefulPartitionedCall(node)) { in FindFunctionCall()