Home
last modified time | relevance | path

Searched refs:scaleVector (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.cpp156 std::vector<float> scaleVector{operand.scale}; in createTensorFlatbufferFromOperand() local
165 *mBuilder, &minVector /* min */, &maxVector /* max */, &scaleVector /* scale */, in createTensorFlatbufferFromOperand()
DConv2DOperationConverter.cpp113 std::vector<float> scaleVector{inputOperand.scale}; in decomposeExplicitPadding() local
121 &scaleVector /* scale */, &zeroPointVector /* zero_point */, in decomposeExplicitPadding()