mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Original commit changeset: 227df3b85316 Pull Request resolved: https://github.com/pytorch/pytorch/pull/22794 ghstack-source-id: 86400904 Differential Revision: D16222777 fbshipit-source-id: 0b198ac59e640df0b8204b4ed30f8e822c15fd9a
6 lines
103 B
C
6 lines
103 B
C
#pragma once
|
|
|
|
#include <ATen/Utils.h>
|
|
|
|
#define TH_DISALLOW_COPY_AND_ASSIGN AT_DISALLOW_COPY_AND_ASSIGN
|