Commit c996cddf authored by Chaitanya Inumella's avatar Chaitanya Inumella
Browse files

Changed the HostTensorDescriptor default constructor definition

parent e07b3d8e
...@@ -70,7 +70,7 @@ auto construct_f_unpack_args(F, T args) ...@@ -70,7 +70,7 @@ auto construct_f_unpack_args(F, T args)
struct HostTensorDescriptor struct HostTensorDescriptor
{ {
HostTensorDescriptor() = delete; HostTensorDescriptor() = default;
template <typename X> template <typename X>
HostTensorDescriptor(const std::vector<X>& lens); HostTensorDescriptor(const std::vector<X>& lens);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment