Constant Field Values

org.tensorflow.*

  • org.tensorflow.framework.activations.AbstractActivation
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "name"
  • org.tensorflow.framework.activations.ELU
    Modifier and Type
    Constant Field
    Value
    public static final String
    "elu"
  • org.tensorflow.framework.activations.Exponential
    Modifier and Type
    Constant Field
    Value
    public static final String
    "exponential"
  • org.tensorflow.framework.activations.GELU
    Modifier and Type
    Constant Field
    Value
    public static final String
    "gelu"
  • org.tensorflow.framework.activations.HardSigmoid
    Modifier and Type
    Constant Field
    Value
    public static final String
    "hard_sigmoid"
  • org.tensorflow.framework.activations.Linear
    Modifier and Type
    Constant Field
    Value
    public static final String
    "linear"
  • org.tensorflow.framework.activations.ReLU
    Modifier and Type
    Constant Field
    Value
    public static final float
    0.0f
    public static final float
    0f/0f
    public static final String
    "relu"
    public static final float
    0.0f
  • org.tensorflow.framework.activations.SELU
    Modifier and Type
    Constant Field
    Value
    public static final String
    "selu"
  • org.tensorflow.framework.activations.Sigmoid
    Modifier and Type
    Constant Field
    Value
    public static final String
    "sigmoid"
  • org.tensorflow.framework.activations.Softmax
    Modifier and Type
    Constant Field
    Value
    public static final String
    "softmax"
  • org.tensorflow.framework.activations.Softplus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "softplus"
  • org.tensorflow.framework.activations.Softsign
    Modifier and Type
    Constant Field
    Value
    public static final String
    "softsign"
  • org.tensorflow.framework.activations.Swish
    Modifier and Type
    Constant Field
    Value
    public static final String
    "swish"
  • org.tensorflow.framework.activations.Tanh
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tanh"
  • org.tensorflow.framework.initializers.Glorot<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    1.0
  • org.tensorflow.framework.initializers.He<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    2.0
  • org.tensorflow.framework.initializers.Identity<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    1.0
  • org.tensorflow.framework.initializers.Orthogonal<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    1.0
  • org.tensorflow.framework.initializers.RandomNormal<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    0.0
    public static final double
    1.0
  • org.tensorflow.framework.initializers.RandomUniform<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    0.05
    public static final double
    -0.05
  • org.tensorflow.framework.initializers.TruncatedNormal<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    0.0
    public static final double
    0.05
  • org.tensorflow.framework.initializers.VarianceScaling<T>
    Modifier and Type
    Constant Field
    Value
    public static final double
    1.0
  • org.tensorflow.framework.metrics.Accuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.AUC<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auc"
    public static final int
    200
    public static final float
    1.0000000116860974E-7f
    public static final String
    "FALSE_NEGATIVES"
    public static final String
    "FALSE_POSITIVES"
    public static final String
    "TRUE_NEGATIVES"
    public static final String
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.BinaryAccuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final float
    0.5f
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.BinaryCrossentropy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.CategoricalAccuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.CategoricalCrossentropy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.CategoricalHinge<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.CosineSimilarity<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final int
    -1
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.FalseNegatives<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    ACCUMULATOR
    "accumulator"
    public static final float
    DEFAULT_THRESHOLD
    0.5f
  • org.tensorflow.framework.metrics.FalsePositives<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    ACCUMULATOR
    "accumulator"
    public static final float
    DEFAULT_THRESHOLD
    0.5f
  • org.tensorflow.framework.metrics.Hinge<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.KLDivergence<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.LogCoshError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.Mean<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanAbsoluteError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanAbsolutePercentageError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanIoU<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TOTAL_CONFUSION_MATRIX"
  • org.tensorflow.framework.metrics.MeanRelativeError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanSquaredError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanSquaredLogarithmicError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.MeanTensor<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "count"
    public static final String
    "total"
  • org.tensorflow.framework.metrics.Poisson<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.Precision<T>
    Modifier and Type
    Constant Field
    Value
    public static final float
    0.5f
    public static final String
    "FALSE_POSITIVES"
    public static final String
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.PrecisionAtRecall<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    DEFAULT_NUM_THRESHOLDS
    200
    public static final String
    FALSE_NEGATIVES
    "FALSE_NEGATIVES"
    public static final String
    FALSE_POSITIVES
    "FALSE_POSITIVES"
    public static final String
    TRUE_NEGATIVES
    "TRUE_NEGATIVES"
    public static final String
    TRUE_POSITIVES
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.Recall<T>
    Modifier and Type
    Constant Field
    Value
    public static final float
    0.5f
    public static final String
    "FALSE_NEGATIVES"
    public static final String
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.RecallAtPrecision<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    DEFAULT_NUM_THRESHOLDS
    200
    public static final String
    FALSE_NEGATIVES
    "FALSE_NEGATIVES"
    public static final String
    FALSE_POSITIVES
    "FALSE_POSITIVES"
    public static final String
    TRUE_NEGATIVES
    "TRUE_NEGATIVES"
    public static final String
    TRUE_POSITIVES
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.RootMeanSquaredError<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.SensitivityAtSpecificity<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    DEFAULT_NUM_THRESHOLDS
    200
    public static final String
    FALSE_NEGATIVES
    "FALSE_NEGATIVES"
    public static final String
    FALSE_POSITIVES
    "FALSE_POSITIVES"
    public static final String
    TRUE_NEGATIVES
    "TRUE_NEGATIVES"
    public static final String
    TRUE_POSITIVES
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.SparseCategoricalAccuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.SparseCategoricalCrossentropy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.SparseTopKCategoricalAccuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final int
    5
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.SpecificityAtSensitivity<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    DEFAULT_NUM_THRESHOLDS
    200
    public static final String
    FALSE_NEGATIVES
    "FALSE_NEGATIVES"
    public static final String
    FALSE_POSITIVES
    "FALSE_POSITIVES"
    public static final String
    TRUE_NEGATIVES
    "TRUE_NEGATIVES"
    public static final String
    TRUE_POSITIVES
    "TRUE_POSITIVES"
  • org.tensorflow.framework.metrics.SquaredHinge<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.Sum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.TopKCategoricalAccuracy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    COUNT
    "count"
    public static final int
    5
    public static final String
    TOTAL
    "total"
  • org.tensorflow.framework.metrics.TrueNegatives<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    ACCUMULATOR
    "accumulator"
    public static final float
    DEFAULT_THRESHOLD
    0.5f
  • org.tensorflow.framework.metrics.TruePositives<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    ACCUMULATOR
    "accumulator"
    public static final float
    DEFAULT_THRESHOLD
    0.5f
  • org.tensorflow.op.audio.AudioSpectrogram
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AudioSpectrogram"
  • org.tensorflow.op.audio.DecodeWav
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DecodeWav"
  • org.tensorflow.op.audio.EncodeWav
    Modifier and Type
    Constant Field
    Value
    public static final String
    "EncodeWav"
  • org.tensorflow.op.audio.Mfcc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Mfcc"
  • org.tensorflow.op.bitwise.BitwiseAnd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BitwiseAnd"
  • org.tensorflow.op.bitwise.BitwiseOr<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BitwiseOr"
  • org.tensorflow.op.bitwise.BitwiseXor<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BitwiseXor"
  • org.tensorflow.op.bitwise.Invert<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Invert"
  • org.tensorflow.op.bitwise.LeftShift<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LeftShift"
  • org.tensorflow.op.bitwise.RightShift<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RightShift"
  • org.tensorflow.op.data.experimental.AssertNextDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalAssertNextDataset"
  • org.tensorflow.op.data.experimental.AutoShardDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalAutoShardDataset"
  • org.tensorflow.op.data.experimental.BytesProducedStatsDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalBytesProducedStatsDataset"
  • org.tensorflow.op.data.experimental.ChooseFastestDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalChooseFastestDataset"
  • org.tensorflow.op.data.experimental.CSVDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalCSVDataset"
  • org.tensorflow.op.data.experimental.DatasetCardinality
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalDatasetCardinality"
  • org.tensorflow.op.data.experimental.DatasetToTFRecord
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalDatasetToTFRecord"
  • org.tensorflow.op.data.experimental.DenseToSparseBatchDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalDenseToSparseBatchDataset"
  • org.tensorflow.op.data.experimental.DirectedInterleaveDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalDirectedInterleaveDataset"
  • org.tensorflow.op.data.experimental.GroupByReducerDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalGroupByReducerDataset"
  • org.tensorflow.op.data.experimental.GroupByWindowDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalGroupByWindowDataset"
  • org.tensorflow.op.data.experimental.IgnoreErrorsDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalIgnoreErrorsDataset"
  • org.tensorflow.op.data.experimental.IteratorGetDevice
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalIteratorGetDevice"
  • org.tensorflow.op.data.experimental.LatencyStatsDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalLatencyStatsDataset"
  • org.tensorflow.op.data.experimental.LmdbDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalLMDBDataset"
  • org.tensorflow.op.data.experimental.MapAndBatchDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalMapAndBatchDataset"
  • org.tensorflow.op.data.experimental.MapDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalMapDataset"
  • org.tensorflow.op.data.experimental.MatchingFilesDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalMatchingFilesDataset"
  • org.tensorflow.op.data.experimental.MaxIntraOpParallelismDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalMaxIntraOpParallelismDataset"
  • org.tensorflow.op.data.experimental.NonSerializableDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalNonSerializableDataset"
  • org.tensorflow.op.data.experimental.ParallelInterleaveDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalParallelInterleaveDataset"
  • org.tensorflow.op.data.experimental.ParseExampleDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalParseExampleDataset"
  • org.tensorflow.op.data.experimental.PrivateThreadPoolDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalPrivateThreadPoolDataset"
  • org.tensorflow.op.data.experimental.RandomDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalRandomDataset"
  • org.tensorflow.op.data.experimental.RebatchDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalRebatchDataset"
  • org.tensorflow.op.data.experimental.ScanDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalScanDataset"
  • org.tensorflow.op.data.experimental.SetStatsAggregatorDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalSetStatsAggregatorDataset"
  • org.tensorflow.op.data.experimental.SleepDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalSleepDataset"
  • org.tensorflow.op.data.experimental.SlidingWindowDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalSlidingWindowDataset"
  • org.tensorflow.op.data.experimental.SqlDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalSqlDataset"
  • org.tensorflow.op.data.experimental.StatsAggregatorHandle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalStatsAggregatorHandle"
  • org.tensorflow.op.data.experimental.StatsAggregatorSummary
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalStatsAggregatorSummary"
  • org.tensorflow.op.data.experimental.TakeWhileDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalTakeWhileDataset"
  • org.tensorflow.op.data.experimental.ThreadPoolDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalThreadPoolDataset"
  • org.tensorflow.op.data.experimental.ThreadPoolHandle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalThreadPoolHandle"
  • org.tensorflow.op.data.experimental.UnbatchDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalUnbatchDataset"
  • org.tensorflow.op.data.experimental.UniqueDataset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExperimentalUniqueDataset"
  • org.tensorflow.op.dtypes.AsString
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AsString"
  • org.tensorflow.op.dtypes.Cast<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cast"
  • org.tensorflow.op.dtypes.Complex<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Complex"
  • org.tensorflow.op.dtypes.ToBool
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ToBool"
  • org.tensorflow.op.math.Abs<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Abs"
  • org.tensorflow.op.math.AccumulateN<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AccumulateNV2"
  • org.tensorflow.op.math.Acos<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Acos"
  • org.tensorflow.op.math.Acosh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Acosh"
  • org.tensorflow.op.math.Add<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Add"
  • org.tensorflow.op.math.AddN<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AddN"
  • org.tensorflow.op.math.Angle<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Angle"
  • org.tensorflow.op.math.ApproximateEqual
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ApproximateEqual"
  • org.tensorflow.op.math.ArgMax<V>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ArgMax"
  • org.tensorflow.op.math.ArgMin<V>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ArgMin"
  • org.tensorflow.op.math.Asin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Asin"
  • org.tensorflow.op.math.Asinh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Asinh"
  • org.tensorflow.op.math.Atan<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Atan"
  • org.tensorflow.op.math.Atan2<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Atan2"
  • org.tensorflow.op.math.Atanh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Atanh"
  • org.tensorflow.op.math.BesselI0<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselI0"
  • org.tensorflow.op.math.BesselI0e<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselI0e"
  • org.tensorflow.op.math.BesselI1<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselI1"
  • org.tensorflow.op.math.BesselI1e<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselI1e"
  • org.tensorflow.op.math.Betainc<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Betainc"
  • org.tensorflow.op.math.Bincount<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Bincount"
  • org.tensorflow.op.math.Ceil<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Ceil"
  • org.tensorflow.op.math.ComplexAbs<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ComplexAbs"
  • org.tensorflow.op.math.Conj<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Conj"
  • org.tensorflow.op.math.Cos<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cos"
  • org.tensorflow.op.math.Cosh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cosh"
  • org.tensorflow.op.math.Cumprod<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cumprod"
  • org.tensorflow.op.math.Cumsum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cumsum"
  • org.tensorflow.op.math.CumulativeLogsumexp<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CumulativeLogsumexp"
  • org.tensorflow.op.math.DenseBincount<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DenseBincount"
  • org.tensorflow.op.math.Digamma<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Digamma"
  • org.tensorflow.op.math.Div<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Div"
  • org.tensorflow.op.math.DivNoNan<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DivNoNan"
  • org.tensorflow.op.math.Equal
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Equal"
  • org.tensorflow.op.math.Erf<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Erf"
  • org.tensorflow.op.math.Erfc<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Erfc"
  • org.tensorflow.op.math.erfinv<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Erfinv"
  • org.tensorflow.op.math.Exp<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Exp"
  • org.tensorflow.op.math.Expm1<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Expm1"
  • org.tensorflow.op.math.Fact
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Fact"
  • org.tensorflow.op.math.Floor<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Floor"
  • org.tensorflow.op.math.FloorDiv<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FloorDiv"
  • org.tensorflow.op.math.FloorMod<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FloorMod"
  • org.tensorflow.op.math.Greater
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Greater"
  • org.tensorflow.op.math.GreaterEqual
    Modifier and Type
    Constant Field
    Value
    public static final String
    "GreaterEqual"
  • org.tensorflow.op.math.Igamma<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Igamma"
  • org.tensorflow.op.math.Igammac<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Igammac"
  • org.tensorflow.op.math.IgammaGradA<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IgammaGradA"
  • org.tensorflow.op.math.Imag<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Imag"
  • org.tensorflow.op.math.InvertPermutation<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "InvertPermutation"
  • org.tensorflow.op.math.IsFinite
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IsFinite"
  • org.tensorflow.op.math.IsInf
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IsInf"
  • org.tensorflow.op.math.IsNan
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IsNan"
  • org.tensorflow.op.math.Less
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Less"
  • org.tensorflow.op.math.LessEqual
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LessEqual"
  • org.tensorflow.op.math.Lgamma<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Lgamma"
  • org.tensorflow.op.math.Log<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Log"
  • org.tensorflow.op.math.Log1p<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Log1p"
  • org.tensorflow.op.math.LogicalAnd
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LogicalAnd"
  • org.tensorflow.op.math.LogicalNot
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LogicalNot"
  • org.tensorflow.op.math.LogicalOr
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LogicalOr"
  • org.tensorflow.op.math.Maximum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Maximum"
  • org.tensorflow.op.math.Mean<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Mean"
  • org.tensorflow.op.math.Minimum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Minimum"
  • org.tensorflow.op.math.Mod<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Mod"
  • org.tensorflow.op.math.Mul<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Mul"
  • org.tensorflow.op.math.MulNoNan<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MulNoNan"
  • org.tensorflow.op.math.Ndtri<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Ndtri"
  • org.tensorflow.op.math.Neg<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Neg"
  • org.tensorflow.op.math.NextAfter<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "NextAfter"
  • org.tensorflow.op.math.NotEqual
    Modifier and Type
    Constant Field
    Value
    public static final String
    "NotEqual"
  • org.tensorflow.op.math.Polygamma<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Polygamma"
  • org.tensorflow.op.math.PopulationCount
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PopulationCount"
  • org.tensorflow.op.math.Pow<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Pow"
  • org.tensorflow.op.math.QuantizedAdd<V>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "QuantizedAdd"
  • org.tensorflow.op.math.QuantizedMul<V>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "QuantizedMul"
  • org.tensorflow.op.math.Real<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Real"
  • org.tensorflow.op.math.RealDiv<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RealDiv"
  • org.tensorflow.op.math.Reciprocal<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Reciprocal"
  • org.tensorflow.op.math.ReciprocalGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ReciprocalGrad"
  • org.tensorflow.op.math.RequantizationRangePerChannel
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RequantizationRangePerChannel"
  • org.tensorflow.op.math.RequantizePerChannel<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RequantizePerChannel"
  • org.tensorflow.op.math.Rint<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Rint"
  • org.tensorflow.op.math.Round<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Round"
  • org.tensorflow.op.math.Rsqrt<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Rsqrt"
  • org.tensorflow.op.math.RsqrtGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RsqrtGrad"
  • org.tensorflow.op.math.SegmentMax<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SegmentMaxV2"
  • org.tensorflow.op.math.SegmentMean<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SegmentMean"
  • org.tensorflow.op.math.SegmentMin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SegmentMinV2"
  • org.tensorflow.op.math.SegmentProd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SegmentProdV2"
  • org.tensorflow.op.math.SegmentSum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SegmentSumV2"
  • org.tensorflow.op.math.Sigmoid<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sigmoid"
  • org.tensorflow.op.math.SigmoidGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SigmoidGrad"
  • org.tensorflow.op.math.Sign<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sign"
  • org.tensorflow.op.math.Sin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sin"
  • org.tensorflow.op.math.Sinh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sinh"
  • org.tensorflow.op.math.SobolSample<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SobolSample"
  • org.tensorflow.op.math.Softplus<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Softplus"
  • org.tensorflow.op.math.SoftplusGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SoftplusGrad"
  • org.tensorflow.op.math.Sqrt<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sqrt"
  • org.tensorflow.op.math.SqrtGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SqrtGrad"
  • org.tensorflow.op.math.Square<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Square"
  • org.tensorflow.op.math.SquaredDifference<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SquaredDifference"
  • org.tensorflow.op.math.Sub<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Sub"
  • org.tensorflow.op.math.Tan<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Tan"
  • org.tensorflow.op.math.Tanh<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Tanh"
  • org.tensorflow.op.math.TanhGrad<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TanhGrad"
  • org.tensorflow.op.math.TruncateDiv<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TruncateDiv"
  • org.tensorflow.op.math.TruncateMod<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TruncateMod"
  • org.tensorflow.op.math.UniformQuantizedAdd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UniformQuantizedAdd"
  • org.tensorflow.op.math.UnsortedSegmentMax<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnsortedSegmentMax"
  • org.tensorflow.op.math.UnsortedSegmentMin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnsortedSegmentMin"
  • org.tensorflow.op.math.UnsortedSegmentProd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnsortedSegmentProd"
  • org.tensorflow.op.math.UnsortedSegmentSum<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnsortedSegmentSum"
  • org.tensorflow.op.math.Xdivy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Xdivy"
  • org.tensorflow.op.math.Xlog1py<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Xlog1py"
  • org.tensorflow.op.math.Xlogy<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Xlogy"
  • org.tensorflow.op.math.Zeta<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Zeta"
  • org.tensorflow.op.math.special.BesselJ0<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselJ0"
  • org.tensorflow.op.math.special.BesselJ1<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselJ1"
  • org.tensorflow.op.math.special.BesselK0<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselK0"
  • org.tensorflow.op.math.special.BesselK0e<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselK0e"
  • org.tensorflow.op.math.special.BesselK1<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselK1"
  • org.tensorflow.op.math.special.BesselK1e<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselK1e"
  • org.tensorflow.op.math.special.BesselY0<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselY0"
  • org.tensorflow.op.math.special.BesselY1<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BesselY1"
  • org.tensorflow.op.math.special.Dawsn<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Dawsn"
  • org.tensorflow.op.math.special.Expint<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Expint"
  • org.tensorflow.op.math.special.FresnelCos<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FresnelCos"
  • org.tensorflow.op.math.special.FresnelSin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FresnelSin"
  • org.tensorflow.op.math.special.Spence<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Spence"
  • org.tensorflow.op.signal.BatchFft
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchFFT"
  • org.tensorflow.op.signal.BatchFft2d
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchFFT2D"
  • org.tensorflow.op.signal.BatchFft3d
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchFFT3D"
  • org.tensorflow.op.signal.BatchIfft
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchIFFT"
  • org.tensorflow.op.signal.BatchIfft2d
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchIFFT2D"
  • org.tensorflow.op.signal.BatchIfft3d
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BatchIFFT3D"
  • org.tensorflow.op.signal.Fft<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FFT"
  • org.tensorflow.op.signal.Fft2d<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FFT2D"
  • org.tensorflow.op.signal.Fft3d<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FFT3D"
  • org.tensorflow.op.signal.FftNd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FFTND"
  • org.tensorflow.op.signal.Ifft<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IFFT"
  • org.tensorflow.op.signal.Ifft2d<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IFFT2D"
  • org.tensorflow.op.signal.Ifft3d<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IFFT3D"
  • org.tensorflow.op.signal.IfftNd<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IFFTND"
  • org.tensorflow.op.signal.Irfft<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IRFFT"
  • org.tensorflow.op.signal.Irfft2d<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IRFFT2D"
  • org.tensorflow.op.signal.Irfft3d<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IRFFT3D"
  • org.tensorflow.op.signal.IrfftNd<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IRFFTND"
  • org.tensorflow.op.signal.Rfft<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RFFT"
  • org.tensorflow.op.signal.Rfft2d<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RFFT2D"
  • org.tensorflow.op.signal.Rfft3d<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RFFT3D"
  • org.tensorflow.op.signal.RfftNd<U>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RFFTND"
  • org.tensorflow.op.strings.Join
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringJoin"
  • org.tensorflow.op.strings.Lower
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringLower"
  • org.tensorflow.op.strings.ReduceJoin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ReduceJoin"
  • org.tensorflow.op.strings.RegexFullMatch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RegexFullMatch"
  • org.tensorflow.op.strings.RegexReplace
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RegexReplace"
  • org.tensorflow.op.strings.StaticRegexFullMatch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StaticRegexFullMatch"
  • org.tensorflow.op.strings.StaticRegexReplace
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StaticRegexReplace"
  • org.tensorflow.op.strings.StringFormat
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringFormat"
  • org.tensorflow.op.strings.StringLength
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringLength"
  • org.tensorflow.op.strings.StringNGrams<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringNGrams"
  • org.tensorflow.op.strings.StringSplit
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringSplitV2"
  • org.tensorflow.op.strings.Strip
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringStrip"
  • org.tensorflow.op.strings.Substr
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Substr"
  • org.tensorflow.op.strings.ToHashBucket
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringToHashBucket"
  • org.tensorflow.op.strings.ToHashBucketFast
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringToHashBucketFast"
  • org.tensorflow.op.strings.ToHashBucketStrong
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringToHashBucketStrong"
  • org.tensorflow.op.strings.ToNumber<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringToNumber"
  • org.tensorflow.op.strings.UnicodeDecode<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnicodeDecode"
  • org.tensorflow.op.strings.UnicodeDecodeWithOffsets<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnicodeDecodeWithOffsets"
  • org.tensorflow.op.strings.UnicodeEncode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnicodeEncode"
  • org.tensorflow.op.strings.UnicodeScript
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnicodeScript"
  • org.tensorflow.op.strings.UnicodeTranscode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnicodeTranscode"
  • org.tensorflow.op.strings.UnsortedSegmentJoin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UnsortedSegmentJoin"
  • org.tensorflow.op.strings.Upper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "StringUpper"