Compiling a custom TensorFlow operation outside TF source tree

164 Views Asked by At

I have a custom TensorFlow operation which currently sits inside /tensorflow/core/user_ops and uses the tf_custom_op_library bazel function in BUILD. I would like to separate it from the TF source tree and ship in an independent repository. How could I compile such operation?

0

There are 0 best solutions below