mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Expose tf.contrib.nn.rank_sampled_softmax_loss.
PiperOrigin-RevId: 161716450
This commit is contained in:
parent
e424d209a7
commit
8e7f573716
|
|
@ -12,11 +12,12 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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_softmax_cross_entropy_with_logits
|
||||||
@@deprecated_flipped_sparse_softmax_cross_entropy_with_logits
|
@@deprecated_flipped_sparse_softmax_cross_entropy_with_logits
|
||||||
@@deprecated_flipped_sigmoid_cross_entropy_with_logits
|
@@deprecated_flipped_sigmoid_cross_entropy_with_logits
|
||||||
|
@@rank_sampled_softmax_loss
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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 absolute_import
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,8 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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 absolute_import
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user