Searched refs:reshape_props (Results 1 – 2 of 2) sorted by relevance
783 const std::vector<OpInfo::TensorProperties>& reshape_props = in MaterializeReductionIndices() local785 if (reshape_props.size() != 1) { in MaterializeReductionIndices()788 const OpInfo::TensorProperties& reshape_prop = reshape_props[0]; in MaterializeReductionIndices()
2072 const OpInfo::TensorProperties* reshape_props; in InputMatchesTargetShape() local2074 if (!GetTensorProperties(reshape.name(), &reshape_props).ok() || in InputMatchesTargetShape()2080 reshape_props->shape()); in InputMatchesTargetShape()