Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DRsqrt.hpp13 struct rsqrt struct
15 typedef T result_type;
16 typedef T argument_type;
19 operator () (const T& inputData) const in operator ()()
/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h203 rsqrt() const in rsqrt() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h98 rsqrt() const { in rsqrt() function
/external/skia/tests/
DMathTest.cpp261 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc1968 auto rsqrt = CreateOpAndInfer<tosa::RsqrtOp>( in matchAndRewrite() local
1999 auto rsqrt = CreateOpAndInfer<tosa::RsqrtOp>(rewriter, loc, result_ty, max) in matchAndRewrite() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5519 def rsqrt(x, name=None): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1838 auto* rsqrt = divide->mutable_operand(1)->AddInstruction( in HandleDivide() local
4780 Status AlgebraicSimplifierVisitor::HandleRsqrt(HloInstruction* rsqrt) { in HandleRsqrt()
Dalgebraic_simplifier_test.cc1549 HloInstruction* rsqrt = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1810 std::string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
/external/skia/src/opts/
DSkRasterPipeline_opts.h116 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function