mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +00:00
Refactor Backend and Layer interfaces
This commit is contained in:
9
include/shape.hpp
Normal file
9
include/shape.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace CUDANet {
|
||||
|
||||
typedef std::vector<size_t> Shape;
|
||||
|
||||
} // namespace CUDANet
|
||||
Reference in New Issue
Block a user