Searched refs:to_sort (Results 1 – 3 of 3) sorted by relevance
164 std::vector<XlaOp> to_sort = {compared}; in CompileWhereWithSort() local171 to_sort.push_back(reshaped); in CompileWhereWithSort()176 to_sort, xla::CreateScalarGtComputation(types_to_sort, ctx->builder()), in CompileWhereWithSort()
66 std::vector<xla::XlaOp> to_sort = {partitions_1d, data_1d}; in DynamicPartition1D() local70 to_sort, xla::CreateScalarLtComputation(types_to_sort, ctx->builder()), in DynamicPartition1D()
434 std::vector<int32_t>* to_sort) { in SortInPostOrder() argument435 absl::c_sort(*to_sort, [&](int32_t a, int32_t b) { in SortInPostOrder()