onnxruntime/onnxruntime/core/graph
kunal-vaishnavi 39d6d7050d
Change EmbedLayerNormalization mask index output to optional (#15526)
### 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.
2023-04-27 16:32:42 -07:00
..
contrib_ops Change EmbedLayerNormalization mask index output to optional (#15526) 2023-04-27 16:32:42 -07:00
dml_ops Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
extended_graph_edge.h
function.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
function_container.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
function_impl.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
function_inliner.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
function_template.h
function_utils.cc update with onnx main (#14929) 2023-04-18 08:42:51 -07:00
function_utils.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
graph.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
graph_flatbuffers_utils.cc Ignore saved runtime optimizations when updating ORT format model <v5. (#13393) 2022-11-08 13:36:46 -08:00
graph_flatbuffers_utils.h Ignore saved runtime optimizations when updating ORT format model <v5. (#13393) 2022-11-08 13:36:46 -08:00
graph_proto_serializer.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
graph_proto_serializer.h
graph_utils.cc Allow constant folding nodes that have missing optional inputs (#15344) 2023-04-04 11:55:37 -07:00
graph_utils.h Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
graph_viewer.cc
model.cc [js/web] support flag 'optimizedModelFilePath' in session options (#14355) 2023-02-24 15:50:15 -08:00
model.h Ignore saved runtime optimizations when updating ORT format model <v5. (#13393) 2022-11-08 13:36:46 -08:00
model_load_utils.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
node_attr_utils.cc
node_attr_utils.h Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
onnx_protobuf.h
op.cc
op.h
op_identifier.h
op_identifier_utils.cc
op_identifier_utils.h
ort_format_load_options.h Ignore saved runtime optimizations when updating ORT format model <v5. (#13393) 2022-11-08 13:36:46 -08:00
record.h
runtime_optimization_record.h
runtime_optimization_record_container.cc Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
runtime_optimization_record_container.h
schema_registry.cc Fix issue with schema lookup where there are custom ops using the ONNX domain (#14492) 2023-02-03 08:05:18 +10:00