Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscan_ops_gpu.h118 struct IsSum { struct
139 static_assert(IsSum<T, Op>::value || IsProd<T, Op>::value || argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc589 bool IsSum(const NodeDef& node) { return node.op() == "Sum"; } in IsSum() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc908 bool TFGraphDialect::IsSum(TFOp op) const { in IsSum() function in mlir::tfg::TFGraphDialect