Home
last modified time | relevance | path

Searched refs:CreateScalarGtComputation (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dsorting.cc109 {input_and_iota}, CreateScalarGtComputation({S32}, builder), last_dim, in TopK()
136 CreateScalarGtComputation({input_shape.element_type(), S32}, in TopK()
199 CreateScalarGtComputation({input_shape.element_type(), S32}, in TopKWithPartitions()
230 CreateScalarGtComputation({input_shape.element_type(), S32}, in TopKWithPartitions()
Dcomparators.h42 XlaComputation CreateScalarGtComputation(
Dcomparators.cc121 XlaComputation CreateScalarGtComputation( in CreateScalarGtComputation() function
Dcomparators_test.cc52 : CreateScalarGtComputation({type}, test->builder()); in BuildComparatorAndComparisons()
Dsvd.cc763 CreateScalarGtComputation( in SortBySingularValuesAndPostProcessing()
769 CreateScalarGtComputation( in SortBySingularValuesAndPostProcessing()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc176 to_sort, xla::CreateScalarGtComputation(types_to_sort, ctx->builder()), in CompileWhereWithSort()
Dimage_ops.cc476 xla::CreateScalarGtComputation( in ComputeResult()
484 xla::CreateScalarGtComputation({scores_xla_type, xla::S32}, builder)); in ComputeResult()
Dunique_op.cc228 xla::CreateScalarGtComputation({xla::S32, xla::S32}, ctx->builder()), 0, in CompileWithAxis()