mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
### Description This PR changes an EmbedLayerNormalization node's mask index output to be an optional output if a mask input is not provided. ### Motivation and Context The documentation for EmbedLayerNormalization states ``` The last input mask is optional. If mask is provided, mask index (that is position of first 0 in mask, or number of words) will be calculated. ``` However, if the mask input is not provided, the mask index output is still calculated and required. |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| dml_ops | ||
| extended_graph_edge.h | ||
| function.cc | ||
| function_container.h | ||
| function_impl.h | ||
| function_inliner.h | ||
| function_template.h | ||
| function_utils.cc | ||
| function_utils.h | ||
| graph.cc | ||
| graph_flatbuffers_utils.cc | ||
| graph_flatbuffers_utils.h | ||
| graph_proto_serializer.cc | ||
| graph_proto_serializer.h | ||
| graph_utils.cc | ||
| graph_utils.h | ||
| graph_viewer.cc | ||
| model.cc | ||
| model.h | ||
| model_load_utils.h | ||
| node_attr_utils.cc | ||
| node_attr_utils.h | ||
| onnx_protobuf.h | ||
| op.cc | ||
| op.h | ||
| op_identifier.h | ||
| op_identifier_utils.cc | ||
| op_identifier_utils.h | ||
| ort_format_load_options.h | ||
| record.h | ||
| runtime_optimization_record.h | ||
| runtime_optimization_record_container.cc | ||
| runtime_optimization_record_container.h | ||
| schema_registry.cc | ||