Searched refs:operandTypeInformation (Results 1 – 3 of 3) sorted by relevance
666 const Extension::OperandTypeInformation& operandTypeInformation) { in operator <<() argument667 return os << "Extension::OperandTypeInformation{.type=" << operandTypeInformation.type in operator <<()668 << ", .isTensor=" << (operandTypeInformation.isTensor ? "true" : "false") in operator <<()669 << ", .byteSize=" << operandTypeInformation.byteSize << "}"; in operator <<()
336 const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtensionOperandTypeInformation() argument337 NN_VALIDATE_GT(operandTypeInformation.byteSize, 0u); in validateExtensionOperandTypeInformation()349 [](const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtension() argument350 return operandTypeInformation.type; in validateExtension()
109 const Extension::OperandTypeInformation& operandTypeInformation);