Xped
Loading...
Searching...
No Matches
TensorTypedefs.hpp
Go to the documentation of this file.
1#ifndef XPED_TYPEDEFS_H_
2#define XPED_TYPEDEFS_H_
3
4namespace Xped {
5
6enum class EFFICIENCY
7{
8 MEMORY,
9 TIME
10};
11}
12#endif
Definition: bench.cpp:62
EFFICIENCY
Definition: TensorTypedefs.hpp:7