Home
last modified time | relevance | path

Searched defs:approximate (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java247 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 DUnaryCRFunction.java342 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 DGelu.cpp17 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 Dqgelu.cpp16 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 Dgelu.h37 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 DActivationGeluKernel.cu21 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 Dop_gelu.cpp43 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 DNestedTensorUnaryOps.cpp104 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 DNestedTensorBackward.cpp179 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 Dop_gelu_test.cpp27 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 DActivation.cpp11 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 Dop_gelu.cpp27 string_view approximate, in gelu_out()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DClamp.cpp504 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 Dactivation_ops_util.cpp16 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 DActivation.h26 inline GeluType get_gelutype_enum(const c10::string_view approximate) { in get_gelutype_enum()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dactivations.py317 def gelu(x, approximate=False): argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_custom_ops.py107 def symbolic_custom_gelu(g, input, approximate): argument
H A Dtest_utility_funs.py1369 def gelu(g, self, approximate): argument
1395 def gelu(g, self, approximate): argument
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_gelu_test.cpp28 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 DBitmapRequestBuilder.java72 public BitmapRequestBuilder<ModelType, TranscodeType> approximate() { in approximate() method in BitmapRequestBuilder
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h375 inline Tensor gelu(const Tensor& input, string approximate) { in gelu()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dactivations_test.cc2651 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 DBatchRulesBinaryOps.cpp165 c10::string_view approximate) { in gelu_backward_batch_rule()
/aosp_15_r20/external/executorch/backends/apple/mps/serialization/
H A Dmps_graph_schema.py134 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 Dreal.rs93 fn approximate<I: Interrupt>(self, int: &I) -> FResult<BigRat> { in approximate() method

12345678910>>...21