Home
last modified time | relevance | path

Searched defs:array (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java178 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult()
192 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult()
206 public void addArrayResult(String name, float[] array) throws IOException { in addArrayResult()
220 public void addArrayResult(String name, double[] array) throws IOException { in addArrayResult()
234 public void addArrayResult(String name, boolean[] array) throws IOException { in addArrayResult()
/test/mlts/benchmark/tools/
Dtensor_utils.py30 def reshape_to_matrix(array): argument