menu
flutter_pytorch_lite package
documentation
flutter_pytorch_lite.dart
IValue
toBool method
toBool method
dark_mode
light_mode
toBool
method
bool
toBool
(
)
Implementation
bool toBool() { _preconditionType(typeCodeBool, _typeCode); return _data; }
flutter_pytorch_lite package
documentation
flutter_pytorch_lite
IValue
toBool method
IValue class