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