Searched refs:ReduceAll (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dquantize_and_dequantize_op.cc61 b->ReduceAll(input, XlaHelpers::MaxValue(b, data_type), *fmin);
63 b->ReduceAll(input, XlaHelpers::MinValue(b, data_type), *fmax);
H A Dfake_quantize_ops.cc269 b->ReduceAll(b->Select(below_min, gradient, zeroes), zero,
275 b->ReduceAll(b->Select(above_max, gradient, zeroes), zero,
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
H A Dscatter.cc140 body_builder->ReduceAll(body_builder->Le(zero_index, index),
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.h537 ComputationDataHandle ReduceAll(const ComputationDataHandle& operand,
H A Dcomputation_builder.cc1284 ComputationDataHandle ComputationBuilder::ReduceAll( function in class:xla::ComputationBuilder

Completed in 164 milliseconds