Searched defs:rsqrt (Results 1 – 11 of 11) sorted by relevance
13 struct rsqrt : public std::unary_function<T, T> struct16 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
255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
1686 auto* rsqrt = computation_->AddInstruction( in HandleDivide() local4462 Status AlgebraicSimplifierVisitor::HandleRsqrt(HloInstruction* rsqrt) { in HandleRsqrt()
1480 HloInstruction* rsqrt = builder.AddInstruction( in TEST_F() local
5436 def rsqrt(x, name=None): function
1803 std::string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
1805 auto rsqrt = rewriter.create<tosa::RsqrtOp>( in matchAndRewrite() local
130 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function