Searched refs:reshape_props (Results 1 – 2 of 2) sorted by relevance
724 const std::vector<OpInfo::TensorProperties>& reshape_props = in MaterializeReductionIndices() local726 if (reshape_props.size() != 1) { in MaterializeReductionIndices()729 const OpInfo::TensorProperties& reshape_prop = reshape_props[0]; in MaterializeReductionIndices()
1883 OpInfo::TensorProperties reshape_props; in ReshapeIsIdentity() local1886 if (!GetTensorProperties(reshape.name(), &reshape_props).ok() || in ReshapeIsIdentity()1891 return ShapesSymbolicallyEqual(input_props.shape(), reshape_props.shape()); in ReshapeIsIdentity()