Searched refs:is_inf (Results 1 – 23 of 23) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | check_numerics_op.cc | 185 int is_inf = abnormal_detected_host_flat(1); in ComputeAsync() local 187 if (is_nan || is_inf) { in ComputeAsync() 191 << ", " << is_inf << "} " << message_; in ComputeAsync() 196 CHECK_GE(is_inf, 0); in ComputeAsync() 198 CHECK_LE(is_inf, 1); in ComputeAsync() 200 if (is_nan && is_inf) { in ComputeAsync() 204 } else if (is_inf) { in ComputeAsync()
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_IsInf.pbtxt | 4 name: "math.is_inf" 7 name: "debugging.is_inf" 11 name: "is_inf"
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local 165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUAL, in lp_build_float_to_smallfloat() 167 is_nan_or_inf = lp_build_or(&i32_bld, is_nan, is_inf); in lp_build_float_to_smallfloat()
|
/external/tensorflow/tensorflow/contrib/sparsemax/python/ops/ |
D | sparsemax_loss.py | 73 math_ops.logical_and(math_ops.equal(labels, 0), math_ops.is_inf(z)),
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.debugging.pbtxt | 100 name: "is_inf"
|
D | tensorflow.math.pbtxt | 188 name: "is_inf"
|
D | tensorflow.pbtxt | 1452 name: "is_inf"
|
/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 598 bool is_inf = 604 if (is_inf) {
|
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/ |
D | losses_impl_test.py | 652 gnorm_is_inf = math_ops.is_inf(clip_ops.global_norm(tensors)) 653 stable_gnorm_is_inf = math_ops.is_inf(
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 668 bool is_inf = 674 if (is_inf) {
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 668 bool is_inf = 674 if (is_inf) {
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | math_test.py | 65 math_ops.is_inf,
|
D | pfor.py | 2115 @RegisterPForWithArgs("IsInf", math_ops.is_inf)
|
/external/python/cpython2/Lib/test/ |
D | test_float.py | 1008 self.assertTrue(INF.is_inf()) 1009 self.assertFalse(NAN.is_inf()) 1010 self.assertFalse((0.).is_inf())
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_vectorization_test.py | 80 ("IsInf", math_ops.is_inf),
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_dispatch.py | 313 math_ops.is_inf,
|
D | ragged_dispatch_test.py | 65 math_ops.is_inf,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.math.pbtxt | 188 name: "is_inf"
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | util.py | 1124 math_ops.is_inf(max_log_absw_x),
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tensor_tracer.py | 884 gen_math_ops.is_nan(tensor), gen_math_ops.is_inf(tensor)))
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | unary_ops_test.py | 744 math_ops.is_inf,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_test.py | 741 ofinite, oinf, onan = math_ops.is_finite(inx), math_ops.is_inf(
|
/external/tensorflow/ |
D | RELEASE.md | 354 …: `tf.debugging.check_numerics`, `tf.debugging.is_finite`, `tf.debugging.is_inf`, `tf.debugging.is…
|