Home
last modified time | relevance | path

Searched refs:CreateScalarAndComputation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_test.cc132 reduce = CreateScalarAndComputation(PRED, &builder); in RunR1ToR0PredTest()
170 reduce_op = CreateScalarAndComputation(PRED, &builder); in RunR2ToR1PredTest()
803 return CreateScalarAndComputation(PRED, builder); in XLA_TEST_F()
971 auto reducer = CreateScalarAndComputation(U64, &builder); in XLA_TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Darithmetic.h55 XlaComputation CreateScalarAndComputation(PrimitiveType type,
H A Darithmetic.cc79 XlaComputation CreateScalarAndComputation(PrimitiveType type, in CreateScalarAndComputation() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dresampler_ops.cc223 xla::CreateScalarAndComputation(xla::PrimitiveType::PRED, ctx->builder()), in BoundSamples()
574 xla::CreateScalarAndComputation(xla::PrimitiveType::PRED, ctx->builder()), in Compile()