Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp42 #define NN_VALIDATE_NULL_OR_SIZED(tag, data, length) \ macro
96 NN_VALIDATE_NULL_OR_SIZED("addOperand", type.dimensions, type.dimensionCount); in addOperand()
135 NN_VALIDATE_NULL_OR_SIZED("setOperandValue", buffer, length); in setOperandValue()
231 NN_VALIDATE_NULL_OR_SIZED("setOperandSymmPerChannelQuantParams", channelQuant.scales, in setOperandSymmPerChannelQuantParams()
274 NN_VALIDATE_NULL_OR_SIZED("setOperandExtensionData", data, length); in setOperandExtensionData()
386 NN_VALIDATE_NULL_OR_SIZED("addOperation", inputs, inputCount); in addOperation()
387 NN_VALIDATE_NULL_OR_SIZED("addOperation", outputs, outputCount); in addOperation()
419 NN_VALIDATE_NULL_OR_SIZED("identifyInputsAndOutputs", inputs, inputCount); in identifyInputsAndOutputs()
426 NN_VALIDATE_NULL_OR_SIZED("identifyInputsAndOutputs", outputs, outputCount); in identifyInputsAndOutputs()
980 #undef NN_VALIDATE_NULL_OR_SIZED