onnxruntime/samples/swift/SwiftMnist/OnnxInterop.hpp

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 */