Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h227 bool* indices_is_empty) const;
Dconstant_folding.cc2726 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() local
2833 if (!IsReductionWithConstantIndices(*node, &indices_is_empty)) { in SimplifyReduction()
2836 if (indices_is_empty) { in SimplifyReduction()