dtype

TensorInfo.dtype()

Retrieves the data type of the tensor associated with the current TensorInfo object. This method returns the data type defined in tcim_lite_runtime.TensorInfo.tcim_numpy_map.

Returns:

dtype -- The data type of the tensor.

Return type:

pytcim.DataType