Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Depsilon.inl19 float const & epsilon
30 double const & epsilon
41 float const & epsilon
52 double const & epsilon
63 T const & epsilon
74 vecType<T, P> const & epsilon
85 T const & epsilon
96 vecType<T, P> const & epsilon
107 T const & epsilon
119 T const & epsilon
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Depsilon.inl19 float const & epsilon
30 double const & epsilon
41 float const & epsilon
52 double const & epsilon
63 T const & epsilon
74 vecType<T, P> const & epsilon
85 T const & epsilon
96 vecType<T, P> const & epsilon
107 T const & epsilon
119 T const & epsilon
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dvector_query.inl85 T const & epsilon
98 T const & epsilon
112 T const & epsilon
124 T const & epsilon
136 T const & epsilon
148 T const & epsilon)
159 T const & epsilon
172 T const & epsilon
187 T const & epsilon
H A Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) argument
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) argument
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) argument
34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) argument
50 GLM_FUNC_QUALIFIER bool isNormalized(tmat2x2<T, P> const & m, T const & epsilon) argument
66 GLM_FUNC_QUALIFIER bool isNormalized(tmat3x3<T, P> const & m, T const & epsilon) argument
82 GLM_FUNC_QUALIFIER bool isNormalized(tmat4x4<T, P> const & m, T const & epsilon) argument
98 GLM_FUNC_QUALIFIER bool isOrthogonal(matType<T, P> const & m, T const & epsilon) argument
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dvector_query.inl85 T const & epsilon
98 T const & epsilon
112 T const & epsilon
124 T const & epsilon
136 T const & epsilon
148 T const & epsilon)
159 T const & epsilon
172 T const & epsilon
187 T const & epsilon
Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) argument
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) argument
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) argument
34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) argument
50 GLM_FUNC_QUALIFIER bool isNormalized(tmat2x2<T, P> const & m, T const & epsilon) argument
66 GLM_FUNC_QUALIFIER bool isNormalized(tmat3x3<T, P> const & m, T const & epsilon) argument
82 GLM_FUNC_QUALIFIER bool isNormalized(tmat4x4<T, P> const & m, T const & epsilon) argument
98 GLM_FUNC_QUALIFIER bool isOrthogonal(matType<T, P> const & m, T const & epsilon) argument
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTypes.cpp18 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized()
25 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps()
35 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check()
42 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin()
55 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps()
62 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps()
72 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin()
85 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps()
92 static bool less_ulps(float a, float b, int epsilon) { in less_ulps()
102 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DNormalization.cu383 double momentum_, double epsilon, int64_t N) { in batch_norm_update_stats_and_invert()
417 void batch_norm_calc_invstd(const Tensor& out_invstd, const Tensor& running_var, double epsilon) { in batch_norm_calc_invstd()
435 …std::optional<Tensor>& running_var_opt, bool train, double momentum, double epsilon, Tensor& outpu… in batch_norm_cuda_out()
461 …n_opt, const std::optional<Tensor>& running_var_opt, bool train, double momentum, double epsilon) { in batch_norm_cuda()
532 …bias_opt, Tensor& running_mean, Tensor& running_var, bool train, double momentum, double epsilon) { in _batch_norm_legit_cuda()
536 …& weight_opt, const std::optional<Tensor>& bias_opt, bool train, double momentum, double epsilon) { in _batch_norm_legit_no_stats_cuda()
540 …sor& running_mean, Tensor& running_var, bool train, double momentum, double epsilon, Tensor& outpu… in _batch_norm_legit_cuda_out()
544 … const std::optional<Tensor>& bias_opt, bool train, double momentum, double epsilon, Tensor& outpu… in _batch_norm_legit_no_stats_cuda_out()
570 …_mean_opt, const std::optional<Tensor>& save_invstd_opt, bool train, double epsilon, std::array<bo… in batch_norm_backward_cuda()
649 std::tuple<Tensor, Tensor> batch_norm_stats_cuda(const Tensor& self, double epsilon) { in batch_norm_stats_cuda()
[all …]
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dcubic_bezier_unittest.cc17 double epsilon = 0.00015; in TEST() local
54 double epsilon = 0.00015; in TEST() local
80 double epsilon = 0.00015; in TEST() local
140 double epsilon = 0.00015; in TEST() local
202 double epsilon = 0.00015; in TEST() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DOpenMapRealVector.java47 private final double epsilon; field in OpenMapRealVector
75 public OpenMapRealVector(int dimension, double epsilon) { in OpenMapRealVector()
107 public OpenMapRealVector(int dimension, int expectedSize, double epsilon) { in OpenMapRealVector()
128 public OpenMapRealVector(double[] values, double epsilon) { in OpenMapRealVector()
155 public OpenMapRealVector(Double[] values, double epsilon) { in OpenMapRealVector()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLMeanStdDevNormalizationKernel.cpp41 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate_arguments()
65 void CLMeanStdDevNormalizationKernel::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure()
70 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure()
113 …evNormalizationKernel::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
H A DCLL2NormalizeLayerKernel.cpp45 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate_arguments()
80 …configure(const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure()
85 …_context, const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure()
148 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate()
H A DCLFuseBatchNormalizationKernel.cpp45 float epsilon, FuseBatchNormalizationType fbn_type) in validate_arguments()
112 float epsilon, FuseBatchNormalizationType fbn_type) in configure()
120 float epsilon, FuseBatchNormalizationType fbn_type) in configure()
185 float epsilon, FuseBatchNormalizationType fbn_type) in validate()
H A DCLBatchNormalizationLayerKernel.cpp45 float epsilon, ActivationLayerInfo act_info) in validate_arguments()
116 float epsilon, ActivationLayerInfo act_info) in configure()
123 float epsilon, ActivationLayerInfo act_info) in configure()
208 float epsilon, ActivationLayerInfo act_info) in validate()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/tpu/
H A Doptimization_parameters.proto115 float epsilon = 5; field
196 float epsilon = 5; field
221 float epsilon = 3; field
233 float epsilon = 3; field
264 float epsilon = 2; field
329 float epsilon = 5; field
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
H A DPoissonDistribution.java72 private final double epsilon; field in PoissonDistribution
106 public PoissonDistribution(double p, double epsilon, int maxIterations) in PoissonDistribution()
122 public PoissonDistribution(RandomGenerator rng, double p, double epsilon, int maxIterations) in PoissonDistribution()
153 public PoissonDistribution(double p, double epsilon) throws NotStrictlyPositiveException { in PoissonDistribution()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp100 const float epsilon = (float)1e-5; in iterate() local
152 const float epsilon = (float)1e-5; in iterate() local
305 const float epsilon = (float)1e-5; in iterate() local
509 const float epsilon = (float)1e-5; in iterate() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/linear/
H A DSimplexSolver.java76 private final double epsilon; field in SimplexSolver
108 public SimplexSolver(final double epsilon) { in SimplexSolver()
118 public SimplexSolver(final double epsilon, final int maxUlps) { in SimplexSolver()
129 public SimplexSolver(final double epsilon, final int maxUlps, final double cutOff) { in SimplexSolver()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Doptimizer_v1.py246 def __init__(self, lr=0.001, rho=0.9, epsilon=None, decay=0., **kwargs): argument
323 def __init__(self, lr=0.01, epsilon=None, decay=0., **kwargs): argument
404 def __init__(self, lr=1.0, rho=0.95, epsilon=None, decay=0., **kwargs): argument
488 epsilon=None, argument
592 epsilon=None, argument
685 epsilon=None, argument
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLMeanStdDevNormalizationLayer.cpp33 void CLMeanStdDevNormalizationLayer::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure()
38 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure()
46 …DevNormalizationLayer::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
H A DCLL2NormalizeLayer.cpp55 void CLL2NormalizeLayer::configure(ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure()
60 …st CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure()
79 …malizeLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int axis, float epsilon) in validate()
H A DCLInstanceNormalizationLayer.cpp49 …nfigure(ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure()
54 …ontext, ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure()
66 …ensorInfo *input, const ITensorInfo *output, float gamma, float beta, float epsilon, bool use_mixe… in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DL2NormalizeLayerFixture.h52 … void setup(TensorShape shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in setup()
69 …pute_target(TensorShape shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in compute_target()
103 …ence(const TensorShape &shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in compute_reference()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/
H A DBatchNorm_miopen.cpp26 bool training, double exponential_average_factor, double epsilon) { in miopen_batch_norm()
32 double epsilon) { in miopen_batch_norm_backward()
62 bool training, double exponential_average_factor, double epsilon) in miopen_batch_norm()
169 double epsilon) { in miopen_batch_norm_backward()
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_simple.cpp159 Tensor<int, 3> epsilon(3,3,3); in test_3d() local
277 Tensor<int, 3> epsilon(3,3,3); in test_simple_assign() local
297 Tensor<int, 3> epsilon; in test_resize() local

12345678910>>...39