Home | History | Annotate | Download | only in ops
      1 # array_ops
      2 BatchToSpace
      3 BroadcastArgs
      4 BroadcastGradientArgs
      5 ConcatOffset
      6 Concat
      7 ConcatV2
      8 ConjugateTranspose
      9 Const
     10 DebugGradientIdentity
     11 DebugGradientRefIdentity
     12 EditDistance
     13 ExpandDims
     14 ListDiff
     15 MirrorPad
     16 MirrorPadGrad
     17 OneHot
     18 Pack
     19 Pad
     20 PadV2
     21 ParallelConcat
     22 Placeholder
     23 RefIdentity
     24 Reverse
     25 Snapshot
     26 SpaceToBatch
     27 Split
     28 SplitV
     29 Squeeze
     30 Slice
     31 TileGrad  # Exported through array_grad instead of array_ops.
     32 ZerosLike  # TODO(josh11b): Use this instead of the Python version.
     33 Unique
     34 UniqueV2
     35 Unpack
     36 
     37 # candidate_sampling_ops
     38 AllCandidateSampler
     39 ComputeAccidentalHits
     40 FixedUnigramCandidateSampler
     41 LearnedUnigramCandidateSampler
     42 LogUniformCandidateSampler
     43 ThreadUnsafeUnigramCandidateSampler
     44 UniformCandidateSampler
     45 
     46 # checkpoint_ops
     47 GenerateVocabRemapping
     48 LoadAndRemapMatrix
     49 
     50 
     51 # control_flow_ops
     52 Switch
     53 Merge
     54 RefMerge
     55 Exit
     56 RefExit
     57 
     58 # ctc_ops
     59 CTCLoss
     60 CTCGreedyDecoder
     61 CTCBeamSearchDecoder
     62 
     63 # data_flow_ops
     64 Barrier
     65 BarrierClose
     66 BarrierIncompleteSize
     67 BarrierInsertMany
     68 BarrierReadySize
     69 BarrierTakeMany
     70 DeleteSessionTensor
     71 FakeQueue
     72 FIFOQueue
     73 FIFOQueueV2
     74 GetSessionHandle
     75 GetSessionHandleV2
     76 GetSessionTensor
     77 HashTable
     78 HashTableV2
     79 InitializeTable
     80 InitializeTableV2
     81 InitializeTableFromTextFile
     82 InitializeTableFromTextFileV2
     83 LookupTableExport
     84 LookupTableExportV2
     85 LookupTableFind
     86 LookupTableFindV2
     87 LookupTableImport
     88 LookupTableImportV2
     89 LookupTableInsert
     90 LookupTableInsertV2
     91 LookupTableSize
     92 LookupTableSizeV2
     93 MutableDenseHashTable
     94 MutableDenseHashTableV2
     95 MutableHashTable
     96 MutableHashTableV2
     97 MutableHashTableOfTensors
     98 MutableHashTableOfTensorsV2
     99 Mutex
    100 MutexAcquire
    101 MutexRelease
    102 PaddingFIFOQueue
    103 PaddingFIFOQueueV2
    104 PriorityQueue
    105 PriorityQueueV2
    106 QueueClose
    107 QueueCloseV2
    108 QueueDequeue
    109 QueueDequeueV2
    110 QueueDequeueMany
    111 QueueDequeueManyV2
    112 QueueDequeueUpTo
    113 QueueDequeueUpToV2
    114 QueueEnqueue
    115 QueueEnqueueV2
    116 QueueEnqueueMany
    117 QueueEnqueueManyV2
    118 QueueSize
    119 QueueSizeV2
    120 RandomShuffleQueue
    121 RandomShuffleQueueV2
    122 Stack
    123 StackClose
    124 StackPop
    125 StackPush
    126 StackV2
    127 StackCloseV2
    128 StackPopV2
    129 StackPushV2
    130 TensorArray
    131 TensorArrayClose
    132 TensorArrayCloseV2
    133 TensorArrayConcat
    134 TensorArrayConcatV2
    135 TensorArrayGather
    136 TensorArrayGatherV2
    137 TensorArrayGrad
    138 TensorArrayGradV2
    139 TensorArrayPack
    140 TensorArrayPackV2
    141 TensorArrayRead
    142 TensorArrayReadV2
    143 TensorArrayScatter
    144 TensorArrayScatterV2
    145 TensorArraySize
    146 TensorArraySizeV2
    147 TensorArraySplit
    148 TensorArraySplitV2
    149 TensorArrayUnpack
    150 TensorArrayUnpackV2
    151 TensorArrayV2
    152 TensorArrayWrite
    153 TensorArrayWriteV2
    154 TensorArrayV3
    155 TensorArrayCloseV3
    156 TensorArrayConcatV3
    157 TensorArrayGatherV3
    158 TensorArrayGradV3
    159 TensorArrayReadV3
    160 TensorArrayPackV3
    161 TensorArrayScatterV3
    162 TensorArraySizeV3
    163 TensorArraySplitV3
    164 TensorArrayUnpackV3
    165 TensorArrayWriteV3
    166 
    167 # functional_ops
    168 SymbolicGradient
    169 
    170 # image_ops
    171 AdjustContrastv2
    172 NonMaxSuppression
    173 NonMaxSuppressionV2
    174 RandomCrop
    175 ResizeBilinearGrad
    176 ResizeBicubicGrad
    177 ResizeNearestNeighborGrad
    178 SampleDistortedBoundingBox
    179 SampleDistortedBoundingBoxV2
    180 ScaleImageGrad
    181 
    182 # io_ops
    183 FixedLengthRecordReader
    184 IdentityReader
    185 ReaderNumRecordsProduced
    186 ReaderNumWorkUnitsCompleted
    187 ReaderRead
    188 ReaderReadUpTo
    189 ReaderReset
    190 ReaderRestoreState
    191 ReaderSerializeState
    192 ReaderWorkQueueLength
    193 FixedLengthRecordReaderV2
    194 IdentityReaderV2
    195 ReaderNumRecordsProducedV2
    196 ReaderNumWorkUnitsCompletedV2
    197 ReaderReadV2
    198 ReaderReadUpToV2
    199 ReaderResetV2
    200 ReaderRestoreStateV2
    201 ReaderSerializeStateV2
    202 ReaderWorkQueueLengthV2
    203 Restore
    204 RestoreSlice
    205 Save
    206 SaveSlices
    207 ShardedFilename
    208 ShardedFilespec
    209 TextLineReader
    210 TFRecordReader
    211 WholeFileReader
    212 TextLineReaderV2
    213 TFRecordReaderV2
    214 WholeFileReaderV2
    215 LMDBReader
    216 DecodeCSV
    217 
    218 # linalg_ops
    219 BatchCholesky
    220 BatchCholeskyGrad
    221 BatchMatrixDeterminant
    222 BatchMatrixInverse
    223 BatchMatrixSolve
    224 BatchMatrixSolveLs
    225 BatchMatrixTriangularSolve
    226 BatchSelfAdjointEig
    227 BatchSelfAdjointEigV2
    228 BatchSvd
    229 LogMatrixDeterminant
    230 MatrixExponential
    231 MatrixLogarithm
    232 MatrixSolveLs
    233 SelfAdjointEig
    234 SelfAdjointEigV2
    235 Svd
    236 
    237 # logging_ops
    238 Assert
    239 AudioSummary
    240 AudioSummaryV2
    241 HistogramSummary
    242 ImageSummary
    243 MergeSummary
    244 Print
    245 ScalarSummary
    246 TensorSummary
    247 TensorSummaryV2
    248 
    249 # math_ops
    250 Abs
    251 AccumulateNV2
    252 AddN
    253 AddV2
    254 All
    255 Any
    256 BatchMatMul
    257 BatchFFT
    258 BatchFFT2D
    259 BatchFFT3D
    260 BatchIFFT
    261 BatchIFFT2D
    262 BatchIFFT3D
    263 Bucketize
    264 Complex
    265 ComplexAbs
    266 Conj
    267 FloorDiv
    268 FloorMod
    269 HistogramFixedWidth
    270 Max
    271 Mean
    272 Min
    273 Mul
    274 Neg
    275 Pow
    276 Prod
    277 Range
    278 RealDiv
    279 Select
    280 SparseMatMul
    281 Sub
    282 Sum
    283 MatMul
    284 Sigmoid
    285 Tanh
    286 SigmoidGrad
    287 TanhGrad
    288 InvGrad
    289 ReciprocalGrad
    290 SqrtGrad
    291 RsqrtGrad
    292 TruncateDiv
    293 TruncateMod
    294 
    295 # nn_ops
    296 AvgPoolGrad  # "*Grad" accessible through nn_grad instead of nn_ops.
    297 AvgPool3DGrad
    298 BatchNormWithGlobalNormalization
    299 BatchNormWithGlobalNormalizationGrad
    300 FusedBatchNorm
    301 FusedBatchNormV2
    302 SoftmaxCrossEntropyWithLogits
    303 SparseSoftmaxCrossEntropyWithLogits
    304 LRNGrad
    305 MaxPoolGrad
    306 MaxPoolGradWithArgmax
    307 MaxPoolGradGrad
    308 MaxPoolGradGradWithArgmax
    309 MaxPool3DGrad
    310 MaxPool3DGradGrad
    311 ReluGrad
    312 Relu6Grad
    313 EluGrad
    314 SeluGrad
    315 SoftplusGrad
    316 SoftsignGrad
    317 TopK
    318 TopKV2
    319 BiasAdd
    320 BiasAddV1
    321 Relu6
    322 AvgPool
    323 MaxPool
    324 MaxPoolV2
    325 Softmax
    326 LogSoftmax
    327 FractionalAvgPoolGrad
    328 FractionalMaxPoolGrad
    329 InTopK
    330 InTopKV2
    331 
    332 # parsing_ops
    333 ParseExample
    334 ParseSingleSequenceExample
    335 
    336 # random_ops
    337 RandomGamma
    338 RandomPoisson
    339 RandomUniform
    340 RandomUniformInt
    341 RandomShuffle
    342 RandomStandardNormal
    343 ParameterizedTruncatedNormal
    344 TruncatedNormal
    345 
    346 # script_ops
    347 PyFunc
    348 PyFuncStateless
    349 EagerPyFunc
    350 
    351 # sdca_ops
    352 
    353 # state_ops
    354 Variable
    355 VariableV2
    356 TemporaryVariable
    357 DestroyTemporaryVariable
    358 
    359 # sparse_ops
    360 AddSparseToTensorsMap
    361 AddManySparseToTensorsMap
    362 TakeManySparseFromTensorsMap
    363 DeserializeManySparse
    364 DeserializeSparse
    365 SerializeManySparse
    366 SerializeSparse
    367 SparseAdd
    368 SparseAddGrad
    369 SparseConcat
    370 SparseCross
    371 SparseFillEmptyRows
    372 SparseFillEmptyRowsGrad
    373 SparseSplit
    374 SparseSelectLastK
    375 SparseReorder
    376 SparseReshape
    377 SparseToDense
    378 SparseTensorDenseAdd
    379 SparseTensorDenseMatMul
    380 
    381 # string_ops
    382 StringSplit
    383 
    384 # user_ops
    385 Fact
    386 
    387 # training_ops
    388 # (None)
    389 
    390 # word2vec deprecated ops
    391 NegTrain
    392 Skipgram
    393