Searched refs:indices_is_empty (Results 1 – 2 of 2) sorted by relevance
227 bool* indices_is_empty) const;
2726 const NodeDef& node, bool* indices_is_empty) const { in IsReductionWithConstantIndices()2739 *indices_is_empty = TensorShape(reduction_indices_shape).num_elements() == 0; in IsReductionWithConstantIndices()2832 bool indices_is_empty = false; in SimplifyReduction() local2833 if (!IsReductionWithConstantIndices(*node, &indices_is_empty)) { in SimplifyReduction()2836 if (indices_is_empty) { in SimplifyReduction()