Searched refs:operand_shape_ptrs (Results 1 – 1 of 1) sorted by relevance
161 std::vector<const Shape*> operand_shape_ptrs; in BuildFusion() local827 std::vector<const Shape*> operand_shape_ptrs; in Call() local829 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Call()834 operand_shape_ptrs, in Call()1060 std::vector<const Shape*> operand_shape_ptrs; in ConcatInDim() local1062 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in ConcatInDim()1065 operand_shape_ptrs, dimension)); in ConcatInDim()1238 std::vector<const Shape*> operand_shape_ptrs; in Tuple() local1240 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Tuple()1244 HloOpcode::kTuple, operand_shape_ptrs)); in Tuple()[all …]