Where is gen_math_ops script in tensorflow?

后端 未结 4 1476
情深已故
情深已故 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 05:55

    Just to add to the previous answers, if your goal is to inspect the source code, try inspect.get_source:

提交回复
热议问题