Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc79 XlaComputation CreateScalarMaxComputation(PrimitiveType type, in CreateScalarMaxComputation() function
139 reducer = CreateScalarMaxComputation(input_shape.element_type(), builder); in ArgMinMax()
171 CreateScalarMaxComputation(output_type, builder), in ArgMinMax()
Darithmetic.h40 XlaComputation CreateScalarMaxComputation(PrimitiveType type,
Dpooling.cc140 auto max_computation = CreateScalarMaxComputation(dtype, b); in MaxPool()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc575 auto max = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
587 auto max = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
630 auto max = CreateScalarMaxComputation(U32, &builder); in XLA_TEST_F()
774 static_cast<FuncGeneratorForType>(CreateScalarMaxComputation), in XLA_TEST_F()
864 XlaComputation max_f32 = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F()
892 XlaComputation max_fn = CreateScalarMaxComputation( in DoTest()
Dreduce_window_test.cc90 CreateScalarMaxComputation(FloatType(), &builder_), in ReduceWindowMax()
637 : CreateScalarMaxComputation(FloatType(), &b); in DoIt()
1038 : CreateScalarMaxComputation(FloatType(), &b); in TEST_P()
1175 : CreateScalarMaxComputation(FloatType(), &b); in DoIt()
1368 : CreateScalarMaxComputation(FloatType(), &b); in TEST_P()
Dselect_and_scatter_test.cc59 max_f32_ = CreateScalarMaxComputation(F32, &builder_); in SelectAndScatterTest()