Searched refs:ReduceAll (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 70 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()
|
D | fake_quantize_ops.cc | 262 xla::XlaOp reduce1 = xla::ReduceAll( in Compile() 271 xla::XlaOp reduce2 = xla::ReduceAll( in Compile()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_All.pbtxt | 7 name: "ReduceAll"
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | svd_test.cc | 120 return ReduceAll(Abs(m1 - m2), ConstantR0WithType(builder, F32, 0), in GetAverageAbsoluteError()
|
D | self_adjoint_eig_test.cc | 121 return ReduceAll(Abs(m1 - m2), ConstantR0WithType(builder, F32, 0), in GetAverageAbsoluteError()
|
D | self_adjoint_eig.cc | 233 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
|
D | svd.cc | 612 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 449 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,
|
D | xla_builder.cc | 1983 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()
|