mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: This is likely currently broken due to symbol visibility issues, but we will investigate it using this PR. CC orionr yf225 Pull Request resolved: https://github.com/pytorch/pytorch/pull/11527 Differential Revision: D10444104 Pulled By: goldsborough fbshipit-source-id: 4c447beeb9671598ecfc846cb5c507ef143459fe
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>
|