Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go56 inputPath := android.PathForModuleSrc(ctx, templatePath)
57 …genPath := android.PathForModuleGen(ctx, configDirName, ctx.ModuleName(), inputPath.Rel()+configTe…
58 rule.Command().Textf("cp").Input(inputPath).Output(genPath)
77 inputPath := android.PathForModuleSrc(ctx, *cSuiteTest.csuiteTestProperties.Test_plan_include)
79 rule.Command().Textf("cp").Input(inputPath).Output(genPath)
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModelsListLoader.java123 String inputPath = jsonDataset.getString("inputPath"); in parseJSONModelsList() local
145 new InferenceInOutSequence.FromDataset(inputPath, labels, groundTruth, in parseJSONModelsList()
DInferenceInOutSequence.java139 public FromDataset(String inputPath, String labelAssetName, String groundTruthAssetName, in FromDataset() argument
143 mInputPath = inputPath; in FromDataset()