Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp540 const Extension::OperandTypeInformation& operandTypeInformation) { in operator <<() argument
541 return os << "Extension::OperandTypeInformation{.type=" << operandTypeInformation.type in operator <<()
542 << ", .isTensor=" << (operandTypeInformation.isTensor ? "true" : "false") in operator <<()
543 << ", .byteSize=" << operandTypeInformation.byteSize << "}"; in operator <<()
DValidation.cpp305 const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtensionOperandTypeInformation() argument
306 NN_RET_CHECK_GT(operandTypeInformation.byteSize, 0u); in validateExtensionOperandTypeInformation()
318 [](const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtension() argument
319 return operandTypeInformation.type; in validateExtension()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypeUtils.h109 const Extension::OperandTypeInformation& operandTypeInformation);