Kano001's picture
Upload 2707 files
dc2106c verified
raw
history blame
213 Bytes
/*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "onnx/defs/schema.h"
namespace ONNX_NAMESPACE {
void ConstantOpInference(InferenceContext& ctx);
} // namespace ONNX_NAMESPACE