Home
last modified time | relevance | path

Searched refs:NC_PARTITIONED_CALL (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h193 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; } in IsPartitionedCall()
200 return class_ == NC_PARTITIONED_CALL || class_ == NC_FUNCTION_OP || in IsFunctionCall()
322 NC_PARTITIONED_CALL, enumerator
Dgraph.cc82 {"PartitionedCall", NC_PARTITIONED_CALL}, in GetNodeClassForOp()
83 {"StatefulPartitionedCall", NC_PARTITIONED_CALL}, in GetNodeClassForOp()