Home
last modified time | relevance | path

Searched refs:operand_shape_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc161 std::vector<const Shape*> operand_shape_ptrs; in BuildFusion() local
827 std::vector<const Shape*> operand_shape_ptrs; in Call() local
829 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() local
1062 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() local
1240 absl::c_transform(operand_shapes, std::back_inserter(operand_shape_ptrs), in Tuple()
1244 HloOpcode::kTuple, operand_shape_ptrs)); in Tuple()
[all …]