mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
16 lines
286 B
C++
16 lines
286 B
C++
//
|
|
// OnnxInterop.hpp
|
|
// SwiftMnist
|
|
//
|
|
// Created by Miguel de Icaza on 6/1/20.
|
|
// Copyright © 2020 Miguel de Icaza. All rights reserved.
|
|
//
|
|
|
|
#ifndef OnnxInterop_hpp
|
|
#define OnnxInterop_hpp
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "SwiftMnist-Bridging-Header.h"
|
|
|
|
#endif /* OnnxInterop_hpp */
|