mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59638 ghstack-source-id: 130847775 Test Plan: . Reviewed By: husthyc, cccclai Differential Revision: D28966693 fbshipit-source-id: 1b82623279709d0118c0967e2ba730d5dec040cc
9 lines
167 B
C
9 lines
167 B
C
#ifndef LibTorch_Lite_h
|
|
#define LibTorch_Lite_h
|
|
|
|
#include <torch/csrc/jit/mobile/import.h>
|
|
#include <torch/csrc/jit/mobile/module.h>
|
|
#include <torch/script.h>
|
|
|
|
#endif
|