yorkie/tensorflow-nodejs

Import all ops by TF_GetAllOpList

desenmeng opened this issue · 0 comments

TensorFlow has many ops, and the list is not static, so we recommend generating the functions for adding ops to a graph instead of writing them by individually by hand (though writing a few by hand is a good way to figure out what the generator should generate). The information needed to generate a function is contained in an OpDef protocol message.

TensorFlow in other languages