looking for source code of from gen_nn_ops in tensorflow

前端 未结 3 1763
别跟我提以往
别跟我提以往 2020-12-08 13:56

I am new to tensorflow for deep learning and interested in deconvolution (convolution transpose) operation in tensorflow. I need to take a look at the source code for operat

3条回答
  •  青春惊慌失措
    2020-12-08 14:35

    This is generated file when you build Tensorflow. After you build Tensorflow source, you should see a symbolic link file named "bazel-genfiles" at tensorflow root directory, and go to the location it points, and then you can find it at tensorflow/python/ops/gen_nn_ops.py

提交回复
热议问题