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.cpp46 #define NN_VALIDATE_NULL_OR_SIZED(tag, data, length) \ macro
100 NN_VALIDATE_NULL_OR_SIZED("addOperand", type.dimensions, type.dimensionCount); in addOperand()
140 NN_VALIDATE_NULL_OR_SIZED("setOperandValue", buffer, length); in setOperandValue()
236 NN_VALIDATE_NULL_OR_SIZED("setOperandSymmPerChannelQuantParams", channelQuant.scales, in setOperandSymmPerChannelQuantParams()
279 NN_VALIDATE_NULL_OR_SIZED("setOperandExtensionData", data, length); in setOperandExtensionData()
401 NN_VALIDATE_NULL_OR_SIZED("addOperation", inputs, inputCount); in addOperation()
402 NN_VALIDATE_NULL_OR_SIZED("addOperation", outputs, outputCount); in addOperation()
436 NN_VALIDATE_NULL_OR_SIZED("identifyInputsAndOutputs", inputs, inputCount); in identifyInputsAndOutputs()
443 NN_VALIDATE_NULL_OR_SIZED("identifyInputsAndOutputs", outputs, outputCount); in identifyInputsAndOutputs()
1023 #undef NN_VALIDATE_NULL_OR_SIZED