microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
db14b90b668224fac9705ae94a812e4902e8fe90

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ocos/kernels/kernels.h

11lines · modecode

1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the MIT License.
3
4#pragma once
5
6#include "ocos.h"
7
8typedef OrtCustomOp const* CPTR_OrtCustomOp;
9typedef CPTR_OrtCustomOp (*FxGetSchemaInstance)();
10
11FxGetSchemaInstance const * GetCustomOpSchemaList();
12