Searched refs:NanValue (Results 1 – 8 of 8) sorted by relevance
155 XlaOp NanValue(XlaBuilder* builder, PrimitiveType type);
160 NanValue(&builder, F32); in XLA_TEST_F()
126 XlaOp NanValue(XlaBuilder* builder, PrimitiveType type) { in NanValue() function
1845 result = Select(result_is_nan, NanValue(&builder, element_type), result); in RegularizedIncompleteBeta()
116 LiteralUtil::NanValue(a_shape.element_type())); in CreateCholesky()
129 xla::NanValue(b, ctx->output_xla_type(kVarianceOutputIndex)), in CompileImpl()
117 static StatusOr<Literal> NanValue(PrimitiveType primitive_type);
293 /* static */ StatusOr<Literal> LiteralUtil::NanValue( in NanValue() function in xla::LiteralUtil