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/17178 Reviewed By: yinghai Differential Revision: D14197987 Pulled By: houseroad fbshipit-source-id: c21d7235e40c2ca4925a10c467c2b4da2f1024ad
11 lines
166 B
C++
11 lines
166 B
C++
#pragma once
|
|
|
|
#include "foxi/onnxifi_loader.h"
|
|
|
|
namespace caffe2 {
|
|
namespace onnx {
|
|
|
|
onnxifi_library* initOnnxifiLibrary();
|
|
} // namespace onnx
|
|
} // namespace caffe2
|