Skip to content

Commit 48fd24f

Browse files
Update tensor.hh
1 parent 41abe69 commit 48fd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensor-array/core/tensor.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace tensor_array
9494

9595
TENSOR_ARRAY_API Tensor tensor_rand(const std::initializer_list<unsigned int>&, unsigned int = std::rand());
9696

97-
TENSOR_ARRAY_API std::pair<Tensor, Tensor> tensor_broadcasting(const Tensor&, const Tensor&, unsigned char 0, unsigned char = 0);
97+
TENSOR_ARRAY_API std::pair<Tensor, Tensor> tensor_broadcasting(const Tensor&, const Tensor&, unsigned char = 0, unsigned char = 0);
9898

9999
/**
100100
* \brief Dynamic derivative tensor.

0 commit comments

Comments
 (0)