Change Log
v1.3.0 (2026-05-22)
C++ API changes:
Added new Buffer::MemSet API.
Python API changes:
Added new tcim_lite.runtime.Buffer.memset API
v1.2.0 (2026-04-15)
Updated RegisterLogHandler notice.
Added the following new APIs:
v1.1.0 (2026-03-12)
C++ API changes:
Moved the
Statusenum definition fromtcim_runtime.hto a new header filetcim_status.h.
v1.0.0 (2026-02-06)
C++ API changes:
Module::Option::EnableLazyModeis deprecated, use Module::Option::EnableIOLazyMode or Module::Option::EnableHostLazyLoading instead.Supported the new Tensor::AsFormular and TensorInfo::AsFormular.
Python API changes:
tcim_lite.runtime.Option.enable_io_lazy_modeis deprecated, use tcim_lite.runtime.Option.enable_io_lazy_mode or tcim_lite.runtime.Option.enable_host_lazy_loading instead.
v0.7.0 (2026-01-09)
C++ API changes:
Added the new LogHandler class.
Added the new RegisterLogHandler API.
Added the new Module::Option::SetModelOffset API.
Added the new
EnableLazyModeAPI.Added the new DevManager::Verify API.
Python API changes:
Added the new tcim_lite.runtime.Option.set_model_offset API.
Added the new tcim_lite.runtime.Module.init_status API.
Aded
enable_lazy_modeAPI.
v0.6.0 (2025-12-15)
Supported the new Module::LoadModelInfo C++ API and tcim_lite.runtime.Module.load_model_info Python API.
v0.5.0 (2025-11-01)
None.
v0.4.0 (2025-08-11)
Module::RunOptionandModule::Optionare refactored from structs to classes.Buffer::Clone and Tensor::Clone APIs include a new
auto_copyparamter.tcim_lite.runtime.Tensor.clone function includes a new
auto_copyparamter.
v0.3.0 (2025-08-28)
Initial release.