Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A 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()
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A 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()