Home
last modified time | relevance | path

Searched refs:Reciprocal (Results 1 – 25 of 73) sorted by relevance

123

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Reciprocal.pbtxt2 graph_op_name: "Reciprocal"
4 name: "math.Reciprocal"
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc238 REGISTER_COMPUTE_FN(Reciprocal); in UnaryOpsCompositionSupport()
277 REGISTER_COMPUTE_FN_HELPER(Reciprocal, functor::inverse<T>);
307 REGISTER_COMPUTE_FN(Reciprocal); in UnaryOpsCompositionSupport()
335 REGISTER_COMPUTE_FN_HELPER(Reciprocal, functor::inverse<T>);
368 REGISTER_COMPUTE_FN(Reciprocal); in UnaryOpsCompositionSupport()
406 REGISTER_COMPUTE_FN_HELPER(Reciprocal, functor::inverse<T>);
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc148 auto dydx = Reciprocal(scope, op.input(0)); in LogGrad()
162 auto dydx = Reciprocal(scope, Add(scope, one, op.input(0))); in Log1pGrad()
217 auto dydx = Reciprocal(scope, Cosh(scope, op.output(0))); in AsinhGrad()
230 auto dydx = Reciprocal(scope, Sinh(scope, op.output(0))); in AcoshGrad()
244 auto dydx = Reciprocal(scope, Sub(scope, one, Square(scope, op.input(0)))); in AtanhGrad()
312 auto dydx = Reciprocal(scope, Sqrt(scope, Sub(scope, one, x2))); in AsinGrad()
328 auto dydx = Neg(scope, Reciprocal(scope, Sqrt(scope, Sub(scope, one, x2)))); in AcosGrad()
340 auto dydx = Square(scope, Reciprocal(scope, Cos(scope, op.input(0)))); in TanGrad()
355 auto dydx = Reciprocal(scope, Add(scope, one, Square(scope, op.input(0)))); in AtanGrad()
599 auto z_inv = Reciprocal(scope, Complex(scope, im, re)); in AngleGrad()
Dmath_grad_test.cc117 y = Reciprocal(scope_, x); in TestCWiseGrad()
236 TEST_F(CWiseUnaryGradTest, Reciprocal) { in TEST_F() argument
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Reciprocal.pbtxt2 graph_op_name: "Reciprocal"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Reciprocal.pbtxt2 graph_op_name: "Reciprocal"
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUMathInstr.td63 // Reciprocal estimate and interpolation
79 // Reciprocal estimate and interpolation
/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.def4 ; This software is released under Microsoft Reciprocal License (MS-RL).
DLICENSE.txt5 Microsoft Reciprocal License (MS-RL)
20 …(A) Reciprocal Grants- For any file you distribute that contains code from the software (in source…
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.h44 XlaOp Reciprocal(XlaOp operand);
Dmath_test.cc242 Reciprocal(x); in XLA_TEST_F()
Dmath.cc135 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal() function
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsARM.td196 // Vector Reciprocal Step.
199 // Vector Reciprocal Square Root Step.
328 // Vector Reciprocal Estimate.
331 // Vector Reciprocal Square Root Estimate.
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td258 // Vector Reciprocal Step.
261 // Vector Reciprocal Square Root Step.
366 // Vector Reciprocal Estimate.
369 // Vector Reciprocal Square Root Estimate.
DIntrinsicsAArch64.td298 // Reciprocal Estimate/Step
302 // Reciprocal Exponent
374 // Vector Reciprocal Estimate
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1226 APFloat Reciprocal(FpVal.getSemantics()); in CvtFDivConstToReciprocal() local
1227 bool Cvt = FpVal.getExactInverse(&Reciprocal); in CvtFDivConstToReciprocal()
1230 Reciprocal = APFloat(FpVal.getSemantics(), 1.0f); in CvtFDivConstToReciprocal()
1231 (void)Reciprocal.divide(FpVal, APFloat::rmNearestTiesToEven); in CvtFDivConstToReciprocal()
1232 Cvt = !Reciprocal.isDenormal(); in CvtFDivConstToReciprocal()
1239 R = ConstantFP::get(Dividend->getType()->getContext(), Reciprocal); in CvtFDivConstToReciprocal()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc72 XLAJIT_MAKE_UNARY(Reciprocal, xla::ScalarLike(x, 1.0) / x);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp567 APFloat Reciprocal(Op1F.getSemantics()); in visitFDiv() local
568 if (Op1F.getExactInverse(&Reciprocal)) { in visitFDiv()
569 ConstantFP *RFP = ConstantFP::get(Builder->getContext(), Reciprocal); in visitFDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsARM.td441 // Vector Reciprocal Step.
444 // Vector Reciprocal Square Root Step.
549 // Vector Reciprocal Estimate.
552 // Vector Reciprocal Square Root Estimate.
DIntrinsicsAArch64.td300 // Reciprocal Estimate/Step
304 // Reciprocal Exponent
376 // Vector Reciprocal Estimate
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h534 bool Reciprocal) const override;
/external/clang/include/clang/Basic/
Darm_neon.td592 // E.3.10 Reciprocal/Sqrt
953 // Reciprocal/Sqrt
1455 // Scalar Floating-point Reciprocal Step
1459 // Scalar Floating-point Reciprocal Square Root Step
1497 // Scalar Floating-point Reciprocal Estimate
1501 // Scalar Floating-point Reciprocal Exponent
1505 // Scalar Floating-point Reciprocal Square Root Estimate
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h229 bool Reciprocal) const override;
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.h441 _FORWARD_UNOP(Reciprocal)
Dlocal_computation_builder.i376 %unignore xla::swig::ComputationBuilder::Reciprocal;

123