onnx-mlir
include
OnnxMlirRuntime.h
Go to the documentation of this file.
1
//===------- OnnxMlirRuntime.h - ONNX-MLIR Runtime API Declarations -------===//
2
//
3
// Copyright 2019-2020 The IBM Research Authors.
4
//
5
// =============================================================================
6
//
7
// This file contains declaration of external OMTensor data structures and
8
// helper functions.
9
//
10
//===----------------------------------------------------------------------===//
11
#ifndef ONNX_MLIR_ONNXMLIRRUNTIME_H
12
#define ONNX_MLIR_ONNXMLIRRUNTIME_H
13
14
#ifdef __cplusplus
15
#include <cstdint>
16
#else
17
#include <stdbool.h>
18
#include <stdint.h>
19
#endif
20
21
#include <
onnx-mlir/Runtime/OMTensor.h
>
22
#include <
onnx-mlir/Runtime/OMTensorList.h
>
23
116
#endif // ONNX_MLIR_ONNXMLIRRUNTIME_H
OMTensor.h
OMTensorList.h
Generated by
1.8.13