loadList abstract method

void loadList(
  1. List src, {
  2. required List<int> shape,
})

Loads an List

If shape is null then TensorBuffer.shape is used.

Implementation

void loadList(List<dynamic> src, {required List<int> shape});