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.cc724 const std::vector<OpInfo::TensorProperties>& reshape_props = in MaterializeReductionIndices() local
726 if (reshape_props.size() != 1) { in MaterializeReductionIndices()
729 const OpInfo::TensorProperties& reshape_prop = reshape_props[0]; in MaterializeReductionIndices()
Darithmetic_optimizer.cc1883 OpInfo::TensorProperties reshape_props; in ReshapeIsIdentity() local
1886 if (!GetTensorProperties(reshape.name(), &reshape_props).ok() || in ReshapeIsIdentity()
1891 return ShapesSymbolicallyEqual(input_props.shape(), reshape_props.shape()); in ReshapeIsIdentity()