Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DTypeUtils.cpp666 const Extension::OperandTypeInformation& operandTypeInformation) { in operator <<() argument
667 return os << "Extension::OperandTypeInformation{.type=" << operandTypeInformation.type in operator <<()
668 << ", .isTensor=" << (operandTypeInformation.isTensor ? "true" : "false") in operator <<()
669 << ", .byteSize=" << operandTypeInformation.byteSize << "}"; in operator <<()
DValidation.cpp336 const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtensionOperandTypeInformation() argument
337 NN_VALIDATE_GT(operandTypeInformation.byteSize, 0u); in validateExtensionOperandTypeInformation()
349 [](const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtension() argument
350 return operandTypeInformation.type; in validateExtension()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypeUtils.h109 const Extension::OperandTypeInformation& operandTypeInformation);