Home
last modified time | relevance | path

Searched refs:MinPositiveNormalValue (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcategorical_op.cc120 xla::MinPositiveNormalValue(builder, type), in GetLogUniforms()
155 xla::MinPositiveNormalValue(builder, uniform_shape.element_type()), in GetLogUniforms()
Dstateless_random_ops.cc220 xla::MinPositiveNormalValue(builder, xla_shape.element_type()), in Compile()
Drandom_ops.cc285 xla::MinPositiveNormalValue(b, xla_shape.element_type()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h139 XlaOp MinPositiveNormalValue(XlaBuilder* builder, PrimitiveType type);
Dconstants.cc83 XlaOp MinPositiveNormalValue(XlaBuilder* builder, PrimitiveType type) { in MinPositiveNormalValue() function