Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 6 of 6) 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/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp104 C2VideoSizeStreamTuning::input inputSize; in init() local
106 c2_status_t c2Status = compQuery({ &inputSize, &usage }, in init()
131 inputSize.width, inputSize.height, in init()
/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/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp233 C2VideoSizeStreamTuning::input inputSize(0u, nWidth, nHeight); in setupConfigParam() local
234 std::vector<C2Param*> configParam{&inputSize}; in setupConfigParam()
/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 …]