Searched refs:operandTypeInformation (Results 1 – 3 of 3) sorted by relevance
540 const Extension::OperandTypeInformation& operandTypeInformation) { in operator <<() argument541 return os << "Extension::OperandTypeInformation{.type=" << operandTypeInformation.type in operator <<()542 << ", .isTensor=" << (operandTypeInformation.isTensor ? "true" : "false") in operator <<()543 << ", .byteSize=" << operandTypeInformation.byteSize << "}"; in operator <<()
305 const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtensionOperandTypeInformation() argument306 NN_RET_CHECK_GT(operandTypeInformation.byteSize, 0u); in validateExtensionOperandTypeInformation()318 [](const Extension::OperandTypeInformation& operandTypeInformation) { in validateExtension() argument319 return operandTypeInformation.type; in validateExtension()
109 const Extension::OperandTypeInformation& operandTypeInformation);