Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7190

tensorflow optimized_ops::Gather crash

$
0
0

when i use TfLiteStatus Interpreter::Invoke(), which call function tflite::Gather, in some machine, it crashed. is there anyone who counters the same question? and know why.it runs well in my computer but crashed in users outside, my dump file tells me crashed in tflite::Gather, i trust Google, i am not sure if this problem caused by my low programming ability.seek for any help, Thanks!

TfLiteStatus Interpreter::Invoke() {TF_LITE_ENSURE_STATUS(primary_subgraph().Invoke());

if (!allow_buffer_handle_output_) {for (int tensor_index : outputs()) {TF_LITE_ENSURE_STATUS(primary_subgraph().EnsureTensorDataIsReadable(tensor_index));}}

return kTfLiteOk;}


Viewing all articles
Browse latest Browse all 7190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>