# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """Wrappers for primitive Neural Net (NN) Operations. """ from __future__ import print_function from tensorflow.nn import rnn_cell from tensorflow.python import sigmoid from tensorflow.python import tanh from tensorflow.python.ops.candidate_sampling_ops import all_candidate_sampler from tensorflow.python.ops.candidate_sampling_ops import compute_accidental_hits from tensorflow.python.ops.candidate_sampling_ops import fixed_unigram_candidate_sampler from tensorflow.python.ops.candidate_sampling_ops import learned_unigram_candidate_sampler from tensorflow.python.ops.candidate_sampling_ops import log_uniform_candidate_sampler from tensorflow.python.ops.candidate_sampling_ops import uniform_candidate_sampler from tensorflow.python.ops.ctc_ops import ctc_beam_search_decoder from tensorflow.python.ops.ctc_ops import ctc_greedy_decoder from tensorflow.python.ops.ctc_ops import ctc_loss from tensorflow.python.ops.embedding_ops import embedding_lookup from tensorflow.python.ops.embedding_ops import embedding_lookup_sparse from tensorflow.python.ops.embedding_ops import safe_embedding_lookup_sparse from tensorflow.python.ops.gen_nn_ops import avg_pool3d from tensorflow.python.ops.gen_nn_ops import conv2d from tensorflow.python.ops.gen_nn_ops import conv2d_backprop_filter from tensorflow.python.ops.gen_nn_ops import conv2d_backprop_input from tensorflow.python.ops.gen_nn_ops import conv3d from tensorflow.python.ops.gen_nn_ops import conv3d_backprop_filter_v2 from tensorflow.python.ops.gen_nn_ops import depthwise_conv2d_native from tensorflow.python.ops.gen_nn_ops import depthwise_conv2d_native_backprop_filter from tensorflow.python.ops.gen_nn_ops import depthwise_conv2d_native_backprop_input from tensorflow.python.ops.gen_nn_ops import dilation2d from tensorflow.python.ops.gen_nn_ops import elu from tensorflow.python.ops.gen_nn_ops import fractional_avg_pool from tensorflow.python.ops.gen_nn_ops import fractional_max_pool from tensorflow.python.ops.gen_nn_ops import l2_loss from tensorflow.python.ops.gen_nn_ops import lrn from tensorflow.python.ops.gen_nn_ops import lrn as local_response_normalization from tensorflow.python.ops.gen_nn_ops import max_pool3d from tensorflow.python.ops.gen_nn_ops import max_pool_with_argmax from tensorflow.python.ops.gen_nn_ops import quantized_avg_pool from tensorflow.python.ops.gen_nn_ops import quantized_conv2d from tensorflow.python.ops.gen_nn_ops import quantized_max_pool from tensorflow.python.ops.gen_nn_ops import quantized_relu_x from tensorflow.python.ops.gen_nn_ops import relu from tensorflow.python.ops.gen_nn_ops import selu from tensorflow.python.ops.gen_nn_ops import softplus from tensorflow.python.ops.gen_nn_ops import softsign from tensorflow.python.ops.nn import atrous_conv2d from tensorflow.python.ops.nn import atrous_conv2d_transpose from tensorflow.python.ops.nn import avg_pool from tensorflow.python.ops.nn import batch_norm_with_global_normalization from tensorflow.python.ops.nn import batch_normalization from tensorflow.python.ops.nn import bias_add from tensorflow.python.ops.nn import bidirectional_dynamic_rnn from tensorflow.python.ops.nn import conv1d from tensorflow.python.ops.nn import conv2d_transpose from tensorflow.python.ops.nn import conv3d_transpose from tensorflow.python.ops.nn import convolution from tensorflow.python.ops.nn import crelu from tensorflow.python.ops.nn import depthwise_conv2d from tensorflow.python.ops.nn import dropout from tensorflow.python.ops.nn import dynamic_rnn from tensorflow.python.ops.nn import erosion2d from tensorflow.python.ops.nn import fused_batch_norm from tensorflow.python.ops.nn import in_top_k from tensorflow.python.ops.nn import l2_normalize from tensorflow.python.ops.nn import leaky_relu from tensorflow.python.ops.nn import log_poisson_loss from tensorflow.python.ops.nn import log_softmax from tensorflow.python.ops.nn import max_pool from tensorflow.python.ops.nn import moments from tensorflow.python.ops.nn import nce_loss from tensorflow.python.ops.nn import normalize_moments from tensorflow.python.ops.nn import pool from tensorflow.python.ops.nn import raw_rnn from tensorflow.python.ops.nn import relu6 from tensorflow.python.ops.nn import relu_layer from tensorflow.python.ops.nn import sampled_softmax_loss from tensorflow.python.ops.nn import separable_conv2d from tensorflow.python.ops.nn import sigmoid_cross_entropy_with_logits from tensorflow.python.ops.nn import softmax from tensorflow.python.ops.nn import softmax_cross_entropy_with_logits from tensorflow.python.ops.nn import softmax_cross_entropy_with_logits_v2 from tensorflow.python.ops.nn import sparse_softmax_cross_entropy_with_logits from tensorflow.python.ops.nn import static_rnn from tensorflow.python.ops.nn import static_state_saving_rnn from tensorflow.python.ops.nn import sufficient_statistics from tensorflow.python.ops.nn import swish from tensorflow.python.ops.nn import top_k from tensorflow.python.ops.nn import weighted_cross_entropy_with_logits from tensorflow.python.ops.nn import weighted_moments from tensorflow.python.ops.nn import with_space_to_batch from tensorflow.python.ops.nn import xw_plus_b from tensorflow.python.ops.nn import zero_fraction from tensorflow.python.ops.rnn import static_bidirectional_rnn del print_function