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.cc615 std::vector<const Shape*> operand_shape_ptrs; in Call() local
617 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() local
859 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() local
981 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 …]