Home
last modified time | relevance | path

Searched refs:ReduceAll (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dquantize_and_dequantize_op.cc70 min_range = ReduceAll(input, xla::MaxValue(b, xla_type), *fmin); in Compile()
71 max_range = ReduceAll(input, xla::MinValue(b, xla_type), *fmax); in Compile()
Dfake_quantize_ops.cc262 xla::XlaOp reduce1 = xla::ReduceAll( in Compile()
271 xla::XlaOp reduce2 = xla::ReduceAll( in Compile()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_All.pbtxt7 name: "ReduceAll"
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dsvd_test.cc120 return ReduceAll(Abs(m1 - m2), ConstantR0WithType(builder, F32, 0), in GetAverageAbsoluteError()
Dself_adjoint_eig_test.cc121 return ReduceAll(Abs(m1 - m2), ConstantR0WithType(builder, F32, 0), in GetAverageAbsoluteError()
Dself_adjoint_eig.cc233 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
Dsvd.cc612 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h449 XlaOp ReduceAll(const XlaOp& operand, const XlaOp& init_value,
869 friend XlaOp ReduceAll(const XlaOp& operand, const XlaOp& init_value,
1544 XlaOp ReduceAll(const XlaOp& operand, const XlaOp& init_value,
Dxla_builder.cc1983 XlaOp XlaBuilder::ReduceAll(const XlaOp& operand, const XlaOp& init_value, in ReduceAll() function in xla::XlaBuilder
3205 XlaOp ReduceAll(const XlaOp& operand, const XlaOp& init_value, in ReduceAll() function
3207 return operand.builder()->ReduceAll(operand, init_value, computation); in ReduceAll()