Home
last modified time | relevance | path

Searched refs:is_inf (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc185 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/
Dapi_def_IsInf.pbtxt4 name: "math.is_inf"
7 name: "debugging.is_inf"
11 name: "is_inf"
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c153 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/
Dsparsemax_loss.py73 math_ops.logical_and(math_ops.equal(labels, 0), math_ops.is_inf(z)),
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.debugging.pbtxt100 name: "is_inf"
Dtensorflow.math.pbtxt188 name: "is_inf"
Dtensorflow.pbtxt1452 name: "is_inf"
/external/deqp-deps/glslang/SPIRV/
Dhex_float.h598 bool is_inf =
604 if (is_inf) {
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/
Dlosses_impl_test.py652 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/
Dhex_float.h668 bool is_inf =
674 if (is_inf) {
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h668 bool is_inf =
674 if (is_inf) {
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dmath_test.py65 math_ops.is_inf,
Dpfor.py2115 @RegisterPForWithArgs("IsInf", math_ops.is_inf)
/external/python/cpython2/Lib/test/
Dtest_float.py1008 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/
Dmap_vectorization_test.py80 ("IsInf", math_ops.is_inf),
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py313 math_ops.is_inf,
Dragged_dispatch_test.py65 math_ops.is_inf,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt188 name: "is_inf"
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py1124 math_ops.is_inf(max_log_absw_x),
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py884 gen_math_ops.is_nan(tensor), gen_math_ops.is_inf(tensor)))
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_test.py744 math_ops.is_inf,
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py741 ofinite, oinf, onan = math_ops.is_finite(inx), math_ops.is_inf(
/external/tensorflow/
DRELEASE.md354 …: `tf.debugging.check_numerics`, `tf.debugging.is_finite`, `tf.debugging.is_inf`, `tf.debugging.is…