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.go52 inputPath := android.PathForModuleSrc(ctx, *cSuiteTest.csuiteTestProperties.Test_config_template)
54 rule.Command().Textf("cp").Input(inputPath).Output(genPath)
63 inputPath := android.PathForModuleSrc(ctx, *cSuiteTest.csuiteTestProperties.Test_plan_include)
65 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()