M50 Runtime API References
1.3.0

Table of Contents

  • Change Log
  • C++ API
  • Python API
    • tcim_lite.runtime
  • Copyright
M50 Runtime API References
  • Python API

Python API

  • tcim_lite.runtime
    • get_device_num
    • get_supported_backend
    • get_version
    • load
    • load_model_info
    • Buffer
      • __init__
      • copy_from_host
      • copy_to_host
      • memset
      • size
    • DevManager
      • __init__
      • dev_count
      • verify
    • Device
    • Module
      • __init__
      • dump_inout
      • get_custom_msg
      • get_dev_input
      • get_dev_output
      • get_input
      • get_input_info
      • get_input_name
      • get_model_version
      • get_num_inputs
      • get_num_outputs
      • get_output
      • get_output_info
      • get_output_name
      • init_status
      • load
      • load_dump_input
      • load_model_info
      • run
      • set_dev_input
      • set_dev_output
      • set_input
      • set_output
      • set_stream
      • sync
    • Option
      • __init__
      • enable_host_lazy_loading
      • enable_io_lazy_mode
      • enable_profile
      • set_dummy_tensors
      • set_model_offset
    • RunOption
      • __init__
      • core_mask
      • rounds
      • set_core_mask
      • set_rounds
    • Stream
      • __init__
      • sync
      • sync_yield
    • Tensor
      • __init__
      • astype
      • buffer
      • cast
      • cast_to
      • clone
      • copy_to
      • device
      • device_id
      • info
      • numpy
      • select_batch
      • split_yuv
      • to_host
    • TensorInfo
      • __init__
      • ascontiguous
      • astype
      • create_nd
      • create_yuv
      • dtype
      • format
      • is_contiguous
      • mem_size
      • merge_yuv
      • shape
      • stride
    • WeightManager
Previous Next

© Copyright 2026, HOUMO.

Built with Sphinx using a theme provided by Read the Docs.