Home
last modified time | relevance | path

Searched refs:inputShape (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java54 public TestModelEntry(String modelName, float baselineSec, int[] inputShape, in TestModelEntry() argument
61 mInputShape = inputShape; in TestModelEntry()
DNNTestBase.java51 private synchronized native boolean resizeInputTensors(long modelHandle, int[] inputShape); in resizeInputTensors() argument
92 public NNTestBase(String modelName, String modelFile, int[] inputShape, in NNTestBase() argument
107 mInputShape = inputShape; in NNTestBase()