onnxruntime/tools/python/util
Scott McKay 329fd03bb4
Add int32_t as required type to some operators (#7192)
* Updates to some operators to always support int32 and int64 based on testing of Android package build config with a minimal build.

If an operator can be used for shape manipulation (int64) it is frequently used for indices manipulation (int32), so we enable both types for that set of ops.
  - e.g. BERT models take indices as input
  - Scatter/Gather ops utilize indices

Misc. fix to python bindings to exclude call that fails in a minimal build.
2021-04-01 19:32:34 +10:00
..
android
ort_format_model Add int32_t as required type to some operators (#7192) 2021-04-01 19:32:34 +10:00
__init__.py
get_azcopy.py
logger.py
platform.py
reduced_build_config_parser.py
run.py