Home
last modified time | relevance | path

Searched defs:bias2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/whitebalance/
H A DAmbientLuxTest.java232 final float bias2 = 1.0f; in testSpline_TwoSegments() local
359 final float bias2 = 1.0f; in testSpline_TwoSegmentsHighLight() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DEcdsaTest.java332 double bias2 = bias(kList, q, BigInteger.valueOf(2)); in testBias() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRNN.cu104 TensorInfo<scalar_t, index_type> bias2, in lstm_cell_forward()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc1765 auto bias2 = at::randn({6, 6}); in TEST() local