Searched defs:inputShape (Results 1 – 4 of 4) sorted by relevance
57 public TestModelEntry(String modelName, float baselineSec, int[] inputShape, in TestModelEntry()
67 private synchronized native boolean resizeInputTensors(long modelHandle, int[] inputShape); in resizeInputTensors()127 public NNTestBase(String modelName, String modelFile, int[] inputShape, in NNTestBase()
170 List<InferenceInOutSequence> inputOutputAssets, int[] inputShape, int dataByteSize) in writeModelInput()
191 std::vector<int> inputShape; in main() local