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 381
381
"source" : [
382
382
" from hls4ml.backends.vitis_accelerator.vitis_accelerator_backend import VitisAcceleratorBackend\n " ,
383
383
" \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"
385
385
]
386
386
},
387
387
{
390
390
"metadata" : {},
391
391
"outputs" : [],
392
392
"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"
394
394
]
395
395
},
396
396
{
You can’t perform that action at this time.
0 commit comments