Searched defs:f3 (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | depthwise_conv2d_per_channel.mod.py | 53 f3 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 4}, 0.0f, 0", variable
|
D | conv2d_dilation.mod.py | 124 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [1, 2, 3, 4]) variable
|
D | depthwise_conv2d_v1_2.mod.py | 88 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}", [.25, 0, .25, 1, .25, 0, .25, 1]) variable
|
D | conv2d_v1_2.mod.py | 77 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/ |
D | Bench.cpp | 62 float f3 = 0.f; in testWork() local
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 792 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/ |
D | rsdRuntimeStubs.cpp | 1162 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/ |
D | buffer_hub-test.cpp | 680 LocalHandle f3; in TEST_F() local
|