mirror of
https://github.com/StepanovPlaton/NeuralNetwork.git
synced 2026-04-03 20:30:39 +04:00
TensorInfo
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
#include "tensor.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int main() { return 0; }
|
||||
int main() {
|
||||
Tensor<float, 2> a = Tensors::rand<float>(1, 3);
|
||||
std::cout << a.toString();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user