EVOLUTION-MANAGER
Edit File: __init__.py
# 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 as _print_function import sys as _sys from tensorflow.python.keras.layers.rnn_cell_wrapper_v2 import DeviceWrapper as RNNCellDeviceWrapper from tensorflow.python.keras.layers.rnn_cell_wrapper_v2 import DropoutWrapper as RNNCellDropoutWrapper from tensorflow.python.keras.layers.rnn_cell_wrapper_v2 import ResidualWrapper as RNNCellResidualWrapper from tensorflow.python.ops.array_ops import depth_to_space_v2 as depth_to_space from tensorflow.python.ops.array_ops import space_to_batch_v2 as space_to_batch from tensorflow.python.ops.array_ops import space_to_depth_v2 as space_to_depth 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.ctc_ops import collapse_repeated from tensorflow.python.ops.ctc_ops import ctc_beam_search_decoder_v2 as ctc_beam_search_decoder from tensorflow.python.ops.ctc_ops import ctc_greedy_decoder from tensorflow.python.ops.ctc_ops import ctc_loss_v3 as ctc_loss from tensorflow.python.ops.ctc_ops import ctc_unique_labels from tensorflow.python.ops.embedding_ops import embedding_lookup_sparse_v2 as embedding_lookup_sparse from tensorflow.python.ops.embedding_ops import embedding_lookup_v2 as embedding_lookup from tensorflow.python.ops.embedding_ops import safe_embedding_lookup_sparse_v2 as safe_embedding_lookup_sparse from tensorflow.python.ops.gen_math_ops import tanh from tensorflow.python.ops.gen_nn_ops import elu 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 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.math_ops import sigmoid from tensorflow.python.ops.nn_impl import batch_norm_with_global_normalization_v2 as batch_norm_with_global_normalization from tensorflow.python.ops.nn_impl import batch_normalization from tensorflow.python.ops.nn_impl import compute_average_loss from tensorflow.python.ops.nn_impl import depthwise_conv2d_v2 as depthwise_conv2d from tensorflow.python.ops.nn_impl import l2_normalize_v2 as l2_normalize from tensorflow.python.ops.nn_impl import log_poisson_loss from tensorflow.python.ops.nn_impl import moments_v2 as moments from tensorflow.python.ops.nn_impl import nce_loss_v2 as nce_loss from tensorflow.python.ops.nn_impl import normalize_moments from tensorflow.python.ops.nn_impl import sampled_softmax_loss_v2 as sampled_softmax_loss from tensorflow.python.ops.nn_impl import scale_regularization_loss from tensorflow.python.ops.nn_impl import separable_conv2d_v2 as separable_conv2d from tensorflow.python.ops.nn_impl import sigmoid_cross_entropy_with_logits_v2 as sigmoid_cross_entropy_with_logits from tensorflow.python.ops.nn_impl import sufficient_statistics_v2 as sufficient_statistics from tensorflow.python.ops.nn_impl import swish from tensorflow.python.ops.nn_impl import swish as silu from tensorflow.python.ops.nn_impl import weighted_cross_entropy_with_logits_v2 as weighted_cross_entropy_with_logits from tensorflow.python.ops.nn_impl import weighted_moments_v2 as weighted_moments from tensorflow.python.ops.nn_impl import zero_fraction from tensorflow.python.ops.nn_ops import atrous_conv2d from tensorflow.python.ops.nn_ops import atrous_conv2d_transpose from tensorflow.python.ops.nn_ops import avg_pool1d from tensorflow.python.ops.nn_ops import avg_pool2d from tensorflow.python.ops.nn_ops import avg_pool3d from tensorflow.python.ops.nn_ops import avg_pool_v2 as avg_pool from tensorflow.python.ops.nn_ops import bias_add from tensorflow.python.ops.nn_ops import conv1d_transpose from tensorflow.python.ops.nn_ops import conv1d_v2 as conv1d from tensorflow.python.ops.nn_ops import conv2d_transpose_v2 as conv2d_transpose from tensorflow.python.ops.nn_ops import conv2d_v2 as conv2d from tensorflow.python.ops.nn_ops import conv3d_transpose_v2 as conv3d_transpose from tensorflow.python.ops.nn_ops import conv3d_v2 as conv3d from tensorflow.python.ops.nn_ops import conv_transpose from tensorflow.python.ops.nn_ops import convolution_v2 as convolution from tensorflow.python.ops.nn_ops import crelu_v2 as crelu from tensorflow.python.ops.nn_ops import depthwise_conv2d_native_backprop_filter as depthwise_conv2d_backprop_filter from tensorflow.python.ops.nn_ops import depthwise_conv2d_native_backprop_input as depthwise_conv2d_backprop_input from tensorflow.python.ops.nn_ops import dilation2d_v2 as dilation2d from tensorflow.python.ops.nn_ops import dropout_v2 as dropout from tensorflow.python.ops.nn_ops import erosion2d_v2 as erosion2d from tensorflow.python.ops.nn_ops import fractional_avg_pool_v2 as fractional_avg_pool from tensorflow.python.ops.nn_ops import fractional_max_pool_v2 as fractional_max_pool from tensorflow.python.ops.nn_ops import gelu from tensorflow.python.ops.nn_ops import in_top_k_v2 as in_top_k from tensorflow.python.ops.nn_ops import isotonic_regression from tensorflow.python.ops.nn_ops import leaky_relu from tensorflow.python.ops.nn_ops import log_softmax_v2 as log_softmax from tensorflow.python.ops.nn_ops import max_pool1d from tensorflow.python.ops.nn_ops import max_pool2d from tensorflow.python.ops.nn_ops import max_pool3d from tensorflow.python.ops.nn_ops import max_pool_v2 as max_pool from tensorflow.python.ops.nn_ops import max_pool_with_argmax_v2 as max_pool_with_argmax from tensorflow.python.ops.nn_ops import pool_v2 as pool from tensorflow.python.ops.nn_ops import relu6 from tensorflow.python.ops.nn_ops import softmax_cross_entropy_with_logits_v2 as softmax_cross_entropy_with_logits from tensorflow.python.ops.nn_ops import softmax_v2 as softmax from tensorflow.python.ops.nn_ops import sparse_softmax_cross_entropy_with_logits_v2 as sparse_softmax_cross_entropy_with_logits from tensorflow.python.ops.nn_ops import top_k from tensorflow.python.ops.nn_ops import with_space_to_batch del _print_function