Searched refs:getInputOutputAssets (Results 1 – 2 of 2) sorted by relevance
223 private List<InferenceInOutSequence> getInputOutputAssets() throws IOException { in getInputOutputAssets() method in NNTestBase226 getInputOutputAssets(mContext, mInputOutputAssets, mInputOutputDatasets); in getInputOutputAssets()243 public static List<InferenceInOutSequence> getInputOutputAssets(Context context, in getInputOutputAssets() method in NNTestBase283 List<InferenceInOutSequence> ios = getInputOutputAssets(); in dumpAllLayers()290 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runInferenceOnce()301 return runBenchmark(getInputOutputAssets(), 0xFFFFFFF, timeoutSec, flags); in runBenchmark()310 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runBenchmarkCompleteInputSet()
134 List<InferenceInOutSequence> inputOutputAssets = NNTestBase.getInputOutputAssets( in call()