M50 Runtime API References
1.3.0
Table of Contents
Change Log
C++ API
Python API
tcim_lite.runtime
get_device_num
get_supported_backend
get_version
load
load_model_info
Buffer
DevManager
Device
Module
Option
RunOption
Stream
Tensor
__init__
astype
buffer
cast
cast_to
clone
copy_to
device
device_id
info
numpy
select_batch
split_yuv
to_host
TensorInfo
WeightManager
Copyright
M50 Runtime API References
Python API
tcim_lite.runtime
Tensor
numpy
numpy
Tensor.
numpy
(
)
Retrieves the data of the tensor.
Returns
:
array
-- The data of the tensor.
Return type
:
numpy.array