Searched defs:from_shape (Results 1 – 3 of 3) sorted by relevance
39 bool ReshapeIsBitcast(const Shape& from_shape, const Shape& to_shape) const { in ReshapeIsBitcast()
1202 const Shape& from_shape, const Shape& to_shape, in ReshapeLeavesDimensionsUnmodified()
644 const Shape& from_shape = should_broadcast_lhs ? *lhs_shape : *rhs_shape; in BinaryOp() local