Searched refs:outputSize (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 124 size_t outputSize = 0; in createRequest() local 137 .offset = static_cast<uint32_t>(outputSize), in createRequest() 139 outputSize += op.data.size() == 0 ? TestBuffer::kAlignment : op.data.alignedSize(); in createRequest() 146 mOutputMemory = TestAshmem::create(outputSize); in createRequest() 149 mOutputMemory = TestBlobAHWB::create(outputSize); in createRequest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 403 size_t outputSize = 0; in createRequest() local 429 .offset = static_cast<uint32_t>(outputSize), in createRequest() 431 outputSize += op.data.size() == 0 ? TestBuffer::kAlignment : op.data.alignedSize(); in createRequest() 443 mOutputMemory = TestBlobAHWB::create(std::max<size_t>(outputSize, 1)); in createRequest() 446 mOutputMemory = TestAshmem::create(std::max<size_t>(outputSize, 1)); in createRequest()
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 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 3997 * and shape [outputSize, outputSize] specifying recurrent-to-input part 4003 * and shape [outputSize, outputSize] specifying recurrent-to-forget 4009 * and shape [outputSize, outputSize] specifying recurrent-to-cell part 4015 * and shape [outputSize, outputSize] specifying recurrent-to-output 4021 * [outputSize] specifying the bias for the fully-connected layer 4026 * [outputSize] specifying the bias for the fully-connected layer [all …]
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 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 3767 * and shape [outputSize, inputSize] specifying input-to-output part of 3773 * and shape [outputSize, outputSize] specifying recurrent-to-input part 3779 * and shape [outputSize, outputSize] specifying recurrent-to-forget 3785 * and shape [outputSize, outputSize] specifying recurrent-to-cell part 3791 * and shape [outputSize, outputSize] specifying recurrent-to-output 3797 * [outputSize] specifying the bias for the fully-connected layer 3802 * [outputSize] specifying the bias for the fully-connected layer [all …]
|