menu
dart_tensor_flow package
documentation
mu_zero/persistence.dart
ModelStorage
save static method
save static method
dark_mode
light_mode
save
static method
Future
<
void
>
save
(
MuZeroModel
model
,
String
path
)
Implementation
static Future<void> save(MuZeroModel model, String path) async { // Convert Tensors to JSON/Binary }
dart_tensor_flow package
documentation
mu_zero/persistence
ModelStorage
save static method
ModelStorage class