Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc59 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()
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()
Dunique_op.cc155 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/
Dcycle_detector.cc318 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/
Dgraphcycles.cc432 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/
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()