Home
last modified time | relevance | path

Searched defs:f3 (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Ddepthwise_conv2d_per_channel.mod.py53 f3 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 4}, 0.0f, 0", variable
Dconv2d_dilation.mod.py124 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [1, 2, 3, 4]) variable
Ddepthwise_conv2d_v1_2.mod.py88 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}", [.25, 0, .25, 1, .25, 0, .25, 1]) variable
Dconv2d_v1_2.mod.py77 f3 = Parameter("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}", [0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.… variable
/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp62 float f3 = 0.f; in testWork() local
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp792 void rsDebug(const char *s, float f1, float f2, float f3) {
796 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
805 void rsDebug(const char *s, const float3 *f3) {
828 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1162 void rsDebug(const char *s, float f1, float f2, float f3) {
1166 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
1175 void rsDebug(const char *s, const float3 *f3) {
1198 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub-test.cpp680 LocalHandle f3; in TEST_F() local