tensorflow / custom-op

Guide for building custom op for TensorFlow
Apache License 2.0
376 stars 115 forks source link

can i use tensorflow internel kernel functions like transpose functor under kernel directory #94

Open zhuimeng999 opened 3 years ago

zhuimeng999 commented 3 years ago

i have directly include the header file in my project, and i can successfully build my own op, but when i load the op, it failed, and complained " undefined symbol: xxx"