Caffe2 - C++ API
A deep learning, cross platform ML framework
onnxifi_init.h
1 #pragma once
2 
3 #include "foxi/onnxifi_loader.h"
4 
5 namespace caffe2 {
6 namespace onnx {
7 
8 onnxifi_library* initOnnxifiLibrary();
9 } // namespace onnx
10 } // namespace caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13