Searched refs:inputPath (Results 1 – 3 of 3) sorted by relevance
| /test/app_compat/csuite/tools/csuite_test/ |
| D | csuite_test.go | 56 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/ |
| D | TestModelsListLoader.java | 123 String inputPath = jsonDataset.getString("inputPath"); in parseJSONModelsList() local 145 new InferenceInOutSequence.FromDataset(inputPath, labels, groundTruth, in parseJSONModelsList()
|
| D | InferenceInOutSequence.java | 139 public FromDataset(String inputPath, String labelAssetName, String groundTruthAssetName, in FromDataset() argument 143 mInputPath = inputPath; in FromDataset()
|