Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/matx/core/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ class tensor_t : public detail::tensor_impl_t<T,RANK,Desc> {
/**
* Constructor for a rank-0 tensor.
*
* @param shape
* Tensor shape (empty braces)
* NOTE: Use empty braces {} for the unused parameter.
*
*/
__MATX_INLINE__ tensor_t(const std::initializer_list<detail::no_size_t> /* unused */) :
// The ctor argument is unused, but matches {} for rank-0 tensors. We do
Expand Down