Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dreciprocal.h33 Reciprocal() : PrimitiveC(prim::kPrimReciprocal->name()) { InitIOName({"x"}, {"y"}); } in Reciprocal() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_self_cpu_kernel.cc131 void Reciprocal(const T *in, T *out, size_t size) { in Reciprocal() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu444 void Reciprocal(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Reciprocal() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc316 MS_TRT_CONVERTER_FUNC_REG(Reciprocal) { return AddUnaryLayer(node, context, nvinfer1::UnaryOperatio… in MS_TRT_CONVERTER_FUNC_REG() argument
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp218 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp272 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp272 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py1947 class Reciprocal(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h4024 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12710 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local
20665 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst()
20697 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst()
20736 bool Reciprocal) { in buildSqrtEstimateImpl()