/aosp_15_r20/external/crcalc/src/com/hp/creals/ |
H A D | CR.java | 247 protected abstract BigInteger approximate(int precision); in approximate() method in CR 1052 protected BigInteger approximate(int p) { in approximate() method in int_CR 1065 protected BigInteger approximate(int p) { in approximate() method in assumed_int_CR 1082 protected BigInteger approximate(int p) { in approximate() method in add_CR 1098 protected BigInteger approximate(int p) { in approximate() method in shifted_CR 1109 protected BigInteger approximate(int p) { in approximate() method in neg_CR 1129 protected BigInteger approximate(int p) { in approximate() method in select_CR 1159 protected BigInteger approximate(int p) { in approximate() method in mult_CR 1202 protected BigInteger approximate(int p) { in approximate() method in inv_CR 1246 protected BigInteger approximate(int p) { in approximate() method in prescaled_exp_CR [all …]
|
H A D | UnaryCRFunction.java | 342 protected BigInteger approximate(int p) { in approximate() method in inverseMonotone_UnaryCRFunction.inverseIncreasingCR 633 protected BigInteger approximate(int p) { in approximate() method in monotoneDerivative_UnaryCRFunction.monotoneDerivativeCR
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/ |
H A D | Gelu.cpp | 17 Tensor mkldnn_gelu(const Tensor& input, c10::string_view approximate) { in mkldnn_gelu() 21 …kldnn_gelu_backward(const Tensor& grad_output, const Tensor& input, c10::string_view approximate) { in mkldnn_gelu_backward() 34 Tensor mkldnn_gelu(const Tensor& input, c10::string_view approximate) { in mkldnn_gelu() 49 …kldnn_gelu_backward(const Tensor& grad_output, const Tensor& input, c10::string_view approximate) { in mkldnn_gelu_backward()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qgelu.cpp | 16 Tensor gelu_quantized_cpu(const Tensor& qx, c10::string_view approximate) { in gelu_quantized_cpu() 22 Tensor& gelu_quantized_cpu_(Tensor& self, c10::string_view approximate) { in gelu_quantized_cpu_()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | gelu.h | 37 inline std::function<float(float)> GeluTransform(bool approximate) { in GeluTransform() 57 bool approximate, const RuntimeShape& output_shape, in Gelu()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ActivationGeluKernel.cu | 21 void GeluCUDAKernelImpl(TensorIteratorBase& it, GeluType approximate) { in GeluCUDAKernelImpl() 44 void GeluBackwardCUDAKernelImpl(TensorIteratorBase& it, GeluType approximate) { in GeluBackwardCUDAKernelImpl()
|
/aosp_15_r20/external/executorch/kernels/optimized/cpu/ |
H A D | op_gelu.cpp | 43 string_view approximate, in gelu() 115 string_view approximate, in opt_gelu_out()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorUnaryOps.cpp | 104 Tensor& NestedTensor_gelu_(Tensor& self, c10::string_view approximate) { in NestedTensor_gelu_() 112 Tensor NestedTensor_gelu(const Tensor& self, c10::string_view approximate) { in NestedTensor_gelu()
|
H A D | NestedTensorBackward.cpp | 179 Tensor gelu_backwards_nested(const Tensor& grad, const Tensor& self, c10::string_view approximate){ in gelu_backwards_nested()
|
/aosp_15_r20/external/executorch/kernels/portable/test/ |
H A D | op_gelu_test.cpp | 27 Tensor& op_gelu_out(const Tensor& self, string_view approximate, Tensor& out) { in op_gelu_out()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cuda/ |
H A D | Activation.cpp | 11 Tensor gelu_quantized_cuda(const Tensor& qx, c10::string_view approximate) { in gelu_quantized_cuda()
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_gelu.cpp | 27 string_view approximate, in gelu_out()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Clamp.cpp | 504 Tensor gelu(const Tensor& self, c10::string_view approximate) { in gelu() 524 Tensor& gelu_(Tensor& self, c10::string_view approximate) { in gelu_()
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/ |
H A D | activation_ops_util.cpp | 16 bool check_gelu_args(const Tensor& in, string_view approximate, Tensor& out) { in check_gelu_args()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Activation.h | 26 inline GeluType get_gelutype_enum(const c10::string_view approximate) { in get_gelutype_enum()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | activations.py | 317 def gelu(x, approximate=False): argument
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_custom_ops.py | 107 def symbolic_custom_gelu(g, input, approximate): argument
|
H A D | test_utility_funs.py | 1369 def gelu(g, self, approximate): argument 1395 def gelu(g, self, approximate): argument
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_gelu_test.cpp | 28 op_gelu_out(const Tensor& self, string_view approximate, Tensor& out) { in op_gelu_out()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/ |
H A D | BitmapRequestBuilder.java | 72 public BitmapRequestBuilder<ModelType, TranscodeType> approximate() { in approximate() method in BitmapRequestBuilder
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | activation.h | 375 inline Tensor gelu(const Tensor& input, string approximate) { in gelu()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | activations_test.cc | 2651 GeluOpModel(const TensorData& input, bool approximate) { in GeluOpModel() 2670 BaseGeluOpModel(const TensorData& input, bool approximate) { in BaseGeluOpModel()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesBinaryOps.cpp | 165 c10::string_view approximate) { in gelu_backward_batch_rule()
|
/aosp_15_r20/external/executorch/backends/apple/mps/serialization/ |
H A D | mps_graph_schema.py | 134 approximate: str = "none" variable in MPSGELU
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | real.rs | 93 fn approximate<I: Interrupt>(self, int: &I) -> FResult<BigRat> { in approximate() method
|