File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 381381 "source" : [
382382 " from hls4ml.backends.vitis_accelerator.vitis_accelerator_backend import VitisAcceleratorBackend\n " ,
383383 " \n " ,
384- " VitisAcceleratorBackend._numpy_to_dat (hls_model.config.backend, hls_model, x_test) # Manually copy tb_input_features.dat after executing this"
384+ " VitisAcceleratorBackend.numpy_to_dat (hls_model.config.backend, hls_model, x_test) # Manually copy tb_input_features.dat after executing this"
385385 ]
386386 },
387387 {
390390 "metadata" : {},
391391 "outputs" : [],
392392 "source" : [
393- " y_hls_hw = VitisAcceleratorBackend._dat_to_numpy (hls_model.config.backend, hls_model) # Manually copy hw_results.dat before executing this"
393+ " y_hls_hw = VitisAcceleratorBackend.dat_to_numpy (hls_model.config.backend, hls_model) # Manually copy hw_results.dat before executing this"
394394 ]
395395 },
396396 {
You can’t perform that action at this time.
0 commit comments