Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc783 const std::vector<OpInfo::TensorProperties>& reshape_props = in MaterializeReductionIndices() local
785 if (reshape_props.size() != 1) { in MaterializeReductionIndices()
788 const OpInfo::TensorProperties& reshape_prop = reshape_props[0]; in MaterializeReductionIndices()
Darithmetic_optimizer.cc2072 const OpInfo::TensorProperties* reshape_props; in InputMatchesTargetShape() local
2074 if (!GetTensorProperties(reshape.name(), &reshape_props).ok() || in InputMatchesTargetShape()
2080 reshape_props->shape()); in InputMatchesTargetShape()