load static method

Future<void> load(
  1. MuZeroModel model,
  2. String path
)

Implementation

static Future<void> load(MuZeroModel model, String path) async {
  // Fill Tensors from file
}