Searched refs:i33 (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | mobilenet_quantized.mod.py | 171 i33 = Internal("op33", "TENSOR_QUANT8_ASYMM", "{1, 56, 56, 64}, 0.023528477177, 0") # intermediate … variable 228 model = model.Operation("DEPTHWISE_CONV_2D", i30, i35, i34, i117, i118, i119, i120, i121).To(i33) 229 model = model.Operation("CONV_2D", i33, i38, i37, i122, i123, i124, i125).To(i36)
|
H A D | mobilenet_224_gender_basic_fixed.mod.py | 170 i33 = Internal("op33", "TENSOR_FLOAT32", "{1, 56, 56, 16}") # intermediate result variable 225 model = model.Operation("DEPTHWISE_CONV_2D", i30, i35, i34, i100, i101, i102, i103, i104).To(i33) 226 model = model.Operation("CONV_2D", i33, i38, i37, i105, i106, i107, i108).To(i36)
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | mobilenet_224_gender_basic_fixed_relaxed.mod.py | 186 i33 = Internal("op33", "TENSOR_FLOAT32", "{1, 56, 56, 16}") # intermediate result variable 241 model = model.Operation("DEPTHWISE_CONV_2D", i30, i35, i34, i100, i101, i102, i103, i104).To(i33) 242 model = model.Operation("CONV_2D", i33, i38, i37, i105, i106, i107, i108).To(i36)
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 1402 int i33 = 33; in largeFrame() local 3400 i33 += i32; in largeFrame() 3402 i34 += i33; in largeFrame()
|