Home
last modified time | relevance | path

Searched defs:is_inf (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc290 const int is_inf = abnormality_indicators(1); in checkForAnomalies() local
/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
/external/one-true-awk/
Dlib.c788 bool is_inf = false; in is_valid_number() local
/external/rust/crates/serde_json/src/lexical/
Dnum.rs267 fn is_inf(self) -> bool { in is_inf() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc711 Value is_inf = rewriter.create<IsInfOp>(loc, tensor_bool_type, input); in matchAndRewrite() local
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h597 struct is_inf { struct
602 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc719 llvm::Value* is_inf = FCmpOEQ(exp_sum_m2, inf); in EmitComplexUnaryOp() local