summaryrefslogtreecommitdiffstats
path: root/Whisper/ML/testUtilsC.h
blob: 2246e92528d401368f17077fda2feb2a1edf26ce (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

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