Skip to content

Commit e2cfc84

Browse files
fixed testing notebook
1 parent b91c351 commit e2cfc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitis_accelerator_test/9_Vitis_Accel.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
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
{
@@ -390,7 +390,7 @@
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
{

0 commit comments

Comments
 (0)