Searched refs:getInputOutputAssets (Results 1 – 2 of 2) sorted by relevance
307 private List<InferenceInOutSequence> getInputOutputAssets() throws IOException { in getInputOutputAssets() method in NNTestBase310 getInputOutputAssets(mContext, mInputOutputAssets, mInputOutputDatasets); in getInputOutputAssets()327 public static List<InferenceInOutSequence> getInputOutputAssets(Context context, in getInputOutputAssets() method in NNTestBase371 List<InferenceInOutSequence> ios = getInputOutputAssets(); in dumpAllLayers()378 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runInferenceOnce()389 return runBenchmark(getInputOutputAssets(), 0xFFFFFFF, timeoutSec, flags); in runBenchmark()398 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runBenchmarkCompleteInputSet()
134 List<InferenceInOutSequence> inputOutputAssets = NNTestBase.getInputOutputAssets( in call()