Skip to content

Commit e2768a3

Browse files
authoredMar 8, 2024··
Update README.md
1 parent 4288a80 commit e2768a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ np.all(np.equal(C,D))
7373
int main()
7474
{
7575
using value_t = float;
76-
using tensor_t = tlib::tensor<value_t>; // or std::array<value_t,N>
76+
using tensor_t = tlib::tensor<value_t>;
7777

7878
auto A = tensor_t( {4,3,2} );
7979
auto B = tensor_t( {5,4} );

0 commit comments

Comments
 (0)
Please sign in to comment.