org.apache.mxnet

javaapi

package javaapi

Visibility
  1. Public
  2. All

Type Members

  1. class BatchNormParam extends AnyRef

    This Param Object is specifically used for BatchNorm

  2. class BatchNorm_v1Param extends AnyRef

    This Param Object is specifically used for BatchNorm_v1

  3. class CTCLossParam extends AnyRef

    This Param Object is specifically used for CTCLoss

  4. class Context extends AnyRef

    Constructing a context which is used to specify the device and device type that will be utilized by the engine.

  5. class ConvolutionParam extends AnyRef

    This Param Object is specifically used for Convolution

  6. class Convolution_v1Param extends AnyRef

    This Param Object is specifically used for Convolution_v1

  7. class CorrelationParam extends AnyRef

    This Param Object is specifically used for Correlation

  8. class DataDesc extends AnyRef

  9. class DeconvolutionParam extends AnyRef

    This Param Object is specifically used for Deconvolution

  10. class DropoutParam extends AnyRef

    This Param Object is specifically used for Dropout

  11. class EmbeddingParam extends AnyRef

    This Param Object is specifically used for Embedding

  12. class FullyConnectedParam extends AnyRef

    This Param Object is specifically used for FullyConnected

  13. class IdentityAttachKLSparseRegParam extends AnyRef

    This Param Object is specifically used for IdentityAttachKLSparseReg

  14. class L2NormalizationParam extends AnyRef

    This Param Object is specifically used for L2Normalization

  15. class LRNParam extends AnyRef

    This Param Object is specifically used for LRN

  16. class LayerNormParam extends AnyRef

    This Param Object is specifically used for LayerNorm

  17. class LeakyReLUParam extends AnyRef

    This Param Object is specifically used for LeakyReLU

  18. class MakeLossParam extends AnyRef

    This Param Object is specifically used for MakeLoss

  19. class NDArray extends AnyRef

    NDArray object in mxnet.

    NDArray object in mxnet. NDArray is basic ndarray/Tensor like data structure in mxnet.
    NOTE: NDArray is stored in native memory. Use NDArray in a try-with-resources() construct or a [[org.apache.mxnet.ResourceScope]] in a try-with-resource to have them automatically disposed. You can explicitly control the lifetime of NDArray by calling dispose manually. Failure to do this will result in leaking native memory.

  20. abstract class NDArrayBase extends AnyRef

  21. class PoolingParam extends AnyRef

    This Param Object is specifically used for Pooling

  22. class Pooling_v1Param extends AnyRef

    This Param Object is specifically used for Pooling_v1

  23. class RNNParam extends AnyRef

    This Param Object is specifically used for RNN

  24. class SVMOutputParam extends AnyRef

    This Param Object is specifically used for SVMOutput

  25. class SequenceLastParam extends AnyRef

    This Param Object is specifically used for SequenceLast

  26. class SequenceMaskParam extends AnyRef

    This Param Object is specifically used for SequenceMask

  27. class SequenceReverseParam extends AnyRef

    This Param Object is specifically used for SequenceReverse

  28. class Shape extends AnyRef

    Shape of NDArray or other data

  29. class SliceChannelParam extends AnyRef

    This Param Object is specifically used for SliceChannel

  30. class SoftmaxOutputParam extends AnyRef

    This Param Object is specifically used for SoftmaxOutput

  31. class SpatialTransformerParam extends AnyRef

    This Param Object is specifically used for SpatialTransformer

  32. class SwapAxisParam extends AnyRef

    This Param Object is specifically used for SwapAxis

  33. class UpSamplingParam extends AnyRef

    This Param Object is specifically used for UpSampling

  34. class adam_updateParam extends AnyRef

    This Param Object is specifically used for adam_update

  35. class argmaxParam extends AnyRef

    This Param Object is specifically used for argmax

  36. class argminParam extends AnyRef

    This Param Object is specifically used for argmin

  37. class argsortParam extends AnyRef

    This Param Object is specifically used for argsort

  38. class batch_dotParam extends AnyRef

    This Param Object is specifically used for batch_dot

  39. class broadcast_axesParam extends AnyRef

    This Param Object is specifically used for broadcast_axes

  40. class broadcast_axisParam extends AnyRef

    This Param Object is specifically used for broadcast_axis

  41. class broadcast_likeParam extends AnyRef

    This Param Object is specifically used for broadcast_like

  42. class choose_element_0indexParam extends AnyRef

    This Param Object is specifically used for choose_element_0index

  43. class ctc_lossParam extends AnyRef

    This Param Object is specifically used for ctc_loss

  44. class diagParam extends AnyRef

    This Param Object is specifically used for diag

  45. class dotParam extends AnyRef

    This Param Object is specifically used for dot

  46. class ftml_updateParam extends AnyRef

    This Param Object is specifically used for ftml_update

  47. class ftrl_updateParam extends AnyRef

    This Param Object is specifically used for ftrl_update

  48. class hard_sigmoidParam extends AnyRef

    This Param Object is specifically used for hard_sigmoid

  49. class linalg_extracttrianParam extends AnyRef

    This Param Object is specifically used for linalg_extracttrian

  50. class linalg_gemm2Param extends AnyRef

    This Param Object is specifically used for linalg_gemm2

  51. class linalg_gemmParam extends AnyRef

    This Param Object is specifically used for linalg_gemm

  52. class linalg_maketrianParam extends AnyRef

    This Param Object is specifically used for linalg_maketrian

  53. class linalg_syrkParam extends AnyRef

    This Param Object is specifically used for linalg_syrk

  54. class linalg_trmmParam extends AnyRef

    This Param Object is specifically used for linalg_trmm

  55. class linalg_trsmParam extends AnyRef

    This Param Object is specifically used for linalg_trsm

  56. class log_softmaxParam extends AnyRef

    This Param Object is specifically used for log_softmax

  57. class maxParam extends AnyRef

    This Param Object is specifically used for max

  58. class max_axisParam extends AnyRef

    This Param Object is specifically used for max_axis

  59. class meanParam extends AnyRef

    This Param Object is specifically used for mean

  60. class minParam extends AnyRef

    This Param Object is specifically used for min

  61. class min_axisParam extends AnyRef

    This Param Object is specifically used for min_axis

  62. class momentsParam extends AnyRef

    This Param Object is specifically used for moments

  63. class mp_nag_mom_updateParam extends AnyRef

    This Param Object is specifically used for mp_nag_mom_update

  64. class mp_sgd_mom_updateParam extends AnyRef

    This Param Object is specifically used for mp_sgd_mom_update

  65. class mp_sgd_updateParam extends AnyRef

    This Param Object is specifically used for mp_sgd_update

  66. class multi_all_finiteParam extends AnyRef

    This Param Object is specifically used for multi_all_finite

  67. class multi_mp_sgd_mom_updateParam extends AnyRef

    This Param Object is specifically used for multi_mp_sgd_mom_update

  68. class multi_mp_sgd_updateParam extends AnyRef

    This Param Object is specifically used for multi_mp_sgd_update

  69. class multi_sgd_mom_updateParam extends AnyRef

    This Param Object is specifically used for multi_sgd_mom_update

  70. class multi_sgd_updateParam extends AnyRef

    This Param Object is specifically used for multi_sgd_update

  71. class nag_mom_updateParam extends AnyRef

    This Param Object is specifically used for nag_mom_update

  72. class nanprodParam extends AnyRef

    This Param Object is specifically used for nanprod

  73. class nansumParam extends AnyRef

    This Param Object is specifically used for nansum

  74. class normParam extends AnyRef

    This Param Object is specifically used for norm

  75. class normalParam extends AnyRef

    This Param Object is specifically used for normal

  76. class one_hotParam extends AnyRef

    This Param Object is specifically used for one_hot

  77. class pickParam extends AnyRef

    This Param Object is specifically used for pick

  78. class prodParam extends AnyRef

    This Param Object is specifically used for prod

  79. class random_exponentialParam extends AnyRef

    This Param Object is specifically used for random_exponential

  80. class random_gammaParam extends AnyRef

    This Param Object is specifically used for random_gamma

  81. class random_generalized_negative_binomialParam extends AnyRef

    This Param Object is specifically used for random_generalized_negative_binomial

  82. class random_negative_binomialParam extends AnyRef

    This Param Object is specifically used for random_negative_binomial

  83. class random_normalParam extends AnyRef

    This Param Object is specifically used for random_normal

  84. class random_poissonParam extends AnyRef

    This Param Object is specifically used for random_poisson

  85. class random_randintParam extends AnyRef

    This Param Object is specifically used for random_randint

  86. class random_uniformParam extends AnyRef

    This Param Object is specifically used for random_uniform

  87. class reshapeParam extends AnyRef

    This Param Object is specifically used for reshape

  88. class rmsprop_updateParam extends AnyRef

    This Param Object is specifically used for rmsprop_update

  89. class rmspropalex_updateParam extends AnyRef

    This Param Object is specifically used for rmspropalex_update

  90. class sample_exponentialParam extends AnyRef

    This Param Object is specifically used for sample_exponential

  91. class sample_gammaParam extends AnyRef

    This Param Object is specifically used for sample_gamma

  92. class sample_generalized_negative_binomialParam extends AnyRef

    This Param Object is specifically used for sample_generalized_negative_binomial

  93. class sample_multinomialParam extends AnyRef

    This Param Object is specifically used for sample_multinomial

  94. class sample_negative_binomialParam extends AnyRef

    This Param Object is specifically used for sample_negative_binomial

  95. class sample_normalParam extends AnyRef

    This Param Object is specifically used for sample_normal

  96. class sample_poissonParam extends AnyRef

    This Param Object is specifically used for sample_poisson

  97. class sample_uniformParam extends AnyRef

    This Param Object is specifically used for sample_uniform

  98. class sgd_mom_updateParam extends AnyRef

    This Param Object is specifically used for sgd_mom_update

  99. class sgd_updateParam extends AnyRef

    This Param Object is specifically used for sgd_update

  100. class shape_arrayParam extends AnyRef

    This Param Object is specifically used for shape_array

  101. class signsgd_updateParam extends AnyRef

    This Param Object is specifically used for signsgd_update

  102. class signum_updateParam extends AnyRef

    This Param Object is specifically used for signum_update

  103. class softmaxParam extends AnyRef

    This Param Object is specifically used for softmax

  104. class softminParam extends AnyRef

    This Param Object is specifically used for softmin

  105. class sortParam extends AnyRef

    This Param Object is specifically used for sort

  106. class splitParam extends AnyRef

    This Param Object is specifically used for split

  107. class sumParam extends AnyRef

    This Param Object is specifically used for sum

  108. class sum_axisParam extends AnyRef

    This Param Object is specifically used for sum_axis

  109. class swapaxesParam extends AnyRef

    This Param Object is specifically used for swapaxes

  110. class takeParam extends AnyRef

    This Param Object is specifically used for take

  111. class topkParam extends AnyRef

    This Param Object is specifically used for topk

  112. class uniformParam extends AnyRef

    This Param Object is specifically used for uniform

Value Members

  1. object Context

  2. object DType extends Enumeration

  3. object DataDesc

  4. object Image

  5. object Layout

    Layout definition of DataDesc N Batch size C channels H Height W Weight T sequence length undefined default value of Layout

  6. object NDArray extends NDArrayBase

    Annotations
    @AddJNDArrayAPIs( false )
  7. object Shape

Ungrouped