Searched refs:inputSize (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 107 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/ |
D | Utils.cpp | 202 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()
|
D | GeneratedTestHarness.cpp | 408 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/ |
D | GeneratedTestHarness.cpp | 373 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/ |
D | ExternalCameraOfflineSession.cpp | 316 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/ |
D | ExternalCameraOfflineSession.cpp | 94 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/ |
D | types.hal | 2757 * 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/ |
D | types.hal | 2615 * 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 …]
|