/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Reciprocal.pbtxt | 2 graph_op_name: "Reciprocal" 4 name: "math.Reciprocal"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 238 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/ |
D | math_grad.cc | 148 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()
|
D | math_grad_test.cc | 117 y = Reciprocal(scope_, x); in TestCWiseGrad() 236 TEST_F(CWiseUnaryGradTest, Reciprocal) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Reciprocal.pbtxt | 2 graph_op_name: "Reciprocal"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Reciprocal.pbtxt | 2 graph_op_name: "Reciprocal"
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUMathInstr.td | 63 // Reciprocal estimate and interpolation 79 // Reciprocal estimate and interpolation
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | pythonba.def | 4 ; This software is released under Microsoft Reciprocal License (MS-RL).
|
D | LICENSE.txt | 5 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/ |
D | math.h | 44 XlaOp Reciprocal(XlaOp operand);
|
D | math_test.cc | 242 Reciprocal(x); in XLA_TEST_F()
|
D | math.cc | 135 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicsARM.td | 196 // Vector Reciprocal Step. 199 // Vector Reciprocal Square Root Step. 328 // Vector Reciprocal Estimate. 331 // Vector Reciprocal Square Root Estimate.
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 258 // Vector Reciprocal Step. 261 // Vector Reciprocal Square Root Step. 366 // Vector Reciprocal Estimate. 369 // Vector Reciprocal Square Root Estimate.
|
D | IntrinsicsAArch64.td | 298 // Reciprocal Estimate/Step 302 // Reciprocal Exponent 374 // Vector Reciprocal Estimate
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1226 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/ |
D | unary_ops.cc | 72 XLAJIT_MAKE_UNARY(Reciprocal, xla::ScalarLike(x, 1.0) / x);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 567 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/ |
D | IntrinsicsARM.td | 441 // Vector Reciprocal Step. 444 // Vector Reciprocal Square Root Step. 549 // Vector Reciprocal Estimate. 552 // Vector Reciprocal Square Root Estimate.
|
D | IntrinsicsAArch64.td | 300 // Reciprocal Estimate/Step 304 // Reciprocal Exponent 376 // Vector Reciprocal Estimate
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 534 bool Reciprocal) const override;
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 592 // 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/ |
D | AMDGPUISelLowering.h | 229 bool Reciprocal) const override;
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.h | 441 _FORWARD_UNOP(Reciprocal)
|
D | local_computation_builder.i | 376 %unignore xla::swig::ComputationBuilder::Reciprocal;
|