onnxruntime/onnxruntime/contrib_ops/cpu_contrib_kernels.h
2019-10-17 23:10:54 -07:00

13 lines
356 B
C++

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "core/framework/op_kernel.h"
#include "core/framework/kernel_registry.h"
namespace onnxruntime {
namespace contrib {
Status RegisterCpuContribKernels(KernelRegistry& kernel_registry);
} // namespace contrib
} // namespace onnxruntime