tflite-support
tflite-support copied to clipboard
getting empty buffers when calling createtflitesimdmodule
i dont understand the problem from where its coming but when i call createtflitesimdmodule from the tflite.simd file it return empty buffers but before it was working as expected and when i call this function tflite._getModelBufferMemoryOffset() return 0, what is the missing thing, is there any declaration to do before.
import createTFLiteSIMDModule from './tflite/tflite-simd.js'; const tflite = await createTFLiteSIMDModule(); const modelBufferOffset = tflite._getModelBufferMemoryOffset();
this is the result of console.log(tflite)