You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js') .
I'm running, on the api-interfaces folder, these commands:
cmake .
cmake --build .
Problem here is that the generated generation_pb.js imports a file that is not generated at all! Called "tensors_pb.js". How to generate this file?
The text was updated successfully, but these errors were encountered:
generation_pb.js that gets built imports a file called
var tensors_pb = require('./tensors_pb.js')
.I'm running, on the api-interfaces folder, these commands:
cmake .
cmake --build .
Problem here is that the generated generation_pb.js imports a file that is not generated at all! Called "tensors_pb.js". How to generate this file?
The text was updated successfully, but these errors were encountered: