Reputation: 5409
I'm using Tensorflow's softmax_cross_entropy_with_logits
in a neural net I'm building, and am looking for the function's source. It doesn't seem to be defined in the GitHub repo (https://github.com/tensorflow/tensorflow), only imported & used from a separate module. What's the easiest way to examine the source?
Upvotes: 0
Views: 634