Skip to content

Commit 80eaa78

Browse files
committed
some testing before i leave
1 parent a322d6d commit 80eaa78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ int main() {
5858
TensorSANN::Tensor output = dense1.forward(dt1);
5959

6060
std::cout << output.to_string() << std::endl;
61+
std::cout << "Dense Backward:" << std::endl;
62+
std::cout << dense1.backward(output).to_string() << std::endl;
6163

6264

6365

@@ -77,6 +79,8 @@ int main() {
7779
std::cout << rt1.to_string() << std::endl;
7880
std::cout << rt2.to_string() << std::endl;
7981

82+
83+
8084

8185
return 0;
8286

0 commit comments

Comments
 (0)