Closed hugofloresgarcia closed 1 year ago
Adds an additional check to register_method to check for output dtypes, ensuring that output tensors are of type float, since the C++ backend will cast all output tensors to float types.
register_method
Adds an additional check to
register_method
to check for output dtypes, ensuring that output tensors are of type float, since the C++ backend will cast all output tensors to float types.