mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 14:24:22 +00:00
10 lines
113 B
C++
10 lines
113 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
namespace CUDANet {
|
|
|
|
typedef std::vector<size_t> Shape;
|
|
|
|
} // namespace CUDANet
|