mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14058 Reviewed By: dzhulgakov Differential Revision: D13081602 fbshipit-source-id: e91ccf9fba9a7a02f99ed90b7a3a0fe7afd56832
10 lines
144 B
C++
10 lines
144 B
C++
#include <c10/util/UniqueVoidPtr.h>
|
|
|
|
namespace c10 {
|
|
namespace detail {
|
|
|
|
void deleteNothing(void*) {}
|
|
|
|
} // namespace detail
|
|
} // namespace c10
|