Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.h48 XlaComputation CreateScalarAndComputation(PrimitiveType type,
Darithmetic.cc97 XlaComputation CreateScalarAndComputation(PrimitiveType type, in CreateScalarAndComputation() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc130 reduce = CreateScalarAndComputation(PRED, &builder); in RunR1ToR0PredTest()
168 reduce_op = CreateScalarAndComputation(PRED, &builder); in RunR2ToR1PredTest()
795 return CreateScalarAndComputation(PRED, builder); in XLA_TEST_F()
963 auto reducer = CreateScalarAndComputation(U64, &builder); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc220 xla::CreateScalarAndComputation(xla::PrimitiveType::PRED, ctx->builder()), in BoundSamples()
572 xla::CreateScalarAndComputation(xla::PrimitiveType::PRED, in Compile()