mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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
8 lines
167 B
C
8 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
|