menu
flutter_pytorch_lite package
documentation
flutter_pytorch_lite.dart
IValue
toDoubleList method
toDoubleList method
dark_mode
light_mode
toDoubleList
method
List
<
double
>
toDoubleList
(
)
Implementation
List<double> toDoubleList() { _preconditionType(typeCodeDoubleList, _typeCode); return _data; }
flutter_pytorch_lite package
documentation
flutter_pytorch_lite
IValue
toDoubleList method
IValue class