/* * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include "onnx/defs/schema.h" namespace ONNX_NAMESPACE { std::function SoftmaxFamilyDocGenerator(const char* name, const char* description, const char* equation); } // namespace ONNX_NAMESPACE