Hi everyone ```TfLiteTensorCopyToBuffer(output_ten...
# kotlin-native
m
Hi everyone
Copy code
TfLiteTensorCopyToBuffer(output_tensor, voidPtr1, 5u)
val stableRef3 = voidPtr1.asStableRef<Map<Int,Any>>()
val outputs1 = stableRef3.get()
when I try to print this outputs1 variable, I am getting "trying to access inaccessible/invalid location" what is wrong with printing above variable to console.(I have disposed stableRef3) I don't know what memory leak is generated by printing a variable to console.