#pragma once #ifdef __cplusplus extern "C" { #endif void printUniqueTensorSize( const char* name, const int* lhs, const int* rhs ); #ifdef __cplusplus } #endif