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.cc719 std::vector<const Shape*> operand_shape_ptrs; in Call() local
721 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() local
980 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() local
1100 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 …]