Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py152 def NormalizeInputLists(self, *inputs): argument
171 if not all(inputs):
174 lists = filter(self.IsListLike, inputs)
177 return ([i] for i in inputs)
186 for i in inputs)
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DInferenceInOutSequence.java84 byte[] inputs = IOUtils.readAsset(assetManager, mInputAssetName, mDataBytesSize); in readAssets()
86 int sequenceLength = inputs.length / mInputSizeBytes; in readAssets()
97 if (inputs.length % mInputSizeBytes != 0) { in readAssets()
98 throw new IllegalArgumentException("Input data size (in bytes): " + inputs.length + in readAssets()
113 Arrays.copyOfRange(inputs, mInputSizeBytes * i, mInputSizeBytes * (i + 1)), in readAssets()
/test/mlts/benchmark/jni/
Drun_tflite.cpp192 int input = mTfliteInterpreter->inputs()[0]; in setInput()
261 int input = mTfliteInterpreter->inputs()[0]; in resizeInputTensors()
323 int input = mTfliteInterpreter->inputs()[0]; in benchmark()
/test/mlts/models/
DREADME.txt141 TODO(pszczepaniak): Provide at least 5 inputs outputs for each model
/test/vts/proto/
DComponentSpecificationMessage.proto211 // Specifies API function and inputs.