Home
last modified time | relevance | path

Searched refs:CreateScalarMaxComputation (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_test.cc583 auto max = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
595 auto max = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
638 auto max = CreateScalarMaxComputation(U32, &builder); in XLA_TEST_F()
782 static_cast<FuncGeneratorForType>(CreateScalarMaxComputation), in XLA_TEST_F()
872 XlaComputation max_f32 = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
900 XlaComputation max_fn = CreateScalarMaxComputation( in DoTest()
H A Dreduce_window_test.cc88 CreateScalarMaxComputation(FloatType(), &builder_), in ReduceWindowMax()
651 : CreateScalarMaxComputation(FloatType(), &b); in DoIt()
1079 : CreateScalarMaxComputation(FloatType(), &b); in XLA_TEST_P()
1310 : CreateScalarMaxComputation(FloatType(), &b); in DoIt()
1535 : CreateScalarMaxComputation(FloatType(), &b); in XLA_TEST_P()
H A Dselect_and_scatter_test.cc61 max_f32_ = CreateScalarMaxComputation(F32, &builder_); in SelectAndScatterTest()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtopk_ops.cc169 CreateScalarMaxComputation(xla::F32, builder), {1}); in CreateTopKUnique()
180 CreateScalarMaxComputation(xla::S32, builder), {1}); in CreateTopKUnique()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Darithmetic.h47 XlaComputation CreateScalarMaxComputation(PrimitiveType type,
H A Darithmetic.cc67 XlaComputation CreateScalarMaxComputation(PrimitiveType type, in CreateScalarMaxComputation() function
H A Dpooling.cc141 auto max_computation = CreateScalarMaxComputation(dtype, b); in MaxPool()