onnxruntime/onnxruntime/python
Chi Lo a2867b911e
[TensorRT EP] Fix mem leak for TRT plugins custom ops (#19248)
TRT EP's GetTensorRTCustomOpDomainList() will create vector of
OrtCustomOpDomain objects and release the ownership of those objects.
But, thoses objects are not released forever.
In session level, we need to make TRT EP remember what OrtCustomOpDomain
objects it created and release them at EP destruction time.
2024-01-25 11:51:39 -08:00
..
backend Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
datasets Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
providers/tvm Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
tools remove old quantization tool file (#19247) 2024-01-24 15:20:36 -08:00
torch_cpp_extensions [ORTModule] ATen Efficient Attention and Triton Flash Attention (#17959) 2023-10-27 10:29:27 +08:00
training
__init__.py
_ld_preload.py
_pybind_state.py.in Fix invalid escape sequence (#17145) 2023-08-15 10:29:54 -07:00
exported_symbols.lst
numpy_helper.h
onnxruntime_collect_build_info.py Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
onnxruntime_inference_collection.py [TensorRT EP] Avoid calling unavailable function with cpu python package (#19251) 2024-01-23 21:30:22 -08:00
onnxruntime_pybind.h
onnxruntime_pybind_exceptions.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
onnxruntime_pybind_exceptions.h
onnxruntime_pybind_iobinding.cc Remove internal enforce for IO binding inputs (#18266) 2023-11-03 16:12:32 -07:00
onnxruntime_pybind_mlvalue.cc [DML EP] Complete python IO binding implementation (#17344) 2023-09-13 07:26:35 -07:00
onnxruntime_pybind_mlvalue.h [DML EP] Complete python IO binding implementation (#17344) 2023-09-13 07:26:35 -07:00
onnxruntime_pybind_module.cc Fix warning C4003 in ORT python binding code (#18612) 2023-11-30 08:07:47 -08:00
onnxruntime_pybind_ortvalue.cc [DML EP] Complete python IO binding implementation (#17344) 2023-09-13 07:26:35 -07:00
onnxruntime_pybind_quant.cc Block-wise 4b quantization matmul operator change (#18172) 2023-11-03 15:29:43 -07:00
onnxruntime_pybind_schema.cc [DML EP] Add dynamic graph compilation (#17876) 2023-10-25 19:56:16 -07:00
onnxruntime_pybind_sparse_tensor.cc
onnxruntime_pybind_state.cc [TensorRT EP] Fix mem leak for TRT plugins custom ops (#19248) 2024-01-25 11:51:39 -08:00
onnxruntime_pybind_state.h
onnxruntime_pybind_state_common.cc
onnxruntime_pybind_state_common.h [VitisAI] 1. api compatbile 2. dynamic load onnx (#18470) 2023-12-14 14:43:41 -08:00
onnxruntime_validation.py Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
pybind.def
version_script.lds
version_script_expose_onnx_protobuf.lds