Searched refs:i69 (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | mobilenet_quantized.mod.py | 207 i69 = Internal("op69", "TENSOR_QUANT8_ASYMM", "{1, 14, 14, 512}, 0.023528477177, 0") # intermediate… variable 240 model = model.Operation("DEPTHWISE_CONV_2D", i66, i71, i70, i171, i172, i173, i174, i175).To(i69) 241 model = model.Operation("CONV_2D", i69, i74, i73, i176, i177, i178, i179).To(i72)
|
H A D | mobilenet_224_gender_basic_fixed.mod.py | 206 i69 = Internal("op69", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable 237 model = model.Operation("DEPTHWISE_CONV_2D", i66, i71, i70, i154, i155, i156, i157, i158).To(i69) 238 model = model.Operation("CONV_2D", i69, i74, i73, i159, i160, i161, i162).To(i72)
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | mobilenet_224_gender_basic_fixed_relaxed.mod.py | 222 i69 = Internal("op69", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable 253 model = model.Operation("DEPTHWISE_CONV_2D", i66, i71, i70, i154, i155, i156, i157, i158).To(i69) 254 model = model.Operation("CONV_2D", i69, i74, i73, i159, i160, i161, i162).To(i72)
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 1474 int i69 = 69; in largeFrame() local 3472 i69 += i68; in largeFrame() 3474 i70 += i69; in largeFrame()
|