I'm trying to port the operation InitializeTableFromTextFileV2 to Tensorflow.js, but I don't know how to access the text file from said operation.
I get the filename input argument which is an absolute path ending in .txt , but I don't know how to access that file or where it is. I'm assuming that location points to some place inside the .bin file, but I don't know how to open it. I just need a few pointers as I intend to to create a PR to add the operation, so any help is welcome.
I'm working in Node.js and the model is a saved model converted with the tfjs converter.
Thanks in advance,
Fernando