Searched defs:weightsOperand (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | Converter.cpp | 1137 const Operand* weightsOperand = GetInputOperand(operation, 1, model); in ConvertConv2d() local 1295 const Operand* weightsOperand = GetInputOperand(operation, 1, model); in ConvertDepthwiseConv2d() local 1926 const Operand* weightsOperand = GetInputOperand(operation, 1, model); in ConvertFullyConnected() local 5438 const Operand* weightsOperand = GetInputOperand(operation, 1, model); in ConvertTransposeConv2d() local
|
H A D | ConversionUtils.cpp | 653 const Operand* weightsOperand = GetInputOperand(operation, operand_index, model); in DequantizeIfRequired() local
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ConversionUtils.hpp | 2595 const HalOperand* weightsOperand = GetInputOperand<HalPolicy>(operation, 1, model); in ConvertDepthwiseConv2d() local 2972 const HalOperand* weightsOperand = GetInputOperand<HalPolicy>(operation, operand_index, model); in DequantizeIfRequired() local 3115 const HalOperand* weightsOperand = GetInputOperand<HalPolicy>(operation, 1, model); in ConvertFullyConnected() local
|
H A D | ConversionUtils_1_2.hpp | 566 const HalOperand* weightsOperand = GetInputOperand<HalPolicy>(operation, 1, model); in ConvertDepthwiseConv2d_1_2() local 2915 const HalOperand* weightsOperand = GetInputOperand<HalPolicy>(operation, 1, model); in ConvertTransposeConv2d() local
|