Searched refs:operand_shape_ptrs (Results 1 – 1 of 1) sorted by relevance
615 std::vector<const Shape*> operand_shape_ptrs; in Call() local617 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Call()622 operand_shape_ptrs, in Call()857 std::vector<const Shape*> operand_shape_ptrs; in ConcatInDim() local859 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in ConcatInDim()862 operand_shape_ptrs, dimension)); in ConcatInDim()979 std::vector<const Shape*> operand_shape_ptrs; in Tuple() local981 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Tuple()985 HloOpcode::kTuple, operand_shape_ptrs)); in Tuple()1689 std::vector<const Shape*> operand_shape_ptrs; in Sort() local[all …]