Home
last modified time | relevance | path

Searched refs:IsAnySparseSegmentReduction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.h37 bool IsAnySparseSegmentReduction(const NodeDef& node);
H A Dop_types.cc79 bool IsAnySparseSegmentReduction(const NodeDef& node) { in IsAnySparseSegmentReduction() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc88 bool TFGraphDialect::IsAnySparseSegmentReduction(TFOp op) const { in IsAnySparseSegmentReduction() function in mlir::tfg::TFGraphDialect
H A Dtf_op_names.inc15 bool IsAnySparseSegmentReduction(TFOp op) const;
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc4117 return IsAnySparseSegmentReduction(*node); in IsSupported()
4244 return IsAnySparseSegmentReduction(*node); in IsSupported()