Searched defs:inputOperand (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | Conv2DOperationConverter.cpp | 55 const Operand& inputOperand = subgraph->operands[operation.inputs[0]]; in decomposeExplicitPadding() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 687 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation() local 1361 auto inputOperand = operands[inputIndexes[0]]; in validateOperation() local
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ConversionUtils_1_3.hpp | 757 const HalOperand* inputOperand = GetInputOperand<HalPolicy>(operation, 0, model); in ConvertRank() local
|
H A D | ConversionUtils.hpp | 3596 const HalOperand* inputOperand = GetInputOperand<HalPolicy>(operation, 0, model); in ConvertReshape() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 148 const auto& inputOperand = model.main.operands[model.main.inputIndexes[0]]; in expectMultinomialDistributionWithinTolerance() local
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | Converter.cpp | 4701 const Operand* inputOperand = GetInputOperand(operation, 0, model); in ConvertRank() local 4828 const Operand* inputOperand = GetInputOperand(operation, 0, model); in ConvertReshape() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 1719 const Operand& inputOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local
|