ngraph.ops.rst 1.09 KB
Newer Older
1 2 3 4 5
ngraph.ops
==========

.. automodule:: ngraph.ops

6 7 8
   
   

9 10 11 12
   .. rubric:: Functions

   .. autosummary::
      :nosignatures:
13
   
14 15 16
      absolute
      acos
      add
17 18
      argmax
      argmin
19 20 21 22 23
      asin
      atan
      avg_pool
      batch_norm
      broadcast
24
      broadcast_to
25
      ceiling
26
      clamp
27 28 29 30
      concat
      constant
      convert
      convolution
31
      convolution_backprop_data
32 33
      cos
      cosh
34
      depth_to_space
35 36
      divide
      dot
37
      elu
38 39
      equal
      exp
40
      fake_quantize
41
      floor
42
      gelu
43
      gemm
44 45 46
      get_output_element
      greater
      greater_eq
47
      grn
48 49 50
      less
      less_eq
      log
51
      logical_and
52
      logical_not
53 54
      logical_or
      lrn
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
      max
      max_pool
      maximum
      min
      minimum
      multiply
      negative
      not_equal
      one_hot
      pad
      parameter
      power
      prod
      relu
      replace_slice
      reshape
      reverse
      select
      sign
      sin
      sinh
      slice
      softmax
      sqrt
      subtract
      sum
      tan
      tanh
83
      topk
84 85 86 87 88 89 90 91 92 93 94 95