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 Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
ort_format_model Add int32_t as required type to some operators (#7192) 2021-04-01 19:32:34 +10:00
__init__.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
get_azcopy.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00
logger.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
platform.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
reduced_build_config_parser.py Support required types when excluding typed registrations (#6871) 2021-03-08 08:22:07 -08:00
run.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00