Expose tf.contrib.nn.rank_sampled_softmax_loss.

PiperOrigin-RevId: 161716450
This commit is contained in:
A. Unique TensorFlower 2017-07-12 14:18:25 -07:00 committed by TensorFlower Gardener
parent e424d209a7
commit 8e7f573716
3 changed files with 4 additions and 4 deletions
tensorflow/contrib/nn

View File

@ -12,11 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Module for deprecated ops in tf.nn.
"""Module for variants of ops in tf.nn.
@@deprecated_flipped_softmax_cross_entropy_with_logits
@@deprecated_flipped_sparse_softmax_cross_entropy_with_logits
@@deprecated_flipped_sigmoid_cross_entropy_with_logits
@@rank_sampled_softmax_loss
"""
from __future__ import absolute_import

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Module for deprecated ops in tf.nn."""
"""Module for variants of ops in tf.nn."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,9 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Module for deprecated ops in tf.nn."""
"""Module for variants of ops in tf.nn."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function