menu
flutter_pytorch_lite package
documentation
flutter_pytorch_lite.dart
IValue
toLong method
toLong method
dark_mode
light_mode
toLong
method
int
toLong
(
)
Implementation
int toLong() { _preconditionType(typeCodeLong, _typeCode); return _data; }
flutter_pytorch_lite package
documentation
flutter_pytorch_lite
IValue
toLong method
IValue class