72 lines
2.5 KiB
Python
72 lines
2.5 KiB
Python
|
# This file is MACHINE GENERATED! Do not edit.
|
||
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
||
|
"""Basic arithmetic operators.
|
||
|
|
||
|
See the @{$python/math_ops} guide.
|
||
|
|
||
|
"""
|
||
|
|
||
|
from __future__ import print_function
|
||
|
|
||
|
from tensorflow.python import acos
|
||
|
from tensorflow.python import acosh
|
||
|
from tensorflow.python import add
|
||
|
from tensorflow.python import asin
|
||
|
from tensorflow.python import asinh
|
||
|
from tensorflow.python import atan
|
||
|
from tensorflow.python import atan2
|
||
|
from tensorflow.python import atanh
|
||
|
from tensorflow.python import bessel_i0
|
||
|
from tensorflow.python import bessel_i0e
|
||
|
from tensorflow.python import bessel_i1
|
||
|
from tensorflow.python import bessel_i1e
|
||
|
from tensorflow.python import betainc
|
||
|
from tensorflow.python import ceil
|
||
|
from tensorflow.python import cos
|
||
|
from tensorflow.python import cosh
|
||
|
from tensorflow.python import digamma
|
||
|
from tensorflow.python import equal
|
||
|
from tensorflow.python import erfc
|
||
|
from tensorflow.python import exp
|
||
|
from tensorflow.python import expm1
|
||
|
from tensorflow.python import floor
|
||
|
from tensorflow.python import greater
|
||
|
from tensorflow.python import greater_equal
|
||
|
from tensorflow.python import igamma
|
||
|
from tensorflow.python import igammac
|
||
|
from tensorflow.python import invert_permutation
|
||
|
from tensorflow.python import less
|
||
|
from tensorflow.python import less_equal
|
||
|
from tensorflow.python import lgamma
|
||
|
from tensorflow.python import log
|
||
|
from tensorflow.python import log1p
|
||
|
from tensorflow.python import logical_and
|
||
|
from tensorflow.python import logical_not
|
||
|
from tensorflow.python import logical_or
|
||
|
from tensorflow.python import maximum
|
||
|
from tensorflow.python import minimum
|
||
|
from tensorflow.python import not_equal
|
||
|
from tensorflow.python import polygamma
|
||
|
from tensorflow.python import polyval
|
||
|
from tensorflow.python import reciprocal
|
||
|
from tensorflow.python import rint
|
||
|
from tensorflow.python import rsqrt
|
||
|
from tensorflow.python import segment_max
|
||
|
from tensorflow.python import segment_mean
|
||
|
from tensorflow.python import segment_min
|
||
|
from tensorflow.python import segment_prod
|
||
|
from tensorflow.python import segment_sum
|
||
|
from tensorflow.python import sin
|
||
|
from tensorflow.python import sinh
|
||
|
from tensorflow.python import squared_difference
|
||
|
from tensorflow.python import tan
|
||
|
from tensorflow.python import unsorted_segment_max
|
||
|
from tensorflow.python import unsorted_segment_min
|
||
|
from tensorflow.python import unsorted_segment_prod
|
||
|
from tensorflow.python import unsorted_segment_sum
|
||
|
from tensorflow.python import zeta
|
||
|
from tensorflow.python.ops.gen_nn_ops import softplus
|
||
|
from tensorflow.python.ops.gen_nn_ops import softsign
|
||
|
|
||
|
del print_function
|