Home
last modified time | relevance | path

Searched defs:i1 (Results 1 – 25 of 120) sorted by relevance

12345

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java117 public boolean performPanelShortcut(int i, int i1, KeyEvent keyEvent, int i2) { in performPanelShortcut()
122 public boolean performPanelIdentifierAction(int i, int i1, int i2) { in performPanelIdentifierAction()
132 public boolean performContextMenuIdentifierAction(int i, int i1) { in performContextMenuIdentifierAction()
147 public void setFeatureDrawableResource(int i, int i1) { in setFeatureDrawableResource()
162 public void setFeatureDrawableAlpha(int i, int i1) { in setFeatureDrawableAlpha()
167 public void setFeatureInt(int i, int i1) { in setFeatureInt()
232 public void setChildInt(int i, int i1) { in setChildInt()
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/
Daddfloat.mod.py4 i1 = Input("operand1","TENSOR_FLOAT32", "{3,4}") variable
/frameworks/ml/nn/tools/test_generator/tests/P_float/
Daddfloat.mod.py2 i1 = Input("operand1","TENSOR_FLOAT32", "{3,4}") variable
/frameworks/ml/nn/runtime/test/specs/
Dl2_normalization_large.mod.py18 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 3}") variable
Drelu1_float_1.mod.py19 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
Dl2_normalization.mod.py18 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 1, 1, 3}") variable
Drelu6_float_1.mod.py19 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
Ddequantize.mod.py3 i1 = Input("op1", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 1.f, 0") variable
Dtanh.mod.py3 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") variable
Dfloor.mod.py3 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 2}") variable
Dlogistic_quant8_1.mod.py20 i1 = Input("op1", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 0.5f, 0") variable
Dlogistic_float_1.mod.py20 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") variable
Drelu_float_1.mod.py19 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
Dspace_to_depth_float_2.mod.py2 i1 = Input("input", "TENSOR_FLOAT32", "{1, 4, 4, 1}") variable
Dsoftmax_quant8_2.mod.py4 i1 = Input("input", "TENSOR_QUANT8_ASYMM", "{2, 5}, 0.5f, 0") # batch = 2, depth = 5 variable
Dsoftmax_quant8_1.mod.py4 i1 = Input("input", "TENSOR_QUANT8_ASYMM", "{1, 4}, 0.5f, 0") # batch = 1, depth = 1 variable
Ddepth_to_space_float_1.mod.py2 i1 = Input("input", "TENSOR_FLOAT32", "{1, 1, 1, 8}") variable
Ddepth_to_space_float_2.mod.py2 i1 = Input("input", "TENSOR_FLOAT32", "{1, 2, 2, 4}") variable
Dspace_to_depth_quant8_2.mod.py2 i1 = Input("input", "TENSOR_QUANT8_ASYMM", "{1, 4, 4, 1}") variable
Dreshape_weights_as_inputs.mod.py3 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 1, 3, 3}") # a line of 3 pixels, 3 components/pixel variable
Dsoftmax_float_2.mod.py4 i1 = Input("input", "TENSOR_FLOAT32", "{2, 5}") # batch = 2, depth = 5 variable
Ddepth_to_space_quant8_2.mod.py2 i1 = Input("input", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 4}") variable
Dsoftmax_float_1.mod.py4 i1 = Input("input", "TENSOR_FLOAT32", "{1, 4}") # batch = 1, depth = 1 variable
Dspace_to_depth_float_1.mod.py2 i1 = Input("input", "TENSOR_FLOAT32", "{1, 2, 2, 2}") variable
/frameworks/ml/nn/tools/test_generator/tests/P_explicit/
Dexplicit_add.mod.py1 i1 = Input("op1", "TENSOR_FLOAT32", "{1, 8, 8, 3}") # input 0 variable

12345