Searched defs:inputShape (Results 1 – 2 of 2) sorted by relevance
54 public TestModelEntry(String modelName, float baselineSec, int[] inputShape, in TestModelEntry()
51 private synchronized native boolean resizeInputTensors(long modelHandle, int[] inputShape); in resizeInputTensors()92 public NNTestBase(String modelName, String modelFile, int[] inputShape, in NNTestBase()