Skip to content

Commit

Permalink
Also use has_context_dependent_function in document (#5073)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Watanabe <take-cheeze@users.noreply.github.com>
  • Loading branch information
take-cheeze committed Mar 31, 2023
1 parent 9962a0c commit 50eacec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsgen/source/onnx_sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 50eacec

Please sign in to comment.