Searched refs:to_sort (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | where_op.cc | 59 std::vector<xla::XlaOp> to_sort = {reshaped_condition_int}; in Compile() local 66 to_sort.push_back(reshaped); in Compile() 71 to_sort, xla::CreateScalarGtComputation(types_to_sort, ctx->builder()), in Compile()
|
D | dynamic_partition_op.cc | 66 std::vector<xla::XlaOp> to_sort = {partitions_1d, data_1d}; in DynamicPartition1D() local 70 to_sort, xla::CreateScalarLtComputation(types_to_sort, ctx->builder()), in DynamicPartition1D()
|
D | unique_op.cc | 155 std::vector<xla::XlaOp> to_sort = {input, iota}; in DataOutputFastPath() local 159 to_sort, xla::CreateScalarLtComputation(types_to_sort, ctx->builder()), in DataOutputFastPath()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/ |
D | cycle_detector.cc | 318 void SortInPostOrder(const Vec<Node*>& nodes, std::vector<int32_t>* to_sort) { in SortInPostOrder() argument 319 std::sort(to_sort->begin(), to_sort->end(), [&](int32_t a, int32_t b) { in SortInPostOrder()
|
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
D | graphcycles.cc | 432 std::vector<int32>* to_sort) { in SortInPostOrder() argument 433 absl::c_sort(*to_sort, [&](int32_t a, int32_t b) { in SortInPostOrder()
|
/external/libabigail/src/ |
D | abg-comparison.cc | 163 sort_changed_data_members(changed_var_sptrs_type& to_sort) in sort_changed_data_members() argument 166 std::sort(to_sort.begin(), to_sort.end(), comp); in sort_changed_data_members()
|