From 50eaceca9906a3b3aa55d1d66c0972c4c2759f87 Mon Sep 17 00:00:00 2001 From: Takeshi Watanabe Date: Fri, 31 Mar 2023 23:57:15 +0900 Subject: [PATCH] Also use `has_context_dependent_function` in document (#5073) Signed-off-by: Takeshi Watanabe --- docs/docsgen/source/onnx_sphinx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsgen/source/onnx_sphinx.py b/docs/docsgen/source/onnx_sphinx.py index 3b7bcf589f0..3f26f4ef348 100644 --- a/docs/docsgen/source/onnx_sphinx.py +++ b/docs/docsgen/source/onnx_sphinx.py @@ -111,7 +111,7 @@ def _get_ops_template(): # type: ignore * **name**: `{{sch.name}} (GitHub) <{{build_doc_url(sch)}}{{sch.name}}>`_ * **domain**: **{% if sch.domain == '' %}main{% else %}{{sch.domain}}{% endif %}** * **since_version**: **{{sch.since_version}}** - * **function**: {{sch.has_function}} + * **function**: {{sch.has_function or sch.has_context_dependent_function}} * **support_level**: {{sch.support_level}} * **shape inference**: {{sch.has_type_and_shape_inference_function}}