HomeSort by relevance Sort by last modified time
    Searched refs:input2_values (Results 1 - 4 of 4) sorted by null

  /frameworks/ml/nn/runtime/test/specs/
concat_float_2.mod.py 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col: variable
36 input2: input2_values}
concat_quant8_2.mod.py 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col: variable
36 input2: input2_values}
concat_float_3.mod.py 33 input2_values = [-x for x in range(row * col2)] variable
35 input2: input2_values}
42 output_values[r * output_col + col1 + c2] = input2_values[r * col2 + c2]
concat_quant8_3.mod.py 33 input2_values = [x % 128 for x in range(row * col2)] variable
35 input2: input2_values}
42 output_values[r * output_col + col1 + c2] = input2_values[r * col2 + c2]

Completed in 68 milliseconds