"examples/community/instaflow_one_step.py" did not exist on "12a232efa99d7a8c33f54ae515c5a3d6fc5c8f34"
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)
struct HostTensorDescriptor
{
HostTensorDescriptor() = delete;
HostTensorDescriptor() = default;
template <typename X>
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