mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 14:24:22 +00:00
Refactor CUDA kernels and tensor operations for type generality
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
~Tensor();
|
||||
|
||||
DType get_dtype();
|
||||
DType get_dtype() const;
|
||||
|
||||
size_t size() const;
|
||||
size_t numel() const;
|
||||
|
||||
Reference in New Issue
Block a user