Searched defs:rsqrt (Results 1 – 11 of 11) sorted by relevance
13 struct rsqrt struct15 typedef T result_type;16 typedef T argument_type;19 operator () (const T& inputData) const in operator ()()
170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
203 rsqrt() const in rsqrt() function
98 rsqrt() const { in rsqrt() function
261 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
1968 auto rsqrt = CreateOpAndInfer<tosa::RsqrtOp>( in matchAndRewrite() local1999 auto rsqrt = CreateOpAndInfer<tosa::RsqrtOp>(rewriter, loc, result_ty, max) in matchAndRewrite() local
5519 def rsqrt(x, name=None): function
1838 auto* rsqrt = divide->mutable_operand(1)->AddInstruction( in HandleDivide() local4780 Status AlgebraicSimplifierVisitor::HandleRsqrt(HloInstruction* rsqrt) { in HandleRsqrt()
1549 HloInstruction* rsqrt = builder.AddInstruction( in TEST_F() local
1810 std::string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
116 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function