/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Softmax.cpp | 53 inline bool softmaxSlowFloat32(const float* inputData, const Shape& inputShape, const float beta, in softmaxSlowFloat32() 85 bool softmaxFloat32(const float* inputData, const Shape& inputShape, const float beta, int32_t axis, in softmaxFloat32() 101 bool softmaxFloat16(const _Float16* inputData, const Shape& inputShape, const float beta, in softmaxFloat16() 116 bool softmaxQuant8Impl(const T* inputData, const Shape& inputShape, const float beta, int32_t axis, in softmaxQuant8Impl() 203 bool softmaxQuant8(const T* inputData, const Shape& inputShape, const float beta, int32_t axis, in softmaxQuant8() 274 float beta = (input.type == OperandType::TENSOR_FLOAT16) in prepare() local
|
H A D | InstanceNormalization.cpp | 49 inline bool instanceNormNhwc(const T* inputData, const Shape& inputShape, T gamma, T beta, in instanceNormNhwc() 92 inline bool instanceNorm(const T* inputData, const Shape& inputShape, T gamma, T beta, T epsilon, in instanceNorm()
|
H A D | LogSoftmax.cpp | 42 inline bool compute(const T* input, const Shape& shape, T beta, uint32_t axis, T* output) { in compute()
|
H A D | LocalResponseNormalization.cpp | 52 int32_t radius, float bias, float alpha, float beta, in localResponseNormFloat32Impl()
|
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() 124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() 214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV() 225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV() 236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV() 247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV() 834 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSYMV() 842 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSBMV() 854 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSPMV() 904 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSYMV() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | softmax_quant8_signed.mod.py | 19 beta = Float32Scalar("beta", 0.00001) # close to 0 variable 38 beta = Float32Scalar("beta", 1.) variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | softmax_float_1.mod.py | 5 beta = Float32Scalar("beta", 0.000001) variable
|
H A D | softmax_float_2.mod.py | 5 beta = Float32Scalar("beta", 1.) variable
|
H A D | softmax_quant8_1.mod.py | 5 beta = Float32Scalar("beta", 0.00001) # close to 0 variable
|
H A D | softmax_quant8_2.mod.py | 5 beta = Float32Scalar("beta", 1.) variable
|
H A D | local_response_norm_float_1.mod.py | 6 beta = Float32Scalar("beta", .5) variable
|
H A D | local_response_norm_float_4.mod.py | 6 beta = Float32Scalar("beta", .5) variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | log_softmax.mod.py | 19 def test(input0, output0, input_data, beta, axis, output_data): argument
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2345 Allocation B, float beta, Allocation C) { in SGEMM() 2364 beta, C.getID(mRS), 0, 0, 0, 0); in SGEMM() local 2382 Allocation B, double beta, Allocation C) { in DGEMM() 2400 beta, C.getID(mRS), 0, 0, 0, 0); in DGEMM() local 2418 Allocation B, Float2 beta, Allocation C) { in CGEMM() 2454 Allocation B, Double2 beta, Allocation C) { in ZGEMM() 2490 Allocation B, float beta, Allocation C) { in SSYMM() 2499 beta, C.getID(mRS), 0, 0, 0, 0); in SSYMM() local 2517 Allocation B, double beta, Allocation C) { in DSYMM() 2543 Allocation B, Float2 beta, Allocation C) { in CSYMM() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | softmax_float_1_relaxed.mod.py | 21 beta = Float32Scalar("beta", 0.000001) variable
|
H A D | softmax_float_2_relaxed.mod.py | 21 beta = Float32Scalar("beta", 1.) variable
|
H A D | local_response_norm_float_1_relaxed.mod.py | 22 beta = Float32Scalar("beta", .5) variable
|
H A D | local_response_norm_float_4_relaxed.mod.py | 22 beta = Float32Scalar("beta", .5) variable
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBLAS.cpp | 144 static void walk_tiled_gemm(Func blasFunc, T_param alpha, T_param beta, int vecSize, in walk_tiled_gemm() 197 float beta = call->beta.f; in walk_2d_sgemm() local 208 double beta = call->beta.d; in walk_2d_dgemm() local 219 void * beta = (void *)&call->beta.c; in walk_2d_cgemm() local 230 void * beta = (void *)&call->beta.z; in walk_2d_zgemm() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_ctanhf.c | 45 float t, beta, s, rho, denom; in ctanhf() local
|
H A D | s_ctanh.c | 80 double t, beta, s, rho, denom; in ctanh() local
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2948 Allocation B, float beta, Allocation C) { in SGEMM() 2977 beta, cID, 0, 0, 0, 0, mUseIncSupp); in SGEMM() local 2995 Allocation B, double beta, Allocation C) { in DGEMM() 3023 beta, cID, 0, 0, 0, 0, mUseIncSupp); in DGEMM() local 3041 Allocation B, Float2 beta, Allocation C) { in CGEMM() 3087 Allocation B, Double2 beta, Allocation C) { in ZGEMM() 3133 Allocation B, float beta, Allocation C) { in SSYMM() 3152 beta, cID, 0, 0, 0, 0, mUseIncSupp); in SSYMM() local 3170 Allocation B, double beta, Allocation C) { in DSYMM() 3206 Allocation B, Float2 beta, Allocation C) { in CSYMM() [all …]
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | edge.c | 30 float const beta = p; in JNIFUNCF() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | SpringAnimationBuilder.java | 58 private double beta; field in SpringAnimationBuilder
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_params_unittest.cc | 212 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F() local
|