minimal check script: filling inputs on Windows
Closed this issue · 0 comments
abucka commented
Hello,
Thank you very much for your helpful repository.
I am using your minimal check script for Windows and I have problems filling the inputs.
When I run:
const auto* input_tensor = interpreter->input_tensor(0);
or
uint8_t* input_tensor = interpreter->typed_input_tensor<uint8_t>(0);
I get read access violation error.
Could you please help me fix this problem?
Thank you!