Allow different ir_metadata format variants #44
Labels
c/c++
Related to the C or C++ API or Code
enhancement
New feature or request
java
Pull requests that update Java code
python
Pull requests that update Python code
The
ir_metadata
should be able to be exported to files with the following conventions based on the file extension:*.ir_metadata
/*.ir-metadata
:uncompressed file with
ir_metadata.start
prefix andir_metadata.end
suffix*.ir_metadata.yml
/*.ir-metadata.yml
/*.ir_metadata.yaml
/*.ir-metadata.yaml
:uncompressed YAML file (i.e., without prefix/suffix)
*.ir_metadata.gz
/*.ir-metadata.gz
:Gzip-compressed file with
ir_metadata.start
prefix andir_metadata.end
suffix*.ir_metadata.yml.gz
/*.ir-metadata.yml.gz
/*.ir_metadata.yaml.gz
/*.ir-metadata.yaml.gz
:Gzip-compressed YAML file (i.e., without prefix/suffix)
Supporting these extensions fully supports the usual implementations of the
ir_metadata
specification.The change should be implemented in:
The text was updated successfully, but these errors were encountered: