Searched refs:MaxFiniteValue (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants_test.cc | 116 MaxFiniteValue(&builder, S32); in XLA_TEST_F() 128 MaxFiniteValue(&builder, F32); in XLA_TEST_F()
|
D | constants.h | 152 XlaOp MaxFiniteValue(XlaBuilder* builder, PrimitiveType type);
|
D | constants.cc | 109 XlaOp MaxFiniteValue(XlaBuilder* builder, PrimitiveType type) { in MaxFiniteValue() function
|
D | math.cc | 934 XlaOp underflow = Lt(ax, -Log(MaxFiniteValue(&b, type))); in Igamma() 981 XlaOp underflow = Lt(ax, -Log(MaxFiniteValue(&b, type))); in IgammaGradA() 1028 XlaOp underflow = Lt(ax, -Log(MaxFiniteValue(&b, type))); in RandomGammaGrad() 1072 XlaOp underflow = Lt(ax, -Log(MaxFiniteValue(&b, type))); in Igammac() 1205 auto sqrt_max_value = Sqrt(MaxFiniteValue(b, shape.element_type())); in Acosh() 1254 auto sqrt_max_value = Sqrt(MaxFiniteValue(b, shape.element_type())); in Asinh()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 147 xla::MaxFiniteValue(b, xla_type)); in Compile() 150 xla::MaxFiniteValue(b, xla_type)); in Compile()
|
D | segment_reduction_ops.cc | 164 return xla::MaxFiniteValue(builder, type_); in InitialValue()
|