Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 8 of 8) 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/aidl/vts/functional/
DUtils.cpp202 size_t inputSize = 0; in createRequest() local
210 .offset = static_cast<int64_t>(inputSize), in createRequest()
212 inputSize += op.data.alignedSize(); in createRequest()
240 mInputMemory = TestAshmem::create(inputSize); in createRequest()
243 mInputMemory = TestBlobAHWB::create(inputSize); in createRequest()
DGeneratedTestHarness.cpp408 size_t inputSize = 0; in createRequest() local
429 inputSize += roundUpBytesNeeded(inputSize, nn::kDefaultRequestMemoryAlignment); in createRequest()
432 .offset = static_cast<int64_t>(inputSize), in createRequest()
435 inputSize += (op.data.size() + padding); in createRequest()
482 mInputMemory = TestBlobAHWB::create(std::max<size_t>(inputSize, 1)); in createRequest()
485 mInputMemory = TestAshmem::create(std::max<size_t>(inputSize, 1), /*aidlReadonly=*/true); 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/default/
DExternalCameraOfflineSession.cpp316 Size inputSize = {mOfflineReqs[0]->frameIn->mWidth, mOfflineReqs[0]->frameIn->mHeight}; in initOutputThread() local
318 mOutputThread->allocateIntermediateBuffers(inputSize, maxThumbSize, mOfflineStreams, in initOutputThread()
/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.hal2757 * inputSize], otherwise the input has a shape [batchSize, maxTime,
2758 * inputSize].
2760 * A 2-D tensor of shape [fwNumUnits, inputSize].
2769 * A 2-D tensor of shape [bwNumUnits, inputSize].
3972 * and shape [numBatches, inputSize] specifying the input to the LSTM
3977 * and shape [outputSize, inputSize] specifying input-to-input part of
3983 * and shape [outputSize, inputSize] specifying input-to-forget part of
3989 * and shape [outputSize, inputSize] specifying input-to-cell part of
3995 * and shape [outputSize, inputSize] specifying input-to-output part of
4865 * inputSize], otherwise the input has a shape [batchSize, maxTime,
[all …]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2615 * inputSize], otherwise the input has a shape [batchSize, maxTime,
2616 * inputSize].
2618 * A 2-D tensor of shape [fwNumUnits, inputSize].
2627 * A 2-D tensor of shape [bwNumUnits, inputSize].
2638 * A 2-D tensor of shape [fwNumUnits, inputSize].
2640 * A 2-D tensor of shape [bwNumUnits, inputSize].
3746 * and shape [numBatches, inputSize] specifying the input to the LSTM
3751 * and shape [outputSize, inputSize] specifying input-to-input part of
3757 * and shape [outputSize, inputSize] specifying input-to-forget part of
3763 * and shape [outputSize, inputSize] specifying input-to-cell part of
[all …]