Skip to main content

Api: tensor_list

Api members in the tensor_list family.

Member
tensor_list_count
tensor_list_free
tensor_list_get_at

tensor_list_count

fn tensor_list_count(self, l: &TensorList) -> usize

Wraps api-table member tensor_list_count.

tensor_list_free

fn tensor_list_free(self, l: &TensorList)

Wraps api-table member tensor_list_free.

tensor_list_get_at

fn tensor_list_get_at(self, l: &TensorList, i: usize) -> Option<Tensor>

Wraps api-table member tensor_list_get_at. A NULL return maps to None.