Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp107 size_t inputSize = 0; in createRequest() local
115 .offset = static_cast<uint32_t>(inputSize), in createRequest()
117 inputSize += op.data.alignedSize(); in createRequest()
145 mInputMemory = TestAshmem::create(inputSize); in createRequest()
148 mInputMemory = TestBlobAHWB::create(inputSize); in createRequest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp373 size_t inputSize = 0; in createRequest() local
395 .offset = static_cast<uint32_t>(inputSize), in createRequest()
397 inputSize += op.data.alignedSize(); in createRequest()
442 mInputMemory = TestBlobAHWB::create(std::max<size_t>(inputSize, 1)); in createRequest()
445 mInputMemory = TestAshmem::create(std::max<size_t>(inputSize, 1)); in createRequest()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp94 Size inputSize = { mOfflineReqs[0]->frameIn->mWidth, mOfflineReqs[0]->frameIn->mHeight}; in initOutputThread() local
97 inputSize, maxThumbSize, mOfflineStreams, mBlobBufferSize); in initOutputThread()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2754 * inputSize], otherwise the input has a shape [batchSize, maxTime,
2755 * inputSize].
2757 * A 2-D tensor of shape [fwNumUnits, inputSize].
2766 * A 2-D tensor of shape [bwNumUnits, inputSize].
3968 * and shape [numBatches, inputSize] specifying the input to the LSTM
3973 * and shape [outputSize, inputSize] specifying input-to-input part of
3979 * and shape [outputSize, inputSize] specifying input-to-forget part of
3985 * and shape [outputSize, inputSize] specifying input-to-cell part of
3991 * and shape [outputSize, inputSize] specifying input-to-output part of
4860 * inputSize], otherwise the input has a shape [batchSize, maxTime,
[all …]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2613 * inputSize], otherwise the input has a shape [batchSize, maxTime,
2614 * inputSize].
2616 * A 2-D tensor of shape [fwNumUnits, inputSize].
2625 * A 2-D tensor of shape [bwNumUnits, inputSize].
2636 * A 2-D tensor of shape [fwNumUnits, inputSize].
2638 * A 2-D tensor of shape [bwNumUnits, inputSize].
3744 * and shape [numBatches, inputSize] specifying the input to the LSTM
3749 * and shape [outputSize, inputSize] specifying input-to-input part of
3755 * and shape [outputSize, inputSize] specifying input-to-forget part of
3761 * and shape [outputSize, inputSize] specifying input-to-cell part of
[all …]