Home
last modified time | relevance | path

Searched defs:IsPartitionedCall (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h193 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; } in IsPartitionedCall() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc418 bool IsPartitionedCall(const NodeDef& node) { in IsPartitionedCall() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc605 bool TFGraphDialect::IsPartitionedCall(TFOp op) const { in IsPartitionedCall() function in mlir::tfg::TFGraphDialect