Searched refs:operand_shape_ptrs (Results 1 – 1 of 1) sorted by relevance
719 std::vector<const Shape*> operand_shape_ptrs; in Call() local721 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Call()726 operand_shape_ptrs, in Call()978 std::vector<const Shape*> operand_shape_ptrs; in ConcatInDim() local980 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in ConcatInDim()983 operand_shape_ptrs, dimension)); in ConcatInDim()1098 std::vector<const Shape*> operand_shape_ptrs; in Tuple() local1100 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Tuple()1104 HloOpcode::kTuple, operand_shape_ptrs)); in Tuple()1628 std::vector<const Shape*> operand_shape_ptrs; in Sort() local[all …]