Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bassoy authored Mar 8, 2024
1 parent 4288a80 commit e2768a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ np.all(np.equal(C,D))
int main()
{
using value_t = float;
using tensor_t = tlib::tensor<value_t>; // or std::array<value_t,N>
using tensor_t = tlib::tensor<value_t>;

auto A = tensor_t( {4,3,2} );
auto B = tensor_t( {5,4} );
Expand Down

0 comments on commit e2768a3

Please sign in to comment.