Searched refs:getInputOutputAssets (Results 1 – 2 of 2) sorted by relevance
231 private List<InferenceInOutSequence> getInputOutputAssets() throws IOException { in getInputOutputAssets() method in NNTestBase234 getInputOutputAssets(mContext, mInputOutputAssets, mInputOutputDatasets); in getInputOutputAssets()251 public static List<InferenceInOutSequence> getInputOutputAssets(Context context, in getInputOutputAssets() method in NNTestBase295 List<InferenceInOutSequence> ios = getInputOutputAssets(); in dumpAllLayers()302 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runInferenceOnce()313 return runBenchmark(getInputOutputAssets(), 0xFFFFFFF, timeoutSec, flags); in runBenchmark()322 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runBenchmarkCompleteInputSet()
134 List<InferenceInOutSequence> inputOutputAssets = NNTestBase.getInputOutputAssets( in call()