/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | avg_pool_quant8_signed.mod.py | 55 output_col = (col + 2 * pad - flt + std) // std variable 92 output_col = (col + 2 * pad - flt + std) // std variable 178 output_col = (col + 2 * pad - flt + std) // std variable 207 output_col = (col + 2 * pad - flt + std) // std variable 236 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_quant8_signed.mod.py | 52 output_col = (col + 2 * pad - flt + std) // std variable 91 output_col = (col + 2 * pad - flt + std) // std variable 160 output_col = (col + 2 * pad - flt + std) // std variable 189 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | concat_quant8_signed.mod.py | 109 output_col = col1 + col2 variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | avg_pool_v1_2.mod.py | 48 output_col = (col + 2 * pad - flt + std) // std variable 76 output_col = (col + 2 * pad - flt + std) // std variable 104 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | concat_float16_3.mod.py | 23 output_col = col1 + col2 variable
|
H A D | max_pool_v1_2.mod.py | 46 output_col = (col + 2 * pad - flt + std) // std variable 74 output_col = (col + 2 * pad - flt + std) // std variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | concat_float_3.mod.py | 23 output_col = col1 + col2 variable
|
H A D | concat_quant8_3.mod.py | 23 output_col = col1 + col2 variable
|
H A D | avg_pool_float_2.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_float_3.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_float_4.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_quant8_2.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_quant8_3.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_float_2.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_float_3.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_quant8_2.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_quant8_3.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | concat_float_3_relaxed.mod.py | 23 output_col = col1 + col2 variable
|
H A D | avg_pool_float_2_relaxed.mod.py | 38 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_float_3_relaxed.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | avg_pool_float_4_relaxed.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_float_2_relaxed.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|
H A D | max_pool_float_3_relaxed.mod.py | 36 output_col = (col + 2 * pad - flt + std) // std variable
|