Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2732 NodeDef* reductions_indices = node_map_->GetNode(node.input(1)); in IsReductionWithConstantIndices() local
2733 if (!IsReallyConstant(*reductions_indices) || in IsReductionWithConstantIndices()
2734 !reductions_indices->attr().count("value")) { in IsReductionWithConstantIndices()
2738 reductions_indices->attr().at("value").tensor().tensor_shape(); in IsReductionWithConstantIndices()