Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc164 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()
Ddynamic_partition_op.cc66 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/
Dgraphcycles.cc434 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/
Dabg-comparison.cc163 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()