onnxruntime/tools
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
..
ci_build Specify CUDA compute capability 7.5 in Linux GPU build (#7203) 2021-03-31 18:51:44 -07:00
doc Add auto doc gen for ORTModule API during CI build (#7046) 2021-03-22 10:20:33 -07:00
nuget Only set _native folder for Microsoft.AI.MachineLearning package (#6939) 2021-03-08 15:27:11 -08:00
perf_util Update mysql-connector-java (#5802) 2020-11-16 14:09:14 -08:00
python Add int32_t as required type to some operators (#7192) 2021-04-01 19:32:34 +10:00
test Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00