Searched refs:to_sort (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | where_op.cc | 164 std::vector<XlaOp> to_sort = {compared}; in CompileWhereWithSort() local 171 to_sort.push_back(reshaped); in CompileWhereWithSort() 176 to_sort, xla::CreateScalarGtComputation(types_to_sort, ctx->builder()), in CompileWhereWithSort()
|
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()
|
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
D | graphcycles.cc | 434 std::vector<int32_t>* to_sort) { in SortInPostOrder() argument 435 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()
|