mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Resubmission of https://github.com/pytorch/pytorch/pull/11527 ezyang orionr Pull Request resolved: https://github.com/pytorch/pytorch/pull/12928 Differential Revision: D10501342 Pulled By: goldsborough fbshipit-source-id: 7ce74795aab2f13efeb38f56ce82f53055f5eade
8 lines
179 B
C
8 lines
179 B
C
#pragma once
|
|
|
|
#include <torch/csrc/autograd/generated/variable_factories.h>
|
|
#include <torch/csrc/jit/custom_operator.h>
|
|
#include <torch/csrc/jit/import.h>
|
|
|
|
#include <ATen/ATen.h>
|