Where is gen_math_ops script in tensorflow?

后端 未结 4 1503
情深已故
情深已故 2020-12-15 05:42

I read the source code of tensorflow on github and find gen_math_ops is imported.

from tensorflow.python.ops import gen_math_ops

However, i

4条回答
  •  太阳男子
    2020-12-15 06:18

    It's automatically generated by tf_gen_op_wrapper_* rules here.

    Also you can use ?? in your IPython notebook to find location

提交回复
热议问题