Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

a(int) - Method in class org.nd4j.graph.FlatProperties
 
a(FlatArray, int) - Method in class org.nd4j.graph.FlatProperties
 
abs(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
abs(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
abs(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Abs - Class in org.nd4j.linalg.api.ops.impl.transforms
Abs elementwise function
Abs(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
Abs(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
abs(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Abs function
abs(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Abs function
abs(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the absolute value of the given complex number
absGreaterThan(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
absGreaterThanOrEqual(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
absLessThan(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
absLessThanOrEqual(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
AbstractDataSetNormalizer<S extends NormalizerStats> - Class in org.nd4j.linalg.dataset.api.preprocessor
Abstract base class for normalizers that act upon DataSet instances or iterators
AbstractDataSetNormalizer(NormalizerStrategy<S>) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
AbstractMultiDataSetNormalizer<S extends NormalizerStats> - Class in org.nd4j.linalg.dataset.api.preprocessor
Abstract base class for normalizers that act upon MultiDataSet instances or iterators
AbstractMultiDataSetNormalizer() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
AbstractMultiDataSetNormalizer(NormalizerStrategy<S>) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
AbstractNormalizer - Class in org.nd4j.linalg.dataset.api.preprocessor
Abstract base class for normalizers for both DataSet and MultiDataSet processing
AbstractNormalizer() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.AbstractNormalizer
 
AbstractStorage<T> - Interface in org.nd4j.linalg.compression
This interface describes basic Key-Value storage, where Key is any object, and Value is INDArray located "somewhere else"
AbsValueGreaterOrEqualsThan - Class in org.nd4j.linalg.indexing.conditions
Boolean condition on absolute value: abs(x) >= value
AbsValueGreaterOrEqualsThan() - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueGreaterOrEqualsThan
Special constructor for pairwise boolean operations.
AbsValueGreaterOrEqualsThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueGreaterOrEqualsThan
 
AbsValueGreaterThan - Class in org.nd4j.linalg.indexing.conditions
Boolean condition on absolute value: abs(x) > value
AbsValueGreaterThan() - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueGreaterThan
Special constructor for pairwise boolean operations.
AbsValueGreaterThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueGreaterThan
 
AbsValueLessOrEqualsThan - Class in org.nd4j.linalg.indexing.conditions
Boolean condition on absolute value: abs(x) <= value
AbsValueLessOrEqualsThan() - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueLessOrEqualsThan
Special constructor for pairwise boolean operations.
AbsValueLessOrEqualsThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueLessOrEqualsThan
 
AbsValueLessThan - Class in org.nd4j.linalg.indexing.conditions
Boolean condition on absolute value: abs(x) < value
AbsValueLessThan() - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueLessThan
Special constructor for pairwise boolean operations.
AbsValueLessThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.AbsValueLessThan
 
accumulate(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
This method sums given arrays and stores them to a new target array
accumulate(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
This method sums given arrays and stores them to a new array
accumulate(INDArray, Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
This method sums given arrays and stores them to a given target array
accumulate(INDArray, INDArray[]) - Static method in class org.nd4j.linalg.factory.Nd4j
This method sums given arrays and stores them to a given target array
accumulate(INDArray, INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method sums given arrays to target
ACCUMULATION - Static variable in class org.nd4j.graph.OpType
 
Accumulation - Interface in org.nd4j.linalg.api.ops
An accumulation is an op that given:
x -> the origin ndarray
y -> the pairwise ndarray
n -> the number of times to accumulate

Of note here in the extra arguments.

ACCUMULATION3 - Static variable in class org.nd4j.graph.OpType
 
acos(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
acos(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
acos(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ACos - Class in org.nd4j.linalg.api.ops.impl.transforms
Log elementwise function
ACos(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
ACos(INDArray, INDArray, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
acos(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
acos(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
acos(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the sin value of the given complex number
acosh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
acosh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
acosh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ACosh - Class in org.nd4j.linalg.api.ops.impl.transforms
ACosh elementwise function
ACosh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(INDArray, INDArray, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
ACosh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
activateFrame(String, boolean) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method triggers frame state
Activation - Enum in org.nd4j.linalg.activations
This enum is the factory for the activation function.
ActivationCube - Class in org.nd4j.linalg.activations.impl
f(x) = x^3
ActivationCube() - Constructor for class org.nd4j.linalg.activations.impl.ActivationCube
 
ActivationELU - Class in org.nd4j.linalg.activations.impl
f(x) = alpha * (exp(x) - 1.0); x < 0 = x ; x>= 0 alpha defaults to 1, if not specified
ActivationELU() - Constructor for class org.nd4j.linalg.activations.impl.ActivationELU
 
ActivationELU(double) - Constructor for class org.nd4j.linalg.activations.impl.ActivationELU
 
ActivationHardSigmoid - Class in org.nd4j.linalg.activations.impl
f(x) = min(1, max(0, 0.2*x + 0.5))
ActivationHardSigmoid() - Constructor for class org.nd4j.linalg.activations.impl.ActivationHardSigmoid
 
ActivationHardTanH - Class in org.nd4j.linalg.activations.impl
??? 1, if x > 1 f(x) = ??? -1, if x < -1 ??? x, otherwise
ActivationHardTanH() - Constructor for class org.nd4j.linalg.activations.impl.ActivationHardTanH
 
ActivationIdentity - Class in org.nd4j.linalg.activations.impl
f(x) = x
ActivationIdentity() - Constructor for class org.nd4j.linalg.activations.impl.ActivationIdentity
 
ActivationLReLU - Class in org.nd4j.linalg.activations.impl
Leaky RELU f(x) = max(0, x) + alpha * min(0, x) alpha defaults to 0.01
ActivationLReLU() - Constructor for class org.nd4j.linalg.activations.impl.ActivationLReLU
 
ActivationLReLU(double) - Constructor for class org.nd4j.linalg.activations.impl.ActivationLReLU
 
ActivationRationalTanh - Class in org.nd4j.linalg.activations.impl
Rational tanh approximation From https://arxiv.org/pdf/1508.01292v3 f(x) = 1.7159 * tanh(2x/3) where tanh is approximated as follows, tanh(y) ~ sgn(y) * { 1 - 1/(1+|y|+y^2+1.41645*y^4)} Underlying implementation is in native code
ActivationRationalTanh() - Constructor for class org.nd4j.linalg.activations.impl.ActivationRationalTanh
 
ActivationRectifiedTanh - Class in org.nd4j.linalg.activations.impl
Rectified tanh Essentially max(0, tanh(x)) Underlying implementation is in native code
ActivationRectifiedTanh() - Constructor for class org.nd4j.linalg.activations.impl.ActivationRectifiedTanh
 
ActivationReLU - Class in org.nd4j.linalg.activations.impl
f(x) = max(0, x)
ActivationReLU() - Constructor for class org.nd4j.linalg.activations.impl.ActivationReLU
 
ActivationRReLU - Class in org.nd4j.linalg.activations.impl
f(x) = max(0,x) + alpha * min(0, x) alpha is drawn from uniform(l,u) during training and is set to l+u/2 during test l and u default to 1/8 and 1/3 respectively Empirical Evaluation of Rectified Activations in Convolutional Network
ActivationRReLU() - Constructor for class org.nd4j.linalg.activations.impl.ActivationRReLU
 
ActivationRReLU(double, double) - Constructor for class org.nd4j.linalg.activations.impl.ActivationRReLU
 
ActivationSELU - Class in org.nd4j.linalg.activations.impl
https://arxiv.org/pdf/1706.02515.pdf
ActivationSELU() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSELU
 
ActivationSigmoid - Class in org.nd4j.linalg.activations.impl
f(x) = 1 / (1 + exp(-x))
ActivationSigmoid() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSigmoid
 
ActivationSoftmax - Class in org.nd4j.linalg.activations.impl
f_i(x) = exp(x_i - shift) / sum_j exp(x_j - shift) where shift = max_i(x_i)
ActivationSoftmax() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSoftmax
 
ActivationSoftPlus - Class in org.nd4j.linalg.activations.impl
f(x) = log(1+e^x)
ActivationSoftPlus() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSoftPlus
 
ActivationSoftSign - Class in org.nd4j.linalg.activations.impl
f_i(x) = x_i / (1+|x_i|)
ActivationSoftSign() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSoftSign
 
ActivationSwish - Class in org.nd4j.linalg.activations.impl
f(x) = x * sigmoid(x)
ActivationSwish() - Constructor for class org.nd4j.linalg.activations.impl.ActivationSwish
 
ActivationTanH - Class in org.nd4j.linalg.activations.impl
f(x) = (exp(x) - exp(-x)) / (exp(x) + exp(-x))
ActivationTanH() - Constructor for class org.nd4j.linalg.activations.impl.ActivationTanH
 
AdaDelta - Class in org.nd4j.linalg.learning.config
http://www.matthewzeiler.com/pubs/googleTR2012/googleTR2012.pdf https://arxiv.org/pdf/1212.5701v1.pdf
AdaDelta() - Constructor for class org.nd4j.linalg.learning.config.AdaDelta
 
AdaDelta.Builder - Class in org.nd4j.linalg.learning.config
 
AdaDeltaUpdater - Class in org.nd4j.linalg.learning
http://www.matthewzeiler.com/pubs/googleTR2012/googleTR2012.pdf https://arxiv.org/pdf/1212.5701v1.pdf
AdaDeltaUpdater(AdaDelta) - Constructor for class org.nd4j.linalg.learning.AdaDeltaUpdater
 
AdaGrad - Class in org.nd4j.linalg.learning.config
Vectorized Learning Rate used per Connection Weight

Adapted from: http://xcorr.net/2014/01/23/adagrad-eliminating-learning-rates-in-stochastic-gradient-descent/ See also http://cs231n.github.io/neural-networks-3/#ada

AdaGrad() - Constructor for class org.nd4j.linalg.learning.config.AdaGrad
 
AdaGrad(double) - Constructor for class org.nd4j.linalg.learning.config.AdaGrad
 
AdaGrad(double, double) - Constructor for class org.nd4j.linalg.learning.config.AdaGrad
 
AdaGrad(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.AdaGrad
 
AdaGrad(ISchedule, double) - Constructor for class org.nd4j.linalg.learning.config.AdaGrad
 
AdaGrad - Class in org.nd4j.linalg.learning.legacy
Legacy AdaGrad implementation for use in NLP etc applications
AdaGrad(int, int, double) - Constructor for class org.nd4j.linalg.learning.legacy.AdaGrad
 
AdaGrad(int, int) - Constructor for class org.nd4j.linalg.learning.legacy.AdaGrad
 
AdaGrad(int[], double) - Constructor for class org.nd4j.linalg.learning.legacy.AdaGrad
 
AdaGrad(double) - Constructor for class org.nd4j.linalg.learning.legacy.AdaGrad
 
AdaGrad(double, double) - Constructor for class org.nd4j.linalg.learning.legacy.AdaGrad
 
AdaGrad.Builder - Class in org.nd4j.linalg.learning.config
 
AdaGradUpdater - Class in org.nd4j.linalg.learning
Vectorized Learning Rate used per Connection Weight

Adapted from: http://xcorr.net/2014/01/23/adagrad-eliminating-learning-rates-in-stochastic-gradient-descent/ See also http://cs231n.github.io/neural-networks-3/#ada

AdaGradUpdater(AdaGrad) - Constructor for class org.nd4j.linalg.learning.AdaGradUpdater
 
Adam - Class in org.nd4j.linalg.learning.config
The Adam updater.
Adam() - Constructor for class org.nd4j.linalg.learning.config.Adam
 
Adam(double) - Constructor for class org.nd4j.linalg.learning.config.Adam
 
Adam(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Adam
 
Adam(double, double, double, double) - Constructor for class org.nd4j.linalg.learning.config.Adam
 
Adam.Builder - Class in org.nd4j.linalg.learning.config
 
AdaMax - Class in org.nd4j.linalg.learning.config
The AdaMax updater, a variant of Adam.
AdaMax() - Constructor for class org.nd4j.linalg.learning.config.AdaMax
 
AdaMax(double) - Constructor for class org.nd4j.linalg.learning.config.AdaMax
 
AdaMax(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.AdaMax
 
AdaMax(double, double, double, double) - Constructor for class org.nd4j.linalg.learning.config.AdaMax
 
AdaMax.Builder - Class in org.nd4j.linalg.learning.config
 
AdaMaxUpdater - Class in org.nd4j.linalg.learning
The AdaMax updater, a variant of Adam.
AdaMaxUpdater(AdaMax) - Constructor for class org.nd4j.linalg.learning.AdaMaxUpdater
 
AdamUpdater - Class in org.nd4j.linalg.learning
The Adam updater.
AdamUpdater(Adam) - Constructor for class org.nd4j.linalg.learning.AdamUpdater
 
add(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
add(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
add(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
add(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
add(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
add(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
add(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
add(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
add(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy addition of two matrices
add(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy addition of two matrices
add(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
add(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
add(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
add(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
add(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
add(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
add(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
add(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy addition of two matrices
add(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy addition of two matrices
add(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
add(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy addition of two matrices
add(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy addition of two matrices
add(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
add(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
add(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
add(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
add(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Scalar addition (cloning)
add(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
add(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element-wise copy addition of two NDArrays
add(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element-wise copy addition of two NDArrays
add(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
add(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
add(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats.Builder
Add rows of data to the statistics
add(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats.Builder
Add rows of data to the statistics
add(INDArray, INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.stats.NormalizerStats.Builder
Add rows of data to the statistics
add(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast add op.
add(int, double) - Method in class org.nd4j.linalg.schedule.MapSchedule.Builder
Add a single point to the map schedule.
add(X) - Method in class org.nd4j.list.BaseNDArrayList
 
add(int, X) - Method in class org.nd4j.list.BaseNDArrayList
 
add(X) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
add(int, X) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
add(Double) - Method in class org.nd4j.list.NDArrayList
 
add(int, Double) - Method in class org.nd4j.list.NDArrayList
 
addA(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
addAlias(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
addAliasBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
addAll(Collection<? extends X>) - Method in class org.nd4j.list.BaseNDArrayList
 
addAll(int, Collection<? extends X>) - Method in class org.nd4j.list.BaseNDArrayList
 
addAll(Collection<? extends X>) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
addAll(int, Collection<? extends X>) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
addAll(Collection<? extends Double>) - Method in class org.nd4j.list.NDArrayList
 
addAll(int, Collection<? extends Double>) - Method in class org.nd4j.list.NDArrayList
 
addAllAlias(Iterable<String>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
addAllAllocationRecords(Iterable<? extends AllocationRecord>) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllArgOrder(Iterable<String>) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
addAllAttr(Iterable<? extends ApiDef.Attr>) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAllAttr(Iterable<? extends OpDef.AttrDef>) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAllAttrDefault(Iterable<? extends OpGenOverridesOuterClass.OpGenOverride.AttrDefault>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAllAttribute(Iterable<? extends OnnxMlProto3.AttributeProto>) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAllAttribute(Iterable<? extends OnnxProto3.AttributeProto>) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAllAttrRename(Iterable<? extends OpGenOverridesOuterClass.OpGenOverride.Rename>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAllB(Iterable<? extends Boolean>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
addAllBadConsumers(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
addAllBoolVal(Iterable<? extends Boolean>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
addAllBucket(Iterable<? extends Double>) - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
addAllBucketLimit(Iterable<? extends Double>) - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
addAllConstNodeInfo(Iterable<? extends GraphTransferInfo.ConstNodeInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addAllConstraint(Iterable<? extends KernelDef.AttrConstraint>) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addAllControlInput(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
addAllDcomplexVal(Iterable<? extends Double>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
addAllDefaultGraphInputTensorShape(Iterable<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addAllDefaultGraphOutputTensorShape(Iterable<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addAllDevicePersistentTensorAllocIds(Iterable<? extends Long>) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
addAllDevStats(Iterable<? extends DeviceStepStats>) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addAllDim(Iterable<? extends OnnxMlProto3.TensorShapeProto.Dimension>) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addAllDim(Iterable<? extends OnnxProto3.TensorShapeProto.Dimension>) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addAllDim(Iterable<? extends TensorShapeProto.Dim>) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addAllDims(Iterable<? extends Long>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
addAllDims(Iterable<? extends Long>) - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
addAllDoubleData(Iterable<? extends Double>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addAllDoubleData(Iterable<? extends Double>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addAllDoubleVal(Iterable<? extends Double>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
addAllEndpoint(Iterable<? extends ApiDef.Endpoint>) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addAllExtent(Iterable<? extends TensorSliceProto.Extent>) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addAllF(Iterable<? extends Float>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
addAllFloatData(Iterable<? extends Float>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addAllFloatData(Iterable<? extends Float>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addAllFloats(Iterable<? extends Float>) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
addAllFloats(Iterable<? extends Float>) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
addAllFloatVal(Iterable<? extends Float>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
addAllFullShape(Iterable<? extends Long>) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
addAllFunc(Iterable<? extends NameAttrList>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addAllFunction(Iterable<? extends FunctionDef>) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addAllGradient(Iterable<? extends GradientDef>) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addAllGraphInputNodeInfo(Iterable<? extends GraphTransferInfo.GraphInputNodeInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addAllGraphInputNodeName(Iterable<String>) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
addAllGraphOutputNodeInfo(Iterable<? extends GraphTransferInfo.GraphOutputNodeInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addAllGraphOutputNodeName(Iterable<String>) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
addAllGraphs(Iterable<? extends OnnxMlProto3.GraphProto>) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addAllGraphs(Iterable<? extends OnnxProto3.GraphProto>) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addAllHalfVal(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
addAllHostMemoryArg(Iterable<String>) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
addAllHostPersistentTensorAllocIds(Iterable<? extends Long>) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
addAllI(Iterable<? extends Long>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
addAllInArg(Iterable<? extends ApiDef.Arg>) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addAllInitializer(Iterable<? extends OnnxMlProto3.TensorProto>) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addAllInitializer(Iterable<? extends OnnxProto3.TensorProto>) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addAllInput(Iterable<? extends OnnxMlProto3.ValueInfoProto>) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addAllInput(Iterable<String>) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addAllInput(Iterable<? extends OnnxProto3.ValueInfoProto>) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addAllInput(Iterable<String>) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addAllInput(Iterable<String>) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
addAllInputArg(Iterable<? extends OpDef.ArgDef>) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addAllInputInfo(Iterable<? extends CostGraphDef.Node.InputInfo>) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addAllInputRename(Iterable<? extends OpGenOverridesOuterClass.OpGenOverride.Rename>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addAllInt32Data(Iterable<? extends Integer>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
addAllInt32Data(Iterable<? extends Integer>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
addAllInt64Data(Iterable<? extends Long>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
addAllInt64Data(Iterable<? extends Long>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
addAllInt64Val(Iterable<? extends Long>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
addAllInts(Iterable<? extends Long>) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
addAllInts(Iterable<? extends Long>) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
addAllIntVal(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
addAllKeys(Iterable<String>) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
addAllMaxByteSize(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
addAllMemory(Iterable<? extends AllocatorMemoryUsed>) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addAllMetadataProps(Iterable<? extends OnnxMlProto3.StringStringEntryProto>) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addAllMetadataProps(Iterable<? extends OnnxProto3.StringStringEntryProto>) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addAllNode(Iterable<? extends OnnxMlProto3.NodeProto>) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addAllNode(Iterable<? extends OnnxProto3.NodeProto>) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addAllNode(Iterable<? extends CostGraphDef.Node>) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addAllNode(Iterable<? extends NodeDef>) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addAllNodeDef(Iterable<? extends NodeDef>) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addAllNodeInfo(Iterable<? extends GraphTransferInfo.NodeInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addAllNodeInput(Iterable<? extends GraphTransferInfo.NodeInput>) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addAllNodeInputInfo(Iterable<? extends GraphTransferInfo.NodeInputInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addAllNodeOutputInfo(Iterable<? extends GraphTransferInfo.NodeOutputInfo>) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addAllNodeStats(Iterable<? extends NodeExecStats>) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addAllocationRecords(AllocationRecord) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllocationRecords(int, AllocationRecord) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllocationRecords(AllocationRecord.Builder) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllocationRecords(int, AllocationRecord.Builder) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllocationRecordsBuilder() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllocationRecordsBuilder(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
addAllOp(Iterable<? extends ApiDef>) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addAllOp(Iterable<? extends OpDef>) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addAllOp(Iterable<? extends OpGenOverridesOuterClass.OpGenOverride>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addAllOperator(Iterable<? extends OnnxOperatorsProto3.OperatorProto>) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addAllOpsetImport(Iterable<? extends OnnxMlProto3.OperatorSetIdProto>) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addAllOpsetImport(Iterable<? extends OnnxProto3.OperatorSetIdProto>) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addAllOutArg(Iterable<? extends ApiDef.Arg>) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addAllOutput(Iterable<? extends OnnxMlProto3.ValueInfoProto>) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addAllOutput(Iterable<String>) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addAllOutput(Iterable<? extends OnnxProto3.ValueInfoProto>) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addAllOutput(Iterable<String>) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addAllOutput(Iterable<? extends NodeOutput>) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addAllOutputArg(Iterable<? extends OpDef.ArgDef>) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addAllOutputInfo(Iterable<? extends CostGraphDef.Node.OutputInfo>) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addAllOutputRename(Iterable<? extends OpGenOverridesOuterClass.OpGenOverride.Rename>) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addAllReferencedTensor(Iterable<? extends AllocationDescription>) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addAllResourceHandleVal(Iterable<? extends ResourceHandleProto>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addAllS(Iterable<? extends ByteString>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
addAllScomplexVal(Iterable<? extends Float>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
addAllShape(Iterable<? extends TensorShapeProto>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addAllShape(Iterable<? extends Long>) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
addAllShape(Iterable<? extends Long>) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
addAllShape(Iterable<? extends Long>) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
addAllStringData(Iterable<? extends ByteString>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
addAllStringData(Iterable<? extends ByteString>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
addAllStrings(Iterable<? extends ByteString>) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
addAllStrings(Iterable<? extends ByteString>) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
addAllStringVal(Iterable<? extends ByteString>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
addAllTensor(Iterable<? extends TensorProto>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addAllTensors(Iterable<? extends OnnxMlProto3.TensorProto>) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addAllTensors(Iterable<? extends OnnxProto3.TensorProto>) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addAllTensors(Iterable<? extends TensorProto>) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addAllType(Iterable<? extends DataType>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
addAllTypeValue(Iterable<Integer>) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
addAllUint32Val(Iterable<? extends Integer>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
addAllUint64Data(Iterable<? extends Long>) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
addAllUint64Data(Iterable<? extends Long>) - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
addAllUint64Val(Iterable<? extends Long>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
addAllValue(Iterable<? extends Summary.Value>) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addAllValueInfo(Iterable<? extends OnnxMlProto3.ValueInfoProto>) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addAllValueInfo(Iterable<? extends OnnxProto3.ValueInfoProto>) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addAllVariantVal(Iterable<? extends VariantTensorDataProto>) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addAllVarOffset(Iterable<? extends Long>) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
addAllVarShape(Iterable<? extends Long>) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
addArgOrder(String) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
addArgOrderBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.shape.Eye
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
addArgs() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
addArgs() - Method in class org.nd4j.linalg.api.ops.random.custom.DistributionUniform
 
addArgsFor(String[], DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds incoming args to the graph
addArgsFor(SDVariable[], DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds incoming args to the graph
addAsPlaceHolder(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Add this vertex id as a place holder
addAttr(ApiDef.Attr) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttr(int, ApiDef.Attr) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttr(ApiDef.Attr.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttr(int, ApiDef.Attr.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttr(OpDef.AttrDef) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttr(int, OpDef.AttrDef) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttr(OpDef.AttrDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttr(int, OpDef.AttrDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttrBuilder() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
addAttrBuilder() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttrBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
addAttrDefault(OpGenOverridesOuterClass.OpGenOverride.AttrDefault) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttrDefault(int, OpGenOverridesOuterClass.OpGenOverride.AttrDefault) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttrDefault(OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttrDefault(int, OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttrDefaultBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttrDefaultBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
addAttribute(OnnxMlProto3.AttributeProto) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttribute(int, OnnxMlProto3.AttributeProto) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttribute(OnnxMlProto3.AttributeProto.Builder) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttribute(int, OnnxMlProto3.AttributeProto.Builder) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttribute(OnnxProto3.AttributeProto) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttribute(int, OnnxProto3.AttributeProto) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttribute(OnnxProto3.AttributeProto.Builder) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttribute(int, OnnxProto3.AttributeProto.Builder) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttributeBuilder() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttributeBuilder(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
addAttributeBuilder() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttributeBuilder(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
addAttrRename(OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAttrRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAttrRename(OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAttrRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAttrRenameBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addAttrRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
addB(boolean) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
addBadConsumers(int) - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
addBoolVal(boolean) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
addBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
AddBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Addition backprop operation.
AddBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.AddBpOp
 
AddBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.AddBpOp
 
addBucket(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
addBucketLimit(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
addBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatArray
 
addByteOrder(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatArray
 
addColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
addColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
addColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
addColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Addition of a column vector (copy)
addConfiguration(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
addConstNodeInfo(GraphTransferInfo.ConstNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstNodeInfo(int, GraphTransferInfo.ConstNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstNodeInfo(GraphTransferInfo.ConstNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstNodeInfo(int, GraphTransferInfo.ConstNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstNodeInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
addConstraint(KernelDef.AttrConstraint) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addConstraint(int, KernelDef.AttrConstraint) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addConstraint(KernelDef.AttrConstraint.Builder) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addConstraint(int, KernelDef.AttrConstraint.Builder) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addConstraintBuilder() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addConstraintBuilder(int) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
addControlInput(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
addD(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
addDataType(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatNode
 
addDcomplexVal(double) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
addDefaultGraphInputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphInputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphInputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphInputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphInputTensorShapeBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphInputTensorShapeBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
addDefaultGraphOutputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDefaultGraphOutputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDefaultGraphOutputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDefaultGraphOutputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDefaultGraphOutputTensorShapeBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDefaultGraphOutputTensorShapeBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
addDevice(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addDevice(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
addDevicePersistentTensorAllocIds(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
addDevStats(DeviceStepStats) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDevStats(int, DeviceStepStats) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDevStats(DeviceStepStats.Builder) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDevStats(int, DeviceStepStats.Builder) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDevStatsBuilder() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDevStatsBuilder(int) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
addDim(OnnxMlProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(int, OnnxMlProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(OnnxMlProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(int, OnnxMlProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(OnnxProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(int, OnnxProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(OnnxProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(int, OnnxProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDim(TensorShapeProto.Dim) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDim(int, TensorShapeProto.Dim) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDim(TensorShapeProto.Dim.Builder) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDim(int, TensorShapeProto.Dim.Builder) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDimBuilder() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDimBuilder(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDimBuilder() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDimBuilder(int) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
addDimBuilder() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDimBuilder(int) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
addDimensions(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addDims(long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
addDims(long) - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
addDirection(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatConfiguration
 
addDoubleData(double) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addDoubleData(double) - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addDoubleVal(double) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
addDtype(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatArray
 
addDummyTensor(String, Map<String, OnnxProto3.TypeProto.Tensor>) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
addedEdges - Variable in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
addEndpoint(ApiDef.Endpoint) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addEndpoint(int, ApiDef.Endpoint) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addEndpoint(ApiDef.Endpoint.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addEndpoint(int, ApiDef.Endpoint.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addEndpointBuilder() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addEndpointBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
addExecutionMode(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatConfiguration
 
addExtent(TensorSliceProto.Extent) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtent(int, TensorSliceProto.Extent) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtent(TensorSliceProto.Extent.Builder) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtent(int, TensorSliceProto.Extent.Builder) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtentBuilder() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtentBuilder(int) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
addExtraInteger(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addExtraParams(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addF(float) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
addFeatures(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats.Builder
Add the features of a DataSet to the statistics
addFeatures(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats.Builder
Add the features of a DataSet to the statistics
addFeatures(DataSet) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.stats.NormalizerStats.Builder
 
addFeatureVector(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
addFeatureVector(INDArray, int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
addFeatureVector(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
Adds a feature for each example on to the current feature vector
addFeatureVector(INDArray, int) - Method in class org.nd4j.linalg.dataset.DataSet
The feature to add, and the example/row number
addFirst(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.IntPair
 
addFirst(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.IntTriple
 
addFirst(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.LongPair
 
addFloatData(float) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addFloatData(float) - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
addFloatingPointArguments(Double...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of Double arguments for op, Note that this ACCUMULATES arguments.
addFloats(float) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
addFloats(float) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
addFloatVal(float) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
addFootprintBackward(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatConfiguration
 
addFootprintBackward(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatResult
 
addFootprintForward(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatConfiguration
 
addFootprintForward(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatResult
 
addFullShape(long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
addFunc(NameAttrList) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFunc(int, NameAttrList) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFunc(NameAttrList.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFunc(int, NameAttrList.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFuncBuilder() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFuncBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
addFunction(FunctionDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addFunction(int, FunctionDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addFunction(FunctionDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addFunction(int, FunctionDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addFunctionBuilder() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addFunctionBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
addGradient(GradientDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGradient(int, GradientDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGradient(GradientDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGradient(int, GradientDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGradientBuilder() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGradientBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
addGraphInputNodeInfo(GraphTransferInfo.GraphInputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeInfo(int, GraphTransferInfo.GraphInputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeInfo(GraphTransferInfo.GraphInputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeInfo(int, GraphTransferInfo.GraphInputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
addGraphInputNodeName(String) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
addGraphInputNodeNameBytes(ByteString) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
addGraphOutputNodeInfo(GraphTransferInfo.GraphOutputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeInfo(int, GraphTransferInfo.GraphOutputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeInfo(GraphTransferInfo.GraphOutputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeInfo(int, GraphTransferInfo.GraphOutputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
addGraphOutputNodeName(String) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
addGraphOutputNodeNameBytes(ByteString) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
addGraphs(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphs(int, OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphs(OnnxMlProto3.GraphProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphs(int, OnnxMlProto3.GraphProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphs(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addGraphs(int, OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addGraphs(OnnxProto3.GraphProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addGraphs(int, OnnxProto3.GraphProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addGraphsBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphsBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
addGraphsBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addGraphsBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
addHalfVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
addHostMemoryArg(String) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
addHostMemoryArgBytes(ByteString) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
addHostPersistentTensorAllocIds(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
addi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
addi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
addi(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
addi(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
addi(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
addi(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
addI(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
addi(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
addi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
addi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place addition of two matrices
addi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place addition of two matrices
addi(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
addi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
addi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
addi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
addi(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
addi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
addi(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
addi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
addi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place addition of two matrices
addi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place addition of two matrices
addi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
addi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place addition of two matrices
addi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place addition of two matrices
addi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
addi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
addi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
addi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place scalar addition
addi(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place addition
addi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) addition of two NDArrays
addi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) addition of two NDArrays
addi(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
addi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
addI(long) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
addIArgument(int...) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
addIArgument(int...) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
addIArgument(int...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
addIArgument(int...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
addIArgument(int...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
addIArgument(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
addiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
addiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
addiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
addiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place addition of a column vector
addId(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatConfiguration
 
addId(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatGraph
 
addId(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addId(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatResult
 
addId(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatTiming
 
addId(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
addInArg(ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInArg(int, ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInArg(ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInArg(int, ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInArgBuilder() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInArgBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
addInitializer(OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(int, OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(int, OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(int, OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializer(int, OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializerBuilder() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializerBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializerBuilder() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInitializerBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
addInput(OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addInput(OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInput(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addInput(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addInput(String) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
addInputArg(OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArg(int, OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArg(OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArg(int, OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArgBuilder() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArgBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
addInputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
addInputArgument(INDArray...) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
addInputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
addInputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
addInputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
addInputBuilder() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInputBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInputBuilder() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInputBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
addInputBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addInputBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addInputBytes(ByteString) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
addInputInfo(CostGraphDef.Node.InputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputInfo(int, CostGraphDef.Node.InputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputInfo(CostGraphDef.Node.InputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputInfo(int, CostGraphDef.Node.InputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputInfoBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputInfoBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
addInputPaired(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addInputRename(OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputRename(OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputRenameBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
addInputs(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of input INDArrays in, as Op input Note that this ACCUMULATES arguments.
addInputs(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
addInputs(DifferentialFunction...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
addInt32Data(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
addInt32Data(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
addInt64Data(long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
addInt64Data(long) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
addInt64Val(long) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
addIntegerArguments(List<Integer>) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of Integer arguments for op, Note that this ACCUMULATES arguments.
addIntegerArguments(int) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of Integer arguments for op, Note that this ACCUMULATES arguments.
addIntegerArguments(int...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of Integer arguments for op, Note that this ACCUMULATES arguments.
addInts(long) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
addInts(long) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
addIntVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
addiRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
addiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
addiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
addiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place addition of a row vector
addKeys(String) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
addKeysBytes(ByteString) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
addL(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
addLabels(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats.Builder
Add the labels of a DataSet to the statistics
addLabels(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats.Builder
Add the labels of a DataSet to the statistics
addLabels(DataSet) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.stats.NormalizerStats.Builder
Add the labels of a DataSet to the statistics
addListener(OpProfiler.OpProfilerListener) - Method in class org.nd4j.linalg.profiler.OpProfiler
dd the listener to the profiler
addMaxByteSize(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
addMemory(AllocatorMemoryUsed) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMemory(int, AllocatorMemoryUsed) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMemory(AllocatorMemoryUsed.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMemory(int, AllocatorMemoryUsed.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMemoryBuilder() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMemoryBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
addMetadataProps(OnnxMlProto3.StringStringEntryProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(int, OnnxMlProto3.StringStringEntryProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(OnnxMlProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(int, OnnxMlProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(OnnxProto3.StringStringEntryProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(int, OnnxProto3.StringStringEntryProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(OnnxProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataProps(int, OnnxProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataPropsBuilder() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataPropsBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataPropsBuilder() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addMetadataPropsBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
addModule(Module) - Method in class org.nd4j.linalg.api.ops.BaseModule
 
addModule(Module) - Method in interface org.nd4j.linalg.api.ops.Module
 
addName(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addName(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
addName(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatTiming
 
addName(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
addNdarray(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
addNode(OnnxMlProto3.NodeProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNode(int, OnnxMlProto3.NodeProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNode(OnnxMlProto3.NodeProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNode(int, OnnxMlProto3.NodeProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNode(OnnxProto3.NodeProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNode(int, OnnxProto3.NodeProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNode(OnnxProto3.NodeProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNode(int, OnnxProto3.NodeProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNode(CostGraphDef.Node) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNode(int, CostGraphDef.Node) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNode(CostGraphDef.Node.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNode(int, CostGraphDef.Node.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNode(NodeDef) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNode(int, NodeDef) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNode(NodeDef.Builder) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNode(int, NodeDef.Builder) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNodeBuilder() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNodeBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
addNodeBuilder() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNodeBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
addNodeBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNodeBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
addNodeBuilder() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNodeBuilder(int) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
addNodeDef(NodeDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeDef(int, NodeDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeDef(NodeDef.Builder) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeDef(int, NodeDef.Builder) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeDefBuilder() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeDefBuilder(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
addNodeInfo(GraphTransferInfo.NodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInfo(int, GraphTransferInfo.NodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInfo(GraphTransferInfo.NodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInfo(int, GraphTransferInfo.NodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
addNodeInput(GraphTransferInfo.NodeInput) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInput(int, GraphTransferInfo.NodeInput) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInput(GraphTransferInfo.NodeInput.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInput(int, GraphTransferInfo.NodeInput.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInputBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInputBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
addNodeInputInfo(GraphTransferInfo.NodeInputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeInputInfo(int, GraphTransferInfo.NodeInputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeInputInfo(GraphTransferInfo.NodeInputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeInputInfo(int, GraphTransferInfo.NodeInputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeInputInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeInputInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
addNodeOutputInfo(GraphTransferInfo.NodeOutputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodeOutputInfo(int, GraphTransferInfo.NodeOutputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodeOutputInfo(GraphTransferInfo.NodeOutputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodeOutputInfo(int, GraphTransferInfo.NodeOutputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodeOutputInfoBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodeOutputInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
addNodes(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
addNodeStats(NodeExecStats) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addNodeStats(int, NodeExecStats) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addNodeStats(NodeExecStats.Builder) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addNodeStats(int, NodeExecStats.Builder) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addNodeStatsBuilder() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
addNodeStatsBuilder(int) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
AddOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Addition operation
AddOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
AddOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
AddOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
addOp(ApiDef) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOp(int, ApiDef) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOp(ApiDef.Builder) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOp(int, ApiDef.Builder) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOp(OpDef) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOp(int, OpDef) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOp(OpDef.Builder) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOp(int, OpDef.Builder) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOp(OpGenOverridesOuterClass.OpGenOverride) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOp(int, OpGenOverridesOuterClass.OpGenOverride) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOp(OpGenOverridesOuterClass.OpGenOverride.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOp(int, OpGenOverridesOuterClass.OpGenOverride.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOpBuilder() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOpBuilder(int) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
addOpBuilder() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOpBuilder(int) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
addOpBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOpBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
addOperator(OnnxOperatorsProto3.OperatorProto) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOperator(int, OnnxOperatorsProto3.OperatorProto) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOperator(OnnxOperatorsProto3.OperatorProto.Builder) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOperator(int, OnnxOperatorsProto3.OperatorProto.Builder) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOperatorBuilder() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOperatorBuilder(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
addOpNum(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.FlatNode
 
addOpsetImport(OnnxMlProto3.OperatorSetIdProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(int, OnnxMlProto3.OperatorSetIdProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(OnnxMlProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(int, OnnxMlProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(OnnxProto3.OperatorSetIdProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(int, OnnxProto3.OperatorSetIdProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(OnnxProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImport(int, OnnxProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImportBuilder() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImportBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImportBuilder() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpsetImportBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
addOpType(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatNode
 
addOrUpdate(int[], double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Add a new element in the ndarray or update the value if there is already a non-null element at this position
addOutArg(ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutArg(int, ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutArg(ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutArg(int, ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutArgBuilder() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutArgBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
addOutgoingFor(SDVariable[], DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds outgoing args to the graph
addOutgoingFor(String[], DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds outgoing arguments to the graph.
addOutput(OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addOutput(OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutput(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addOutput(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addOutput(NodeOutput) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutput(int, NodeOutput) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutput(NodeOutput.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutput(int, NodeOutput.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutputArg(OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArg(int, OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArg(OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArg(int, OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArgBuilder() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArgBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
addOutputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
addOutputArgument(INDArray...) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
addOutputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
addOutputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
addOutputArgument(INDArray...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
addOutputBuilder() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutputBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutputBuilder() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutputBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
addOutputBuilder() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutputBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
addOutputBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
addOutputBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
addOutputInfo(CostGraphDef.Node.OutputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputInfo(int, CostGraphDef.Node.OutputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputInfo(CostGraphDef.Node.OutputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputInfo(int, CostGraphDef.Node.OutputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputInfoBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputInfoBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
addOutputMode(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatConfiguration
 
addOutputRename(OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputRename(OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputRenameBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
addOutputs(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
addOutputs(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
This method takes arbitrary number of output INDArrays in, to store operation result Note that this ACCUMULATES arguments.
addOutputs(INDArray...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
addOutputs(DifferentialFunction...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
addOutputShape(int[]) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
Adds an oup
addProfilingMode(FlatBufferBuilder, byte) - Static method in class org.nd4j.graph.FlatConfiguration
 
addProperties(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addPropertyForFunction(DifferentialFunction, String, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
Add a property for the given function
addPropertyForFunction(DifferentialFunction, String, long) - Method in class org.nd4j.autodiff.samediff.SameDiff
Add a property for the given function
addPropertyToResolve(DifferentialFunction, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds a property that needs to be resolve for later.
addReferencedTensor(AllocationDescription) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addReferencedTensor(int, AllocationDescription) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addReferencedTensor(AllocationDescription.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addReferencedTensor(int, AllocationDescription.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addReferencedTensorBuilder() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addReferencedTensorBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AttrValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GradientDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.KernelDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.StepStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VariableDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VersionDef.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
addResourceHandleVal(ResourceHandleProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addResourceHandleVal(int, ResourceHandleProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addResourceHandleVal(ResourceHandleProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addResourceHandleVal(int, ResourceHandleProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addResourceHandleValBuilder() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addResourceHandleValBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
addRow(DataSet, int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
addRow(DataSet, int) - Method in class org.nd4j.linalg.dataset.DataSet
 
addRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
addRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
addRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
addRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
addRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Addition of a row vector (copy)
addS(ByteString) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
addScalar(FlatBufferBuilder, float) - Static method in class org.nd4j.graph.FlatNode
 
addScomplexVal(float) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
addScopeId(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addScopeName(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
addSecond(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.IntPair
 
addSecond(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.IntTriple
 
addSecond(FlatBufferBuilder, long) - Static method in class org.nd4j.graph.LongPair
 
addShape(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatArray
 
addShape(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
addShape(TensorShapeProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addShape(int, TensorShapeProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addShape(int, TensorShapeProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addShape(long) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
addShape(long) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
addShape(long) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
addShapeBuilder() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addShapeBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
addStrategy(NormalizerSerializerStrategy) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Add a normalizer serializer strategy
addStringData(ByteString) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
addStringData(ByteString) - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
addStrings(ByteString) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
addStrings(ByteString) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
addStringVal(ByteString) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
addTArgument(double...) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
addTArgument(double...) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
addTArgument(double...) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
addTArgument(double...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
addTArgument(double...) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
addTensor(TensorProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensor(int, TensorProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensor(TensorProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensor(int, TensorProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensorBuilder() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensorBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
addTensors(OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensors(int, OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensors(OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensors(int, OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensors(OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensors(int, OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensors(OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensors(int, OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensors(TensorProto) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addTensors(int, TensorProto) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addTensors(TensorProto.Builder) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addTensors(int, TensorProto.Builder) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addTensorsBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensorsBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
addTensorsBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensorsBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
addTensorsBuilder() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addTensorsBuilder(int) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
addThird(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.IntTriple
 
addTime(long) - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
addTimestats(FlatBufferBuilder, boolean) - Static method in class org.nd4j.graph.FlatConfiguration
 
addTiming(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatResult
 
addTiming(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatTiming
 
addType(DataType) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
addTypeValue(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
addUint32Val(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
addUint64Data(long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
addUint64Data(long) - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
addUint64Val(long) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
addValue(Summary.Value) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValue(int, Summary.Value) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValue(Summary.Value.Builder) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValue(int, Summary.Value.Builder) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValueBuilder() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValueBuilder(int) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
addValueInfo(OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfo(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfoBuilder() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfoBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfoBuilder() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addValueInfoBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
addVariable(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
addVariableMappingForField(DifferentialFunction, String, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds a field name -> variable name mapping for a given function.
addVariables(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
addVariables(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatResult
 
addVariantVal(VariantTensorDataProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVariantVal(int, VariantTensorDataProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVariantVal(VariantTensorDataProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVariantVal(int, VariantTensorDataProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVariantValBuilder() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVariantValBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
addVarNameForImport(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Marks a variable name as imported.
addVarOffset(long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
addVarShape(long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
adjustIndices(int[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Prunes indices of greater length than the shape and fills in missing indices if there are any
adjustMasks(INDArray, INDArray, int, double) - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.BaseUnderSamplingPreProcessor
 
adjustSchemeToBounds(INDArray, INDArray, int, INDArray, INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
Adjust final scheme to presence of bounds Returns (in this order): adjusted hypothesis, whether to use onesided as an int mask array
AFFINITY_MANAGER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
AffinityManager - Interface in org.nd4j.linalg.api.concurrency
 
affinityManager - Static variable in class org.nd4j.linalg.factory.Nd4j
 
AffinityManager.Location - Enum in org.nd4j.linalg.api.concurrency
 
affinityManagerClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
Aggregate - Interface in org.nd4j.linalg.api.ops.aggregates
Aggregates are ops that work with custom operands, that are not limited to traditional X, Y and Z constraints.
aggregate(Aggregate) - Method in interface org.nd4j.linalg.api.ops.executioner.GridExecutioner
This method enqueues aggregate op for future invocation
aggregate(Aggregate, long) - Method in interface org.nd4j.linalg.api.ops.executioner.GridExecutioner
This method enqueues aggregate op for future invocation.
AggregateAxpy - Class in org.nd4j.linalg.api.ops.aggregates.impl
This op describes Axpy call that'll happen soon(TM) in batch mode
AggregateAxpy(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
AggregateCBOW - Class in org.nd4j.linalg.api.ops.aggregates.impl
 
AggregateCBOW(INDArray, INDArray, INDArray, INDArray, INDArray, int, int[], int[], int[], int, int, int, double, long, int, int, boolean, INDArray) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
Optional constructor for ParagraphVectors PV-DM implementation
AggregateCBOW(INDArray, INDArray, INDArray, INDArray, INDArray, int, int[], int[], int[], int, int, int, double, long, int) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
Default constructor for CBOW implementation wrapper
AggregateDot - Class in org.nd4j.linalg.api.ops.aggregates.impl
This op describes Dot call that'll happen soon(TM) in batch mode
AggregateDot(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
AggregateGEMM - Class in org.nd4j.linalg.api.ops.aggregates.impl
PLEASE NOTE: This op is available for CPU only, and should NOT be ever called manually, unless you know why you're using it
AggregateGEMM() - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
AggregateGEMM(int, int, int, int, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
AggregateSkipGram - Class in org.nd4j.linalg.api.ops.aggregates.impl
This aggregate encapsulates AggregateSkipGram training round for a given word and context
AggregateSkipGram(INDArray, INDArray, INDArray, INDArray, INDArray, int, int[], int[], int, int, int, double, long, int, INDArray) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
AggregateSkipGram(INDArray, INDArray, INDArray, INDArray, INDArray, int, int[], int[], int, int, int, double, long, int) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
AggregateSkipGram(int, int, int[], int[], int, double, int) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
This is special signature suitable for use with VoidParameterServer, never ever use it outside of spark-nlp
AGGREGATION - Static variable in class org.nd4j.graph.OpType
 
aLength() - Method in class org.nd4j.graph.FlatProperties
 
ALIAS_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
ALIAS_INPUT_PORT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
All - Class in org.nd4j.linalg.api.ops.impl.transforms
Boolean AND pairwise transform
All(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
All(INDArray, INDArray, INDArray, Number, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.All
 
all() - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Represents collecting all elements
ALL_END_REL_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
ALL_START_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
allCosineDistances(INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
allCosineSimilarities(INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
allEuclideanDistances(INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
allFalse() - Static method in class org.nd4j.linalg.api.blas.params.MMulTranspose
Returns the default transpose where all are false
allFor(INDArray) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generate an all index equal to the rank of the given array
allManhattanDistances(INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
alloc - Static variable in class org.nd4j.linalg.factory.Nd4j
 
alloc(long, DataBuffer.Type, boolean) - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method does allocation from a given Workspace
alloc(long, MemoryKind, DataBuffer.Type, boolean) - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method does allocation from a given Workspace
alloc(long, DataBuffer.Type, boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
alloc(long, MemoryKind, DataBuffer.Type, boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
ALLOC_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationRecord
 
ALLOC_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationRecord
 
allocate(long, MemoryKind, boolean) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
This method returns PLEASE NOTE: Cache options depend on specific implementations
allocate(long, MemoryKind, boolean) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method returns pointer to allocated memory PLEASE NOTE: Cache options depend on specific implementations
ALLOCATED_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
allocateWithSize(int) - Method in class org.nd4j.list.BaseNDArrayList
Allocates the container and this list with the given size
ALLOCATION_DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorDescription
 
ALLOCATION_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
ALLOCATION_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
ALLOCATION_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawDeallocation
 
ALLOCATION_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
ALLOCATION_RECORDS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
AllocationDescription - Class in org.tensorflow.framework
Protobuf type tensorflow.AllocationDescription
AllocationDescription.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.AllocationDescription
AllocationDescriptionOrBuilder - Interface in org.tensorflow.framework
 
AllocationDescriptionProtos - Class in org.tensorflow.framework
 
AllocationRecord - Class in org.tensorflow.framework
An allocation/de-allocation operation performed by the allocator.
AllocationRecord.Builder - Class in org.tensorflow.framework
An allocation/de-allocation operation performed by the allocator.
AllocationRecordOrBuilder - Interface in org.tensorflow.framework
 
ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
ALLOCATOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
ALLOCATOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
ALLOCATOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
ALLOCATOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawDeallocation
 
ALLOCATOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
AllocatorMemoryUsed - Class in org.tensorflow.framework
Protobuf type tensorflow.AllocatorMemoryUsed
AllocatorMemoryUsed.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.AllocatorMemoryUsed
AllocatorMemoryUsedOrBuilder - Interface in org.tensorflow.framework
 
allowCrossDeviceAccess(boolean) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method allows to block cross-device access.
allowCrossDeviceAccess(boolean) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
ALLOWED_VALUES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef.AttrConstraint
 
ALLOWED_VALUES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
ALLOWS_UNINITIALIZED_INPUT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
allowsSpecifyOrdering() - Static method in class org.nd4j.linalg.factory.Nd4j
Backend specific: Returns whether specifying the order for the blas impl is allowed (cblas)
allPlaceHolderVariablesResolved() - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if all place holder variables are resolved.
AlphaDropOut - Class in org.nd4j.linalg.api.ops.random.impl
AlphaDropOut implementation as Op
AlphaDropOut() - Constructor for class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
AlphaDropOut(INDArray, double, double, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
AlphaDropOut(INDArray, INDArray, double, double, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
AlphaDropOut(INDArray, INDArray, double, double, double, double, long) - Constructor for class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
alreadySeen(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
alreadySeen(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
alreadySeen(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
amax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
amax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
amax(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the absolute overall max of this ndarray along given dimensions
AMax - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the absolute max over a vector
AMax(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
AMax(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
AMax() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
AMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
AMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
AMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMax
 
amax(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast absolute max op.
amaxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
amaxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
amaxNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns maximum (absolute) value in this INDArray
amean(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
amean(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
amean(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the absolute overall mean of this ndarray
AMean - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the absolute mean of the given vector
AMean(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
AMean(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMean
 
ameanNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
ameanNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ameanNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the absolute overall mean of this ndarray
amin(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
amin(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
amin(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns minimum (absolute) value in this INDArray, along the specified dimensions
AMin - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the absolute minimum over a vector
AMin(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
AMin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.AMin
 
amin(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast absolute min op.
aminNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
aminNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
aminNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns absolute min value in this INDArray
and(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
and(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
and(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
And - Class in org.nd4j.linalg.api.ops.impl.transforms
Boolean AND pairwise transform
And(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
And(INDArray, INDArray, INDArray, Number, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.And
 
and(IComplexNDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
And
and(INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
And over the whole ndarray given some condition
and(INDArray, Condition, int...) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
And over the whole ndarray given some condition, with respect to dimensions
And - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/9/14.
And(Condition...) - Constructor for class org.nd4j.linalg.indexing.conditions.And
 
and(Condition...) - Method in class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
and(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
ANY_PANIC - Static variable in class org.nd4j.graph.ProfilingMode
 
ApiDef - Class in org.tensorflow.framework
Used to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.
ApiDef.Arg - Class in org.tensorflow.framework
Protobuf type tensorflow.ApiDef.Arg
ApiDef.Arg.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.ApiDef.Arg
ApiDef.ArgOrBuilder - Interface in org.tensorflow.framework
 
ApiDef.Attr - Class in org.tensorflow.framework
Description of the graph-construction-time configuration of this Op.
ApiDef.Attr.Builder - Class in org.tensorflow.framework
Description of the graph-construction-time configuration of this Op.
ApiDef.AttrOrBuilder - Interface in org.tensorflow.framework
 
ApiDef.Builder - Class in org.tensorflow.framework
Used to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.
ApiDef.Endpoint - Class in org.tensorflow.framework
If you specify any endpoint, this will replace all of the inherited endpoints.
ApiDef.Endpoint.Builder - Class in org.tensorflow.framework
If you specify any endpoint, this will replace all of the inherited endpoints.
ApiDef.EndpointOrBuilder - Interface in org.tensorflow.framework
 
ApiDef.Visibility - Enum in org.tensorflow.framework
Protobuf enum tensorflow.ApiDef.Visibility
ApiDefOrBuilder - Interface in org.tensorflow.framework
 
ApiDefProtos - Class in org.tensorflow.framework
 
ApiDefs - Class in org.tensorflow.framework
Protobuf type tensorflow.ApiDefs
ApiDefs.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.ApiDefs
ApiDefsOrBuilder - Interface in org.tensorflow.framework
 
append(T) - Method in class org.nd4j.linalg.api.ops.aggregates.Batch
This method tries to append aggregate to the current batch, if it has free room
append(INDArray, int, double, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Append the given array with the specified value size along a particular axis
appendBias(INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Merge the vectors and append a bias.
appendBias(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
 
appendBias(INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
apply(Condition, Function<Number, Number>) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
apply(Condition, Function<Number, Number>) - Method in class org.nd4j.linalg.dataset.DataSet
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterOrEqualsThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterOrEqualsThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessOrEqualsThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessOrEqualsThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.And
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.And
 
apply(Number) - Method in interface org.nd4j.linalg.indexing.conditions.Condition
 
apply(IComplexNumber) - Method in interface org.nd4j.linalg.indexing.conditions.Condition
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.ConditionEquals
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.ConditionEquals
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.EqualsCondition
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.EqualsCondition
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.GreaterThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.GreaterThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.IsInfinite
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.IsInfinite
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.IsNaN
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.IsNaN
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.LessThan
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.LessThan
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.Not
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.Not
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.NotEqualsCondition
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.NotEqualsCondition
 
apply(Number) - Method in class org.nd4j.linalg.indexing.conditions.Or
 
apply(IComplexNumber) - Method in class org.nd4j.linalg.indexing.conditions.Or
 
apply(Number) - Method in class org.nd4j.linalg.indexing.functions.Identity
 
apply(Number) - Method in class org.nd4j.linalg.indexing.functions.StableNumber
 
apply(Number) - Method in class org.nd4j.linalg.indexing.functions.Value
 
apply(Number) - Method in class org.nd4j.linalg.indexing.functions.Zero
 
ApplyGradientDescent - Class in org.nd4j.linalg.api.ops.impl.shape
Reshape function
ApplyGradientDescent() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
applyMask(INDArray, INDArray) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
A minor shortcut for applying a bitmask to a matrix
applyMask(INDArray, INDArray) - Static method in class org.nd4j.linalg.lossfunctions.LossUtil
 
applyMaskInPlace(INDArray, INDArray) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
A minor shortcut for applying a bitmask to a matrix
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.AdaDeltaUpdater
Get the updated gradient for the given gradient and also update the state of ada delta.
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.AdaGradUpdater
Gets feature specific learning rates Adagrad keeps a history of gradients being passed in.
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.AdaMaxUpdater
Calculate the update based on the given gradient
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.AdamUpdater
Calculate the update based on the given gradient
applyUpdater(INDArray, int, int) - Method in interface org.nd4j.linalg.learning.GradientUpdater
Modify the gradient to be an update.
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.NadamUpdater
Calculate the update based on the given gradient
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.NesterovsUpdater
Get the nesterov update
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.NoOpUpdater
 
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.RmsPropUpdater
 
applyUpdater(INDArray, int, int) - Method in class org.nd4j.linalg.learning.SgdUpdater
 
applyWhere(INDArray, Condition, Function<Number, Number>) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Based on the matching elements op to based on condition to with function function
applyWhere(INDArray, Condition, Number) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method sets provided number to all elements which match specified condition
applyWhere(INDArray, Condition, Function<Number, Number>, Function<Number, Number>) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Based on the matching elements op to based on condition to with function function
applyWhere(IComplexNDArray, Condition, Function<IComplexNumber, IComplexNumber>) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Based on the matching elements op to based on condition to with function function
approximateDerivative(Function<INDArray, INDArray>, INDArray, INDArray, INDArray, INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
 
arange(double, double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Array of evenly spaced values.
arange(double, double) - Static method in class org.nd4j.linalg.factory.Nd4j
Array of evenly spaced values.
arange(double) - Static method in class org.nd4j.linalg.factory.Nd4j
Array of evenly spaced values.
arange(double, double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Array of evenly spaced values.
areShapesBroadcastable(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
arg() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Return the first argument
arg() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
ARG_ORDER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
argmax(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
argmax(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
argmax(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
argMax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method returns index of highest value along specified dimension(s)
argMax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
argMax(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns index of highest value along specified dimension(s)
argMax(INDArray, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
 
argmin(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
argmin(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
argmin(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
args() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Return the arguments for a given function
args() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
args() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.GRUCellConfiguration
 
args() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
 
args() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.SRUCellConfiguration
 
args() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.SRUConfiguration
 
arguments - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
array() - Method in class org.nd4j.list.BaseNDArrayList
Get a view of the underlying array relative to the size of the actual array.
array() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
Get a view of the underlying array relative to the size of the actual array.
array() - Method in class org.nd4j.list.NDArrayList
Get a view of the underlying array relative to the size of the actual array.
arrayAlreadyExistsForVarName(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the given vertex id and INDArray already exist.
ArrayDescriptor - Class in org.nd4j.linalg.cache
This is utility class, made to compare java arrays for caching purposes.
ArrayDescriptor(int[]) - Constructor for class org.nd4j.linalg.cache.ArrayDescriptor
 
ArrayDescriptor(float[]) - Constructor for class org.nd4j.linalg.cache.ArrayDescriptor
 
ArrayDescriptor(double[]) - Constructor for class org.nd4j.linalg.cache.ArrayDescriptor
 
ArrayDescriptor(long[]) - Constructor for class org.nd4j.linalg.cache.ArrayDescriptor
 
arrayOrdering - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
arrayShape - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
This is a proxy class so that ndarrays can be serialized and deserialized independent of the backend Be it cpu or gpu
asFlatBuffers(ExecutorConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
This method exports given SameDiff instance into FlatBuffers
asFlatBuffers() - Method in class org.nd4j.autodiff.samediff.SameDiff
This method exports given SameDiff instance into FlatBuffers
asFlatFile(File) - Method in class org.nd4j.autodiff.samediff.SameDiff
This method converts SameDiff instance to FlatBuffers and saves it to file which can be restored later
asFlatFile(File, ExecutorConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
This method converts SameDiff instance to FlatBuffers and saves it to file which can be restored later
asFlatNode(String, SameDiff, FlatBufferBuilder) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
asFlatNode(DifferentialFunction, FlatBufferBuilder, List<SDVariable>, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, AtomicInteger) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
asFlatPrint() - Method in class org.nd4j.autodiff.samediff.SameDiff
This method returns "flattened" graph.
asFlatProperties(FlatBufferBuilder) - Method in class org.nd4j.autodiff.functions.FunctionProperties
This method converts this FunctionProperties instance to FlatBuffers representation
asFlatProperties(FlatBufferBuilder, Collection<FunctionProperties>) - Static method in class org.nd4j.autodiff.functions.FunctionProperties
This method converts multiple FunctionProperties to FlatBuffers representation
asin(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
asin(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
asin(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ASin - Class in org.nd4j.linalg.api.ops.impl.transforms
Arcsin elementwise function
ASin(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
ASin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
asin(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
asin(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
asin(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the sin value of the given complex number
asinh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
asinh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
asinh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ASinh - Class in org.nd4j.linalg.api.ops.impl.transforms
Arcsin elementwise function
ASinh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
ASinh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
asList() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Extract each example in the DataSet into its own DataSet object, and return all of them as a list
asList() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
SplitV the MultiDataSet into a list of individual examples.
asList() - Method in class org.nd4j.linalg.dataset.DataSet
 
asList() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
asPercentageString() - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
asProperties() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Return function properties for the given function
asProperties() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
Return function properties for the given function
asSameDiff(SameDiff, SDVariable) - Method in enum org.nd4j.linalg.activations.Activation
Get the Activation as a SameDiff variable
asSameDiff(String, SameDiff, SDVariable) - Method in enum org.nd4j.linalg.activations.Activation
Get the Activation as a SameDiff variable
assertBroadcastable(INDArray, INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
 
assertBroadcastable(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
assertColumns(INDArray, INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertDouble(INDArray...) - Static method in class org.nd4j.linalg.factory.DataTypeValidation
 
assertDouble(INDArray) - Static method in class org.nd4j.linalg.factory.DataTypeValidation
 
assertFloat(INDArray...) - Static method in class org.nd4j.linalg.factory.DataTypeValidation
 
assertFloat(INDArray) - Static method in class org.nd4j.linalg.factory.DataTypeValidation
 
assertMatrix(INDArray...) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertMatrix(INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertMultiplies(INDArray, INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
Asserts matrix multiply rules (columns of left == rows of right or rows of left == columns of right)
assertRows(INDArray, INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertSameDataType(INDArray...) - Static method in class org.nd4j.linalg.factory.DataTypeValidation
 
assertSameLength(INDArray, INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
Asserts both arrays be the same length
assertSameShape(INDArray, INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertShapeLessThan(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Assert the both shapes are the same length and shape[i] < lessThan[i]
assertSlice(INDArray, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
assertValidForExecution() - Method in interface org.nd4j.linalg.api.ops.CustomOp
Asserts a valid state for execution, otherwise throws an ND4JIllegalStateException
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
assertValidForExecution() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
assertValidNum(INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertVector(INDArray...) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assertVector(INDArray) - Static method in class org.nd4j.linalg.util.LinAlgExceptions
 
assign(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
assign(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
assign(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
assign(IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Assign all of the elements in the given ndarray to this ndarray
assign(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
assign(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Assign all of the elements in the given ndarray to this nedarray
assign(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Set the value of the ndarray to the specified value
assign(IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Assign all of the elements in the given ndarray to this nedarray
assign(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Set the value of the ndarray to the specified value
assign(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
assign(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Assign all of the elements in the given ndarray to this ndarray
assign(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Set the value of the ndarray to the specified value
assign(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
assign(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
assign(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
assign(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assign all of the elements in the given ndarray to this ndarray
assign(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Set all entries of the ndarray to the specified value
Assign - Class in org.nd4j.linalg.api.ops.impl.transforms
Assign op: x = y, with broadcast as required
Assign() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
Assign(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
Assign(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
assignIf(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Assign all elements from given ndarray that are matching given condition, ndarray to this ndarray
assignIf(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
assignIf(INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assign all elements from given ndarray that are matching given condition, ndarray to this ndarray
assignIf(INDArray, INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method does element-wise comparison for 2 equal-sized matrices, for each element that matches Condition.
associateArrayWithVariable(INDArray, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Associate the array with the given variable.
asString() - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
asString() - Method in class org.nd4j.linalg.profiler.data.StringCounter
 
asTransform(INDArray, boolean) - Method in enum org.nd4j.linalg.activations.Activation
Get the Activation function as an ND4J Transform, applied on either the input or a copy of the input
asTransformDerivative(INDArray, boolean) - Method in enum org.nd4j.linalg.activations.Activation
Get the Activation function derivative (i.e., dOut/dIn) as an ND4J Transform, applied on either the input or a copy of the input
asum(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
asum(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
asum(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
asum(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Compute the sum of magnitude of the vector elements
asum(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
asum(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
asum(INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
asum(int, DataBuffer, int, int) - Method in interface org.nd4j.linalg.api.blas.Level1
sum of magnitudes of all elements
asum(IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
ASum - Class in org.nd4j.linalg.api.ops.impl.accum
Absolute sum the components
ASum(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
ASum(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ASum
 
asum(INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
asum(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
asum(INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
asum(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
asum(INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute || x ||_1 (1-norm, sum of absolute values)
asum(IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
asyncSupported() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Does this DataSetIterator support asynchronous prefetching of multiple DataSet objects? Most DataSetIterators do, but in some cases it may not make sense to wrap this iterator in an iterator that does asynchronous prefetching.
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
asyncSupported() - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Does this MultiDataSetIterator support asynchronous prefetching of multiple MultiDataSet objects? Most MultiDataSetIterators do, but in some cases it may not make sense to wrap this iterator in an iterator that does asynchronous prefetching.
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
asyncSupported() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
atan(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
atan(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
atan(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ATan - Class in org.nd4j.linalg.api.ops.impl.transforms
Arc Tangent elementwise function
ATan(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
ATan(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
atan(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
atan(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
atan(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the sin value of the given complex number
atan2(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
atan2(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
atan2(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ATan2 - Class in org.nd4j.linalg.api.ops.impl.transforms
Arc Tangent elementwise function
ATan2(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
ATan2() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
atan2(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Atan2 operation, new INDArray instance will be returned Note the order of x and y parameters is opposite to that of java.lang.Math.atan2
atanh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
atanh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
atanh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ATanh - Class in org.nd4j.linalg.api.ops.impl.transforms
tan elementwise function
ATanh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
ATanh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
atanh(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sin function
atanh(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sin function
AtomicThrowable - Class in org.nd4j.linalg.util
This class provides thread-safe holder for Throwable
AtomicThrowable() - Constructor for class org.nd4j.linalg.util.AtomicThrowable
This method creates new instance
AtomicThrowable(Exception) - Constructor for class org.nd4j.linalg.util.AtomicThrowable
This method creates new instance with given initial state
attachThread(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelDataSetIterator
This method sets consumer affinity to specific producer PLEASE NOTE: this method is optional, and it'll change only nextFor()/hasNextFor() mechanics
attachThread(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelMultiDataSetIterator
This method sets consumer affinity to specific producer PLEASE NOTE: this method is optional, and it'll change only nextFor()/hasNextFor() mechanics
attachThreadToDevice(Thread, Integer) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method attaches specified thread to specified device
attachThreadToDevice(long, Integer) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method attaches specified thread (by Id) to specified device
attachThreadToDevice(Thread, Integer) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
attachThreadToDevice(long, Integer) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
ATTR_DEFAULT_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDef
 
ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NameAttrList
 
ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeDef
 
ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
ATTR_RENAME_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
ATTRIBUTE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
ATTRIBUTE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
AttributeAdapter - Interface in org.nd4j.imports.descriptors.properties
Attribute adapter for taking an attribute with an input value and mapping it to the proper output.
attributeAdaptersForFunction() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns the AttributeAdapter s for each of the possible ops for import (typically tensorflow and onnx) See AttributeAdapter for more information on what the adapter does.
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
attributeAdaptersForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
AttrValue - Class in org.tensorflow.framework
Protocol buffer representing the value for an attr used to configure an Op.
AttrValue.Builder - Class in org.tensorflow.framework
Protocol buffer representing the value for an attr used to configure an Op.
AttrValue.ListValue - Class in org.tensorflow.framework
LINT.IfChange
AttrValue.ListValue.Builder - Class in org.tensorflow.framework
LINT.IfChange
AttrValue.ListValueOrBuilder - Interface in org.tensorflow.framework
 
AttrValue.ValueCase - Enum in org.tensorflow.framework
 
AttrValueOrBuilder - Interface in org.tensorflow.framework
 
AttrValueProtos - Class in org.tensorflow.framework
 
AUDIO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
AUTO - Static variable in class org.nd4j.graph.ExecutionMode
 
autoDecompress(INDArray...) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Decompress several ndarrays
autoDecompress(INDArray) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
autoProcessScalarCall() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
average(INDArray, INDArray[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method averages input arrays, and returns averaged array
average(INDArray[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method averages input arrays, and returns averaged array
average(Collection<INDArray>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method averages input arrays, and returns averaged array
average(INDArray, Collection<INDArray>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method averages input arrays, and returns averaged array
averageAndPropagate(INDArray, INDArray[]) - Static method in class org.nd4j.linalg.factory.Nd4j
This method averages input arrays, and returns averaged array.
averageAndPropagate(INDArray[]) - Static method in class org.nd4j.linalg.factory.Nd4j
This method averages input arrays, and returns averaged array.
averageAndPropagate(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
This method averages input arrays, and returns averaged array.
averageAndPropagate(INDArray, Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
This method averages input arrays, and returns averaged array.
averageLoopTime - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
averagingEnabled - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
avgPooling2d(SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Average pooling 2d operation.
avgPooling2d(SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Average pooling 2d operation.
avgPooling2d(String, SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Average pooling 2d operation.
AvgPooling2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Average Pooling2D operation
AvgPooling2D(SameDiff, SDVariable[], INDArray[], INDArray[], Pooling2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
AvgPooling2D.Pooling2DType - Enum in org.nd4j.linalg.api.ops.impl.layers.convolution
 
avgPooling3d(SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Avg pooling 3d operation.
avgPooling3d(SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Average pooling 3d operation.
avgPooling3d(String, SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Average pooling 3d operation.
axis - Variable in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
axis - Variable in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
axpy(int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector-scalar product and adds the result to a vector.
axpy(int, double, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
axpy(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector-scalar product and adds the result to a vector.
axpy(int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Adds a scalar multiple of compressed sparse vector to a full-storage vector.
axpy(int, double, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
axpy(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
axpy(int, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector-scalar product and adds the result to a vector.
axpy(int, double, DataBuffer, int, int, DataBuffer, int, int) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector-scalar product and adds the result to a vector.
axpy(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector-scalar product and adds the result to a vector.
Axpy - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Level 1 blas op Axpy as libnd4j native op
Axpy(SameDiff, SDVariable, SDVariable, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, SDVariable, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, SDVariable, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
Axpy(INDArray, INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
axpy(Number, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
axpy(double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
axpy(float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
axpy(IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
axpy(double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
axpy(float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
axpy(Number, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
axpy(IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
axpy(double, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
axpy(float, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
axpy(Number, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute y <- y + x * alpha
axpy(IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 

B

B_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
B_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
backend - Static variable in class org.nd4j.linalg.factory.Nd4j
 
BACKEND_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
backingMap - Variable in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
backprop(INDArray, INDArray) - Method in interface org.nd4j.linalg.activations.IActivation
Backpropagate the errors through the activation function, given input z and epsilon dL/da.
Returns 2 INDArrays:
(a) The gradient dL/dz, calculated from dL/da, and
(b) The parameter gradients dL/dw, where w is the weights in the activation function.
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationCube
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationELU
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationHardSigmoid
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationHardTanH
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationIdentity
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationLReLU
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationRationalTanh
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationRectifiedTanh
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationReLU
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationRReLU
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSELU
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSigmoid
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftmax
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftPlus
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftSign
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationSwish
 
backprop(INDArray, INDArray) - Method in class org.nd4j.linalg.activations.impl.ActivationTanH
 
BACKWARD_ONLY - Static variable in class org.nd4j.graph.Direction
 
BAD_CONSUMERS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VersionDef
 
balance() - Method in class org.nd4j.linalg.dataset.BalanceMinibatches
Generate a balanced dataset minibatch fileset.
BalanceMinibatches - Class in org.nd4j.linalg.dataset
Auto balance mini batches by label.
BalanceMinibatches() - Constructor for class org.nd4j.linalg.dataset.BalanceMinibatches
 
BaseAccumulation - Class in org.nd4j.linalg.api.ops
Base class for accumulation, initiates the initial entry with respect to the child class.
BaseAccumulation(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(SameDiff, SDVariable, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation() - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
Initialize with the given input, pairwise transform, result, and number of elements
BaseAccumulation(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseAccumulation(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.BaseAccumulation
 
BaseActivationFunction - Class in org.nd4j.linalg.activations
Base IActivation for activation functions without parameters
BaseActivationFunction() - Constructor for class org.nd4j.linalg.activations.BaseActivationFunction
 
BaseAggregate - Class in org.nd4j.linalg.api.ops.aggregates
 
BaseAggregate() - Constructor for class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
BaseArithmeticBackpropOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Base arithmetic backprop operation
BaseArithmeticBackpropOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.BaseArithmeticBackpropOp
 
BaseArithmeticBackpropOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.BaseArithmeticBackpropOp
 
BaseBlasWrapper - Class in org.nd4j.linalg.factory
Base implementation of a blas wrapper that delegates things to the underlying level.
BaseBlasWrapper() - Constructor for class org.nd4j.linalg.factory.BaseBlasWrapper
 
BaseBroadcastOp - Class in org.nd4j.linalg.api.ops
 
BaseBroadcastOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseBroadcastOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
BaseCompatOp - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
BaseCompatOp() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
BaseComplexNDArray - Class in org.nd4j.linalg.api.complex
ComplexNDArray for complex numbers.
BaseComplexNDArray() - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[], int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create this ndarray with the given data and shape and 0 offset
BaseComplexNDArray(int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[], int[], int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(INDArray, int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Initialize the given ndarray as the real component
BaseComplexNDArray(INDArray, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Construct a complex matrix from a realComponent matrix.
BaseComplexNDArray(INDArray) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Construct a complex matrix from a realComponent matrix.
BaseComplexNDArray(INDArray, int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create with the specified ndarray as the real component and the given stride
BaseComplexNDArray(List<IComplexNDArray>, int[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create an ndarray from the specified slices and the given shape
BaseComplexNDArray(List<IComplexNDArray>, int[], int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create an ndarray from the specified slices and the given shape
BaseComplexNDArray(List<IComplexNDArray>, int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create an ndarray from the specified slices and the given shape
BaseComplexNDArray(float[], int[], int[], long, Character) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[], int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(IComplexNumber[], int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(IComplexNumber[], int[], int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(IComplexNumber[], int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(DataBuffer, int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[], Character) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(List<IComplexNDArray>, int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create an ndarray from the specified slices and the given shape
BaseComplexNDArray(IComplexNumber[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create a complex ndarray with the given complex doubles.
BaseComplexNDArray(IComplexNumber[], int[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create a complex ndarray with the given complex doubles.
BaseComplexNDArray(IComplexNumber[], int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create a complex ndarray with the given complex doubles.
BaseComplexNDArray(float[], int[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Initialize with the given data,shape and stride
BaseComplexNDArray(float[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[], int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(float[], int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(int[], int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Construct an ndarray of the specified shape with an empty data array
BaseComplexNDArray(int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Construct an ndarray of the specified shape with an empty data array
BaseComplexNDArray(int[], int[], char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create the ndarray with the specified shape and stride and an offset of 0
BaseComplexNDArray(int[], int[]) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Create the ndarray with the specified shape and stride and an offset of 0
BaseComplexNDArray(int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseComplexNDArray(int, int) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Creates a new n times m ComplexDoubleMatrix.
BaseComplexNDArray(int, int, char) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
Creates a new n times m ComplexDoubleMatrix.
BaseComplexNDArray(float[], int[], int[], long) - Constructor for class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
BaseCondition - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
BaseCondition(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.BaseCondition
 
BaseCondition(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.BaseCondition
 
BaseConvolution - Class in org.nd4j.linalg.convolution
Base convolution implementation
BaseConvolution() - Constructor for class org.nd4j.linalg.convolution.BaseConvolution
 
BaseConvolutionConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
BaseConvolutionConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.BaseConvolutionConfig
 
BaseDataFetcher - Class in org.nd4j.linalg.dataset.api.iterator.fetcher
A base class for assisting with creation of matrices with the data transform fetcher
BaseDataFetcher() - Constructor for class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
BaseDatasetIterator - Class in org.nd4j.linalg.dataset.api.iterator
Baseline implementation includes control over the data fetcher and some basic getters for metadata
BaseDatasetIterator(int, int, DataSetFetcher) - Constructor for class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
BaseDistribution - Class in org.nd4j.linalg.api.rng.distribution
Base distribution derived from apache commons math http://commons.apache.org/proper/commons-math/

(specifically the org.apache.commons.math3.distribution.AbstractRealDistribution

BaseDistribution(Random) - Constructor for class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
BaseDistribution() - Constructor for class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
BaseDynamicTransformOp - Class in org.nd4j.linalg.api.ops.impl.transforms
 
BaseDynamicTransformOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.BaseDynamicTransformOp
 
BaseDynamicTransformOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.BaseDynamicTransformOp
 
BaseDynamicTransformOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.BaseDynamicTransformOp
 
BaseGradientOp - Class in org.nd4j.linalg.api.ops
A gradient op always makes the following assumptions: there is always a y (beacuse of backpropagating or using the chain rule) and that it is special exec (for now) This op opType sis meant to be used to build derivative operations.
BaseGradientOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp() - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGradientOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseGradientOp
 
BaseGraphMapper<GRAPH_TYPE,NODE_TYPE,ATTR_TYPE,TENSOR_TYPE> - Class in org.nd4j.imports.graphmapper
Base implementation for importing a graph
BaseGraphMapper() - Constructor for class org.nd4j.imports.graphmapper.BaseGraphMapper
 
BaseGridOp - Class in org.nd4j.linalg.api.ops.impl.grid
 
BaseGridOp() - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseGridOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseGridOp(Op...) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseGridOp(OpDescriptor...) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseGridOp(GridPointers...) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseGridOp(List<Op>) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
BaseIndexAccumulation - Class in org.nd4j.linalg.api.ops
Index based reduction algo
BaseIndexAccumulation(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseIndexAccumulation(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseIndexAccumulation() - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseIndexAccumulation(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
Initialize with the given input, pairwise transform, result, and number of elements
BaseIndexAccumulation(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseIndexAccumulation(INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseIndexAccumulation(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
BaseLapack - Class in org.nd4j.linalg.api.blas.impl
Base lapack define float and double versions.
BaseLapack() - Constructor for class org.nd4j.linalg.api.blas.impl.BaseLapack
 
BaseLevel - Class in org.nd4j.linalg.api.blas.impl
Provides auxillary methods for blas to databuffer interactions
BaseLevel() - Constructor for class org.nd4j.linalg.api.blas.impl.BaseLevel
 
BaseLevel1 - Class in org.nd4j.linalg.api.blas.impl
Base class for level 1 functions, abstract headers pulled from: http://www.netlib.org/blas/blast-forum/cblas.h
BaseLevel1() - Constructor for class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
BaseLevel2 - Class in org.nd4j.linalg.api.blas.impl
Base class for level 2 functions, abstract headers pulled from: http://www.netlib.org/blas/blast-forum/cblas.h
BaseLevel2() - Constructor for class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
BaseLevel3 - Class in org.nd4j.linalg.api.blas.impl
Base class for level 3 functions, abstract headers pulled from: http://www.netlib.org/blas/blast-forum/cblas.h
BaseLevel3() - Constructor for class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
basement - Variable in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
BaseMetaOp - Class in org.nd4j.linalg.api.ops.impl.meta
 
BaseMetaOp() - Constructor for class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
BaseMetaOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
BaseMetaOp(Op, Op) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
BaseMetaOp(OpDescriptor, OpDescriptor) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
BaseMetaOp(GridPointers, GridPointers) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
BaseModule - Class in org.nd4j.linalg.api.ops
Abstract base class for Module that handles Dynamic ops and handles nesting.
BaseModule(String, INDArray[], INDArray[], List<Double>, List<Integer>, List<Module>) - Constructor for class org.nd4j.linalg.api.ops.BaseModule
 
BaseModule(String, SameDiff, SDVariable[], boolean, List<Module>) - Constructor for class org.nd4j.linalg.api.ops.BaseModule
 
BaseNDArray - Class in org.nd4j.linalg.api.ndarray
NDArray: (think numpy)

A few things of note.

BaseNDArray() - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(double[][]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Initialize the ndarray as a matrix with the given data (indices preserved)
BaseNDArray(double[][], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[], DataBuffer) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create with the specified shape and buffer
BaseNDArray(float[], int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create this ndarray with the given data and shape and 0 offset
BaseNDArray(float[], int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Construct an ndarray of the specified shape with an empty data array
BaseNDArray(int[], int[], long, char, boolean) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Construct an ndarray of the specified shape.
BaseNDArray(int[], int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create the ndarray with the specified shape and stride and an offset of 0
BaseNDArray(int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create an ndarray with the given shape
BaseNDArray(int, int, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Creates a new n times m DoubleMatrix.
BaseNDArray(List<INDArray>, int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create an ndarray from the specified slices.
BaseNDArray(List<INDArray>, int[], int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create an ndarray from the specified slices.
BaseNDArray(float[], int[], int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[], int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(double[], int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(double[], int[], int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create this ndarray with the given data and shape and 0 offset
BaseNDArray(float[], int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[], int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Construct an ndarray of the specified shape with an empty data array
BaseNDArray(int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create the ndarray with the specified shape and stride and an offset of 0
BaseNDArray(int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int[], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(int, int) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Creates a new n times m DoubleMatrix.
BaseNDArray(List<INDArray>, int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create an ndarray from the specified slices.
BaseNDArray(List<INDArray>, int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Create an ndarray from the specified slices.
BaseNDArray(float[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[], int[], int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(float[][]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Initialize the ndarray with the given data
BaseNDArray(float[][], char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArray(DataBuffer, int[], long, char) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
Constructor for stride and offset
BaseNDArray(double[], int[], int[], long) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArray
 
BaseNDArrayFactory - Class in org.nd4j.linalg.factory
Base NDArrayFactory class.
BaseNDArrayFactory() - Constructor for class org.nd4j.linalg.factory.BaseNDArrayFactory
 
BaseNDArrayFactory(DataBuffer.Type, Character) - Constructor for class org.nd4j.linalg.factory.BaseNDArrayFactory
Initialize with the given data opType and ordering The ndarray factory will use this for
BaseNDArrayFactory(DataBuffer.Type, char) - Constructor for class org.nd4j.linalg.factory.BaseNDArrayFactory
 
BaseNDArrayList<X extends Number> - Class in org.nd4j.list
An ArrayList like implementation of List using INDArray as the backing data structure
BaseNDArrayList() - Constructor for class org.nd4j.list.BaseNDArrayList
 
BaseNDArrayList(INDArray) - Constructor for class org.nd4j.list.BaseNDArrayList
Specify the underlying ndarray for this list.
BaseNDArrayProxy - Class in org.nd4j.linalg.api.ndarray
 
BaseNDArrayProxy(INDArray) - Constructor for class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
BaseOp - Class in org.nd4j.linalg.api.ops
Base op.
BaseOp() - Constructor for class org.nd4j.linalg.api.ops.BaseOp
 
BaseOp(SameDiff, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
 
BaseOp(SameDiff, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
 
BaseOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
Specify an alternative result array
BaseOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
Specify an alternative output array
BaseOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
 
BaseOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseOp
An op for one ndarray
BaseRandomOp - Class in org.nd4j.linalg.api.ops.random
 
BaseRandomOp(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.random.BaseRandomOp
 
BaseScalarOp - Class in org.nd4j.linalg.api.ops
Base scalar operation
BaseScalarOp() - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseScalarOp(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseScalarOp
 
BaseShapeInfoProvider - Class in org.nd4j.linalg.api.ndarray
 
BaseShapeInfoProvider() - Constructor for class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
 
BaseSparseBlasWrapper - Class in org.nd4j.linalg.factory
 
BaseSparseBlasWrapper() - Constructor for class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
BaseSparseInfoProvider - Class in org.nd4j.linalg.api.ndarray
 
BaseSparseInfoProvider() - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseInfoProvider
 
BaseSparseNDArray - Class in org.nd4j.linalg.api.ndarray
 
BaseSparseNDArray() - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
BaseSparseNDArrayCOO - Class in org.nd4j.linalg.api.ndarray
 
BaseSparseNDArrayCOO(double[], int[][], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
BaseSparseNDArrayCOO(DataBuffer, DataBuffer, int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
BaseSparseNDArrayCOO(float[], int[][], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
BaseSparseNDArrayCOO(DataBuffer, DataBuffer, DataBuffer, int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
BaseSparseNDArrayCOO(DataBuffer, DataBuffer, long[], int[], int[], int, int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
BaseSparseNDArrayCSR - Class in org.nd4j.linalg.api.ndarray
 
BaseSparseNDArrayCSR(double[], int[], int[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
The length of the values and columns arrays is equal to the number of non-zero elements in A.
BaseSparseNDArrayCSR(float[], int[], int[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
BaseSparseNDArrayCSR(DataBuffer, int[], int[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
BaseSparseNDArrayFactory - Class in org.nd4j.linalg.factory
 
BaseSparseNDArrayFactory() - Constructor for class org.nd4j.linalg.factory.BaseSparseNDArrayFactory
 
BaseTensorOp - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
BaseTensorOp() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
BaseTransformOp - Class in org.nd4j.linalg.api.ops
A base op for basic getters and setters
BaseTransformOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp() - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseTransformOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.BaseTransformOp
 
BaseUnderSamplingPreProcessor - Class in org.nd4j.linalg.dataset.api.preprocessor.classimbalance
 
BaseUnderSamplingPreProcessor() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.BaseUnderSamplingPreProcessor
 
BaseWeightInitScheme - Class in org.nd4j.weightinit
Abstract class for WeightInitScheme This handles boilerplate like delegating to the parameters view.
BaseWeightInitScheme() - Constructor for class org.nd4j.weightinit.BaseWeightInitScheme
Initialize with c weight ordering by default
BaseWeightInitScheme(char) - Constructor for class org.nd4j.weightinit.BaseWeightInitScheme
 
BasicAffinityManager - Class in org.nd4j.linalg.api.concurrency
 
BasicAffinityManager() - Constructor for class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
BasicConstantHandler - Class in org.nd4j.linalg.cache
Basic No-Op abstraction for ConstantHandler
BasicConstantHandler() - Constructor for class org.nd4j.linalg.cache.BasicConstantHandler
 
BasicGraphExecutioner - Class in org.nd4j.autodiff.execution
 
BasicGraphExecutioner() - Constructor for class org.nd4j.autodiff.execution.BasicGraphExecutioner
 
BasicMemoryManager - Class in org.nd4j.linalg.memory
 
BasicMemoryManager() - Constructor for class org.nd4j.linalg.memory.BasicMemoryManager
 
BasicNDArrayCompressor - Class in org.nd4j.linalg.compression
 
BasicStash<T> - Class in org.nd4j.linalg.memory.stash
 
BasicStash() - Constructor for class org.nd4j.linalg.memory.stash.BasicStash
 
BasicStashManager - Class in org.nd4j.linalg.memory.stash
 
BasicStashManager() - Constructor for class org.nd4j.linalg.memory.stash.BasicStashManager
 
BasicWorkspaceManager - Class in org.nd4j.linalg.memory.provider
Workspace manager implementation.
BasicWorkspaceManager() - Constructor for class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
BasicWorkspaceManager(WorkspaceConfiguration) - Constructor for class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
BasicWorkspaceManager.WorkspaceDeallocatorThread - Class in org.nd4j.linalg.memory.provider
 
Batch<T extends Aggregate> - Class in org.nd4j.linalg.api.ops.aggregates
Wrapper for "batch of aggregates"
Batch(List<T>) - Constructor for class org.nd4j.linalg.api.ops.aggregates.Batch
This constructor takes List of Aggregates, and builds Batch instance, usable with Nd4j executioner.
batch - Variable in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
batch() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Batch size
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
The number of examples in every fold, except the last if totalexamples % k !=0
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Batch size
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
batch() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
batchBy(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
batchBy(int) - Method in class org.nd4j.linalg.dataset.DataSet
Partitions a dataset in to mini batches where each dataset in each list is of the specified number of examples
batchByNumLabels() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
batchByNumLabels() - Method in class org.nd4j.linalg.dataset.DataSet
 
batchNorm(SDVariable, SDVariable, SDVariable, SDVariable, SDVariable, boolean, boolean, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Batch norm operation.
batchNorm(SDVariable, SDVariable, SDVariable, SDVariable, SDVariable, boolean, boolean, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
Batch norm operation.
batchNorm(String, SDVariable, SDVariable, SDVariable, SDVariable, SDVariable, boolean, boolean, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
Batch norm operation.
BatchNorm - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
BatchNorm operation
BatchNorm(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, boolean, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
BatchNormDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
BatchNormDerivative operation
BatchNormDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, boolean, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNormDerivative
 
BatchNormDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNormDerivative
 
batchToSpace(SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
batchToSpace(SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
batchToSpace(String, SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
BatchToSpace - Class in org.nd4j.linalg.api.ops.impl.transforms
N-dimensional batch to space operation.
BatchToSpace() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
BatchToSpace(SameDiff, SDVariable[], int[], int[][], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
BE - Static variable in class org.nd4j.graph.ByteOrder
 
begin - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
BEGIN_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto.Segment
 
BEGIN_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto.Segment
 
BernoulliDistribution - Class in org.nd4j.linalg.api.ops.random.impl
BernoulliDistribution implementation
BernoulliDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
BernoulliDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
This op fills Z with bernoulli trial results, so 0, or 1, depending by common probability
BernoulliDistribution(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
This op fills Z with bernoulli trial results, so 0, or 1, each element will have it's own success probability defined in prob array
Bias - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate a bias
Bias(SameDiff, SDVariable, int[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias(SameDiff, SDVariable, SDVariable, int[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
Bias(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Bias
 
bias - Variable in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
biasAdd(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
biasAdd(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
biasAdd(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
BiasAdd - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BiasAdd(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
BiasAddGrad - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BiasAddGrad(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
BiasAddGrad(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
BiasAddGrad(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
BiasAddGrad() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
BiasAddGrad(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
biasCorrected - Variable in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
bilinearProducts(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Returns a column vector where each entry is the nth bilinear product of the nth slices of the two tensors.
bilinearProducts(INDArray, INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Returns a column vector where each entry is the nth bilinear product of the nth slices of the two tensors.
bilinearProducts(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Returns a column vector where each entry is the nth bilinear product of the nth slices of the two tensors.
binarize() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
binarize(double) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
binarize() - Method in class org.nd4j.linalg.dataset.DataSet
Same as calling binarize(0)
binarize(double) - Method in class org.nd4j.linalg.dataset.DataSet
Binarizes the dataset such that any number greater than cutoff is 1 otherwise zero
BinarySerde - Class in org.nd4j.serde.binary
Created by agibsonccc on 7/1/17.
BinarySerde() - Constructor for class org.nd4j.serde.binary.BinarySerde
 
BinomialDistribution - Class in org.nd4j.linalg.api.ops.random.impl
This Op generates binomial distribution
BinomialDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
BinomialDistribution(INDArray, int, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
This op fills Z with binomial distribution over given trials with single given probability for all trials
BinomialDistribution(INDArray, int, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
This op fills Z with binomial distribution over given trials with probability for each trial given as probabilities INDArray
BinomialDistribution(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
This op fills Z with binomial distribution over given trials with probability for each trial given as probabilities INDArray
BinomialDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Base distribution derived from apache commons math http://commons.apache.org/proper/commons-math/

(specifically the org.apache.commons.math3.distribution.BinomialDistribution

BinomialDistribution(int, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Create a binomial distribution with the given number of trials and probability of success.
BinomialDistribution(Random, int, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Creates a binomial distribution.
BinomialDistribution(int, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
BinomialDistributionEx - Class in org.nd4j.linalg.api.ops.random.impl
This Op generates binomial distribution
BinomialDistributionEx() - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
BinomialDistributionEx(INDArray, int, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
This op fills Z with binomial distribution over given trials with single given probability for all trials
BinomialDistributionEx(INDArray, int, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
This op fills Z with binomial distribution over given trials with probability for each trial given as probabilities INDArray
BinomialDistributionEx(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
This op fills Z with binomial distribution over given trials with probability for each trial given as probabilities INDArray
BITMAP_ENCODING - Static variable in class org.nd4j.linalg.compression.ThresholdCompression
 
bitmapDecode(INDArray, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
bitmapDecode(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
bitmapDecode(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
bitmapEncode(INDArray, INDArray, double) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method returns number of elements affected by encoder
bitmapEncode(INDArray, double) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
bitmapEncode(INDArray, INDArray, double) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
bitmapEncode(INDArray, double) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
bitmapEncode(INDArray, INDArray, double) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method returns number of elements affected by encoder
bitmapEncode(INDArray, double) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
Blas - Interface in org.nd4j.linalg.api.blas
Extra functionality for BLAS
blas - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
blas() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
blas() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Return extra blas operations
Blas.Vendor - Enum in org.nd4j.linalg.api.blas
 
BLAS_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
BLAS_THREADS_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
BLAS_VENDOR_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
BLAS_WRAPPER_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
BlasBufferUtil - Class in org.nd4j.linalg.api.blas
Blas buffer util for interopping with the underlying buffers and the given ndarrays
BlasBufferUtil() - Constructor for class org.nd4j.linalg.api.blas.BlasBufferUtil
 
BlasException - Error in org.nd4j.linalg.api.blas
General exception for Blas library errors
BlasException(String, int) - Constructor for error org.nd4j.linalg.api.blas.BlasException
Principal constructor - error message & error code
BlasException(String) - Constructor for error org.nd4j.linalg.api.blas.BlasException
 
blasOffset() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
blasOffset() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
For blas operations, this is the offset / 2 when offset is > 0
BlasOpErrorMessage - Class in org.nd4j.linalg.api.ops.exception
 
BlasOpErrorMessage(Op) - Constructor for class org.nd4j.linalg.api.ops.exception.BlasOpErrorMessage
 
BlasWrapper - Interface in org.nd4j.linalg.factory
This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself.
blasWrapperClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
blockName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
blockName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
blocks - Variable in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
BOOL - Static variable in class org.nd4j.graph.DataType
 
BOOL_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
BOOL_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
bool
BOOL_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
bool
BOOLEAN - Static variable in class org.nd4j.graph.OpType
 
BooleanAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
 
BooleanAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.BooleanAdapter
 
BooleanIndexing - Class in org.nd4j.linalg.indexing
Boolean indexing
BooleanIndexing() - Constructor for class org.nd4j.linalg.indexing.BooleanIndexing
 
BORDER_INPUT_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
BORDER_INPUT = 4;
BORDER_OUTPUT_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
BORDER_OUTPUT = 5;
borrowingWorkspace - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
branches - Variable in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
broadcast(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
BROADCAST - Static variable in class org.nd4j.graph.OpType
 
broadcast(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Broadcasts this ndarray to be the specified shape
broadcast(int[]) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Broadcasts this ndarray to be the specified shape
broadcast(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Broadcasts this ndarray to be the specified shape
broadcast(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
broadcast(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Broadcasts this ndarray to be the specified shape
Broadcast - Class in org.nd4j.linalg.api.ops.impl.shape
Broadcast function
Broadcast(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
Broadcast() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
broadcast - Variable in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
Broadcast - Class in org.nd4j.linalg.factory
Convenience methods for broadcasts
broadcast(INDArray) - Method in class org.nd4j.linalg.util.DeviceLocalNDArray
This method duplicates array, and stores it to all devices
BroadcastAddOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastAddOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
BroadcastAddOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
BroadcastAddOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
BroadcastAddOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
BroadcastAddOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
BroadcastAMax - Class in org.nd4j.linalg.api.ops.impl.broadcast
Broadcast Abs Max comparison op
BroadcastAMax(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMax(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
BroadcastAMin - Class in org.nd4j.linalg.api.ops.impl.broadcast
Broadcast Abs Min comparison op
BroadcastAMin(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastAMin(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
BroadcastCopyOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastCopyOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastCopyOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
BroadcastDivOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastDivOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastDivOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
BroadcastEqualTo - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastEqualTo() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastEqualTo(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
BroadcastGradientArgs - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastGradientArgs(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
BroadcastGradientArgs(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
BroadcastGradientArgs(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
BroadcastGradientArgs() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
BroadcastGradientArgs(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
BroadcastGreaterThan - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastGreaterThan() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThan(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
BroadcastGreaterThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastGreaterThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastGreaterThanOrEqual(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
BroadcastLessThan - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastLessThan() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThan(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
BroadcastLessThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastLessThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastLessThanOrEqual(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
BroadcastMax - Class in org.nd4j.linalg.api.ops.impl.broadcast
Broadcast Max comparison op
BroadcastMax() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMax(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
BroadcastMin - Class in org.nd4j.linalg.api.ops.impl.broadcast
Broadcast Min comparison op
BroadcastMin() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMin(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
BroadcastMulOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastMulOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastMulOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
BroadcastNotEqual - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastNotEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastNotEqual(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
BroadcastOp - Interface in org.nd4j.linalg.api.ops
A broad cast op is one where a scalar or less rank array is broadcast to fill a bigg er array.
broadcastOutputShape(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the broadcast output shape based on the 2 input shapes Result output shape based on: https://docs.scipy.org/doc/numpy-1.10.1/user/basics.broadcasting.html
BroadcastRDivOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
Broadcast reverse divide
BroadcastRDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRDivOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
BroadcastRSubOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastRSubOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastRSubOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
BroadcastSubOp - Class in org.nd4j.linalg.api.ops.impl.broadcast
 
BroadcastSubOp() - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(INDArray, INDArray, INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, SDVariable, boolean, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, int[], boolean, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
BroadcastSubOp(SameDiff, SDVariable, int[], Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
broadcastToShape(int[], long) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
Generate a random shape to broadcast to given a randomly generated shape with 1s in it as inputs
BUCKET_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
BUCKET_LIMIT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
buffer(int) - Method in class org.nd4j.graph.FlatArray
 
bufferAsByteBuffer() - Method in class org.nd4j.graph.FlatArray
 
bufferLength() - Method in class org.nd4j.graph.FlatArray
 
bufferQueue - Static variable in class org.nd4j.linalg.factory.Nd4j
 
bufferRefQueue() - Static method in class org.nd4j.linalg.factory.Nd4j
The reference queue used for cleaning up databuffers
bufferToString(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Prints the IntBuffer
build() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
build() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
build() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
build() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
build() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
build() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
build() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
build() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
build() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
build() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
build() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
build() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
build() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
build() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
build() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
build() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
build() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
build() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
build() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
build() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
build() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
build() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
build() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
build() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
build() - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats.Builder
Create a DistributionStats object from the data ingested so far.
build() - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats.Builder
Create a DistributionStats object from the data ingested so far.
build() - Method in interface org.nd4j.linalg.dataset.api.preprocessor.stats.NormalizerStats.Builder
DynamicCustomOpsBuilder pattern
build() - Method in class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
build() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity.Builder
Creates a new instance of the mixture density cost function.
build() - Method in class org.nd4j.linalg.schedule.MapSchedule.Builder
 
build() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
build() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
build() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
build() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
build() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
build() - Method in class org.tensorflow.framework.ApiDef.Builder
 
build() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
build() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
build() - Method in class org.tensorflow.framework.AttrValue.Builder
 
build() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
build() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
build() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
build() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
build() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
build() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
build() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
build() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
build() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
build() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
build() - Method in class org.tensorflow.framework.GradientDef.Builder
 
build() - Method in class org.tensorflow.framework.GraphDef.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
build() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
build() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
build() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
build() - Method in class org.tensorflow.framework.KernelDef.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
build() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
build() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
build() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
build() - Method in class org.tensorflow.framework.NodeDef.Builder
 
build() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
build() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
build() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
build() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
build() - Method in class org.tensorflow.framework.OpDef.Builder
 
build() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
build() - Method in class org.tensorflow.framework.OpList.Builder
 
build() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
build() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
build() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
build() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
build() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
build() - Method in class org.tensorflow.framework.StepStats.Builder
 
build() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
build() - Method in class org.tensorflow.framework.Summary.Builder
 
build() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
build() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
build() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
build() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
build() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
build() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
build() - Method in class org.tensorflow.framework.TensorProto.Builder
 
build() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
build() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
build() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
build() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
build() - Method in class org.tensorflow.framework.VariableDef.Builder
 
build() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
build() - Method in class org.tensorflow.framework.VersionDef.Builder
 
build() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
build() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
build() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
build() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
build() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
buildCId() - Static method in class org.nd4j.linalg.heartbeat.utils.EnvironmentUtils
 
buildEnvironment() - Static method in class org.nd4j.linalg.heartbeat.utils.EnvironmentUtils
This method build
builder(String) - Static method in class org.nd4j.linalg.api.ops.DynamicCustomOp
This method takes custom opname, and return Op DynamicCustomOpsBuilder instance
Builder() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats.Builder
 
Builder() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.AdaDelta.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.AdaGrad.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.Adam.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.AdaMax.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.Nadam.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.Nesterovs.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.RmsProp.Builder
 
Builder() - Constructor for class org.nd4j.linalg.learning.config.Sgd.Builder
 
builder() - Static method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
Builder(ScheduleType) - Constructor for class org.nd4j.linalg.schedule.MapSchedule.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
buildPartial() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
buildPartial() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
buildPartial() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
buildPartial() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
buildPartial() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
buildPartial() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ApiDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
buildPartial() - Method in class org.tensorflow.framework.AttrValue.Builder
 
buildPartial() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
buildPartial() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
buildPartial() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
buildPartial() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
buildPartial() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
buildPartial() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GradientDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
buildPartial() - Method in class org.tensorflow.framework.KernelDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
buildPartial() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
buildPartial() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
buildPartial() - Method in class org.tensorflow.framework.NodeDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
buildPartial() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
buildPartial() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.OpDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
buildPartial() - Method in class org.tensorflow.framework.OpList.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
buildPartial() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
buildPartial() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.StepStats.Builder
 
buildPartial() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
buildPartial() - Method in class org.tensorflow.framework.Summary.Builder
 
buildPartial() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
buildPartial() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
buildPartial() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
buildPartial() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
buildPartial() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
buildPartial() - Method in class org.tensorflow.framework.VariableDef.Builder
 
buildPartial() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
buildPartial() - Method in class org.tensorflow.framework.VersionDef.Builder
 
buildPartial() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
buildPartial() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
buildPartial() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
buildPartial() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
buildPartial() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
buildTask(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
buildTask(INDArray, INDArray) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
buildTask(INDArray) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
buildTask(DataSet) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
buildTask(DataSet) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
buildTask(DataSetIterator) - Static method in class org.nd4j.linalg.heartbeat.utils.TaskUtils
 
BUS_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceLocality
 
byNumber(int) - Static method in enum org.nd4j.linalg.api.ops.executioner.OpStatus
 
byteBufferSizeFor(INDArray) - Static method in class org.nd4j.serde.binary.BinarySerde
Returns the byte buffer size for the given ndarray.
ByteOrder - Class in org.nd4j.graph
 
byteOrder() - Method in class org.nd4j.graph.FlatArray
 
bytes - Variable in class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
 

C

C - Static variable in interface org.nd4j.linalg.factory.NDArrayFactory
 
CachingDataSetIterator - Class in org.nd4j.linalg.dataset.api.iterator
Created by anton on 7/16/16.
CachingDataSetIterator(DataSetIterator, DataSetCache, String) - Constructor for class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
CachingDataSetIterator(DataSetIterator, DataSetCache, String, boolean) - Constructor for class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
CachingDataSetIterator(DataSetIterator, DataSetCache) - Constructor for class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
calculateOutputShape() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Calculate the output shape for this op
calculateOutputShape(CustomOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
Calculate the output shape for this op
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.BaseTransformOp
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
calculateOutputShape() - Method in interface org.nd4j.linalg.api.ops.CustomOp
Calculate the output shape for this op
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
calculateOutputShape(CustomOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
calculateOutputShape(CustomOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.BaseArithmeticBackpropOp
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.transforms.BaseDynamicTransformOp
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.random.BaseRandomOp
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
calculateOutputShape() - Method in class org.nd4j.linalg.api.ops.ShapeOp
 
callInplace(boolean) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
Whether an op call is in place or not.
canDoOpDirectly(INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Can we do the op (X = Op(X)) directly on the arrays without breaking X up into 1d tensors first? In general, this is possible if the elements of X are contiguous in the buffer, OR if every element of X is at position offset+i*elementWiseStride in the buffer
canDoOpDirectly(INDArray, INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Can we do the transform op (X = Op(X,Y)) directly on the arrays without breaking them up into 1d tensors first?
canDoOpDirectly(INDArray, INDArray, INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Can we do the transform op (Z = Op(X,Y)) directly on the arrays without breaking them up into 1d tensors first?
canInsert(DataBuffer, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return if there is enough allocated memory space to add data of a given length in the databuffer
Cast - Class in org.nd4j.linalg.api.ops.impl.transforms.dtype
Cast op wrapper.
Cast() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
Cast(SameDiff, SDVariable, DataBuffer.Type) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
caxpy(int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ccopy(int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
cdotc_sub(int, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
cdotu_sub(int, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ceil(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
ceil(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ceil(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Ceil - Class in org.nd4j.linalg.api.ops.impl.transforms
Ceiling elementwise function
Ceil(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
Ceil(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
ceil(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
ceil(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
ceil(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the ceiling value of the given complex number
ceiling(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Binary matrix of whether the number at a given index is greater than
ceiling(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Ceiling function
center(IComplexNDArray, int[]) - Static method in class org.nd4j.linalg.util.ComplexNDArrayUtil
Center an array
cgbmv(char, char, int, int, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cgemm(char, char, char, int, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
cgemv(char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cgerc(char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cgeru(char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
chbmv(char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
checkAdd(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
Same as checkMmul, but for matrix addition
checkArrangeArray(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
checkDimensions(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Validate dimensions are equal
checkDimensions(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Validate dimensions are equal
checkDimensions(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
checkDimensions(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
checkDimensions(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Validate dimensions are equal
checkDivManually(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
checkEntries(RealMatrix, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
checkEntries(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
checkForAny(INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
 
checkForCompression(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
checkForInf(INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
 
checkForInf(Op) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
 
checkForNaN(INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
 
checkForNaN(Op) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
 
checkForWorkspaces(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
checkGemm(INDArray, INDArray, INDArray, boolean, boolean, double, double, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
checkGradients(SDVariable, SDVariable, double, double, boolean, Map<String, INDArray>) - Static method in class org.nd4j.autodiff.gradcheck.GradCheckUtil
 
checkGradients(SameDiff) - Static method in class org.nd4j.autodiff.gradcheck.GradCheckUtil
 
checkGradients(SameDiff, boolean, boolean) - Static method in class org.nd4j.autodiff.gradcheck.GradCheckUtil
 
checkGradients(SameDiff, double, double, double, boolean, boolean) - Static method in class org.nd4j.autodiff.gradcheck.GradCheckUtil
 
checkIfExists(T) - Method in class org.nd4j.linalg.memory.stash.BasicStash
 
checkIfExists(T) - Method in interface org.nd4j.linalg.memory.stash.Stash
 
checkIfStashExists(T) - Method in class org.nd4j.linalg.memory.stash.BasicStashManager
 
checkIfStashExists(T) - Method in interface org.nd4j.linalg.memory.stash.StashManager
 
checkIfWorkspaceExists(String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method checks, if Workspace with a given Id was created before this call
checkIfWorkspaceExistsAndActive(String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
checkInfo(String, int) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
checkInfo(String, int) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
checkInfo(String, int) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
checkMmul(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
Check first.mmul(second) using Apache commons math mmul.
checkMulManually(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
checkShapeValues(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
checkShapeValues(int, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
checkSubtract(INDArray, INDArray, double, double) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
Same as checkMmul, but for matrix subtraction
CheckUtil - Class in org.nd4j.linalg.checkutil
 
CheckUtil() - Constructor for class org.nd4j.linalg.checkutil.CheckUtil
 
checkVersions() - Static method in class org.nd4j.versioncheck.VersionCheck
Perform a check of the versions of ND4J, DL4J, DataVec, RL4J and Arbiter dependencies, logging a warning if necessary.
chemm(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
chemv(char, char, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cher(char, char, int, float, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cher2(char, char, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cher2k(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
cherk(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
Choice - Class in org.nd4j.linalg.api.ops.random.impl
This Op implements numpy.choice method It fills Z from source, following probabilities for each source element
Choice() - Constructor for class org.nd4j.linalg.api.ops.random.impl.Choice
 
Choice(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.Choice
 
choice(INDArray, INDArray, INDArray, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
This method samples value from Source array to Target, with probabilites provided in Probs argument
choice(INDArray, INDArray, INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
This method samples value from Source array to Target, with probabilites provided in Probs argument
choice(INDArray, INDArray, int, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns new INDArray instance, sampled from Source array with probabilities given in Probs
choice(INDArray, INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns new INDArray instance, sampled from Source array with probabilities given in Probs
Choose - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
This op allows us to (based on the passed in condition) to return the element fulfilling the condition.
Choose(SameDiff, SDVariable[], Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
Choose(String, INDArray[], INDArray[], List<Double>, List<Integer>) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
Choose(String, INDArray[], Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
Choose(INDArray[], Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
Choose(INDArray[], List<Integer>, List<Double>, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
Note that iArgs (integer arguments) and tArgs(double/float arguments) may end up being used under the following conditions: scalar operations (if a scalar is specified the you do not need to specify an ndarray) otherwise, if an ndarray is needed as a second input then put it in the inputs Usually, you only need 1 input (the equivalent of the array you're trying to do indexing on)
Choose(String, SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
Choose() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
chooseElementWiseTensorDimension(INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Choose tensor dimension for operations with one argument: x=Op(x) or similar
When doing some operations in parallel, it is necessary to break up operations along a dimension to give a set of 1d tensors.
chooseElementWiseTensorDimension(INDArray, INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Choose tensor dimension for operations with 2 arguments: x=Op(x,y) or similar
chooseElementWiseTensorDimension(INDArray, INDArray, INDArray) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Choose tensor dimension for operations with 3 arguments: z=Op(x,y) or similar
chooseFrom(INDArray[], Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Choose from the inputs based on the given condition.
chooseFrom(INDArray[], List<Double>, List<Integer>, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Choose from the inputs based on the given condition.
chpmv(char, char, int, IComplexFloat, IComplexNDArray, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
chpr(char, char, int, INDArray, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
chpr2(char, char, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cleanup() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
cleanup() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
cleanup() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Cleanup resources
clear() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
clear() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
clear() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
clear() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
clear() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
clear() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
clear() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
clear() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
clear() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
clear() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
clear() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
clear() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
clear() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
clear() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
clear() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
clear() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
clear() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
clear() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
clear() - Method in interface org.nd4j.linalg.compression.AbstractStorage
This method purges everything from storage
clear() - Method in class org.nd4j.linalg.util.DeviceLocal
This method removes object stored for current device
clear() - Method in class org.nd4j.list.BaseNDArrayList
 
clear() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
clear() - Method in class org.nd4j.list.NDArrayList
 
clear() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
clear() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
clear() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
clear() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
clear() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
clear() - Method in class org.tensorflow.framework.ApiDef.Builder
 
clear() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
clear() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
clear() - Method in class org.tensorflow.framework.AttrValue.Builder
 
clear() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
clear() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
clear() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
clear() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
clear() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
clear() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
clear() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
clear() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
clear() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clear() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
clear() - Method in class org.tensorflow.framework.GradientDef.Builder
 
clear() - Method in class org.tensorflow.framework.GraphDef.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
clear() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
clear() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
clear() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
clear() - Method in class org.tensorflow.framework.KernelDef.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
clear() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
clear() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
clear() - Method in class org.tensorflow.framework.NodeDef.Builder
 
clear() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
clear() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
clear() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
clear() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
clear() - Method in class org.tensorflow.framework.OpDef.Builder
 
clear() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
clear() - Method in class org.tensorflow.framework.OpList.Builder
 
clear() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
clear() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
clear() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
clear() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
clear() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
clear() - Method in class org.tensorflow.framework.StepStats.Builder
 
clear() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
clear() - Method in class org.tensorflow.framework.Summary.Builder
 
clear() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
clear() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
clear() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
clear() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
clear() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
clear() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
clear() - Method in class org.tensorflow.framework.TensorProto.Builder
 
clear() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
clear() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
clear() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
clear() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
clear() - Method in class org.tensorflow.framework.VariableDef.Builder
 
clear() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
clear() - Method in class org.tensorflow.framework.VersionDef.Builder
 
clear() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
clear() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
clear() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
clear() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
clear() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
clearAlias() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
clearAliasInputPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
If >= 0, the output is an alias of an input.
clearAllEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_end_rel_micros = 5;
clearAllocatedBytes() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes allocated if known
clearAllocationDescription() - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
clearAllocationId() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Identifier of the allocated buffer if known
clearAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
clearAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
clearAllocationId() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
clearAllocationRecords() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
clearAllocatorBytesInUse() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are snapshots of the overall allocator memory stats.
clearAllocatorName() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Name of the allocator used
clearAllocatorName() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
string allocator_name = 1;
clearAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the allocator used.
clearAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the allocator used.
clearAllocatorName() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Name of the allocator used.
clearAllocBytes() - Method in class org.tensorflow.framework.AllocationRecord.Builder
Number of bytes allocated, or de-allocated if negative.
clearAllocMicros() - Method in class org.tensorflow.framework.AllocationRecord.Builder
The timestamp of the operation.
clearAllowedValues() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
clearAllowedValues() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
clearAllowsUninitializedInput() - Method in class org.tensorflow.framework.OpDef.Builder
By default, all inputs to an Op must be initialized Tensors.
clearAllStartMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_start_micros = 2;
clearArgOrder() - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
clearAttr() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
clearAttr() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clearAttr() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
clearAttr() - Method in class org.tensorflow.framework.NodeDef.Builder
 
clearAttr() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
clearAttrDefault() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
clearAttribute() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
clearAttribute() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
clearAttrRename() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
clearAudio() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
clearB() - Method in class org.tensorflow.framework.AttrValue.Builder
"bool"
clearB() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
clearBadConsumers() - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
clearBegin() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 begin = 1;
clearBegin() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 begin = 1;
clearBoolVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
clearBucket() - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
clearBucketLimit() - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
clearBusId() - Method in class org.tensorflow.framework.DeviceLocality.Builder
Optional bus locality of device.
clearColorspace() - Method in class org.tensorflow.framework.Summary.Image.Builder
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
clearComputeCost() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Estimate of the computational cost of this node, in microseconds.
clearComputeTime() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the computational cost of this node, in microseconds.
clearConstNodeInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
clearConstraint() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
clearContainer() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Container in which this resource is placed.
clearContent() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The content to store for the plugin.
clearContentType() - Method in class org.tensorflow.framework.Summary.Audio.Builder
string content_type = 5;
clearControlInput() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
clearCurrentWork() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
bytes current_work = 4;
clearData() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
bytes data = 4;
clearDataType() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The data type of the tensor.
clearDataType() - Method in class onnx.OnnxProto3.TensorProto.Builder
The data type of the tensor.
clearDcomplexVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
clearDefaultGraphInputTensorShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
clearDefaultGraphOutputTensorShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
clearDefaultValue() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
clearDefaultValue() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
clearDeferred() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
True if the deallocation is queued and will be performed later, e.g.
clearDeprecation() - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
clearDeprecationVersion() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
First GraphDef version at which the op is disallowed.
clearDescription() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Note: this will replace any inherited arg doc.
clearDescription() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
clearDescription() - Method in class org.tensorflow.framework.ApiDef.Builder
Additional, longer human-readable description of what the Op does.
clearDescription() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Human readable description.
clearDescription() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
Human-readable description.
clearDescription() - Method in class org.tensorflow.framework.OpDef.Builder
Additional, longer human-readable description of what the Op does.
clearDescriptionPrefix() - Method in class org.tensorflow.framework.ApiDef.Builder
Modify an existing/inherited description by adding text to the beginning or end.
clearDescriptionSuffix() - Method in class org.tensorflow.framework.ApiDef.Builder
string description_suffix = 10;
clearDestination() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Destination of graph transfer
clearDevice() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The device of the node.
clearDevice() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
string device = 1;
clearDevice() - Method in class org.tensorflow.framework.NodeDef.Builder
A (possibly partial) specification for the device on which this node should be placed.
clearDevice() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name for the device containing the resource.
clearDevicePersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_persistent_memory_size = 16;
clearDevicePersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_persistent_memory_size = 4;
clearDevicePersistentTensorAllocIds() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
clearDeviceTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_temp_memory_size = 11;
clearDeviceTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_temp_memory_size = 2;
clearDeviceType() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of device_type.
clearDeviceType() - Method in class org.tensorflow.framework.KernelDef.Builder
Type of device this kernel runs on.
clearDevStats() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
clearDim() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
clearDim() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
clearDim() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
clearDimParam() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
namespace Shape
clearDimParam() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
namespace Shape
clearDims() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
clearDims() - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
clearDimValue() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
clearDimValue() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
clearDisplayName() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Display name for viewing in TensorBoard.
clearDocString() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
clearDocString() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A human-readable documentation for this graph.
clearDocString() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
A human-readable documentation for this model.
clearDocString() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
A human-readable documentation for this node.
clearDocString() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
A human-readable documentation for this tensor.
clearDocString() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
clearDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
A human-readable documentation for this operator.
clearDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
A human-readable documentation for this set of operators.
clearDocString() - Method in class onnx.OnnxProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
clearDocString() - Method in class onnx.OnnxProto3.GraphProto.Builder
A human-readable documentation for this graph.
clearDocString() - Method in class onnx.OnnxProto3.ModelProto.Builder
A human-readable documentation for this model.
clearDocString() - Method in class onnx.OnnxProto3.NodeProto.Builder
A human-readable documentation for this node.
clearDocString() - Method in class onnx.OnnxProto3.TensorProto.Builder
A human-readable documentation for this tensor.
clearDocString() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
clearDomain() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Domain name of the model.
clearDomain() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
clearDomain() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
clearDomain() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
clearDomain() - Method in class onnx.OnnxProto3.ModelProto.Builder
Domain name of the model.
clearDomain() - Method in class onnx.OnnxProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
clearDomain() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
clearDoubleData() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
clearDoubleData() - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
clearDoubleVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
clearDtype() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.DataType dtype = 4;
clearDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
.tensorflow.DataType dtype = 5;
clearDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
clearDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
clearDtype() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.DataType dtype = 1;
clearDtype() - Method in class org.tensorflow.framework.TensorDescription.Builder
Data type of tensor elements
clearDtype() - Method in class org.tensorflow.framework.TensorProto.Builder
.tensorflow.DataType dtype = 1;
clearElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
clearElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
clearElemType() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
clearEncodedAudioString() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Encoded audio data and its associated RFC 2045 content type (e.g.
clearEncodedImageString() - Method in class org.tensorflow.framework.Summary.Image.Builder
Image data in encoded format.
clearEnd() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 end = 2;
clearEnd() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 end = 2;
clearEndpoint() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
clearExecutorName() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Executor's name
clearExplanation() - Method in class org.tensorflow.framework.OpDeprecation.Builder
Explanation of why it was deprecated and what to use instead.
clearExtent() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
clearExternalAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
clearF() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
clearF() - Method in class onnx.OnnxProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
clearF() - Method in class org.tensorflow.framework.AttrValue.Builder
"float"
clearF() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ApiDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.AttrValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GradientDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.KernelDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.NodeDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.OpDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.OpList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.StepStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.Summary.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.VariableDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.framework.VersionDef.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
clearFloatData() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
clearFloatData() - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
clearFloats() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
clearFloats() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
clearFloatVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
clearFrom() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string from = 1;
clearFullName() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Name of the full variable of which this is a slice.
clearFullShape() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
clearFunc() - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
clearFunc() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
clearFunction() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
clearFunctionName() - Method in class org.tensorflow.framework.GradientDef.Builder
The function name.
clearG() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
clearG() - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
clearGradient() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
clearGradientFunc() - Method in class org.tensorflow.framework.GradientDef.Builder
The gradient function's name.
clearGraph() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
clearGraph() - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
clearGraphInputNodeInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
clearGraphInputNodeName() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
clearGraphOpName() - Method in class org.tensorflow.framework.ApiDef.Builder
Name of the op (in the OpDef) to specify the API for.
clearGraphOutputNodeInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
clearGraphOutputNodeName() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
clearGraphs() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
clearGraphs() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
clearHalfVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
clearHandle() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Handle describing the feeds and fetches of the step.
clearHashCode() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Hash code for the type of the resource.
clearHasLength() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
clearHasMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
For type == "int", this is a minimum value.
clearHasSingleReference() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Set if this tensor only has one remaining reference
clearHeight() - Method in class org.tensorflow.framework.Summary.Image.Builder
Dimensions of the image.
clearHide() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
clearHisto() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
clearHostMemoryArg() - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
clearHostPersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_persistent_memory_size = 12;
clearHostPersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_persistent_memory_size = 3;
clearHostPersistentTensorAllocIds() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
clearHostTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_temp_memory_size = 10;
clearHostTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_temp_memory_size = 1;
clearI() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
int
clearI() - Method in class onnx.OnnxProto3.AttributeProto.Builder
int
clearI() - Method in class org.tensorflow.framework.AttrValue.Builder
"int"
clearI() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
clearId() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The id of the node.
clearImage() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
clearInArg() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
clearIncarnation() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
A device is assigned a global unique number each time it is initialized.
clearIndex() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Index of the output being set.
clearInitializer() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
clearInitializer() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
clearInitializerName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the initializer op.
clearInitialValueName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the tensor holding the variable's initial value.
clearInput() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
clearInput() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
clearInput() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
clearInput() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
clearInput() - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
clearInputArg() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
clearInputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 input_count = 6;
clearInputInfo() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
clearInputRename() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
clearInt32Data() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
clearInt32Data() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
clearInt64Data() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
clearInt64Data() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
clearInt64Val() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
clearInts() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
clearInts() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
clearIntVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
clearIrBuildMetadata() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The build metadata component of the SemVer of the IR.
clearIrVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the IR this model targets.
clearIrVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.
clearIrVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the IR this model targets.
clearIrVersionPrerelease() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The prerelease component of the SemVer of the IR.
clearIsAggregate() - Method in class org.tensorflow.framework.OpDef.Builder
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.
clearIsCommutative() - Method in class org.tensorflow.framework.OpDef.Builder
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
clearIsFinal() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
If true, the output is permanent: it can't be discarded, because this node is part of the "final output".
clearIsRef() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
For inputs: if true, the inputs are required to be refs.
clearIsResource() - Method in class org.tensorflow.framework.VariableDef.Builder
Whether to represent this as a ResourceVariable.
clearIsStateful() - Method in class org.tensorflow.framework.OpDef.Builder
By default Ops may be moved between devices.
clearKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
clearKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
clearKey() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string key = 1;
clearKey() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string key = 1;
clearKeys() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
clearKeyType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
clearLabel() - Method in class org.tensorflow.framework.KernelDef.Builder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
clearLength() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
int64 length = 2;
clearLengthFrames() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Length of the audio in frames (samples per channel).
clearLibrary() - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
clearList() - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
clearListener(OpProfiler.OpProfilerListener) - Method in class org.nd4j.linalg.profiler.OpProfiler
Clear the listener from the profiler
clearLiveBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The bytes that are not deallocated.
clearLocality() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
clearMagic() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
clearMapType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
clearMax() - Method in class org.tensorflow.framework.HistogramProto.Builder
double max = 2;
clearMaxByteSize() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
clearMaybeTypeName() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
For debug-only, the name of the type pointed to by this handle, if available.
clearMemory() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
clearMemoryLimit() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Memory capacity of device in bytes.
clearMemoryStats() - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
clearMemoryTime() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the memory access cost of this node, in microseconds.
clearMetadata() - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
clearMetadata() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Portions of the object that are not Tensors.
clearMetadataProps() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
clearMetadataProps() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
clearMin() - Method in class org.tensorflow.framework.HistogramProto.Builder
double min = 1;
clearMinConsumer() - Method in class org.tensorflow.framework.VersionDef.Builder
Any consumer below this version is not allowed to consume this data.
clearMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
int64 minimum = 6;
clearModelVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the graph encoded.
clearModelVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the graph encoded.
clearName() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
clearName() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The name of the graph.
clearName() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
An optional identifier for this node in a graph.
clearName() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Optionally, a name for the tensor.
clearName() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
clearName() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
clearName() - Method in class onnx.OnnxProto3.GraphProto.Builder
The name of the graph.
clearName() - Method in class onnx.OnnxProto3.NodeProto.Builder
An optional identifier for this node in a graph.
clearName() - Method in class onnx.OnnxProto3.TensorProto.Builder
Optionally, a name for the tensor.
clearName() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
clearName() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
clearName() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The name of the node.
clearName() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Fully specified name of the device within a cluster.
clearName() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
Name of an attr from the Op.
clearName() - Method in class org.tensorflow.framework.NameAttrList.Builder
string name = 1;
clearName() - Method in class org.tensorflow.framework.NodeDef.Builder
The name given to this operator.
clearName() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Name for the input/output.
clearName() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A descriptive name for the argument.
clearName() - Method in class org.tensorflow.framework.OpDef.Builder
Op names starting with an underscore are reserved for internal use.
clearName() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name of this resource.
clearName() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Optional name of the tensor dimension.
clearName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
string name = 1;
clearName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Name of the op to apply overrides to.
clearNans(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Clear nans from an ndarray
clearNode() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
clearNode() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
clearNode() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
clearNode() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
clearNodeDef() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
clearNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
int32 node_id = 2;
clearNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 node_id = 2;
clearNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 node_id = 1;
clearNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
int32 node_id = 1;
clearNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
int32 node_id = 1;
clearNodeInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
clearNodeInput() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
clearNodeInputInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
clearNodeName() - Method in class org.tensorflow.framework.NodeExecStats.Builder
TODO(tucker): Use some more compact form of node identity than the full string name.
clearNodeName() - Method in class org.tensorflow.framework.Summary.Value.Builder
This field is deprecated and will not be set.
clearNodeOutputInfo() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
clearNodeStats() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
clearNum() - Method in class org.tensorflow.framework.HistogramProto.Builder
double num = 3;
clearNumberAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "int"
clearNumBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Number of bytes in the allocation.
clearNumChannels() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Number of channels of audio.
clearNumRecordsProduced() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 num_records_produced = 3;
clearObsoleteOldStyleHistogram() - Method in class org.tensorflow.framework.Summary.Value.Builder
bytes obsolete_old_style_histogram = 3;
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ApiDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.AttrValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GradientDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.KernelDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.NodeDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.OpDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.OpList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.StepStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.Summary.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.VariableDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.framework.VersionDef.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
clearOp() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
clearOp() - Method in class org.tensorflow.framework.KernelDef.Builder
Must match the name of an Op.
clearOp() - Method in class org.tensorflow.framework.NodeDef.Builder
The operation name.
clearOp() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
clearOp() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
clearOpEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_end_rel_micros = 4;
clearOperation() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the operation making the allocation.
clearOperation() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the operation making the deallocation.
clearOperator() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
clearOpsetImport() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
clearOpsetImport() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
clearOpsetVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The version of the set of operators.
clearOpStartRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_start_rel_micros = 3;
clearOpType() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
clearOpType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The name of the operator within a domain.
clearOpType() - Method in class onnx.OnnxProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
clearOutArg() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
clearOutput() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
clearOutput() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
clearOutput() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
clearOutput() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
clearOutput() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
clearOutputArg() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
clearOutputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 output_count = 7;
clearOutputInfo() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
clearOutputPort() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 output_port = 2;
clearOutputRename() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
clearPaddingId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 padding_id = 5;
clearPeakBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
int64 peak_bytes = 3;
clearPhysicalDeviceDesc() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of the physical device that this device maps to.
clearPinnedAllocations(boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
clearPlaceholder() - Method in class org.tensorflow.framework.AttrValue.Builder
This is a placeholder only used in nodes defined inside a function.
clearPluginData() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
clearPluginName() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The name of the plugin this data pertains to.
clearPrecedingNode() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_node = 1;
clearPrecedingPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_port = 2;
clearProducer() - Method in class org.tensorflow.framework.VersionDef.Builder
The version of the code that produced this data.
clearProducerName() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
clearProducerName() - Method in class onnx.OnnxProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
clearProducerVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
clearProducerVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
clearPtr() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Address of the allocation.
clearPtr() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Address of the allocation.
clearRawData() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
clearRawData() - Method in class onnx.OnnxProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
clearReferencedTensor() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
clearRemoteGraph() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
clearRenameTo() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Change the name used to access this arg in the API from what is used in the GraphDef.
clearRenameTo() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Change the name used to access this attr in the API from what is used in the GraphDef.
clearRenameTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Use a different name in the API than the op's name.
clearRequestedBytes() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes requested
clearResourceHandleVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
clearRet() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clearS() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
UTF-8 string
clearS() - Method in class onnx.OnnxProto3.AttributeProto.Builder
UTF-8 string
clearS() - Method in class org.tensorflow.framework.AttrValue.Builder
"string"
clearS() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
clearSampleRate() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Sample rate of the audio in Hz.
clearSaveSliceInfoDef() - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
clearScheduledMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 scheduled_micros = 9;
clearScomplexVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
clearSegment() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
clearSegment() - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
clearSequenceType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
clearSerializedExecutorParameters() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Parameters given to the executor
clearShape() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
clearShape() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
clearShape() - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
clearShape() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
clearShape() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
clearShape() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
clearShape() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
clearShape() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
clearShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
clearShape() - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
clearSignature() - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
clearSimpleValue() - Method in class org.tensorflow.framework.Summary.Value.Builder
float simple_value = 2;
clearSinceVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The version of the operator set that first introduced this operator.
clearSize() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
int64 size = 1;
clearSize() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Size of the tensor in that dimension.
clearSkip() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Do not include this op in the generated API.
clearSlot() - Method in class org.tensorflow.framework.NodeOutput.Builder
int32 slot = 1;
clearSnapshotName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the snapshot tensor.
clearSocOpId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 soc_op_id = 4;
clearStart() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
Start index of the slice, starting at 0.
clearStatus() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
clearStepId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Process-unique step id.
clearStepId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Process-unique step id.
clearStepId() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Process-unique step id.
clearStepId() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Process-unique step id.
clearStepId() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Process-unique step id.
clearStringData() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
clearStringData() - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
clearStrings() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
clearStrings() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
clearStringVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
clearSum() - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum = 4;
clearSummary() - Method in class org.tensorflow.framework.ApiDef.Builder
One-line human-readable description of what the Op does.
clearSummary() - Method in class org.tensorflow.framework.OpDef.Builder
One-line human-readable description of what the Op does.
clearSummaryDescription() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Longform readable description of the summary sequence.
clearSumSquares() - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum_squares = 5;
clearT() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
clearT() - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
clearTag() - Method in class org.tensorflow.framework.Summary.Value.Builder
Tag name for the data.
clearTemporaryMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Temporary memory used by this node.
clearTensor() - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
clearTensor() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
clearTensor() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
clearTensor() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
clearTensor() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
clearTensorContent() - Method in class org.tensorflow.framework.TensorProto.Builder
Serialized raw tensor content from either Tensor::AsProtoTensorContent or memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
clearTensorDescription() - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
clearTensors() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
clearTensors() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
clearTensors() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
clearTensorShape() - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
clearTensorType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
clearTensorType() - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
clearThreadId() - Method in class org.tensorflow.framework.NodeExecStats.Builder
uint32 thread_id = 10;
clearTimelineLabel() - Method in class org.tensorflow.framework.NodeExecStats.Builder
string timeline_label = 8;
clearTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string to = 2;
clearTotalBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are per-node allocator memory stats.
clearType() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
clearType() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
clearType() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
clearType() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
clearType() - Method in class org.tensorflow.framework.AttrValue.Builder
"type"
clearType() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
clearType() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
clearType() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
clearTypeAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "type"
clearTypeHint() - Method in class org.tensorflow.framework.SummaryDescription.Builder
Hint on how plugins should process the data in this series.
clearTypeListAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
clearTypeName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string type_name = 3;
clearTypeName() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Name of the type of objects being serialized.
clearUint32Val() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
clearUint64Data() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
clearUint64Data() - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
clearUint64Val() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
clearUnknownRank() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
If true, the number of dimensions in the shape is unknown.
clearValue() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string value = 2;
clearValue() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
clearValue() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
clearValue() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string value = 2;
clearValue() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
clearValue() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
clearValue() - Method in class org.tensorflow.framework.AttrValue.Builder
 
clearValue() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
clearValue() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
clearValue() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
clearValueInfo() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
clearValueInfo() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
clearValueType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
clearVariableName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the variable tensor.
clearVariantVal() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
clearVarOffset() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
clearVarShape() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
clearVersion() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
clearVersion() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
clearVersion() - Method in class org.tensorflow.framework.GraphDef.Builder
Deprecated.
clearVersion() - Method in class org.tensorflow.framework.OpDeprecation.Builder
First GraphDef version at which the op is disallowed.
clearVersion() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
A user-specified version string.
clearVersionNumber() - Method in class org.tensorflow.framework.TensorProto.Builder
Version number.
clearVersions() - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
clearVisibility() - Method in class org.tensorflow.framework.ApiDef.Builder
.tensorflow.ApiDef.Visibility visibility = 2;
clearWidth() - Method in class org.tensorflow.framework.Summary.Image.Builder
int32 width = 2;
clearWorkFinished() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_finished = 2;
clearWorkStarted() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_started = 1;
clipByNorm(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
clipByNorm(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
clipByNorm(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ClipByNorm - Class in org.nd4j.linalg.api.ops.impl.transforms.clip
 
ClipByNorm() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
ClipByNorm(SameDiff, SDVariable, double, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
clipByValue(SDVariable, double, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
clipByValue(SDVariable, double, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
clipByValue(String, SDVariable, double, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ClipByValue - Class in org.nd4j.linalg.api.ops.impl.transforms.clip
 
ClipByValue(INDArray[], INDArray[], double, double, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
ClipByValue() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
ClipByValue(SameDiff, SDVariable, double, double, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
ClipByValue(SameDiff, SDVariable, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
clone() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
clone() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
clone() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
clone() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
clone() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
clone() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
clone() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
clone() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
clone() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
clone() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
clone() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
clone() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
clone() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
clone() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
clone() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
clone() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
clone() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
clone() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class org.nd4j.autodiff.util.cloner.DataBufferFastCloner
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class org.nd4j.autodiff.util.cloner.INDArrayFastCloner
 
clone() - Method in class org.nd4j.linalg.compression.CompressionDescriptor
 
clone() - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
clone() - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
clone() - Method in class org.nd4j.linalg.learning.config.Adam
 
clone() - Method in class org.nd4j.linalg.learning.config.AdaMax
 
clone() - Method in interface org.nd4j.linalg.learning.config.IUpdater
Clone the updater
clone() - Method in class org.nd4j.linalg.learning.config.Nadam
 
clone() - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
clone() - Method in class org.nd4j.linalg.learning.config.NoOp
 
clone() - Method in class org.nd4j.linalg.learning.config.RmsProp
 
clone() - Method in class org.nd4j.linalg.learning.config.Sgd
 
clone() - Method in class org.nd4j.linalg.schedule.ExponentialSchedule
 
clone() - Method in class org.nd4j.linalg.schedule.InverseSchedule
 
clone() - Method in interface org.nd4j.linalg.schedule.ISchedule
 
clone() - Method in class org.nd4j.linalg.schedule.MapSchedule
 
clone() - Method in class org.nd4j.linalg.schedule.PolySchedule
 
clone() - Method in class org.nd4j.linalg.schedule.SigmoidSchedule
 
clone() - Method in class org.nd4j.linalg.schedule.StepSchedule
 
clone() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
clone() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
clone() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
clone() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
clone() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
clone() - Method in class org.tensorflow.framework.ApiDef.Builder
 
clone() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
clone() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
clone() - Method in class org.tensorflow.framework.AttrValue.Builder
 
clone() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
clone() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
clone() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
clone() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
clone() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
clone() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
clone() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
clone() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
clone() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
clone() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
clone() - Method in class org.tensorflow.framework.GradientDef.Builder
 
clone() - Method in class org.tensorflow.framework.GraphDef.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
clone() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
clone() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
clone() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
clone() - Method in class org.tensorflow.framework.KernelDef.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
clone() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
clone() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
clone() - Method in class org.tensorflow.framework.NodeDef.Builder
 
clone() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
clone() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
clone() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
clone() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
clone() - Method in class org.tensorflow.framework.OpDef.Builder
 
clone() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
clone() - Method in class org.tensorflow.framework.OpList.Builder
 
clone() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
clone() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
clone() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
clone() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
clone() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
clone() - Method in class org.tensorflow.framework.StepStats.Builder
 
clone() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
clone() - Method in class org.tensorflow.framework.Summary.Builder
 
clone() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
clone() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
clone() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
clone() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
clone() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
clone() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
clone() - Method in class org.tensorflow.framework.TensorProto.Builder
 
clone() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
clone() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
clone() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
clone() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
clone() - Method in class org.tensorflow.framework.VariableDef.Builder
 
clone() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
clone() - Method in class org.tensorflow.framework.VersionDef.Builder
 
clone() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
clone() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
clone() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
clone() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
clone() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
close() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
close() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
close() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
codecs - Variable in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
Col2Im - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Col2Im operation.
Col2Im(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
Col2Im() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
col2im(INDArray, int[], int[], int, int) - Static method in class org.nd4j.linalg.convolution.Convolution
 
col2im(INDArray, int, int, int, int, int, int) - Static method in class org.nd4j.linalg.convolution.Convolution
Rearrange matrix columns into blocks
col2im(INDArray, INDArray, int, int, int, int, int, int, int, int) - Static method in class org.nd4j.linalg.convolution.Convolution
 
col2im(INDArray, int[], int[], int, int) - Static method in class org.nd4j.linalg.convolution.OldConvolution
 
col2im(INDArray, int, int, int, int, int, int) - Static method in class org.nd4j.linalg.convolution.OldConvolution
Rearrange matrix columns into blocks
collect(INDArray...) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
This method detaches off-heap memory from passed INDArray instances, and optionally stores them in cache for future reuse PLEASE NOTE: Cache options depend on specific implementations
collect(INDArray...) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method detaches off-heap memory from passed INDArray instances, and optionally stores them in cache for future reuse PLEASE NOTE: Cache options depend on specific implementations
COLORSPACE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Image
 
columns() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Number of columns (shape[1]), throws an exception when called when not 2d
columns - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
columns() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
columns() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the number of columns in this matrix (throws exception if not 2d)
columnsPointers - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
commit() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method ensures all operations that supposed to be executed at this moment, are executed and finished.
commit() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
commit() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method ensures all operations that supposed to be executed at this moment, are executed and finished.
comparable - Variable in class org.nd4j.linalg.api.ops.impl.transforms.All
 
comparable - Variable in class org.nd4j.linalg.api.ops.impl.transforms.And
 
comparable - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
comparable - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
comparable - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
ComparableAtomicLong - Class in org.nd4j.linalg.profiler.data.primitives
 
ComparableAtomicLong() - Constructor for class org.nd4j.linalg.profiler.data.primitives.ComparableAtomicLong
 
ComparableAtomicLong(long) - Constructor for class org.nd4j.linalg.profiler.data.primitives.ComparableAtomicLong
 
compare - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
compare - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
compare(StackNode, StackNode) - Method in class org.nd4j.linalg.profiler.data.primitives.StackComparator
 
CompareAndReplace - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Element-wise Compare-and-Replace implementation as Op Basically this op does the same as Compare-and-Set, but op.X is checked against Condition instead
CompareAndReplace(SameDiff, SDVariable, SDVariable, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, SDVariable, SDVariable, boolean, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, SDVariable, SDVariable, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, SDVariable, boolean, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, SDVariable, int[], boolean, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(SameDiff, SDVariable, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
CompareAndReplace(INDArray, INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
With this constructor, op will check each X element against given Condition, and if condition met, element Z will be set to Y value, and X otherwise PLEASE NOTE: X will be modified inplace.
CompareAndReplace(INDArray, INDArray, INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
With this constructor, op will check each X element against given Condition, and if condition met, element Z will be set to Y value, and X otherwise Pseudocode: z[i] = condition(x[i]) ? y[i] : x[i];
CompareAndSet - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Element-wise Compare-and-set implementation as Op Please check javadoc to specific constructors, for detail information.
CompareAndSet(SameDiff, SDVariable, SDVariable, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, SDVariable, SDVariable, boolean, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, SDVariable, SDVariable, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, SDVariable, boolean, double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, SDVariable, int[], boolean, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(SameDiff, SDVariable, Object[], double, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(INDArray, double, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(INDArray, double, double, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
CompareAndSet(INDArray, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
With this constructor, op will check each X element against given Condition, and if condition met, element will be replaced with Set value Pseudocode: z[i] = condition(x[i]) ? set : x[i]; PLEASE NOTE: X will be modified inplace.
CompareAndSet(INDArray, INDArray, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
With this constructor, op will check each X element against given Condition, and if condition met, element will be replaced with Set value Pseudocode: z[i] = condition(x[i]) ? set : x[i];
CompareAndSet(INDArray, INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
With this constructor, op will check each Y element against given Condition, and if condition met, element Z will be set to Y value, and X otherwise PLEASE NOTE: X will be modified inplace.
CompareAndSet(INDArray, INDArray, INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
With this constructor, op will check each Y element against given Condition, and if condition met, element Z will be set to Y value, and X otherwise Pseudocode: z[i] = condition(y[i]) ? y[i] : x[i];
CompareAndSet(INDArray, INDArray, double, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
This constructor is shortcut to epsEquals.
CompareAndSet(INDArray, INDArray, double, double, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
This constructor is shortcut to epsEquals.
compareTo(ComparableAtomicLong) - Method in class org.nd4j.linalg.profiler.data.primitives.ComparableAtomicLong
 
compareTo(StackNode) - Method in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
compareTo(TimeSet) - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
COMPLEX128_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
complex with float64 real and imaginary components
COMPLEX128_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
complex with float64 real and imaginary components
COMPLEX64_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
complex with float32 real and imaginary components
COMPLEX64_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
complex with float32 real and imaginary components
complexFlatten(IComplexNDArray[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
complexFlatten(List<IComplexNDArray>) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
complexFlatten(List<IComplexNDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
complexFlatten(IComplexNDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
complexFlatten(List<IComplexNDArray>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
complexFlatten(IComplexNDArray[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
complexLinSpace(int, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Linspace with complex numbers
ComplexNDArrayUtil - Class in org.nd4j.linalg.util
IComplexNDArray operations
ComplexNDArrayUtil() - Constructor for class org.nd4j.linalg.util.ComplexNDArrayUtil
 
complexNumber - Variable in class org.nd4j.linalg.indexing.conditions.BaseCondition
 
complexNumbersFor(float[][]) - Static method in class org.nd4j.linalg.util.ComplexUtil
Create complex number where the
complexNumbersFor(double[][]) - Static method in class org.nd4j.linalg.util.ComplexUtil
Create complex number where the
complexNumbersFor(float[]) - Static method in class org.nd4j.linalg.util.ComplexUtil
Create complex number where the
complexNumbersFor(double[]) - Static method in class org.nd4j.linalg.util.ComplexUtil
Create complex number where the
complexOnes(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray
complexOnes(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray
complexOnes(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndarray of ones
complexOnes(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray
complexOnes(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray
complexOnes(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray of ones
complexOnes(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray
complexOnes(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray
complexOnes(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray of ones
complexRand(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the current time as the seed
complexScalar(Number, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
complexScalar(Number) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
complexScalar(Number, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
complexScalar(Number) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
complexScalar(Number, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
complexScalar(Number) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
ComplexUtil - Class in org.nd4j.linalg.util
 
complexValueOf(int[], IComplexNumber) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an shape ndarray with the specified value
complexValueOf(int, double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an 1 x num ndarray with the specified value
complexValueOf(int[], double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an shape ndarray with the specified value
complexValueOf(int, IComplexNumber) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an 1 x num ndarray with the specified value
complexValueOf(int, IComplexNumber) - Static method in class org.nd4j.linalg.factory.Nd4j
 
complexValueOf(int[], IComplexNumber) - Static method in class org.nd4j.linalg.factory.Nd4j
 
complexValueOf(int, double) - Static method in class org.nd4j.linalg.factory.Nd4j
 
complexValueOf(int[], double) - Static method in class org.nd4j.linalg.factory.Nd4j
 
complexValueOf(int, IComplexNumber) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an 1 x num ndarray with the specified value
complexValueOf(int[], IComplexNumber) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an shape ndarray with the specified value
complexValueOf(int, double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an 1 x num ndarray with the specified value
complexValueOf(int[], double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an shape ndarray with the specified value
complexZeros(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a matrix of zeros
complexZeros(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray
complexZeros(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndarray of ones
complexZeros(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a matrix of zeros
complexZeros(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray
complexZeros(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray of ones
complexZeros(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a matrix of zeros
complexZeros(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray
complexZeros(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray of ones
compress(DataBuffer) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Compress the given data buffer given the default compression algorithm
compress(DataBuffer, String) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Compress the data buffer given a specified algorithm
compress(INDArray) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
compress(INDArray, String) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Returns a compressed version of the given ndarray
compress(float[]) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
This method returns compressed INDArray instance which contains JVM array passed in
compress(double[]) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
This method returns compressed INDArray instance which contains JVM array passed in
compress(INDArray) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method returns compressed copy of referenced array
compress(DataBuffer) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
 
compress(float[]) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method creates compressed INDArray from Java float array, skipping usual INDArray instantiation routines Please note: This method compresses input data as vector
compress(double[]) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method creates compressed INDArray from Java double array, skipping usual INDArray instantiation routines Please note: This method compresses input data as vector
compress(float[], int[], char) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method creates compressed INDArray from Java float array, skipping usual INDArray instantiation routines
compress(double[], int[], char) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method creates compressed INDArray from Java double array, skipping usual INDArray instantiation routines
compressDebug - Static variable in class org.nd4j.linalg.factory.Nd4j
 
compressed - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
CompressedDataBuffer - Class in org.nd4j.linalg.compression
 
CompressedDataBuffer(Pointer, CompressionDescriptor) - Constructor for class org.nd4j.linalg.compression.CompressedDataBuffer
 
compressi(INDArray) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
In place compression of the passed in ndarray with the default compression algorithm
compressi(INDArray, String) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
In place Compress the given ndarray with the given algorithm
compressi(INDArray) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
Inplace compression of INDArray
COMPRESSION_BYTE_BUFFER_LENGTH - Static variable in class org.nd4j.linalg.compression.CompressionDescriptor
 
COMPRESSION_DEBUG - Static variable in class org.nd4j.linalg.factory.Nd4j
 
CompressionAlgorithm - Enum in org.nd4j.linalg.compression
Compression algorithm enum
compressionDescriptor - Variable in class org.nd4j.linalg.compression.CompressedDataBuffer
 
CompressionDescriptor - Class in org.nd4j.linalg.compression
A compression descriptor containing the compression opType, compression algorithm, original length, compressed length, number of elements, and the original element size
CompressionDescriptor() - Constructor for class org.nd4j.linalg.compression.CompressionDescriptor
 
CompressionDescriptor(DataBuffer) - Constructor for class org.nd4j.linalg.compression.CompressionDescriptor
Create a compression descriptor from the given data buffer elements
CompressionDescriptor(DataBuffer, String) - Constructor for class org.nd4j.linalg.compression.CompressionDescriptor
Initialize a compression descriptor based on the given algorithm and data buffer
CompressionDescriptor(DataBuffer, NDArrayCompressor) - Constructor for class org.nd4j.linalg.compression.CompressionDescriptor
Initialize a compression descriptor based on the given data buffer (for the sizes) and the compressor to get the opType
CompressionType - Enum in org.nd4j.linalg.compression
 
CompressionUtils - Class in org.nd4j.linalg.compression
This class provides utility methods for Compression in ND4J
CompressionUtils() - Constructor for class org.nd4j.linalg.compression.CompressionUtils
 
COMPUTE_COST_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
COMPUTE_TIME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
computeAbsoluteStep(INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
 
computeAbsoluteStep(INDArray, INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in interface org.nd4j.linalg.lossfunctions.ILossFunction
Compute the gradient of the loss function with respect to the inputs: dL/dOutput
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
This method returns the gradient of the cost function with respect to the output from the previous layer.
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
computeGradient(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in interface org.nd4j.linalg.lossfunctions.ILossFunction
Compute both the score (loss function value) and gradient.
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
computeGradientAndScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in interface org.nd4j.linalg.lossfunctions.ILossFunction
Compute the score (loss function value) for the given inputs.
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
Computes the aggregate score as a sum of all of the individual scores of each of the labels against each of the outputs of the network.
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
computeScore(INDArray, INDArray, IActivation, INDArray, boolean) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in interface org.nd4j.linalg.lossfunctions.ILossFunction
Compute the score (loss function value) for each example individually.
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
This method returns the score for each of the given outputs against the given set of labels.
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
computeScoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
concat(int, SDVariable...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
concat(int, SDVariable...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
concat(String, int, SDVariable...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Concat - Class in org.nd4j.linalg.api.ops.impl.shape
 
Concat() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Concat
 
Concat(SameDiff, int, SDVariable...) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Concat
 
concat(int, INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
concatenate ndarrays along a dimension
concat(int, IComplexNDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
concatenate ndarrays along a dimension
concat(int, INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatneate ndarrays along a dimension
concat(int, IComplexNDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatneate ndarrays along a dimension
concat(int, INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Concatneate ndarrays along a dimension
concat(int, IComplexNDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Concatneate ndarrays along a dimension
cond(Condition) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
cond(Condition) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
1 in an ndarray when condition is fulfilled, 0 otherwise(copying)(
cond(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
cond(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
cond(Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
1 in the ndarray if the element matches the condition 0 otherwise
condi(Condition) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
condi(Condition) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
1 in an ndarray when condition is fulfilled, 0 otherwise(copying)(
condi(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
condi(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
condi(Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In-place: 1 in the ndarray if the element matches the condition 0 otherwise
condition - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
condition - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
Condition - Interface in org.nd4j.linalg.indexing.conditions
Condition for boolean indexing
CONDITIONAL - Static variable in class org.nd4j.graph.OpClass
 
ConditionalFieldValueIntIndexArrayAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
 
ConditionalFieldValueIntIndexArrayAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.ConditionalFieldValueIntIndexArrayAdapter
 
ConditionalFieldValueNDArrayShapeAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
 
ConditionalFieldValueNDArrayShapeAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.ConditionalFieldValueNDArrayShapeAdapter
 
ConditionBuilder - Class in org.nd4j.linalg.indexing.conditions
Mini dsl for building conditions
ConditionBuilder() - Constructor for class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
ConditionEquals - Class in org.nd4j.linalg.indexing.conditions
Returns true when all of the conditions equal each other
ConditionEquals(Condition...) - Constructor for class org.nd4j.linalg.indexing.conditions.ConditionEquals
 
Conditions - Class in org.nd4j.linalg.indexing.conditions
Static class for conditions
Conditions() - Constructor for class org.nd4j.linalg.indexing.conditions.Conditions
 
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterOrEqualsThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.AbsValueGreaterThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessOrEqualsThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.AbsValueLessThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.And
Returns condition ID for native side
condtionNum() - Method in interface org.nd4j.linalg.indexing.conditions.Condition
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.ConditionEquals
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.EpsilonEquals
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.EqualsCondition
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.GreaterThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.IsInfinite
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.IsNaN
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.LessThan
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.Not
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.NotEqualsCondition
Returns condition ID for native side
condtionNum() - Method in class org.nd4j.linalg.indexing.conditions.Or
Returns condition ID for native side
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
config - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
configFieldName() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns the name of the field to be used for looking up field names.
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
configFieldName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
configuration() - Method in class org.nd4j.graph.FlatGraph
 
configuration(FlatConfiguration) - Method in class org.nd4j.graph.FlatGraph
 
configure(Object...) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method allows to pass compressor-dependent configuration options to this compressor PLEASE NOTE: Each compressor has own options, please check corresponding implementations javadoc
confusionMatrix(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
confusionMatrix(SDVariable, SDVariable, Integer) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
confusionMatrix(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
confusionMatrix(SDVariable, SDVariable, Integer, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
confusionMatrix(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(SDVariable, SDVariable, Integer) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(String, SDVariable, SDVariable, Integer) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(SDVariable, SDVariable, Integer, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
confusionMatrix(String, SDVariable, SDVariable, Integer, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ConfusionMatrix - Class in org.nd4j.linalg.api.ops.impl.shape
 
ConfusionMatrix() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
ConfusionMatrix(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
ConfusionMatrix(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
ConfusionMatrix(SameDiff, SDVariable, SDVariable, Integer) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
ConfusionMatrix(SameDiff, SDVariable, SDVariable, Integer, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
conj() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Compute complex conj.
conj() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Compute complex conj.
conji() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Compute complex conj (in-place).
conji() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Compute complex conj (in-place).
CONST_NODE_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
Constant - Class in org.nd4j.linalg.api.ops.impl.transforms
 
Constant() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
Constant(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
Constant(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
CONSTANT_PROVIDER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ConstantDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
This is not real distribution.
ConstantDistribution(double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
 
ConstantHandler - Interface in org.nd4j.linalg.cache
This interface describes memory reuse strategy for java-originated arrays.
constantHandler - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ConstantInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to zero.
ConstantInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.ConstantInitScheme
 
constantProviderClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
CONSTRAINT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef
 
consume(StackDescriptor, int) - Method in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
consume(StackDescriptor, int, long) - Method in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
consumeStackTrace(StackDescriptor) - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
consumeStackTrace(StackDescriptor, long) - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
container - Variable in class org.nd4j.list.BaseNDArrayList
 
CONTAINER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ResourceHandleProto
 
contains(String) - Method in interface org.nd4j.linalg.dataset.api.iterator.cache.DataSetCache
 
contains(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
contains(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
contains(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
contains(Object) - Method in class org.nd4j.list.BaseNDArrayList
 
contains(Object) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
contains(Object) - Method in class org.nd4j.list.NDArrayList
 
containsAll(Collection<?>) - Method in class org.nd4j.list.BaseNDArrayList
 
containsAll(Collection<?>) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
containsAll(Collection<?>) - Method in class org.nd4j.list.NDArrayList
 
containsAttr(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
containsAttr(String) - Method in class org.tensorflow.framework.FunctionDef
Attributes specific to this function definition.
containsAttr(String) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Attributes specific to this function definition.
containsAttr(String) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
containsAttr(String) - Method in class org.tensorflow.framework.NameAttrList
map<string, .tensorflow.AttrValue> attr = 2;
containsAttr(String) - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
map<string, .tensorflow.AttrValue> attr = 2;
containsAttr(String) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
containsAttr(String) - Method in class org.tensorflow.framework.NodeDef
Operation-specific graph-construction-time configuration.
containsAttr(String) - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Operation-specific graph-construction-time configuration.
containsKey(T) - Method in interface org.nd4j.linalg.compression.AbstractStorage
This method checks, if storage contains specified key
containsRet(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
containsRet(String) - Method in class org.tensorflow.framework.FunctionDef
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
containsRet(String) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
CONTENT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryMetadata.PluginData
 
CONTENT_TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Audio
 
contentEquals(int[], DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Compare the contents of a buffer and an array for equals
contentEquals(int[], IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Compare the contents of a buffer and an array for equals
CONTROL_INPUT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
conv1d(SDVariable[], Conv1DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Conv1d operation.
conv1d(SDVariable[], Conv1DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv1d operation.
conv1d(String, SDVariable[], Conv1DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv1d operation.
Conv1D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Conv2D operation
Conv1D(SameDiff, SDVariable[], INDArray[], INDArray[], Conv1DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
Conv1DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
Conv1DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv1DConfig
 
conv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Conv2d operation.
conv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv2d operation.
conv2d(String, SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv2d operation.
Conv2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Conv2D operation
Conv2D(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
conv2d(INDArray, INDArray, Convolution.Type) - Method in class org.nd4j.linalg.convolution.BaseConvolution
2d convolution (aka the last 2 dimensions
conv2d(IComplexNDArray, IComplexNDArray, Convolution.Type) - Method in class org.nd4j.linalg.convolution.BaseConvolution
 
conv2d(INDArray, INDArray, Convolution.Type) - Static method in class org.nd4j.linalg.convolution.Convolution
2d convolution (aka the last 2 dimensions
conv2d(IComplexNDArray, IComplexNDArray, Convolution.Type) - Static method in class org.nd4j.linalg.convolution.Convolution
 
conv2d(INDArray, INDArray, Convolution.Type) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
2d convolution (aka the last 2 dimensions
conv2d(IComplexNDArray, IComplexNDArray, Convolution.Type) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
 
conv2DConfig - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
Conv2DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
Conv2DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv2DConfig
 
conv2DConfig - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
Conv2DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Conv2DDerivative operation
Conv2DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
Conv2DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
conv3d(SDVariable[], Conv3DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Conv3d operation.
conv3d(SDVariable[], Conv3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv3d operation.
conv3d(String, SDVariable[], Conv3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Conv3d operation.
Conv3D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Conv3D operation
Conv3D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
Conv3D(SameDiff, SDVariable[], INDArray[], INDArray[], Conv3DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
Conv3DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
Conv3DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv3DConfig
 
Conv3DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Conv3DDerivative operation
Conv3DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
Conv3DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], Conv3DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
convertBackToFeatures(INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
Take the data that has been transformed to the principal components about the mean and transform it back into the original feature set.
convertDataEx(DataBuffer.TypeEx, INDArray, DataBuffer.TypeEx) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
convertDataEx(DataBuffer.TypeEx, DataBuffer, DataBuffer.TypeEx) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
convertDataEx(DataBuffer.TypeEx, DataBuffer, DataBuffer.TypeEx, DataBuffer) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
convertDataEx(DataBuffer.TypeEx, Pointer, DataBuffer.TypeEx, Pointer, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
convertFromApacheMatrix(RealMatrix) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
convertToApacheMatrix(INDArray) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
convertToComponents(INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
Takes a set of data on each row, with the same number of features as the constructing data and returns the data in the coordinates of the basis set about the mean.
convertToDoubles() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
convertToDoubles() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
convertToDoubles() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
convertToFlatBuffers(SameDiff, ExecutorConfiguration) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
 
convertToFlatBuffers(SameDiff, ExecutorConfiguration) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method converts given SameDiff instance to FlatBuffers representation
convertToFloats() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
convertToFloats() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
convertToFloats() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
convertType(DataBuffer.Type) - Static method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
convn(INDArray, INDArray, Convolution.Type) - Method in class org.nd4j.linalg.convolution.BaseConvolution
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type) - Method in class org.nd4j.linalg.convolution.BaseConvolution
ND Convolution
convn(INDArray, INDArray, Convolution.Type, int[]) - Static method in class org.nd4j.linalg.convolution.Convolution
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type, int[]) - Static method in class org.nd4j.linalg.convolution.Convolution
ND Convolution
convn(INDArray, INDArray, Convolution.Type) - Static method in class org.nd4j.linalg.convolution.Convolution
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type) - Static method in class org.nd4j.linalg.convolution.Convolution
ND Convolution
convn(INDArray, INDArray, Convolution.Type, int[]) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type, int[]) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
ND Convolution
convn(INDArray, INDArray, Convolution.Type) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type) - Method in interface org.nd4j.linalg.convolution.ConvolutionInstance
ND Convolution
convn(IComplexNDArray, IComplexNDArray, Convolution.Type, int[]) - Method in class org.nd4j.linalg.convolution.DefaultConvolutionInstance
ND Convolution
convn(INDArray, INDArray, Convolution.Type, int[]) - Method in class org.nd4j.linalg.convolution.DefaultConvolutionInstance
ND Convolution
Convolution - Class in org.nd4j.linalg.convolution
Convolution is the code for applying the convolution operator.
Convolution.Type - Enum in org.nd4j.linalg.convolution
 
CONVOLUTION_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
CONVOLUTION_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ConvolutionInstance - Interface in org.nd4j.linalg.convolution
Convolution instance.
convolutionInstanceClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
CoordinateFunction - Interface in org.nd4j.linalg.api.shape.loop.coordinatefunction
Coordinate function for handling 1 or more calls based on a set of coordinates
copy(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
swaps a vector with another vector.
copy(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
copy a vector to another vector.
copy(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
copy a vector to another vector.
copy(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
copy(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
copy(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
copy(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
copy a vector to another vector.
copy(int, DataBuffer, int, int, DataBuffer, int, int) - Method in interface org.nd4j.linalg.api.blas.Level1
copy a vector to another vector.
copy(IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
 
copy() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Create a copy of the DataSet
copy() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Clone the dataset
copy() - Method in class org.nd4j.linalg.dataset.DataSet
Clone the dataset
copy() - Method in class org.nd4j.linalg.dataset.MultiDataSet
Clone the dataset
copy(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
copy(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
copy(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Copy a to b
copy(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
copy(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
copy(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute y <- x (copy a matrix)
copy(IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
copy(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast copy op.
copy(INDArray, INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Copy a to b
copy(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Copy a to b
COPY_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
copyFromReal(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
copyImagTo(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Copy imaginary numbers to the given ndarray
copyOnOps - Static variable in class org.nd4j.linalg.factory.Nd4j
 
CopyOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Copy operation
CopyOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
CopyOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
copyRealTo(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Copy real numbers to arr
cOrFortranOrder(int[], int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
Infer order from
cos(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cos(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cos(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Cos - Class in org.nd4j.linalg.api.ops.impl.transforms
Cosine elementwise function
Cos(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
Cos(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
cos(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
cos(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
cos(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the cos of a complex number
cosh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cosh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cosh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Cosh - Class in org.nd4j.linalg.api.ops.impl.transforms
Cosine Hyperbolic elementwise function
Cosh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
Cosh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
cosh(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
cosh(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
cosineDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cosineDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cosineDistance(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
CosineDistance - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Cosine distance Note that you need to initialize a scaling constant equal to the norm2 of the vector
CosineDistance(SameDiff, SDVariable, int[], Number, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(SameDiff, SDVariable, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
CosineDistance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
cosineDistance(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
cosineSim(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Cosine similarity
cosineSimilarity(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cosineSimilarity(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cosineSimilarity(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
CosineSimilarity - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Cosine similarity Note that you need to initialize a scaling constant equal to the norm2 of the vector
CosineSimilarity(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CosineSimilarity(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
CostGraphDef - Class in org.tensorflow.framework
Protobuf type tensorflow.CostGraphDef
CostGraphDef.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.CostGraphDef
CostGraphDef.Node - Class in org.tensorflow.framework
Protobuf type tensorflow.CostGraphDef.Node
CostGraphDef.Node.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.CostGraphDef.Node
CostGraphDef.Node.InputInfo - Class in org.tensorflow.framework
Inputs of this node.
CostGraphDef.Node.InputInfo.Builder - Class in org.tensorflow.framework
Inputs of this node.
CostGraphDef.Node.InputInfoOrBuilder - Interface in org.tensorflow.framework
 
CostGraphDef.Node.OutputInfo - Class in org.tensorflow.framework
Outputs of this node.
CostGraphDef.Node.OutputInfo.Builder - Class in org.tensorflow.framework
Outputs of this node.
CostGraphDef.Node.OutputInfoOrBuilder - Interface in org.tensorflow.framework
 
CostGraphDef.NodeOrBuilder - Interface in org.tensorflow.framework
 
CostGraphDefOrBuilder - Interface in org.tensorflow.framework
 
CostGraphProtos - Class in org.tensorflow.framework
 
counter - Variable in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
counter - Variable in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
countNNZ() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Count the number of value that are included in the ndarray (view) according to the sparse offsets and the shape
countNonZero(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
countNonZero(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
countNonZero(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
CountNonZero - Class in org.nd4j.linalg.api.ops.impl.accum
Count the number of non-zero elements
CountNonZero(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
CountNonZero(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
countZero(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
countZero(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
countZero(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
CountZero - Class in org.nd4j.linalg.api.ops.impl.accum
Count the number of zero elements
CountZero(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
CountZero(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
covarianceMatrix(INDArray) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Returns the covariance matrix of a data set of many records, each with N features.
CPU_CORES_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
create(SameDiff) - Static method in class org.nd4j.autodiff.samediff.SameDiff
 
create() - Static method in class org.nd4j.autodiff.samediff.SameDiff
 
create(DataBuffer, int[], int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(BaseNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(int[], int[], long) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(DataBuffer, int[], int[], long, char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(DataBuffer, int[], int[], long) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(int[], char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(DataBuffer) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(DataBuffer, int[], long) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
create(DataBuffer, int[], long) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(DataBuffer, int[], int[], long, char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(DataBuffer, int[], int[], long) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(int[], int[], long) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(DataBuffer) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(int[], char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(DataBuffer, int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
create(long) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
Create with length
create(double[]) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
Create the data buffer with respect to the given byte buffer
create(float[]) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
Create the data buffer with respect to the given byte buffer
create(int[]) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
Create the data buffer with respect to the given byte buffer
create() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorFactory
 
create() - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIteratorFactory
create(int[], DataBuffer.Type) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(int[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(int, int, char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(double[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the data
create(float[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the data
create(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
create(int[], int[], long, char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(float[], int[], char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(float[], int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(float[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(double[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
create(float[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
create(double[], int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(double[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(List<INDArray>, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int, int, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified shape
create(float[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(float[], char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(float[], int[], int[], char, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(double[], char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(double[], int[], int[], char, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(DataBuffer, int[], int[], char, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(int[], int[], int[], char, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
create(int[], float[]...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray based on the given data
create(int[], double[]...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray based on the given data
create(float[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the data
create(List<? extends Number>) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the data
create(double[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the data
create(float[][]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(float[][], char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(double[][]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray based on the given data layout
create(double[][], char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
create(float[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the data
create(double[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the data
create(int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
create(float[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
create(double[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
create(double[], int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(float[], int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(double[], int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(float[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(double[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(float[], int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(List<INDArray>, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(float[], int[], int[], char, long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(float[], int[], char, long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(double[], int[], char, long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(DataBuffer, int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(DataBuffer, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(DataBuffer, int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(DataBuffer, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(DataBuffer) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(float[], int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(double[], int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(double[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
create(float[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
create(double[], int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(float[], int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(List<INDArray>, int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int, int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int, int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified shape
create(double[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
create(int[], DataBuffer) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray with the given shape and data
create(double[][]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray with the given data layout
create(double[][], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the data
create(float[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the data
create(DataBuffer) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the data
create(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
create(DataBuffer, int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(float[], int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(double[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
create(float[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
create(double[], int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(double[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(DataBuffer, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
create(DataBuffer, int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(List<INDArray>, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int, int, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified shape
create(float[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[][]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[][], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(DataBuffer, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(DataBuffer, int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int[], long, Character) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int, int, int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[], int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(List<INDArray>, int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[], int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int[], int[], int[], char, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int, int, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int[], DataBuffer.Type) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(float[], int[], int[], char, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(DataBuffer, int[], int[], char, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(double[], int[], int[], char, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
create(INDArray) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Create from a matrix.
create(int[], INDArray) - Method in class org.nd4j.weightinit.BaseWeightInitScheme
 
create(int[]) - Method in class org.nd4j.weightinit.BaseWeightInitScheme
 
create(int[], INDArray) - Method in class org.nd4j.weightinit.impl.NDArraySupplierInitScheme
 
create(int[]) - Method in class org.nd4j.weightinit.impl.NDArraySupplierInitScheme
 
create(int[], INDArray) - Method in interface org.nd4j.weightinit.WeightInitScheme
Create the array
create(int[]) - Method in interface org.nd4j.weightinit.WeightInitScheme
Create the array
createAccum(String, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createAccum(String, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createAccum(String, INDArray, INDArray, INDArray, Object[]) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createAccum(String, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createAccum(String, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Accumulation operation
createAccum(String, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Accumulation operation
createAccum(String, INDArray, INDArray, INDArray, Object[]) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createAccum(String, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createArrayFromShapeBuffer(DataBuffer, DataBuffer) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createArrayFromShapeBuffer(DataBuffer, Pair<DataBuffer, int[]>) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createAVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatProperties
 
createBinomial(int, INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createBinomial(int, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createBinomial(int, INDArray) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Create a distribution
createBinomial(int, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Create a distribution
createBlas() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create blas
createBroadcastOp(String, INDArray, INDArray, INDArray, int...) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createBroadcastOp(String, INDArray, INDArray, INDArray, Object[], int...) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createBroadcastOp(String, INDArray, INDArray, int...) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createBroadcastOp(String, INDArray, INDArray, INDArray, int...) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Create a vector operation
createBroadcastOp(String, INDArray, INDArray, INDArray, Object[], int...) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createBroadcastOp(String, INDArray, INDArray, int...) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Create a vector operation
createBuffer(DataBuffer, long, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a view of a data buffer that leverages the underlying storage of the buffer with a new view
createBuffer(int[], DataBuffer.Type, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer equal of length prod(shape)
createBuffer(ByteBuffer, DataBuffer.Type, int, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a buffer of the specified opType and length with the given byte buffer.
createBuffer(byte[], int, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBuffer(int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer equal of length prod(shape)
createBuffer(int, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a buffer of the specified length based on the data opType
createBuffer(DoublePointer, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a double data opType buffer of the specified length
createBuffer(FloatPointer, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a float opType data buffer of the given length
createBuffer(IntPointer, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an int data buffer from the given pointer and the given length
createBuffer(float[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBuffer(double[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBuffer(int[], DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer equal of length prod(shape)
createBuffer(ByteBuffer, DataBuffer.Type, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a buffer of the specified opType and length with the given byte buffer.
createBuffer(byte[], int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBuffer(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer equal of length prod(shape)
createBuffer(long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a buffer of the specified length based on the data opType
createBuffer(Pointer, DataBuffer.Type, long, Indexer) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a data buffer based on a pointer with the given opType and length
createBuffer(long, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createBuffer(float[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBuffer(double[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer based on the data opType
createBufferDetached(int[], DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createBufferDetached(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a buffer equal of length prod(shape).
createBufferDetached(float[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createBufferDetached(double[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createBufferVector(FlatBufferBuilder, byte[]) - Static method in class org.nd4j.graph.FlatArray
 
createComplex(int[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
createComplex(INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(IComplexNumber[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(List<IComplexNDArray>, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(double[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified data
createComplex(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray
createComplex(int[], int[], long, char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
createComplex(float[], int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(float[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
createComplex(float[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
createComplex(double[], int[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
createComplex(float[], int[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndrray with the specified shape
createComplex(double[], int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int, int, int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int, int, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int[], int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long, char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a complex ndarray with the given data
createComplex(double[], int[], long, char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
createComplex(double[], int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
createComplex(float[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified data
createComplex(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray from the passed in indarray
createComplex(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray
createComplex(INDArray, INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray based on the real and imaginary
createComplex(IComplexNumber[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray from the passed in indarray
createComplex(List<IComplexNDArray>, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray from the passed in indarray
createComplex(double[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified data
createComplex(int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray
createComplex(IComplexNumber[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray from the passed in indarray
createComplex(float[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(double[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(float[], int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(double[], int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(float[], int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(float[], int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(double[], int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(DataBuffer, int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(DataBuffer, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(DataBuffer, int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(DataBuffer, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(DataBuffer, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(IComplexNumber[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex array from the given numbers
createComplex(IComplexNumber[][]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a complex ndarray based on the specified matrices
createComplex(float[], int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(float[], int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(float[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(double[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(float[], int[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(double[], int[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndrray with the specified shape
createComplex(double[], int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int, int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int, int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a complex ndarray with the specified shape
createComplex(float[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create complex ndarray
createComplex(double[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(double[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(double[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(float[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createComplex(int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(IComplexNumber[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(List<IComplexNDArray>, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a complex ndarray from the passed in indarray
createComplex(double[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified data
createComplex(DataBuffer) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified data
createComplex(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray
createComplex(float[], int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(DataBuffer, int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(DataBuffer, int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(IComplexNumber[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(IComplexNumber[], int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(IComplexNumber[], int[], int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(IComplexNumber[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(IComplexNumber[], int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(float[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(double[], int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(float[], int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(double[], int, int, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(DataBuffer, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(DataBuffer, int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndrray with the specified shape
createComplex(int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int, int, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a complex ndarray with the specified shape
createComplex(double[], int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a complex ndarray with the given data
createComplex(double[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(DataBuffer, int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(double[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(DataBuffer, int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[], int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(DataBuffer, int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(float[], Character) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(int[], int[], int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplex(int[], int[], long, char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createComplexNumber(Number, Number) - Static method in class org.nd4j.linalg.factory.Nd4j
Create double based on real and imaginary
createConstant(double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createConstant(double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Creates constant distribution
createCoveringShape(int[]) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Creates an index covering the given shape (for each dimension 0,shape[i])
CREATED - Static variable in interface org.nd4j.linalg.api.instrumentation.Instrumentation
 
createDimensionsVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createDouble(double, double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an instance of a complex double
createDouble(double, double) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an instance of a complex double
createDouble(double, double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an instance of a complex double
createDVector(FlatBufferBuilder, double[]) - Static method in class org.nd4j.graph.FlatProperties
 
createExtraIntegerVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createExtraParamsVector(FlatBufferBuilder, float[]) - Static method in class org.nd4j.graph.FlatNode
 
createFlatArray(FlatBufferBuilder, int, int, byte, byte) - Static method in class org.nd4j.graph.FlatArray
 
createFlatConfiguration(FlatBufferBuilder, long, byte, byte, byte, boolean, long, long, byte) - Static method in class org.nd4j.graph.FlatConfiguration
 
createFlatGraph(FlatBufferBuilder, long, int, int, int, int) - Static method in class org.nd4j.graph.FlatGraph
 
createFlatNode(FlatBufferBuilder, int, int, byte, long, int, int, int, byte, int, int, int, int, int, float, int, int) - Static method in class org.nd4j.graph.FlatNode
 
createFlatProperties(FlatBufferBuilder, int, int, int, int, int) - Static method in class org.nd4j.graph.FlatProperties
 
createFlatResult(FlatBufferBuilder, long, int, int, long, long) - Static method in class org.nd4j.graph.FlatResult
 
createFlatTiming(FlatBufferBuilder, int, int, int) - Static method in class org.nd4j.graph.FlatTiming
 
createFlatVariable(FlatBufferBuilder, int, int, int, int, int) - Static method in class org.nd4j.graph.FlatVariable
 
createFloat(float, float) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create float
createFloat(float, float) - Static method in class org.nd4j.linalg.factory.Nd4j
Create double
createFloat(float, float) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create float
createFromFlatArray(FlatArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an INDArray from a flatbuffers FlatArray
createFromNpyFile(File) - Static method in class org.nd4j.linalg.factory.Nd4j
Create from a given numpy file.
createFromNpyFile(File) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create from a given numpy file.
createFromNpyPointer(Pointer) - Static method in class org.nd4j.linalg.factory.Nd4j
Create from an in memory numpy pointer
createFromNpyPointer(Pointer) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create from an in memory numpy pointer
createFromStartAndEnd(INDArray, INDArray) - Static method in class org.nd4j.linalg.indexing.Indices
Create an n dimensional index based on the given interval indices.
createFromStartAndEnd(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.indexing.Indices
Create indices representing intervals along each dimension
createGradientOp(String, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createGradientOp(String, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createIndexAccum(String, INDArray, INDArray, INDArray, Object[]) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createIndexAccum(String, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createIndexAccum(String, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createIndexAccum(String, INDArray, INDArray, INDArray, Object[]) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createIndexAccum(String, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createIndexAccum(String, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Index accumulation operation
createInputMatrix(int) - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
Creates a feature vector
createInputPairedVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createInputVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createIntPair(FlatBufferBuilder, int, int) - Static method in class org.nd4j.graph.IntPair
 
createIntTriple(FlatBufferBuilder, int, int, int) - Static method in class org.nd4j.graph.IntTriple
 
createIVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatProperties
 
createLapack() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create lapack
createLevel1() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create level 1
createLevel2() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create level 2
createLevel3() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create level 3
createLogNormal(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createLogNormal(double, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Creates a log-normal distribution
createLongPair(FlatBufferBuilder, long, long) - Static method in class org.nd4j.graph.LongPair
 
createLossFunction(String, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createLossFunction(String, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
Create a loss function with the given inputs and outputs
createLVector(FlatBufferBuilder, long[]) - Static method in class org.nd4j.graph.FlatProperties
 
createNodesVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatGraph
 
createNormal(INDArray, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createNormal(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createNormal(INDArray, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Create a normal distribution with the given mean and std
createNormal(double, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Create a normal distribution with the given mean and std
createNpyFromInputStream(InputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a numpy array based on the passed in input stream
createOrthogonal(double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createOrthogonal(double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Creates orthogonal distribution
createOutputMatrix(int) - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
createOutputsVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatGraph
 
createOutputVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createOutputVector(int) - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
Creates an output label matrix
createPropertiesVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatNode
 
createScalar(double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
createScalar(double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
createScalarForIndex(int, boolean) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
createScalarForIndex(int, boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
createScalarTransform(String, INDArray, INDArray, double) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createScalarTransform(String, INDArray, double) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createScalarTransform(String, INDArray, Object[], double) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createScalarTransform(String, INDArray, INDArray, INDArray, double) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createScalarTransform(String, INDArray, INDArray, INDArray, Object[], double) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createScalarTransform(String, INDArray, INDArray, double) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createScalarTransform(String, INDArray, double) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createScalarTransform(String, INDArray, Object[], double) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createScalarTransform(String, INDArray, INDArray, INDArray, double) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createScalarTransform(String, INDArray, INDArray, INDArray, Object[], double) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createShape(String, INDArray, INDArray, Object[]) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createShape(String, INDArray, INDArray, Object[]) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createShapeInformation(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
This method creates shapeInformation buffer, based on shape being passed in
createShapeInformation(int[], char) - Method in class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
This method creates shapeInformation buffer, based on shape & order being passed in
createShapeInformation(int[], int[], long, int, char) - Method in class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
 
createShapeInformation(int[]) - Method in interface org.nd4j.linalg.api.ndarray.ShapeInfoProvider
This method creates shapeInformation buffer, based on shape being passed in
createShapeInformation(int[], char) - Method in interface org.nd4j.linalg.api.ndarray.ShapeInfoProvider
This method creates shapeInformation buffer, based on shape & order being passed in
createShapeInformation(int[], int[], long, int, char) - Method in interface org.nd4j.linalg.api.ndarray.ShapeInfoProvider
This method creates shapeInformation buffer, based on detailed shape information being passed in
createShapeInformation(int[], int[], long, int, char) - Static method in class org.nd4j.linalg.api.shape.Shape
Creates the shape information buffer given the shape,stride
createShapeVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatArray
 
createShapeVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatVariable
 
createSparseCOO(double[], int[][], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCOO(float[], int[][], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCOO(DataBuffer, DataBuffer, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCOO(DataBuffer, DataBuffer, DataBuffer, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCOO(DataBuffer, DataBuffer, long[], int[], int[], int[], int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCOO(double[], int[][], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCOO(float[], int[][], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCOO(DataBuffer, DataBuffer, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCOO(DataBuffer, DataBuffer, DataBuffer, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCOO(DataBuffer, DataBuffer, long[], int[], int[], int, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCSR(double[], int[], int[], int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCSR(float[], int[], int[], int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCSR(DataBuffer, int[], int[], int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
createSparseCSR(double[], int[], int[], int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCSR(float[], int[], int[], int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseCSR(DataBuffer, int[], int[], int[], int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createSparseInformation(int[], long[], int[], int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseInfoProvider
 
createSparseInformation(int[], long[], int[], int) - Method in interface org.nd4j.linalg.api.ndarray.SparseInfoProvider
 
createSparseInformation(int[], long[], int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
createStashIfNotExists(T) - Method in class org.nd4j.linalg.memory.stash.BasicStashManager
 
createStashIfNotExists(T) - Method in interface org.nd4j.linalg.memory.stash.StashManager
 
createSubset(int) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
createTimingVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatResult
 
createTransform(String, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createTransform(String, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createTransform(String, INDArray, Object[]) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createTransform(String, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createTransform(String, INDArray, INDArray, INDArray, Object[]) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
createTransform(String, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createTransform(String, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createTransform(String, INDArray, Object[]) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createTransform(String, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createTransform(String, INDArray, INDArray, INDArray, Object[]) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
 
createTruncatedNormal(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createTruncatedNormal(double, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Creates truncated normal distribution
createUniform(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
createUniform(double, double) - Method in interface org.nd4j.linalg.api.rng.distribution.factory.DistributionFactory
Create a uniform distribution with the given min and max
createUninitialized(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns uninitialized 2D array of rows x columns PLEASE NOTE: memory of underlying array will be NOT initialized, and won't be set to 0.0
createUninitialized(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an *uninitialized* ndarray with the specified shape and ordering.
NOTE: The underlying memory (DataBuffer) will not be initialized.
createUninitialized(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an *uninitialized* ndarray with the specified shape and default ordering.
NOTE: The underlying memory (DataBuffer) will not be initialized.
createUninitialized(int) - Static method in class org.nd4j.linalg.factory.Nd4j
This method creates an *uninitialized* ndarray of specified length and default ordering.
createUninitialized(int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
createUninitializedDetached(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Cretes uninitialized INDArray detached from any (if any) workspace
createUninitializedDetached(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Cretes uninitialized INDArray detached from any (if any) workspace
createUninitializedDetached(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Cretes uninitialized INDArray detached from any (if any) workspace
createUninitializedDetached(int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Cretes uninitialized INDArray detached from any (if any) workspace
createVariablesVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatGraph
 
createVariablesVector(FlatBufferBuilder, int[]) - Static method in class org.nd4j.graph.FlatResult
 
cross(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cross(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cross(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Cross - Class in org.nd4j.linalg.api.ops.impl.shape
Pairwise cross-product of two tensors of the same shape.
Cross() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Cross
 
Cross(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Cross
 
cscal(int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
csscal(int, float, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
cswap(int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
csymm(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
csyr2k(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
csyrk(char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexFloat, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ctbmv(char, char, char, char, int, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ctbsv(char, char, char, char, int, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ctpmv(char, char, char, char, int, IComplexNDArray, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ctpsv(char, char, char, char, int, IComplexNDArray, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ctrmm(char, char, char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ctrmv(char, char, char, char, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ctrsm(char, char, char, char, char, int, int, IComplexFloat, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ctrsv(char, char, char, char, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
cube(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cube(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cube(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Cube - Class in org.nd4j.linalg.api.ops.impl.transforms
Cube (x^3) elementwise function
Cube(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
Cube(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
cubeDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
CubeDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Cube derivative, e.g.
CubeDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CubeDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
CUDA_DEVICE_INFORMATION_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_DEVICE_MAJOR_VERSION_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_DEVICE_MINOR_VERSION_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_DEVICE_NAME_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_FREE_MEMORY_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_NUM_GPUS_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
CUDA_TOTAL_MEMORY_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
cumprod(SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cumprod(SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cumprod(String, SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
CumProd - Class in org.nd4j.linalg.api.ops.impl.accum
 
CumProd() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
CumProd(SameDiff, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
CumProd(SameDiff, SDVariable, boolean, boolean, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
cumsum(SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
cumsum(SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cumsum(String, SDVariable, boolean, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
cumsum(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Cumulative sum along a dimension (in place)
cumsum(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Cumulative sum along a dimension (in place)
cumsum(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Cumulative sum along a dimension (in place)
cumsum(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
cumsum(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the cumulative sum along a dimension.
CumSum - Class in org.nd4j.linalg.api.ops.impl.accum
Cumulative sum operation, optionally along dimension.
CumSum() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
CumSum(SameDiff, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
CumSum(SameDiff, SDVariable, boolean, boolean, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
cumsum(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
cumsum(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
cumsum(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
cumsum(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
cumsumi(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Cumulative sum along a dimension
cumsumi(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Cumulative sum along a dimension
cumsumi(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Cumulative sum along a dimension
cumsumi(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
cumsumi(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the cumulative sum along a dimension.
cumulativeProbability(double) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Deprecated.
As of 3.1. In 4.0, this method will be renamed probability(double x0, double x1).
cumulativeProbability(int) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Deprecated.
See org.apache.commons.math3.distribution.RealDistribution#cumulativeProbability(double, double)
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Deprecated.
See org.apache.commons.math3.distribution.RealDistribution#cumulativeProbability(double, double)
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Deprecated.
See org.apache.commons.math3.distribution.RealDistribution#cumulativeProbability(double, double)
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Deprecated.
See org.apache.commons.math3.distribution.RealDistribution#cumulativeProbability(double, double)
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Deprecated.
See org.apache.commons.math3.distribution.RealDistribution#cumulativeProbability(double, double)
cumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X <= x).
cumulativeProbability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
 
curr - Variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
current() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Return the current index without incrementing the counter
current() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
current() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
current() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
current() - Method in class org.nd4j.linalg.indexing.NewAxis
 
current() - Method in class org.nd4j.linalg.indexing.PointIndex
 
current() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
CURRENT_WORK_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ReaderBaseState
 
currentMomentum(int, int) - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
currentSize - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
cursor() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
The current cursor if applicable
cursor - Variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
cursor() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
Direct access to a number represenative of iterating through a dataset
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
cursor value of zero indicates no iterations and the very first fold will be held out as test cursor value of 1 indicates the the next() call will return all but second fold which will be held out as test curson value of k-1 indicates the next() call will return all but the last fold which will be held out as test
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
The current cursor if applicable
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
cursor() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
cursor() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
cursor() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
cursor() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
CUSTOM - Static variable in class org.nd4j.graph.OpType
 
CustomOp - Interface in org.nd4j.linalg.api.ops
This interface describe "custom operations.
CustomOpDescriptor - Class in org.nd4j.linalg.api.ops
This class is simple POJO that contains basic information about CustomOp
CustomOpDescriptor() - Constructor for class org.nd4j.linalg.api.ops.CustomOpDescriptor
 
CustomSerializerStrategy<T extends Normalizer> - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Base class for custom normalizer serializers
CustomSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.CustomSerializerStrategy
 
cycleAllocations - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
cyclesCount - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 

D

d(int) - Method in class org.nd4j.graph.FlatProperties
 
dAsByteBuffer() - Method in class org.nd4j.graph.FlatProperties
 
dasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dasum(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
data - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
data() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
data - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
data() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
data() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
data() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a linear double array representation of this ndarray
DATA_BUFFER_FACTORY_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DATA_BUFFER_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DATA_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
DATA_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
DATA_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
dataBufferFactoryClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DataBufferFastCloner - Class in org.nd4j.autodiff.util.cloner
 
DataBufferFastCloner() - Constructor for class org.nd4j.autodiff.util.cloner.DataBufferFastCloner
 
DataBufferLogEntry - Class in org.nd4j.linalg.api.instrumentation
Data buffer log entry.
DataBufferLogEntry() - Constructor for class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
DataBufferLogEntry(DataBuffer, String) - Constructor for class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
DataBufferLogEntry(DataBuffer) - Constructor for class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
dataBufferToArray(DataBuffer) - Static method in class org.nd4j.linalg.cache.TadDescriptor
Obtain the values from the shape buffer for the array
DataNormalization - Interface in org.nd4j.linalg.dataset.api.preprocessor
An interface for data normalizers.
DataSet - Interface in org.nd4j.linalg.dataset.api
Created by agibsonccc on 8/26/14.
DataSet - Class in org.nd4j.linalg.dataset
A data transform (example/outcome pairs) The outcomes are specifically for neural network encoding such that any labels that are considered true are 1s.
DataSet() - Constructor for class org.nd4j.linalg.dataset.DataSet
 
DataSet(INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.DataSet
Creates a dataset with the specified input matrix and labels
DataSet(INDArray, INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.DataSet
Create a dataset with the specified input INDArray and labels (output) INDArray, plus (optionally) mask arrays for the features and labels
dataSetBatches(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Deprecated.
dataSetBatches(int) - Method in class org.nd4j.linalg.dataset.DataSet
Partitions the data transform by the specified number.
DataSetCache - Interface in org.nd4j.linalg.dataset.api.iterator.cache
Created by anton on 7/16/16.
DataSetFetcher - Interface in org.nd4j.linalg.dataset.api.iterator.fetcher
A low level interface for loading datasets in to memory.
DataSetIterator - Interface in org.nd4j.linalg.dataset.api.iterator
A DataSetIterator handles traversing through a dataset and preparing

data for a neural network.

DataSetIteratorFactory - Interface in org.nd4j.linalg.dataset.api.iterator
DataSetPreProcessor - Interface in org.nd4j.linalg.dataset.api
Pre process a dataset
DataSetUtil - Class in org.nd4j.linalg.dataset.api
Created by susaneraly on 9/20/16.
DataSetUtil() - Constructor for class org.nd4j.linalg.dataset.api.DataSetUtil
 
DataSetUtils - Class in org.nd4j.linalg.util
shows content of some classes
DataSetUtils(SIS, String) - Constructor for class org.nd4j.linalg.util.DataSetUtils
 
DataType - Class in org.nd4j.graph
 
dataType() - Method in class org.nd4j.graph.FlatNode
 
dataType - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
dataType() - Static method in class org.nd4j.linalg.factory.Nd4j
Returns the data opType used for the runtime
DataType - Enum in org.tensorflow.framework
LINT.IfChange
DataTypeAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
 
DataTypeAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.DataTypeAdapter
 
dataTypeForTensor(TENSOR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
dataTypeForTensor(OnnxProto3.TypeProto.Tensor) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
dataTypeForTensor(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
DataTypeValidation - Class in org.nd4j.linalg.factory
Data opType validation
DataTypeValidation() - Constructor for class org.nd4j.linalg.factory.DataTypeValidation
 
daxpy(int, double, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
daxpy(int, double, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
daxpyi(int, double, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
DCOMPLEX_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
dcoomv(char, int, DataBuffer, DataBuffer, DataBuffer, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
dcopy(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dcopy(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ddot(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ddot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ddoti(int, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
decompress(DataBuffer) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Decompress the given databuffer
decompress(INDArray) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
decompress(INDArray) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method returns decompressed copy of referenced array
decompress(DataBuffer) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
Return a compressed databuffer
decompressi(INDArray) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
in place decompression of the given ndarray.
decompressi(INDArray) - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
Inplace decompression of INDArray
deconv2d(SDVariable[], DeConv2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Deconv2d operation.
deconv2d(SDVariable[], DeConv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Deconv2d operation.
deconv2d(String, SDVariable[], DeConv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Deconv2d operation.
DeConv2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
DeConv2D operation
DeConv2D(SameDiff, SDVariable[], INDArray[], INDArray[], DeConv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
DeConv2DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
DeConv2DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.DeConv2DConfig
 
DeConv2DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
DeConv2DDerivative operation
DeConv2DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
DeConv2DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], DeConv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
DEFAULT_ADADELTA_EPSILON - Static variable in class org.nd4j.linalg.learning.config.AdaDelta
 
DEFAULT_ADADELTA_RHO - Static variable in class org.nd4j.linalg.learning.config.AdaDelta
 
DEFAULT_ADAGRAD_EPSILON - Static variable in class org.nd4j.linalg.learning.config.AdaGrad
 
DEFAULT_ADAGRAD_EPSILON - Static variable in class org.nd4j.linalg.learning.legacy.AdaGrad
 
DEFAULT_ADAGRAD_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.AdaGrad
 
DEFAULT_ADAM_BETA1_MEAN_DECAY - Static variable in class org.nd4j.linalg.learning.config.Adam
 
DEFAULT_ADAM_BETA2_VAR_DECAY - Static variable in class org.nd4j.linalg.learning.config.Adam
 
DEFAULT_ADAM_EPSILON - Static variable in class org.nd4j.linalg.learning.config.Adam
 
DEFAULT_ADAM_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.Adam
 
DEFAULT_ADAMAX_BETA1_MEAN_DECAY - Static variable in class org.nd4j.linalg.learning.config.AdaMax
 
DEFAULT_ADAMAX_BETA2_VAR_DECAY - Static variable in class org.nd4j.linalg.learning.config.AdaMax
 
DEFAULT_ADAMAX_EPSILON - Static variable in class org.nd4j.linalg.learning.config.AdaMax
 
DEFAULT_ADAMAX_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.AdaMax
 
DEFAULT_ALPHA - Static variable in class org.nd4j.linalg.activations.impl.ActivationELU
 
DEFAULT_ALPHA - Static variable in class org.nd4j.linalg.activations.impl.ActivationLReLU
 
DEFAULT_ALPHA - Static variable in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
DEFAULT_BETA - Static variable in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
DEFAULT_CLIPPING_EPSILON - Static variable in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
DEFAULT_INVERSE_ABSOLUTE_ACCURACY - Static variable in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Default inverse cumulative probability accuracy.
DEFAULT_INVERSE_ABSOLUTE_ACCURACY - Static variable in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Default inverse cumulative probability accuracy.
DEFAULT_INVERSE_ABSOLUTE_ACCURACY - Static variable in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Default inverse cumulative probability accuracy.
DEFAULT_INVERSE_ABSOLUTE_ACCURACY - Static variable in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Default inverse cumulative probability accuracy.
DEFAULT_INVERSE_ABSOLUTE_ACCURACY - Static variable in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Default inverse cumulative probability accuracy.
DEFAULT_L - Static variable in class org.nd4j.linalg.activations.impl.ActivationRReLU
 
DEFAULT_NADAM_BETA1_MEAN_DECAY - Static variable in class org.nd4j.linalg.learning.config.Nadam
 
DEFAULT_NADAM_BETA2_VAR_DECAY - Static variable in class org.nd4j.linalg.learning.config.Nadam
 
DEFAULT_NADAM_EPSILON - Static variable in class org.nd4j.linalg.learning.config.Nadam
 
DEFAULT_NADAM_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.Nadam
 
DEFAULT_NESTEROV_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.Nesterovs
 
DEFAULT_NESTEROV_MOMENTUM - Static variable in class org.nd4j.linalg.learning.config.Nesterovs
 
DEFAULT_PATTERN - Static variable in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
DEFAULT_RMSPROP_EPSILON - Static variable in class org.nd4j.linalg.learning.config.RmsProp
 
DEFAULT_RMSPROP_LEARNING_RATE - Static variable in class org.nd4j.linalg.learning.config.RmsProp
 
DEFAULT_RMSPROP_RMSDECAY - Static variable in class org.nd4j.linalg.learning.config.RmsProp
 
DEFAULT_SGD_LR - Static variable in class org.nd4j.linalg.learning.config.Sgd
 
DEFAULT_U - Static variable in class org.nd4j.linalg.activations.impl.ActivationRReLU
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Attr
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
DEFAULT_VISIBILITY_VALUE - Static variable in enum org.tensorflow.framework.ApiDef.Visibility
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
defaultCompression - Variable in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
defaultConfiguration - Variable in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
DefaultConvolutionInstance - Class in org.nd4j.linalg.convolution
Default convolution instance (FFT based)
DefaultConvolutionInstance() - Constructor for class org.nd4j.linalg.convolution.DefaultConvolutionInstance
 
DefaultDistributionFactory - Class in org.nd4j.linalg.api.rng.distribution.factory
Default distribution factory
DefaultDistributionFactory() - Constructor for class org.nd4j.linalg.api.rng.distribution.factory.DefaultDistributionFactory
 
DefaultOpConverter - Class in org.nd4j.linalg.api.ops
 
DefaultOpConverter() - Constructor for class org.nd4j.linalg.api.ops.DefaultOpConverter
 
DefaultOpExecutioner - Class in org.nd4j.linalg.api.ops.executioner
Basic op executioner.
DefaultOpExecutioner() - Constructor for class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
DefaultOpFactory - Class in org.nd4j.linalg.api.ops.factory
Default operations factory
DefaultOpFactory() - Constructor for class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
DefaultRandom - Class in org.nd4j.linalg.api.rng
Apache commons based random number generation Please note: this implementation can't be used for NativeOps execution
DefaultRandom() - Constructor for class org.nd4j.linalg.api.rng.DefaultRandom
Initialize with a System.currentTimeMillis() seed
DefaultRandom(long) - Constructor for class org.nd4j.linalg.api.rng.DefaultRandom
 
DefaultRandom(RandomGenerator) - Constructor for class org.nd4j.linalg.api.rng.DefaultRandom
 
DefaultSameDiffConditional() - Constructor for class org.nd4j.autodiff.samediff.SameDiff.DefaultSameDiffConditional
 
DEFERRED_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawDeallocation
 
define(SameDiff, Map<String, INDArray>, SDVariable[]) - Method in interface org.nd4j.autodiff.samediff.SameDiff.SameDiffFunctionDefinition
 
definedFunctionNames() - Method in class org.nd4j.autodiff.samediff.SameDiff
The set of defined function names
defineFunction(String, SameDiff.SameDiffFunctionDefinition, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
defineFunction(String, SameDiff.SameDiffFunctionDefinition) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
defineFunction(String, SameDiff.SameDiffFunctionDefinition, Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
denseDifference(Function<INDArray, INDArray>, INDArray, INDArray, INDArray, INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
 
density(double) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
density(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Returns the probability density function (PDF) of this distribution evaluated at the specified point x.
DEPRECATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
DEPRECATION_VERSION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Endpoint
 
depthToSpace(SDVariable, int, String) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
depthToSpace(SDVariable, int, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
depthToSpace(String, SDVariable, int, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
DepthToSpace - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Inverse operation to SpaceToDepth.
DepthToSpace() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
DepthToSpace(SameDiff, SDVariable[], int, String) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
depthWiseConv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Depthwise Conv2d operation.
depthWiseConv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Depth-wise Conv2d operation.
depthWiseConv2d(String, SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Depth-wise Conv2d operation.
DepthwiseConv2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Depthwise Conv2D operation
DepthwiseConv2D(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
DepthwiseConv2D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
derivedId(long) - Method in class org.nd4j.linalg.heartbeat.Heartbeat
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Arg
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Attr
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
DESCRIPTION_PREFIX_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
DESCRIPTION_SUFFIX_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
deserialize(JsonParser, DeserializationContext) - Method in class org.nd4j.linalg.lossfunctions.serde.RowVectorDeserializer
 
DESTINATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
destroyAllWorkspacesForCurrentThread() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method destroys all workspaces allocated in current thread
DESTROYED - Static variable in interface org.nd4j.linalg.api.instrumentation.Instrumentation
 
destroyWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method causes Workspace destruction: all memory allocations are released after this call.
destroyWorkspace(boolean) - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
destroyWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
destroyWorkspace(boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method basically deallocates workspace memory
destroyWorkspace(MemoryWorkspace) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method destroys given workspace
destroyWorkspace() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method destroy default workspace, if any
detach() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This metod detaches INDArray from Workspace, returning copy.
detach() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
detach() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method detaches INDArray from Workspace, returning copy.
detach() - Method in interface org.nd4j.linalg.dataset.api.DataSet
This method detaches this DataSet from current Workspace (if any)
detach() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
This method detaches this MultiDataSet from current Workspace (if any)
detach() - Method in class org.nd4j.linalg.dataset.DataSet
This method migrates this DataSet into current Workspace (if any)
detach() - Method in class org.nd4j.linalg.dataset.MultiDataSet
This method migrates this DataSet into current Workspace (if any)
DEV_STATS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.StepStats
 
device() - Method in class org.nd4j.graph.FlatNode
 
device() - Method in class org.nd4j.graph.FlatVariable
 
DEVICE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
DEVICE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceStepStats
 
DEVICE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeDef
 
DEVICE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ResourceHandleProto
 
DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
DEVICE_TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
DEVICE_TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef
 
DeviceAttributes - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceAttributes
DeviceAttributes.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceAttributes
DeviceAttributesOrBuilder - Interface in org.tensorflow.framework
 
DeviceAttributesProtos - Class in org.tensorflow.framework
 
deviceId - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
DeviceLocal<T> - Class in org.nd4j.linalg.util
Class similar to Java ThreadLocal class, but locality is preserved with respect to device used
DeviceLocal() - Constructor for class org.nd4j.linalg.util.DeviceLocal
 
DeviceLocality - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceLocality
DeviceLocality.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceLocality
DeviceLocalityOrBuilder - Interface in org.tensorflow.framework
 
DeviceLocalNDArray - Class in org.nd4j.linalg.util
DeviceLocal implementation for INDArray, with special broadcast method
DeviceLocalNDArray() - Constructor for class org.nd4j.linalg.util.DeviceLocalNDArray
 
DeviceLocalNDArray(INDArray) - Constructor for class org.nd4j.linalg.util.DeviceLocalNDArray
 
deviceOffset - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
DeviceStepStats - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceStepStats
DeviceStepStats.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.DeviceStepStats
DeviceStepStatsOrBuilder - Interface in org.tensorflow.framework
 
dgbmv(char, char, int, int, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dgemm(char, char, char, int, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
dgemv(char, char, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dgeqrf(int, int, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
dger(char, int, int, double, INDArray, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dgesvd(byte, byte, int, int, INDArray, INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
dgetrf(int, int, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
diag(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
diag(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
diag(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Diag - Class in org.nd4j.linalg.api.ops.impl.shape
Computes a diagonal matrix of shape (n, n) from a vector of length n.
Diag() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Diag
 
Diag(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Diag
 
Diag(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Diag
 
diag(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a new matrix where the values of the given vector are the diagonal values of the matrix if a vector is passed in, if a matrix is returns the kth diagonal in the matrix
diag(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a new matrix where the values of the given vector are the diagonal values of the matrix if a vector is passed in, if a matrix is returns the kth diagonal in the matrix
diag(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a new matrix where the values of the given vector are the diagonal values of the matrix if a vector is passed in, if a matrix is returns the kth diagonal in the matrix
diag(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a new matrix where the values of the given vector are the diagonal values of the matrix if a vector is passed in, if a matrix is returns the kth diagonal in the matrix
diagPart(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
diagPart(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
diagPart(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
DiagPart - Class in org.nd4j.linalg.api.ops.impl.shape
Return the diagonal part of a tensor.
DiagPart() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
DiagPart(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
diff(List<SDVariable>) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Perform automatic differentiation wrt the input variables
diff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
DifferentialFunction - Class in org.nd4j.autodiff.functions
 
DifferentialFunction() - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
 
DifferentialFunction(SameDiff, NodeDef, Map<String, AttrValue>, GraphDef) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
Initialize the function from the given NodeDef
DifferentialFunction(SameDiff, OnnxProto3.NodeProto, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
Initialize the function from the given OnnxProto3.NodeProto
DifferentialFunction(SameDiff, boolean, Object[]) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
 
DifferentialFunction(SameDiff, Object[]) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
 
DifferentialFunction(SameDiff, SDVariable[]) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
 
DifferentialFunction(SameDiff, boolean, SDVariable[]) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunction
Add the various arguments for this function
DifferentialFunctionClassHolder - Class in org.nd4j.imports.converters
 
DifferentialFunctionFactory - Class in org.nd4j.autodiff.functions
 
DifferentialFunctionFactory(SameDiff) - Constructor for class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
dilation2D(SDVariable, SDVariable, int[], int[], boolean) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
dilation2D(SDVariable, SDVariable, int[], int[], boolean) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
dilation2D(String, SDVariable, SDVariable, int[], int[], boolean) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Dilation2D - Class in org.nd4j.linalg.api.ops.impl.transforms
Dilation2D op wrapper
Dilation2D() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
Dilation2D(SameDiff, SDVariable[], int[], int[], boolean, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
Dilation2D(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
DIM_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorShapeProto
 
DIM_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorShapeProto
 
DIM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorShapeProto
 
DIM_PARAM_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
DIM_PARAM_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
DIM_VALUE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
DIM_VALUE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
dimension - Variable in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
dimensions - Variable in class org.nd4j.autodiff.functions.DifferentialFunction
 
dimensions(int) - Method in class org.nd4j.graph.FlatNode
 
dimensionsAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
dimensionsLength() - Method in class org.nd4j.graph.FlatNode
 
DIMS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
DIMS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
dimShuffle(Object[], int[], boolean[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Dimshuffle: an extension of permute that adds the ability to broadcast various dimensions.
dimShuffle(Object[], int[], boolean[]) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Dimshuffle: an extension of permute that adds the ability to broadcast various dimensions.
dimShuffle(Object[], int[], boolean[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Dimshuffle: an extension of permute that adds the ability to broadcast various dimensions.
dimShuffle(Object[], int[], boolean[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
dimShuffle(Object[], int[], boolean[]) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Dimshuffle: an extension of permute that adds the ability to broadcast various dimensions.
Direction - Class in org.nd4j.graph
 
direction() - Method in class org.nd4j.graph.FlatConfiguration
 
disabledCounter - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
disableDebugging() - Method in class org.nd4j.autodiff.samediff.SameDiff
Clears debugging state and disables debug mode.
disableHeartbeat() - Method in class org.nd4j.linalg.heartbeat.Heartbeat
 
DISPLAY_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryMetadata
 
distance1(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the (1-norm) distance.
distance1(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the (1-norm) distance.
distance1(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
distance1(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the (1-norm) distance.
distance2(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the (euclidean) distance.
distance2(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the (euclidean) distance.
distance2(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
distance2(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the (euclidean) distance.
Distribution - Interface in org.nd4j.linalg.api.rng.distribution
A probability distribution
DISTRIBUTION - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DISTRIBUTION_FACTORY - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DistributionFactory - Interface in org.nd4j.linalg.api.rng.distribution.factory
Create a distribution
distributionFactoryClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
DistributionInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weights based on a given Distribution
DistributionInitScheme(char, Distribution) - Constructor for class org.nd4j.weightinit.impl.DistributionInitScheme
 
DistributionStats - Class in org.nd4j.linalg.dataset.api.preprocessor.stats
Statistics about the normal distribution of values in data (means and standard deviations).
DistributionStats(INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats
 
DistributionStats.Builder - Class in org.nd4j.linalg.dataset.api.preprocessor.stats
DynamicCustomOpsBuilder class that can incrementally update a running mean and variance in order to create statistics for a large set of data
DistributionUniform - Class in org.nd4j.linalg.api.ops.random.custom
Uniform distribution wrapper
DistributionUniform() - Constructor for class org.nd4j.linalg.api.ops.random.custom.DistributionUniform
 
div(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
div(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
div(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
div(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
div(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
div(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
div(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
div(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
div(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place (element wise) division of two matrices
div(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy (element wise) division of two matrices
div(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
div(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
div(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
div(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
div(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
div(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
div(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
div(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place (element wise) division of two matrices
div(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy (element wise) division of two matrices
div(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
div(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place (element wise) division of two matrices
div(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy (element wise) division of two matrices
div(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
div(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
div(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
div(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
div(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Division by a number
div(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
div(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Copy (element wise) division of two NDArrays
div(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
copy (element wise) division of two NDArrays
div(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
div(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
div(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast divide op.
divBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
DivBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Division backprop operation.
DivBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.DivBpOp
 
DivBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.DivBpOp
 
divColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
divColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
divColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
divColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Division of a column vector (copy)
divi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
divi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
divi(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
divi(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
divi(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
divi(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
divi(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
divi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
divi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place (element wise) division of two matrices
divi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place (element wise) division of two matrices
divi(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
divi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
divi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
divi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
divi(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
divi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
divi(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
divi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
divi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place (element wise) division of two matrices
divi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place (element wise) division of two matrices
divi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
divi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place (element wise) division of two matrices
divi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place (element wise) division of two matrices
divi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
divi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
divi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
divi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place scalar division
divi(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place division of this ndarray
divi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) division of two NDArrays
divi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) division of two NDArrays
divi(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
divi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
diviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
diviColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
diviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
diviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
diviColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place division of a column vector
divideBy(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Divide the features by a scalar
divideBy(int) - Method in class org.nd4j.linalg.dataset.DataSet
 
diviRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
diviRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
diviRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
diviRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
diviRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place division of a row vector
DivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Division operation
DivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
DivOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
DivOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
divRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
divRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
divRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
divRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
divRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Division of a row vector (copy)
dLength() - Method in class org.nd4j.graph.FlatProperties
 
dnrm2(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dnrm2(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
doAlongDiagonal(INDArray, Function<Number, Number>) - Static method in class org.nd4j.linalg.factory.Nd4j
Perform an operation along a diagonal
doAlongDiagonal(IComplexNDArray, Function<IComplexNumber, IComplexNumber>) - Static method in class org.nd4j.linalg.factory.Nd4j
Perform an operation along a diagonal
doByteBufferPutCompressed(INDArray, ByteBuffer, boolean) - Static method in class org.nd4j.serde.binary.BinarySerde
Setup the given byte buffer for serialization (note that this is for compressed INDArrays) 4 bytes for rank 4 bytes for data opType shape information codec information data opType
doByteBufferPutUnCompressed(INDArray, ByteBuffer, boolean) - Static method in class org.nd4j.serde.binary.BinarySerde
Setup the given byte buffer for serialization (note that this is for uncompressed INDArrays) 4 bytes int for rank 4 bytes for data opType shape buffer data buffer
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ValueInfoProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
DOC_STRING_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ValueInfoProto
 
doColumnWise(INDArray, char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
doColumnWise(INDArray, char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Do a row wise op (a,s,m,d) a : add s : subtract m : multiply d : divide h : reverse subtraction t : reverse division
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.BaseWeightInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.ConstantInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.DistributionInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.IdentityInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.LecunUniformInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.OneInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.ReluInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.ReluUniformInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.SigmoidUniformInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.UniformInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanAvgInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanInInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanOutInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingNormalUniformFanInInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingNormalUniformFanOutInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.VarScalingUniformFanAvgInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.XavierFanInInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.XavierInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.XavierUniformInitScheme
 
doCreate(int[], INDArray) - Method in class org.nd4j.weightinit.impl.ZeroInitScheme
 
doDiff(List<SDVariable>) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The actual implementation for automatic differentiation.
doDiff(List<SDVariable>) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
doDiff(SameDiff, DifferentialFunctionFactory, SDVariable, SDVariable, SDVariable, int...) - Static method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Mean
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNormDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalizationDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.UpsamplingDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Cross
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Diag
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Permute
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.All
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.And
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.BaseArithmeticBackpropOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.ListDiff
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.InvertPermutation
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixDiagPart
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixSetDiag
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Round
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Set
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.NoOp
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
doDiff(List<SDVariable>) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
doGradChoose(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.OperatorSetIdProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
DOMAIN_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.OperatorSetIdProto
 
donotMaskAllMajorityWindows() - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.BaseUnderSamplingPreProcessor
If a tbptt segment is all majority class labels default behaviour is to mask all time steps in the segment.
donotMaskMinorityWindows() - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.BaseUnderSamplingPreProcessor
If set will not mask timesteps if they fall in a tbptt segment with at least one minority class label
doPermuteSwap(IntBuffer, int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
doPermuteSwap(DataBuffer, int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
doRepeat(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
doRowWise(INDArray, char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
doRowWise(INDArray, char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Do a row wise op (a,s,m,d) a : add s : subtract m : multiply d : divide h : reverse subtraction t : reverse division
dot(int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector-vector dot product.
dot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dot(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector-vector dot product.
dot(int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
computes a vector-vector dot product.
dot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
dot(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
dot(int, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector-vector dot product.
dot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in interface org.nd4j.linalg.api.blas.Level1
Vector-vector dot product
dot(int, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector-vector dot product.
Dot - Class in org.nd4j.linalg.api.ops.impl.accum
Dot product
Dot(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
Dot(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Dot
 
dot(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
dot(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
dot(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute x^T * y (dot product)
dotc(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
dotc(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
dotc(IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute x^T * y (dot product)
dotu(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
dotu(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
dotu(IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute x^T * y (dot product)
DOUBLE - Static variable in class org.nd4j.graph.DataType
 
DOUBLE_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
DOUBLE_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
DOUBLE_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
DOUBLE_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
DOUBLE = 11;
DOUBLE_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
DOUBLE = 11;
dpotrf(byte, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
drop(T) - Method in interface org.nd4j.linalg.compression.AbstractStorage
This method removes value by specified key
dropout(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
dropout(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
dropout(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
DropOut - Class in org.nd4j.linalg.api.ops.random.impl
Inverted DropOut implementation as Op
DropOut(SameDiff, SDVariable, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOut
 
DropOut(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOut
 
DropOut(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOut
 
DropOut(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOut
 
DropOutInverted - Class in org.nd4j.linalg.api.ops.random.impl
Inverted DropOut implementation as Op
DropOutInverted() - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
DropOutInverted(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
DropOutInverted(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
DropOutInverted(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
drot(int, INDArray, int, INDArray, int, double, double) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
drotg(double, double, double, double) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
droti(int, INDArray, DataBuffer, INDArray, double, double) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
drotm(int, INDArray, int, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
drotmg(double, double, double, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dsbmv(char, char, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dscal(int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dscal(int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
dsdot(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dspmv(char, char, int, double, INDArray, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dspr(char, char, int, double, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dspr2(char, char, int, double, INDArray, int, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dswap(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dsyev(char, char, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
dsymm(char, char, char, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
dsymv(char, char, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dsyr(char, char, int, double, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dsyr2(char, char, int, double, INDArray, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dsyr2k(char, char, char, int, int, double, INDArray, int, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
dsyrk(char, char, char, int, int, double, INDArray, int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
DT_BFLOAT16_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_BFLOAT16_REF = 114;
DT_BFLOAT16_VALUE - Static variable in enum org.tensorflow.framework.DataType
Float32 truncated to 16 bits.
DT_BOOL_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_BOOL_REF = 110;
DT_BOOL_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_BOOL = 10;
DT_COMPLEX128_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_COMPLEX128_REF = 118;
DT_COMPLEX128_VALUE - Static variable in enum org.tensorflow.framework.DataType
Double-precision complex
DT_COMPLEX64_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_COMPLEX64_REF = 108;
DT_COMPLEX64_VALUE - Static variable in enum org.tensorflow.framework.DataType
Single-precision complex
DT_DOUBLE_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_DOUBLE_REF = 102;
DT_DOUBLE_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_DOUBLE = 2;
DT_FLOAT_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
Do not use! These are only for parameters.
DT_FLOAT_VALUE - Static variable in enum org.tensorflow.framework.DataType
Data types that all computation devices are expected to be capable to support.
DT_HALF_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_HALF_REF = 119;
DT_HALF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_HALF = 19;
DT_INT16_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT16_REF = 105;
DT_INT16_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT16 = 5;
DT_INT32_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT32_REF = 103;
DT_INT32_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT32 = 3;
DT_INT64_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT64_REF = 109;
DT_INT64_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT64 = 9;
DT_INT8_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT8_REF = 106;
DT_INT8_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_INT8 = 6;
DT_INVALID_VALUE - Static variable in enum org.tensorflow.framework.DataType
Not a legal value for DataType.
DT_QINT16_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_QINT16_REF = 115;
DT_QINT16_VALUE - Static variable in enum org.tensorflow.framework.DataType
Quantized int16
DT_QINT32_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_QINT32_REF = 113;
DT_QINT32_VALUE - Static variable in enum org.tensorflow.framework.DataType
Quantized int32
DT_QINT8_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_QINT8_REF = 111;
DT_QINT8_VALUE - Static variable in enum org.tensorflow.framework.DataType
Quantized int8
DT_QUINT16_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_QUINT16_REF = 116;
DT_QUINT16_VALUE - Static variable in enum org.tensorflow.framework.DataType
Quantized uint16
DT_QUINT8_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_QUINT8_REF = 112;
DT_QUINT8_VALUE - Static variable in enum org.tensorflow.framework.DataType
Quantized uint8
DT_RESOURCE_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_RESOURCE_REF = 120;
DT_RESOURCE_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_RESOURCE = 20;
DT_STRING_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_STRING_REF = 107;
DT_STRING_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_STRING = 7;
DT_UINT16_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT16_REF = 117;
DT_UINT16_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT16 = 17;
DT_UINT32_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT32_REF = 122;
DT_UINT32_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT32 = 22;
DT_UINT64_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT64_REF = 123;
DT_UINT64_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT64 = 23;
DT_UINT8_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT8_REF = 104;
DT_UINT8_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_UINT8 = 4;
DT_VARIANT_REF_VALUE - Static variable in enum org.tensorflow.framework.DataType
DT_VARIANT_REF = 121;
DT_VARIANT_VALUE - Static variable in enum org.tensorflow.framework.DataType
Arbitrary C++ data types
dtbmv(char, char, char, char, int, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtbsv(char, char, char, char, int, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtpmv(char, char, char, char, int, INDArray, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtpsv(char, char, char, char, int, INDArray, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtrmm(char, char, char, char, char, int, int, double, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
dtrmv(char, char, char, char, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtrsm(char, char, char, char, char, int, int, double, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
dtrsv(char, char, char, char, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
dtype() - Method in class org.nd4j.graph.FlatArray
 
dtype() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Returns the data opType for this ndarray
DTYPE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
dtype - Static variable in class org.nd4j.linalg.factory.Nd4j
 
dtype() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Returns the data opType for this ndarray
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorDescription
 
DTYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
dtypeConv(DataType) - Method in class org.nd4j.imports.descriptors.properties.adapters.DataTypeAdapter
 
dummy - Static variable in class org.nd4j.linalg.eigen.Eigen
 
dummyResult - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
dummyResult - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
DummyWorkspace - Class in org.nd4j.linalg.memory.abstracts
This MemoryWorkspace implementation is basically No-Op impl.
DummyWorkspace() - Constructor for class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
dumpBinaryProtoAsText(File, File) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Dump a binary proto file representation as a plain string in to the target text file
dumpBinaryProtoAsText(InputStream, File) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Dump a binary proto file representation as a plain string in to the target text file
dumpBinaryProtoAsText(InputStream, File) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
dumpBinaryProtoAsText(File, File) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
dumpBinaryProtoAsText(InputStream, File) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
dumpBinaryProtoAsText(File, File) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Dump a binary proto file representation as a plain string in to the target text file
dup() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Duplicate this function
dup() - Method in class org.nd4j.autodiff.samediff.SameDiff
 
dup() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
dup() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
dup() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Return a copy of this ndarray
dup() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
dup(char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
dup() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
dup(char) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
dup() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a copy of this ndarray
dup(char) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a copy of this ndarray, where the returned ndarray has the specified order
dup() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
dup() - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
DynamicCustomOp - Class in org.nd4j.linalg.api.ops
Basic implementation for CustomOp
DynamicCustomOp() - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
 
DynamicCustomOp(String, SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
 
DynamicCustomOp(String, INDArray[], INDArray[], List<Double>, List<Integer>) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
Initialize this custom op with all of the inputs, outputs, and respective arguments for execution
DynamicCustomOp(String, INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
Initialize this operation for execution (pre created ndarrays)
DynamicCustomOp(String, SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
Initialize this for SameDiff execution Any extra int or float arguments for operations must be added to the respective TArguments or IArguments lists upon construction
DynamicCustomOp(String) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp
 
DynamicCustomOp.DynamicCustomOpsBuilder - Class in org.nd4j.linalg.api.ops
 
DynamicCustomOp.SameDiffBuilder - Class in org.nd4j.linalg.api.ops
 
DynamicCustomOpsBuilder(String, long, int, int, boolean, int, int) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
dynamicPartition(SDVariable, SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
dynamicPartition(SDVariable, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
dynamicPartition(String[], SDVariable, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
DynamicPartition - Class in org.nd4j.linalg.api.ops.impl.transforms
Transforms a given input tensor into numPartitions partitions, as indicated by the indices in "partitions".
DynamicPartition() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
DynamicPartition(SameDiff, SDVariable, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
dynamicStitch(SDVariable[], SDVariable[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
dynamicStitch(SDVariable[], SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
dynamicStitch(String, SDVariable[], SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
DynamicStitch - Class in org.nd4j.linalg.api.ops.impl.transforms
Transforms a given input tensor into numPartitions partitions, as indicated by the indices in "partitions".
DynamicStitch() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
DynamicStitch(SameDiff, SDVariable[], SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
dzasum(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
dznrm2(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 

E

effectiveKernelSize(int, int) - Static method in class org.nd4j.linalg.convolution.Convolution
 
Eigen - Class in org.nd4j.linalg.eigen
Compute eigen values
Eigen() - Constructor for class org.nd4j.linalg.eigen.Eigen
 
eigenvalues(INDArray) - Static method in class org.nd4j.linalg.eigen.Eigen
Computes the eigenvalues of a general matrix.
eigenvectors(INDArray) - Static method in class org.nd4j.linalg.eigen.Eigen
Computes the eigenvalues and eigenvectors of a general matrix.
ELEM_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto.Sequence
 
ELEM_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto.Tensor
 
ELEM_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TypeProto.Tensor
 
element() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns a scalar (individual element) of a scalar ndarray
element() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns a scalar (individual element) of a scalar ndarray
element() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
element() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a scalar (individual element) of a scalar ndarray
elementStride() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
elementStride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
elementStride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
elementStride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element stride (one element to the next, also called the defualt stride: 1 for normal 2 for complex)
elementWiseStride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
elementWiseStride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
elementWiseStride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element wise stride
elementWiseStride - Variable in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
elementWiseStride(int[], int[], boolean) - Static method in class org.nd4j.linalg.api.shape.Shape
 
elementWiseStride(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the element wise stride for the shape info buffer
elementWiseStride(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the element wise stride for the shape info buffer
elu(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
elu(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
elu(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ELU - Class in org.nd4j.linalg.api.ops.impl.transforms
ELU: Exponential Linear Unit (alpha=1.0)
Introduced in paper:
Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
Djork-Arn?? Clevert, Thomas Unterthiner, Sepp Hochreiter (2015)
http://arxiv.org/abs/1511.07289
ELU(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
ELU(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
elu(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
elu(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
eluDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
eluDerivative(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
eluDerivative(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ELUDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Derivative of ELU: Exponential Linear Unit (alpha=1.0)
Introduced in paper:
Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
Djork-Arn?? Clevert, Thomas Unterthiner, Sepp Hochreiter (2015)
http://arxiv.org/abs/1511.07289
ELUDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
ELUDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
eluDerivative(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
eluDerivative(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
empty() - Static method in class org.nd4j.linalg.dataset.DataSet
Returns a single dataset (all fields are null)
empty() - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Represents collecting no elements
emptyLike(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Empty like
ENABLED - Static variable in class org.nd4j.linalg.executors.ExecutorServiceProvider
 
enableDebug(boolean) - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method enabled debugging mode for this workspace
enableDebug(boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method enabled debugging mode for this workspace
enableDebugMode() - Method in class org.nd4j.autodiff.samediff.SameDiff
Enables tracing of graphs automatically.
enableDebugMode(boolean) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
enableDebugMode(boolean) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
enableDebugMode(boolean) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
enableFallbackMode(boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
This method enables fallback to safe-mode for specific operations.
enableVerboseMode(boolean) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
enableVerboseMode(boolean) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
enableVerboseMode(boolean) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
ENCODED_AUDIO_STRING_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Audio
 
ENCODED_IMAGE_STRING_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Image
 
end() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
The ending for this index
end - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
end() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
end() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
end() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
end() - Method in class org.nd4j.linalg.indexing.NewAxis
 
end() - Method in class org.nd4j.linalg.indexing.PointIndex
 
end() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
END_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto.Segment
 
END_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto.Segment
 
endFlatArray(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatArray
 
endFlatConfiguration(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatConfiguration
 
endFlatGraph(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatGraph
 
endFlatNode(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatNode
 
endFlatProperties(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatProperties
 
endFlatResult(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatResult
 
endFlatTiming(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatTiming
 
endFlatVariable(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatVariable
 
endIntPair(FlatBufferBuilder) - Static method in class org.nd4j.graph.IntPair
 
endIntTriple(FlatBufferBuilder) - Static method in class org.nd4j.graph.IntTriple
 
endLongPair(FlatBufferBuilder) - Static method in class org.nd4j.graph.LongPair
 
ENDPOINT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
ENFORCE_NUMERICAL_STABILITY - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ensureAtMinRowVector(int...) - Static method in class org.nd4j.linalg.api.shape.Shape
If a shape array is ony 1 in length it returns a row vector
ensureLocation(INDArray, AffinityManager.Location) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method propagates given INDArray to specified location
ensureLocation(INDArray, AffinityManager.Location) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
ensureNodeStateExists(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method checks if NodeState was created for specified graph node
ensureThreadExistense() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
Enter - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
Enter() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
entries - Variable in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
entropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns entropy along dimension
entropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns entropy along dimension
entropy(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns entropy value for this INDArray along specified dimension(s)
Entropy - Class in org.nd4j.linalg.api.ops.impl.accum
Entropy Op - returns the entropy (information gain, or uncertainty of a random variable).
Entropy(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
Entropy(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
entropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns entropy value for this INDArray
entropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns entropy value for this INDArray
entropyNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns entropy value for this INDArray
Environment - Class in org.nd4j.linalg.heartbeat.reports
Bean/POJO that describes current jvm/node
Environment() - Constructor for class org.nd4j.linalg.heartbeat.reports.Environment
 
EnvironmentUtils - Class in org.nd4j.linalg.heartbeat.utils
 
EnvironmentUtils() - Constructor for class org.nd4j.linalg.heartbeat.utils.EnvironmentUtils
 
eps(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
eps(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
eps(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
eps(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
eps(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
eps(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
eps(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns an ndarray with 1 if the element is epsilon equals
eps(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
eps(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eps(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eps(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Epsilon equals" comparison.
eps(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Epsilon equals" comparison.
eps - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
eps - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
Eps - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are equal or not
Eps(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
Eps(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
eps(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
eps(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Eps function
EPS_THRESHOLD - Static variable in class org.nd4j.linalg.factory.Nd4j
 
epsEquals(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
epsEquals(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
epsEquals(Number, Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
epsi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
epsi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
epsi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
epsi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
epsi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns an ndarray with 1 if the element is epsilon equals
epsi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
epsi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns an ndarray with 1 if the element is epsilon equals
epsi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place epsilon equals than comparison: If the given number is less than the comparison number the item is 0 otherwise 1
epsi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
epsi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
epsi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Epsilon equals" comparison.
epsi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Epsilon equals" comparison.
EpsilonEquals - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
EpsilonEquals() - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonEquals
Special constructor for pairwise boolean operations.
EpsilonEquals(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
EpsilonEquals(Number, Number) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
EpsilonEquals(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
EpsilonNotEquals - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
EpsilonNotEquals() - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
Special constructor for pairwise boolean operations.
EpsilonNotEquals(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
EpsilonNotEquals(Number, Number) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
EpsilonNotEquals(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
epsNotEquals(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.And
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.BaseCondition
 
epsThreshold() - Method in interface org.nd4j.linalg.indexing.conditions.Condition
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.ConditionEquals
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.EpsilonEquals
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.EpsilonNotEquals
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.Not
 
epsThreshold() - Method in class org.nd4j.linalg.indexing.conditions.Or
 
eq(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
eq(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
eq(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
eq(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
eq(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
eq(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
eq(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eq(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eq(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eq(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eq(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eq(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eq(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
eq(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
eq(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eq(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eq(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Equals" comparison.
eq(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Equals" comparison.
eq(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast equal to op.
eq(Condition...) - Method in class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
eqi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
eqi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eqi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eqi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
eqi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eqi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eqi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
eqi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
eqi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
eqi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eqi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
eqi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Equals" comparison.
eqi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Equals" comparison.
equals(Object) - Method in class onnx.OnnxMlProto3.AttributeProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.GraphProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.ModelProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.NodeProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.TensorProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
equals(Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
equals(Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.TypeProto
 
equals(Object) - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
equals(Object) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
equals(Object) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
equals(Object) - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
equals(Object) - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
equals(Object) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
equals(Object) - Method in class onnx.OnnxProto3.AttributeProto
 
equals(Object) - Method in class onnx.OnnxProto3.GraphProto
 
equals(Object) - Method in class onnx.OnnxProto3.ModelProto
 
equals(Object) - Method in class onnx.OnnxProto3.NodeProto
 
equals(Object) - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
equals(Object) - Method in class onnx.OnnxProto3.StringStringEntryProto
 
equals(Object) - Method in class onnx.OnnxProto3.TensorProto
 
equals(Object) - Method in class onnx.OnnxProto3.TensorProto.Segment
 
equals(Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
equals(Object) - Method in class onnx.OnnxProto3.TensorShapeProto
 
equals(Object) - Method in class onnx.OnnxProto3.TypeProto
 
equals(Object) - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
equals(Object) - Method in class onnx.OnnxProto3.ValueInfoProto
 
equals(Object) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
 
equals(Object) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
equals(Object) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
equals(Object) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Compare two matrices.
equals(Object) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
equals(Object) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
equals(Object) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Compare two matrices.
equals(Object) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
equals(Object) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
equals(Object) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
equals(Object) - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
equals(Object) - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
equals(Object) - Method in class org.nd4j.linalg.api.shape.ShapeDescriptor
 
equals(Object) - Method in class org.nd4j.linalg.api.shape.SparseDescriptor
 
equals(Object) - Method in class org.nd4j.linalg.cache.ArrayDescriptor
 
equals(Object) - Method in class org.nd4j.linalg.dataset.DataSet
 
equals(Object) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
equals(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
equals(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
equals(Object) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
equals(Object) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
equals(Object) - Method in class org.nd4j.linalg.indexing.PointIndex
 
equals(Object) - Method in interface org.nd4j.linalg.learning.config.IUpdater
 
equals(Object) - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
equals(Object) - Method in class org.tensorflow.framework.AllocationDescription
 
equals(Object) - Method in class org.tensorflow.framework.AllocationRecord
 
equals(Object) - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
equals(Object) - Method in class org.tensorflow.framework.ApiDef.Arg
 
equals(Object) - Method in class org.tensorflow.framework.ApiDef.Attr
 
equals(Object) - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
equals(Object) - Method in class org.tensorflow.framework.ApiDef
 
equals(Object) - Method in class org.tensorflow.framework.ApiDefs
 
equals(Object) - Method in class org.tensorflow.framework.AttrValue
 
equals(Object) - Method in class org.tensorflow.framework.AttrValue.ListValue
 
equals(Object) - Method in class org.tensorflow.framework.CostGraphDef
 
equals(Object) - Method in class org.tensorflow.framework.CostGraphDef.Node
 
equals(Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
equals(Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
equals(Object) - Method in class org.tensorflow.framework.DeviceAttributes
 
equals(Object) - Method in class org.tensorflow.framework.DeviceLocality
 
equals(Object) - Method in class org.tensorflow.framework.DeviceStepStats
 
equals(Object) - Method in class org.tensorflow.framework.FunctionDef
 
equals(Object) - Method in class org.tensorflow.framework.FunctionDefLibrary
 
equals(Object) - Method in class org.tensorflow.framework.GradientDef
 
equals(Object) - Method in class org.tensorflow.framework.GraphDef
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
equals(Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
equals(Object) - Method in class org.tensorflow.framework.HistogramProto
 
equals(Object) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
equals(Object) - Method in class org.tensorflow.framework.KernelDef
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogStep
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
equals(Object) - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
equals(Object) - Method in class org.tensorflow.framework.MemoryStats
 
equals(Object) - Method in class org.tensorflow.framework.NameAttrList
 
equals(Object) - Method in class org.tensorflow.framework.NodeDef
 
equals(Object) - Method in class org.tensorflow.framework.NodeExecStats
 
equals(Object) - Method in class org.tensorflow.framework.NodeOutput
 
equals(Object) - Method in class org.tensorflow.framework.OpDef.ArgDef
 
equals(Object) - Method in class org.tensorflow.framework.OpDef.AttrDef
 
equals(Object) - Method in class org.tensorflow.framework.OpDef
 
equals(Object) - Method in class org.tensorflow.framework.OpDeprecation
 
equals(Object) - Method in class org.tensorflow.framework.OpList
 
equals(Object) - Method in class org.tensorflow.framework.ReaderBaseState
 
equals(Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
equals(Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
equals(Object) - Method in class org.tensorflow.framework.ResourceHandleProto
 
equals(Object) - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
equals(Object) - Method in class org.tensorflow.framework.StepStats
 
equals(Object) - Method in class org.tensorflow.framework.Summary.Audio
 
equals(Object) - Method in class org.tensorflow.framework.Summary
 
equals(Object) - Method in class org.tensorflow.framework.Summary.Image
 
equals(Object) - Method in class org.tensorflow.framework.Summary.Value
 
equals(Object) - Method in class org.tensorflow.framework.SummaryDescription
 
equals(Object) - Method in class org.tensorflow.framework.SummaryMetadata
 
equals(Object) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
equals(Object) - Method in class org.tensorflow.framework.TensorDescription
 
equals(Object) - Method in class org.tensorflow.framework.TensorProto
 
equals(Object) - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
equals(Object) - Method in class org.tensorflow.framework.TensorShapeProto
 
equals(Object) - Method in class org.tensorflow.framework.TensorSliceProto
 
equals(Object) - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
equals(Object) - Method in class org.tensorflow.framework.VariableDef
 
equals(Object) - Method in class org.tensorflow.framework.VariantTensorDataProto
 
equals(Object) - Method in class org.tensorflow.framework.VersionDef
 
equals(Object) - Method in class org.tensorflow.util.IteratorStateMetadata
 
equals(Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
equals(Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
equals(Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
equals(Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
EqualsCondition - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
EqualsCondition() - Constructor for class org.nd4j.linalg.indexing.conditions.EqualsCondition
Special constructor for pairwise boolean operations.
EqualsCondition(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.EqualsCondition
 
EqualsCondition(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.EqualsCondition
 
equalsWithEps(Object, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method allows you to compare INDArray against other INDArray, with variable eps
equalsWithEps(Object, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
equalsWithEps(Object, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method checks 2 INDArrays equality with given eps
EqualsWithEps - Class in org.nd4j.linalg.api.ops.impl.accum
Operation for fast INDArrays equality checks
EqualsWithEps(SameDiff, SDVariable, int[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualsWithEps(SameDiff, SDVariable, SDVariable, int[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualsWithEps() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualsWithEps(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualsWithEps(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualsWithEps(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
EqualTo - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are equal or not
EqualTo() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
EqualTo(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
EqualTo(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
erf(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
erf(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
erf(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Erf - Class in org.nd4j.linalg.api.ops.impl.transforms
Gaussian error function (erf) function, which is defined as
Erf(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
Erf(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
erfc(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
erfc(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
erfc(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Erfc - Class in org.nd4j.linalg.api.ops.impl.transforms
Complementary Gaussian error function (erfc), defined as
Erfc(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
Erfc(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
estimateVariance(INDArray, int) - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
Estimate the variance of a single record with reduced # of dimensions.
euclideanDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
euclideanDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
euclideanDistance(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
EuclideanDistance - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Euclidean distance
EuclideanDistance(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
EuclideanDistance(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
euclideanDistance(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
eval(SameDiff, SameDiff.SameDiffFunctionDefinition, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff.DefaultSameDiffConditional
 
eval(Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Evaluate the given inputs based on the current graph
eval(SameDiff, SameDiff.SameDiffFunctionDefinition, SDVariable[]) - Method in interface org.nd4j.autodiff.samediff.SameDiff.SameDiffConditional
 
eval() - Method in class org.nd4j.autodiff.samediff.SDVariable
Evaluate the result of this variable
Event - Enum in org.nd4j.linalg.heartbeat.reports
 
eventsCount - Variable in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
exampleMaxs() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
exampleMaxs() - Method in class org.nd4j.linalg.dataset.DataSet
 
exampleMeans() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
exampleMeans() - Method in class org.nd4j.linalg.dataset.DataSet
 
exampleSums() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
exampleSums() - Method in class org.nd4j.linalg.dataset.DataSet
 
exclusive - Variable in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
exclusive - Variable in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
exec(List<DifferentialFunction>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Executes the list of operations.
exec(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Exec a given function
exec(String, List<DifferentialFunction>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Exec the given function given the ops
exec() - Method in class org.nd4j.autodiff.samediff.SameDiff
Creates and executes a list of operations
exec(Op) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute the operation
exec(Op, int...) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute the operation along 1 or more dimensions
exec(Accumulation, int...) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute an accumulation along one or more dimensions
exec(BroadcastOp, int...) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute an broadcast along one or more dimensions
exec(Variance, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute an accumulation along one or more dimensions
exec(IndexAccumulation, int...) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute an index accumulation along one or more dimensions
exec(MetaOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute MetaOp
exec(GridOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute GridOp
exec(Aggregate) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
exec(ShapeOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
exec(Batch<T>) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method executes previously built batch
exec(List<Aggregate>) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method takes arbitrary sized list of aggregates, and packs them into batches
exec(RandomOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method executes specified RandomOp using default RNG available via Nd4j.getRandom()
exec(RandomOp, Random) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method executes specific RandomOp against specified RNG
exec(CustomOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method executes given CustomOp
exec() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
exec(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Op, int...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Accumulation, int...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Variance, boolean, int...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(IndexAccumulation, int...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(BroadcastOp, int...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(MetaOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(GridOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Batch<T>) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Aggregate) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(ShapeOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(List<Aggregate>) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(RandomOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method executes specified RandomOp using default RNG available via Nd4j.getRandom()
exec(RandomOp, Random) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method executes specific RandomOp against specified RNG
exec(CustomOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
exec(Op) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute the operation
exec(Op, int...) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute the operation along 1 or more dimensions
exec(Accumulation, int...) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute an accumulation along one or more dimensions
exec(BroadcastOp, int...) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute an broadcast along one or more dimensions
exec(Variance, boolean, int...) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute an accumulation along one or more dimensions
exec(IndexAccumulation, int...) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute an index accumulation along one or more dimensions
exec(MetaOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute MetaOp
exec(GridOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute GridOp
exec(Aggregate) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
exec(ShapeOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
exec(Batch<T>) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method executes previously built batch
exec(List<Aggregate>) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method takes arbitrary sized list of aggregates, and packs them into batches
exec(RandomOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method executes specified RandomOp using default RNG available via Nd4j.getRandom()
exec(RandomOp, Random) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method executes specific RandomOp against specified RNG
exec(CustomOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method executes given CustomOp PLEASE NOTE: You're responsible for input/output validation
exec(INDArray...) - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
exec() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
exec(int...) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
exec(INDArray...) - Method in interface org.nd4j.linalg.api.ops.Module
 
exec() - Method in interface org.nd4j.linalg.api.ops.Op
Execute the op if its pass through (not needed most of the time)
exec(int...) - Method in interface org.nd4j.linalg.api.ops.Op
Exec along each dimension
exec(INDArrayIndex...) - Method in class org.nd4j.linalg.indexing.ShapeOffsetResolution
Based on the passed in array compute the shape,offsets, and strides for the given indexes
EXEC_THREADS - Static variable in class org.nd4j.linalg.executors.ExecutorServiceProvider
 
execAndEndResult(List<DifferentialFunction>) - Method in class org.nd4j.autodiff.samediff.SameDiff
u
execAndEndResult() - Method in class org.nd4j.autodiff.samediff.SameDiff
 
execAndEndResult(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Exec a given function
execAndReturn(TransformOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute a TransformOp and return the result
execAndReturn(Accumulation) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from an accumulation
execAndReturn(Variance, boolean) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from an accumulation
execAndReturn(IndexAccumulation) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from an index accumulation
execAndReturn(ScalarOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from a scalar op
execAndReturn(BroadcastOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from a vector op
execAndReturn(ShapeOp) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return the result from a vector op
execAndReturn(Op) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Execute and return a result ndarray from the given op
execAndReturn(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(TransformOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(Accumulation) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(Variance, boolean) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(ScalarOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(IndexAccumulation) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(BroadcastOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
execAndReturn(ShapeOp) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
Execute and return the result from a vector op
execAndReturn(TransformOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute a TransformOp and return the result
execAndReturn(Accumulation) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from an accumulation
execAndReturn(Variance, boolean) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from an accumulation
execAndReturn(IndexAccumulation) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from an index accumulation
execAndReturn(ScalarOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from a scalar op
execAndReturn(BroadcastOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from a vector op
execAndReturn(ShapeOp) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return the result from a vector op
execAndReturn(Op) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Execute and return a result ndarray from the given op
execBackwardAndEndResult() - Method in class org.nd4j.autodiff.samediff.SameDiff
Exec a backwards operation and return the end result
execBackwards() - Method in class org.nd4j.autodiff.samediff.SameDiff
Builds a backwards graph and executes the operations on that graph.
execSameDiff(SDVariable...) - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
execSameDiff(SDVariable...) - Method in interface org.nd4j.linalg.api.ops.Module
 
exectedTrueOrFalse(boolean) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
Toggle whether the true body was executed or the false body
executeGraph(SameDiff, ExecutorConfiguration) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
This method executes given graph and returns results
executeGraph(SameDiff) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
This method executes given graph and returns results PLEASE NOTE: Default configuration is used
executeGraph(int, SDVariable...) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
This method executes
executeGraph(SameDiff, ExecutorConfiguration) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method executes given graph and returns results
executeGraph(SameDiff) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
 
executeGraph(int, SDVariable...) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method executes
executeGraph(long, Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
executeGraph(long, Map<String, INDArray>) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
executeGraph(long, Map<String, INDArray>) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
EXECUTION_MODE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ExecutionMode - Enum in org.nd4j.autodiff.execution.conf
 
executionMode() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Get the execution mode for this execuioner
ExecutionMode - Class in org.nd4j.graph
 
executionMode() - Method in class org.nd4j.graph.FlatConfiguration
 
executionMode - Variable in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
executionMode() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
executionMode() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Get the execution mode for this executioner
executionMode - Static variable in class org.nd4j.linalg.factory.Nd4j
 
EXECUTOR_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
ExecutorConfiguration - Class in org.nd4j.autodiff.execution.conf
 
ExecutorConfiguration() - Constructor for class org.nd4j.autodiff.execution.conf.ExecutorConfiguration
 
ExecutorServiceProvider - Class in org.nd4j.linalg.executors
 
ExecutorServiceProvider() - Constructor for class org.nd4j.linalg.executors.ExecutorServiceProvider
 
execWithPlaceHolder(Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Creates and executes a list of operations based on the given variables passed in.
execWithPlaceHolderAndEndResult(Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Creates and executes a list of operations
ExistingMiniBatchDataSetIterator - Class in org.nd4j.linalg.dataset
Read in existing mini batches created by the mini batch file datasetiterator.
ExistingMiniBatchDataSetIterator(File) - Constructor for class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
Create with the given root directory, using the default filename pattern ExistingMiniBatchDataSetIterator.DEFAULT_PATTERN
ExistingMiniBatchDataSetIterator(File, String) - Constructor for class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
Exit - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
Exit() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
exp(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
exp(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
exp(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Exp - Class in org.nd4j.linalg.api.ops.impl.transforms
Element-wise exponential function
Exp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
Exp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
exp(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Run the exp operation
exp(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Exp function
exp(IComplexNDArray) - Static method in class org.nd4j.linalg.util.ComplexNDArrayUtil
 
exp(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Returns the exp of a complex number: Let r be the realComponent component and i be the imaginary Let ret be the complex number returned ret -> exp(r) * cos(i), exp(r) * sin(i) where the first number is the realComponent component and the second number is the imaginary component
exp(IComplexDouble) - Static method in class org.nd4j.linalg.util.ComplexUtil
Returns the exp of a complex number: Let r be the realComponent component and i be the imaginary Let ret be the complex number returned ret -> exp(r) * cos(i), exp(r) * sin(i) where the first number is the realComponent component and the second number is the imaginary component
exp(IComplexFloat) - Static method in class org.nd4j.linalg.util.ComplexUtil
Returns the exp of a complex number: Let r be the realComponent component and i be the imaginary Let ret be the complex number returned ret -> exp(r) * cos(i), exp(r) * sin(i) where the first number is the realComponent component and the second number is the imaginary component
expandDims(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
expandDims(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
expandDims(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ExpandDims - Class in org.nd4j.linalg.api.ops.impl.shape
ExpandDims function
ExpandDims() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
ExpandDims(SameDiff, SDVariable[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
ExpandDims(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
ExpandDims(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
ExpandDims(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
expandDims(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Expand the array dimensions.
EXPERIMENTAL_VALUE - Static variable in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
EXPERIMENTAL = 0;
expi(IComplexNDArray) - Static method in class org.nd4j.linalg.util.ComplexNDArrayUtil
Returns the exponential of a complex ndarray
EXPLANATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDeprecation
 
EXPLICIT - Static variable in class org.nd4j.graph.OutputMode
 
EXPLICIT_AND_IMPLICIT - Static variable in class org.nd4j.graph.OutputMode
 
expm1(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
expm1(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
expm1(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Expm1 - Class in org.nd4j.linalg.api.ops.impl.transforms
Element-wise exponential function minus 1, i.e.
Expm1(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
Expm1(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
expm1(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Elementwise exponential - 1 function
ExponentialSchedule - Class in org.nd4j.linalg.schedule
An exponential schedule, with 2 parameters: initial value, and gamma.
value(i) = initialValue * gamma^i where i is the iteration or epoch (depending on the setting)
ExponentialSchedule(ScheduleType, double, double) - Constructor for class org.nd4j.linalg.schedule.ExponentialSchedule
 
EXTENT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorSliceProto
 
externalAllocations - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
externalCount - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
extraArgs - Variable in class org.nd4j.autodiff.functions.DifferentialFunction
 
extraArgs - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
extraArgs() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
extraArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
extraArgs() - Method in interface org.nd4j.linalg.api.ops.Op
Extra arguments
extraArgsBuff() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
extraArgsBuff() - Method in interface org.nd4j.linalg.api.ops.Op
Returns a buffer of either float or double of the extra args for this buffer
extraArgsDataBuff() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
extraArgsDataBuff() - Method in interface org.nd4j.linalg.api.ops.Op
Returns the extra args as a data buffer
extraArgz - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
extractComponents(INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
extraInteger(int) - Method in class org.nd4j.graph.FlatNode
 
extraIntegerAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
extraIntegerLength() - Method in class org.nd4j.graph.FlatNode
 
extraParams(int) - Method in class org.nd4j.graph.FlatNode
 
extraParamsAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
extraParamsLength() - Method in class org.nd4j.graph.FlatNode
 
Eye - Class in org.nd4j.linalg.api.ops.impl.shape
Computes a batch of identity matrices of shape (numRows, numCols), returns a single tensor.
Eye() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Eye
 
Eye(SameDiff, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Eye
 
Eye(SameDiff, int, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Eye
 
Eye(SameDiff, int, int, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Eye
 
eye(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create the identity ndarray
eye(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create the identity ndarray
eye(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create the identity ndarray

F

f() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
f() - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns this samediff instance's DifferentialFunctionFactory
F_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
F_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
F_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
F_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
factory() - Static method in class org.nd4j.linalg.factory.Nd4j
The factory used for creating ndarrays
fallbackMode - Static variable in class org.nd4j.linalg.factory.Nd4j
 
falseBody - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
falseBodyExecution - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
falseBodyName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
FeatureUtil - Class in org.nd4j.linalg.util
Feature matrix related jcuda.utils
FeatureUtil() - Constructor for class org.nd4j.linalg.util.FeatureUtil
 
fetch(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
Fetches the next dataset.
fetcher - Variable in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
FFT_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
fill(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
fill(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
fill(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Fill - Class in org.nd4j.linalg.api.ops.impl.transforms
Fill an array of given "shape" with the provided "value", e.g.
Fill() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
Fill(SameDiff, SDVariable, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
fillFile(File, long) - Static method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
fillIn(int[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Fill in the missing indices to be the same length as the original shape.
filterAndStrip(int[]) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
filterAndStrip(int[]) - Method in class org.nd4j.linalg.dataset.DataSet
Strips the dataset down to the specified labels and remaps them
filterBy(int[]) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
filterBy(int[]) - Method in class org.nd4j.linalg.dataset.DataSet
Strips the data transform of all but the passed in labels
filterOutFixedDimensions(int[], List<Integer>) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
finalResult - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
finalResult - Variable in class org.nd4j.linalg.api.ops.BaseAccumulation
 
finalResult - Variable in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
finishFlatArrayBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatArray
 
finishFlatConfigurationBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatConfiguration
 
finishFlatGraphBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
finishFlatNodeBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
finishFlatPropertiesBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
finishFlatResultBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatResult
 
finishFlatVariableBuffer(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
first() - Method in class org.nd4j.graph.IntPair
 
first() - Method in class org.nd4j.graph.IntTriple
 
first() - Method in class org.nd4j.graph.LongPair
 
FirstAxisIterator - Class in org.nd4j.linalg.api.iter
 
FirstAxisIterator(INDArray) - Constructor for class org.nd4j.linalg.api.iter.FirstAxisIterator
 
FirstIndex - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of max value over a vector
FirstIndex(SameDiff, SDVariable, int[], Condition, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
FirstIndex(SameDiff, SDVariable, SDVariable, int[], Condition, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
FirstIndex() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
FirstIndex(INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
FirstIndex(INDArray, Condition, double) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
firstIndex(INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method returns first index matching given condition PLEASE NOTE: This method will return -1 value if condition wasn't met
firstIndex(INDArray, Condition, int...) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method returns first index matching given condition along given dimensions PLEASE NOTE: This method will return -1 values for missing conditions
firstTensorOffset - Variable in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
fit(DataSet) - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
 
fit(DataSetIterator) - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
Fit the given model
fit(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Fit a dataset (only compute based on the statistics from this dataset)
fit(DataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Fit the given model
fit(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Fit a MultiDataSet (only compute based on the statistics from this MultiDataSet)
fit(MultiDataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Fit an iterator
fit(DataSetIterator) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Iterates over a dataset accumulating statistics for normalization
fit(MultiDataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
fit(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
fit(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
Fit a dataset (only compute based on the statistics from this dataset0
fit(DataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
Iterates over a dataset accumulating statistics for normalization
fit(MultiDataSetIterator) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
Iterates over a dataset accumulating statistics for normalization
fit(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Fit a MultiDataSet (only compute based on the statistics from this dataset)
fit(MultiDataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Iterates over a dataset accumulating statistics for normalization
fit(T) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.Normalizer
Fit a dataset (only compute based on the statistics from this dataset)
fit(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
Fit a dataset (only compute based on the statistics from this dataset0
fit(DataSetIterator) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
Iterates over a dataset accumulating statistics for normalization
fitLabel(boolean) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Flag to specify if the labels/outputs in the dataset should be also normalized default value is false
fitLabel(boolean) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Flag to specify if the labels/outputs in the dataset should be also normalized default value is false
fitLabel(boolean) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Flag to specify if the labels/outputs in the dataset should be also normalized.
fitLabel(boolean) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
fitLabel(boolean) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
flags() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
flags() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
flags() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
flags(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
 
FlatArray - Class in org.nd4j.graph
 
FlatArray() - Constructor for class org.nd4j.graph.FlatArray
 
FlatConfiguration - Class in org.nd4j.graph
 
FlatConfiguration() - Constructor for class org.nd4j.graph.FlatConfiguration
 
FlatGraph - Class in org.nd4j.graph
 
FlatGraph() - Constructor for class org.nd4j.graph.FlatGraph
 
FlatIterator - Class in org.nd4j.linalg.api.iter
Created by agibsonccc on 9/15/15.
FlatIterator(int[]) - Constructor for class org.nd4j.linalg.api.iter.FlatIterator
 
FlatNode - Class in org.nd4j.graph
 
FlatNode() - Constructor for class org.nd4j.graph.FlatNode
 
FlatProperties - Class in org.nd4j.graph
 
FlatProperties() - Constructor for class org.nd4j.graph.FlatProperties
 
FlatResult - Class in org.nd4j.graph
 
FlatResult() - Constructor for class org.nd4j.graph.FlatResult
 
FlatTiming - Class in org.nd4j.graph
 
FlatTiming() - Constructor for class org.nd4j.graph.FlatTiming
 
FlatVariable - Class in org.nd4j.graph
 
FlatVariable() - Constructor for class org.nd4j.graph.FlatVariable
 
FLEXIBLE_ENCODING - Static variable in class org.nd4j.linalg.compression.ThresholdCompression
 
FLOAT - Static variable in class org.nd4j.graph.DataType
 
FLOAT16_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
Advanced types
FLOAT16_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
Advanced types
FLOAT8 - Static variable in class org.nd4j.graph.DataType
 
FLOAT_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
FLOAT_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
FLOAT_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
FLOAT_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
FLOAT = 1;
FLOAT_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
Basic types.
FLOAT_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
FLOAT = 1;
FLOAT_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
Basic types.
FloatMatrixNDArrayList - Class in org.nd4j.list.matrix
A MatrixBaseNDArrayList for float data type
FloatMatrixNDArrayList() - Constructor for class org.nd4j.list.matrix.FloatMatrixNDArrayList
 
FloatNDArrayList - Class in org.nd4j.list
An BaseNDArrayList for float
FloatNDArrayList() - Constructor for class org.nd4j.list.FloatNDArrayList
 
FloatNDArrayList(INDArray) - Constructor for class org.nd4j.list.FloatNDArrayList
 
FLOATS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
FLOATS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
FLOATS_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
FLOATS = 6;
FLOATS_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
FLOATS = 6;
floor(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
floor(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
floor(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Floor - Class in org.nd4j.linalg.api.ops.impl.transforms
Floor elementwise function
Floor(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
Floor(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
floor(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Binary matrix of whether the number at a given index is greater than
floor(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Floor function
floor(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the floor value of the given complex number
floorDiv(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
floorDivBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
FloorDivBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Floor div backprop operation.
FloorDivBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorDivBpOp
 
FloorDivBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorDivBpOp
 
FloorDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Truncated division operation
FloorDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
FloorDivOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
FloorDivOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
FloorDivOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
floorMod(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
floorModBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
FloorModBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Floor div backprop operation.
FloorModBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorModBpOp
 
FloorModBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorModBpOp
 
FloorModOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Floor mod
FloorModOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FloorModOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
FlowPath - Class in org.nd4j.autodiff.samediff.flow
This class acts as holder for flow control information.
FlowPath() - Constructor for class org.nd4j.autodiff.samediff.flow.FlowPath
 
flushQueue() - Method in interface org.nd4j.linalg.api.ops.executioner.GridExecutioner
This method forces all currently enqueued ops to be executed immediately PLEASE NOTE: This call CAN be non-blocking, if specific backend implementation supports that.
flushQueueBlocking() - Method in interface org.nd4j.linalg.api.ops.executioner.GridExecutioner
This method forces all currently enqueued ops to be executed immediately PLEASE NOTE: This call is always blocking, until all queued operations are finished
fmod(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmod(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmod(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmod(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmod(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmod(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmod(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmod(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmod(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
remainder of division
fmod(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
remainder of division
fmod(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
fmod(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
fmodi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmodi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
fmodi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmodi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
fmodi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place fmod
fmodi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place fmod
FModOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Floating-point mod
FModOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
FModOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
footprintBackward() - Method in class org.nd4j.graph.FlatConfiguration
 
footprintBackward() - Method in class org.nd4j.graph.FlatResult
 
footprintForward() - Method in class org.nd4j.graph.FlatConfiguration
 
footprintForward() - Method in class org.nd4j.graph.FlatResult
 
forgetFrame(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method removes specified frame from tracking
forgetGraph(long) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
forgetGraph(long) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
forgetGraph(long) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
format - Static variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
format - Static variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
format(INDArray) - Method in class org.nd4j.linalg.string.NDArrayStrings
 
format(INDArray, boolean) - Method in class org.nd4j.linalg.string.NDArrayStrings
Format the given ndarray as a string
forNumber(int) - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
forNumber(int) - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
forNumber(int) - Static method in enum onnx.OnnxMlProto3.TensorShapeProto.Dimension.ValueCase
 
forNumber(int) - Static method in enum onnx.OnnxMlProto3.TypeProto.ValueCase
 
forNumber(int) - Static method in enum onnx.OnnxMlProto3.Version
 
forNumber(int) - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
forNumber(int) - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
forNumber(int) - Static method in enum onnx.OnnxProto3.TensorProto.DataType
 
forNumber(int) - Static method in enum onnx.OnnxProto3.TensorShapeProto.Dimension.ValueCase
 
forNumber(int) - Static method in enum onnx.OnnxProto3.TypeProto.ValueCase
 
forNumber(int) - Static method in enum onnx.OnnxProto3.Version
 
forNumber(int) - Static method in enum org.tensorflow.framework.ApiDef.Visibility
 
forNumber(int) - Static method in enum org.tensorflow.framework.AttrValue.ValueCase
 
forNumber(int) - Static method in enum org.tensorflow.framework.DataType
 
forNumber(int) - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
forNumber(int) - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
forNumber(int) - Static method in enum org.tensorflow.framework.Summary.Value.ValueCase
 
forNumber(int) - Static method in enum org.tensorflow.framework.TensorSliceProto.Extent.HasLengthCase
 
FORTRAN - Static variable in interface org.nd4j.linalg.factory.NDArrayFactory
 
FORWARD_AND_BACKWARD - Static variable in class org.nd4j.graph.Direction
 
FORWARD_ONLY - Static variable in class org.nd4j.graph.Direction
 
frameName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
frames - Variable in class org.nd4j.autodiff.samediff.flow.FlowPath
 
FrameState - Class in org.nd4j.autodiff.samediff.flow
This class is a holder for state of loops imported from TensorFlow, via frame_name
FrameState(String) - Constructor for class org.nd4j.autodiff.samediff.flow.FrameState
 
free(Pointer) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
FreeGridOp - Class in org.nd4j.linalg.api.ops.impl.grid
Simple GridOp that operates on arbitrary number of Ops, that have no relations between them.
FreeGridOp() - Constructor for class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
FreeGridOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
FreeGridOp(Op...) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
FreeGridOp(List<Op>) - Constructor for class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
freqCounter - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
frequency - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
FROM_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
fromByteArray(byte[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Read an ndarray from a byte array
fromByteBuffer(ByteBuffer) - Static method in class org.nd4j.linalg.compression.CompressionDescriptor
Instantiate a compression descriptor from the given bytebuffer
fromFlatProperties(FlatProperties) - Static method in class org.nd4j.autodiff.functions.FunctionProperties
This method creates new FunctionProperties instance from FlatBuffers representation
fromString(String) - Static method in enum org.nd4j.linalg.activations.Activation
Returns the activation function enum value
fromString(String) - Static method in enum org.nd4j.linalg.compression.CompressionAlgorithm
Return the appropriate compression algorithm from the given string
FULL_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SaveSliceInfoDef
 
FULL_SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SaveSliceInfoDef
 
FullConv3D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
FullConv3D operation
FullConv3D(SameDiff, SDVariable[], INDArray[], INDArray[], FullConv3DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
FullConv3D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
FullConv3DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
FullConv3DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.FullConv3DConfig
 
FullConv3DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
FullConv3DDerivative operation
FullConv3DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
FullConv3DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], FullConv3DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
FUNC_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
FUNC_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
FUNCTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDefLibrary
 
FUNCTION_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GradientDef
 
FunctionDef - Class in org.tensorflow.framework
A function can be instantiated when the runtime can bind every attr with a value.
FunctionDef.Builder - Class in org.tensorflow.framework
A function can be instantiated when the runtime can bind every attr with a value.
FunctionDefLibrary - Class in org.tensorflow.framework
A library is a set of named functions.
FunctionDefLibrary.Builder - Class in org.tensorflow.framework
A library is a set of named functions.
FunctionDefLibraryOrBuilder - Interface in org.tensorflow.framework
 
FunctionDefOrBuilder - Interface in org.tensorflow.framework
 
functionExists(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the given function id exists
FunctionProperties - Class in org.nd4j.autodiff.functions
 
FunctionProperties() - Constructor for class org.nd4j.autodiff.functions.FunctionProperties
 
FunctionProtos - Class in org.tensorflow.framework
 
functions() - Method in class org.nd4j.autodiff.samediff.SameDiff
 
FUSED_NODE_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
FUSED_NODE = 3;

G

G_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
G_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
GarbageWorkspaceReference(MemoryWorkspace, ReferenceQueue<? super MemoryWorkspace>) - Constructor for class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace.GarbageWorkspaceReference
 
gather(SDVariable, int, int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gather(SDVariable, int, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gather(String, SDVariable, int, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Gather - Class in org.nd4j.linalg.api.ops.impl.shape
Gather op
Gather(SameDiff, SDVariable, int, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Gather
 
Gather(SameDiff, SDVariable, SDVariable, int, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Gather
 
gatherNd(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gatherNd(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gatherNd(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
GatherNd - Class in org.nd4j.linalg.api.ops.impl.shape
GatherND op
GatherNd(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.GatherNd
 
GaussianDistribution - Class in org.nd4j.linalg.api.ops.random.impl
This Op generates normal distribution over provided mean and stddev
GaussianDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
GaussianDistribution(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
This op fills Z with random values within stddev..mean..stddev boundaries
GaussianDistribution(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
GaussianDistribution(INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
This op fills Z with random values within -1.0..0..1.0
GaussianDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
This op fills Z with random values within stddev..0..stddev
gaussians(int) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity.Builder
Specifies the number of gaussian functions to attempt fitting against the data.
gbmv(char, char, int, int, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
gbmv computes a matrix-vector product using a general band matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gbmv(char, char, int, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
gbmv computes a matrix-vector product using a general band matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gbmv(char, char, int, int, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
gbmv(char, char, int, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
gbmv(char, char, int, int, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
gbmv computes a matrix-vector product using a general band matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gbmv(char, char, int, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
gbmv computes a matrix-vector product using a general band matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
geev(char, char, INDArray, INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
geev(char, char, INDArray, INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
geev(char, char, INDArray, INDArray, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
gelsd(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gelsd(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gelsd(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Generalized Least Squares via *GELSD.
gemm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
gemm performs a matrix-matrix operation c := alpha*op(a)*op(b) + beta*c, where c is an m-by-n matrix, op(a) is an m-by-k matrix, op(b) is a k-by-n matrix.
gemm(INDArray, INDArray, INDArray, boolean, boolean, double, double) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
A convenience method for matrix-matrix operations with transposes.
gemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
gemm performs a matrix-matrix operation c := alpha*op(a)*op(b) + beta*c, where c is an m-by-n matrix, op(a) is an m-by-k matrix, op(b) is a k-by-n matrix.
gemm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
gemm(INDArray, INDArray, INDArray, boolean, boolean, double, double) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
gemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
gemm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
gemm performs a matrix-matrix operation c := alpha*op(a)*op(b) + beta*c, where c is an m-by-n matrix, op(a) is an m-by-k matrix, op(b) is a k-by-n matrix.
gemm(INDArray, INDArray, INDArray, boolean, boolean, double, double) - Method in interface org.nd4j.linalg.api.blas.Level3
A convenience method for matrix-matrix operations with transposes.
gemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
gemm performs a matrix-matrix operation c := alpha*op(a)*op(b) + beta*c, where c is an m-by-n matrix, op(a) is an m-by-k matrix, op(b) is a k-by-n matrix.
gemm(double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemm(float, INDArray, INDArray, float, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemm(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemm(double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemm(float, INDArray, INDArray, float, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemm(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemm(double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemm(float, INDArray, INDArray, float, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemm(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemm(INDArray, INDArray, boolean, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
matrix multiply: implements op(a)*op(b) where op(x) means transpose x (or not) depending on setting of arguments transposea and transposeb.
so gemm(a,b,false,false) == a.mmul(b), gemm(a,b,true,false) == a.transpose().mmul(b) etc.
gemm(INDArray, INDArray, INDArray, boolean, boolean, double, double) - Static method in class org.nd4j.linalg.factory.Nd4j
Matrix multiply: Implements c = alpha*op(a)*op(b) + beta*c where op(X) means transpose X (or not) depending on setting of arguments transposeA and transposeB.
Note that matrix c MUST be fortran order, have zero offset and have c.data().length == c.length().
GemmParams - Class in org.nd4j.linalg.api.blas.params
Used for setting the gemm parameters Separates blas logic from the run time itself.
GemmParams(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.blas.params.GemmParams
 
GemmParams(INDArray, INDArray, INDArray, boolean, boolean) - Constructor for class org.nd4j.linalg.api.blas.params.GemmParams
 
gemv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
gemv computes a matrix-vector product using a general matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
gemv computes a matrix-vector product using a general matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gemv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
gemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
gemv(char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
gemv computes a matrix-vector product using a general matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
gemv computes a matrix-vector product using a general matrix and performs one of the following matrix-vector operations: y := alpha*a*x + beta*y for trans = 'N'or'n'; y := alpha*a'*x + beta*y for trans = 'T'or't'; y := alpha*conjg(a')*x + beta*y for trans = 'C'or'c'.
gemv(Number, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(float, INDArray, INDArray, float, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexDouble, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexFloat, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gemv(Number, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(float, INDArray, INDArray, float, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexDouble, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexFloat, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gemv(Number, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
************************************************************************ BLAS Level 2
gemv(double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemv(float, INDArray, INDArray, float, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemv(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexDouble, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemv(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gemv(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexFloat, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
GemvParameters - Class in org.nd4j.linalg.api.blas.params
Gemv parameters: The parameters for general matrix vector operations
GemvParameters(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.blas.params.GemvParameters
 
generateGaussianSamples(int) - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
Generates a set of count random samples with the same variance and mean and eigenvector/values as the data set used to initialize the PCA object, with same number of features N.
generateNewVarName(String, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
Generate a new variable name based on the uniqueness of thebase name and arg index
generateOutputVariableForOp(DifferentialFunction, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Generate the variables based on the given input op and return the output variable names.
generateOutputVariableForOp(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Generate the variables based on the given input op and return the output variable names.
generationId - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
generator() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
geqrf(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
geqrf(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
geqrf(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
QR decomposiiton of a matrix Factorize a matrix A such that A = QR The matrix A is overwritten by the Q component (i.e.
geqrf(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
geqrf(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
geqrf(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
ger(char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
performs a rank-1 update of a general m-by-n matrix a: a := alpha*x*y' + a.
ger(char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
ger(char, double, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
performs a rank-1 update of a general m-by-n matrix a: a := alpha*x*y' + a.
ger(Number, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
ger(double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
ger(float, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
ger(Number, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
ger(double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
ger(float, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
ger(Number, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
ger(double, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
ger(float, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute A <- alpha * x * y^T + A (general rank-1 update)
gerc(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gerc(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gerc(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gerc(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gerc(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gerc(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
geru(char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
performs a rank-1 update of a general m-by-n matrix a, without conjugation: a := alpha*x*y' + a.
geru(char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
geru(char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
performs a rank-1 update of a general m-by-n matrix a, without conjugation: a := alpha*x*y' + a.
geru(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
geru(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
geru(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
geru(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
geru(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
geru(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
geru(IComplexDouble, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
geru(IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute A <- alpha * x * y^T + A (general rank-1 update)
geru(IComplexFloat, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
gesv(INDArray, int[], INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
gesv(INDArray, int[], INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
gesv(INDArray, int[], INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
************************************************************************ LAPACK
gesvd(INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
gesvd(INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
gesvd(INDArray, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
SVD decomposiiton of a matrix Factorize a matrix into its singular vectors and eigenvalues The decomposition is such that: A = U x S x VT gesvd = singular value decomposition (SVD) of a general matrix (GE)
get(INDArrayIndex...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns a subset of this array based on the specified indexes
get(INDArrayIndex...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns a subset of this array based on the specified indexes
get(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
get(List<List<Integer>>) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
get(INDArrayIndex...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns a subset of this array based on the specified indexes
get(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
get(List<List<Integer>>) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
get(INDArrayIndex...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
get(INDArrayIndex...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Returns a subset of this array based on the specified indexes
get(INDArrayIndex...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
Returns a subset of this array based on the specified indexes
get(INDArrayIndex...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a subset of this array based on the specified indexes
get(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the elements from this ndarray based on the specified indices
get(List<List<Integer>>) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the elements from this ndarray based on the specified indices
get(T) - Method in interface org.nd4j.linalg.compression.AbstractStorage
Get object from the storage, by key
get(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
get(int[]) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
get(String) - Method in interface org.nd4j.linalg.dataset.api.iterator.cache.DataSetCache
 
get(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
get(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
get(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
get(int) - Method in class org.nd4j.linalg.dataset.DataSet
Gets a copy of example i
get(int[]) - Method in class org.nd4j.linalg.dataset.DataSet
Gets a copy of example i
get(T) - Method in class org.nd4j.linalg.memory.stash.BasicStash
 
get(T) - Method in interface org.nd4j.linalg.memory.stash.Stash
 
get() - Method in class org.nd4j.linalg.util.AtomicThrowable
This method returns current state
get() - Method in class org.nd4j.linalg.util.DeviceLocal
This method returns object local to current deviceId
get(int) - Method in class org.nd4j.linalg.util.DeviceLocal
This method returns object local to target device
get(int) - Method in class org.nd4j.list.BaseNDArrayList
 
get(int) - Method in class org.nd4j.list.FloatNDArrayList
 
get(int) - Method in class org.nd4j.list.IntNDArrayList
 
get(int) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
get(int) - Method in class org.nd4j.list.NDArrayList
 
get1DTensorStats(INDArray, int...) - Static method in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil
Tensor1DStats, used to efficiently iterate through tensors on a matrix (2d NDArray) for element-wise ops For example, the offset of each 1d tensor can be calculated using only a single tensorAlongDimension method call, hence is potentially faster than approaches requiring multiple tensorAlongDimension calls.
Note that this can only (generally) be used for 2d NDArrays.
get3dPermutedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get3dReshapedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get3dSubArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get3dTensorAlongDimensionWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get4dPermutedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get4dReshapedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get4dSubArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get4dTensorAlongDimensionWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get5dPermutedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get5dReshapedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get5dSubArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get5dTensorAlongDimensionWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get6dPermutedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get6dReshapedWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
get6dSubArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getActivation(INDArray, boolean) - Method in interface org.nd4j.linalg.activations.IActivation
Carry out activation function on the input array (usually known as 'preOut' or 'z') Implementations must overwrite "in", transform in place and return "in" Can support separate behaviour during test
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationCube
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationELU
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationHardSigmoid
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationHardTanH
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationIdentity
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationLReLU
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationRationalTanh
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationRectifiedTanh
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationReLU
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationRReLU
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSELU
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSigmoid
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftmax
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftPlus
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSoftSign
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationSwish
 
getActivation(INDArray, boolean) - Method in class org.nd4j.linalg.activations.impl.ActivationTanH
 
getActivationFunction() - Method in enum org.nd4j.linalg.activations.Activation
Creates an instance of the activation function
getActiveBranch(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns active branch of specific node (if any)
getActiveLocation(INDArray) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns last-updated location for the given INDArray
getActiveLocation(INDArray) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getAffinityManager() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getAlias(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAlias(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAlias(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasBytes(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasBytes(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasBytes(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasInputPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
If >= 0, the output is an alias of an input.
getAliasInputPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
If >= 0, the output is an alias of an input.
getAliasInputPort() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
If >= 0, the output is an alias of an input.
getAliasList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAliasList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
getAll3dTestArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getAll4dTestArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getAll5dTestArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getAll6dTestArraysWithShape(int, int...) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getAllEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_end_rel_micros = 5;
getAllEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats
int64 all_end_rel_micros = 5;
getAllEndRelMicros() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
int64 all_end_rel_micros = 5;
getAllocatedBytes() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes allocated if known
getAllocatedBytes() - Method in class org.tensorflow.framework.AllocationDescription
Total number of bytes allocated if known
getAllocatedBytes() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Total number of bytes allocated if known
getAllocationDescription() - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
getAllocationDescription() - Method in class org.tensorflow.framework.TensorDescription
Information about the size and allocator used for the data
getAllocationDescription() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Information about the size and allocator used for the data
getAllocationDescriptionBuilder() - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
getAllocationDescriptionOrBuilder() - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
getAllocationDescriptionOrBuilder() - Method in class org.tensorflow.framework.TensorDescription
Information about the size and allocator used for the data
getAllocationDescriptionOrBuilder() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Information about the size and allocator used for the data
getAllocationId() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Identifier of the allocated buffer if known
getAllocationId() - Method in class org.tensorflow.framework.AllocationDescription
Identifier of the allocated buffer if known
getAllocationId() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Identifier of the allocated buffer if known
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
getAllocationId() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationId() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationId() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationId() - Method in interface org.tensorflow.framework.MemoryLogTensorDeallocationOrBuilder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
getAllocationRecords(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecords(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The allocation and deallocation timeline.
getAllocationRecords(int) - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The allocation and deallocation timeline.
getAllocationRecordsBuilder(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsBuilderList() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsCount() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsCount() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The allocation and deallocation timeline.
getAllocationRecordsCount() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The allocation and deallocation timeline.
getAllocationRecordsList() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsList() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The allocation and deallocation timeline.
getAllocationRecordsList() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The allocation and deallocation timeline.
getAllocationRecordsOrBuilder(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsOrBuilder(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The allocation and deallocation timeline.
getAllocationRecordsOrBuilder(int) - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The allocation and deallocation timeline.
getAllocationRecordsOrBuilderList() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
getAllocationRecordsOrBuilderList() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The allocation and deallocation timeline.
getAllocationRecordsOrBuilderList() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The allocation and deallocation timeline.
getAllocatorBytesInUse() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are snapshots of the overall allocator memory stats.
getAllocatorBytesInUse() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
These are snapshots of the overall allocator memory stats.
getAllocatorBytesInUse() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
These are snapshots of the overall allocator memory stats.
getAllocatorName() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Name of the allocator used
getAllocatorName() - Method in class org.tensorflow.framework.AllocationDescription
Name of the allocator used
getAllocatorName() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Name of the allocator used
getAllocatorName() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
string allocator_name = 1;
getAllocatorName() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
string allocator_name = 1;
getAllocatorName() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
string allocator_name = 1;
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the allocator used.
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Name of the allocator used.
getAllocatorName() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Name of the allocator used.
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the allocator used.
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Name of the allocator used.
getAllocatorName() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Name of the allocator used.
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Name of the allocator used.
getAllocatorName() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
Name of the allocator used.
getAllocatorName() - Method in interface org.tensorflow.framework.MemoryLogTensorDeallocationOrBuilder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Name of the allocator used
getAllocatorNameBytes() - Method in class org.tensorflow.framework.AllocationDescription
Name of the allocator used
getAllocatorNameBytes() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Name of the allocator used
getAllocatorNameBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
string allocator_name = 1;
getAllocatorNameBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
string allocator_name = 1;
getAllocatorNameBytes() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
string allocator_name = 1;
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Name of the allocator used.
getAllocatorNameBytes() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Name of the allocator used.
getAllocatorNameBytes() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Name of the allocator used.
getAllocatorNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
Name of the allocator used.
getAllocatorNameBytes() - Method in interface org.tensorflow.framework.MemoryLogTensorDeallocationOrBuilder
Name of the allocator used.
getAllocBytes() - Method in class org.tensorflow.framework.AllocationRecord.Builder
Number of bytes allocated, or de-allocated if negative.
getAllocBytes() - Method in class org.tensorflow.framework.AllocationRecord
Number of bytes allocated, or de-allocated if negative.
getAllocBytes() - Method in interface org.tensorflow.framework.AllocationRecordOrBuilder
Number of bytes allocated, or de-allocated if negative.
getAllocMicros() - Method in class org.tensorflow.framework.AllocationRecord.Builder
The timestamp of the operation.
getAllocMicros() - Method in class org.tensorflow.framework.AllocationRecord
The timestamp of the operation.
getAllocMicros() - Method in interface org.tensorflow.framework.AllocationRecordOrBuilder
The timestamp of the operation.
getAllowedValues() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
getAllowedValues() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
A list of values that this kernel supports for this attr.
getAllowedValues() - Method in interface org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
A list of values that this kernel supports for this attr.
getAllowedValues() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
getAllowedValues() - Method in class org.tensorflow.framework.OpDef.AttrDef
The set of allowed values.
getAllowedValues() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
The set of allowed values.
getAllowedValuesBuilder() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
getAllowedValuesBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
getAllowedValuesOrBuilder() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
getAllowedValuesOrBuilder() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
A list of values that this kernel supports for this attr.
getAllowedValuesOrBuilder() - Method in interface org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
A list of values that this kernel supports for this attr.
getAllowedValuesOrBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
getAllowedValuesOrBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef
The set of allowed values.
getAllowedValuesOrBuilder() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
The set of allowed values.
getAllowsUninitializedInput() - Method in class org.tensorflow.framework.OpDef.Builder
By default, all inputs to an Op must be initialized Tensors.
getAllowsUninitializedInput() - Method in class org.tensorflow.framework.OpDef
By default, all inputs to an Op must be initialized Tensors.
getAllowsUninitializedInput() - Method in interface org.tensorflow.framework.OpDefOrBuilder
By default, all inputs to an Op must be initialized Tensors.
getAllStartMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_start_micros = 2;
getAllStartMicros() - Method in class org.tensorflow.framework.NodeExecStats
int64 all_start_micros = 2;
getAllStartMicros() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
int64 all_start_micros = 2;
getAllTestMatricesWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
Get an array of INDArrays (2d) all with the specified shape.
getAllTestMatricesWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
Get an array of INDArrays (2d) all with the specified shape.
getAllWorkspacesForCurrentThread() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
getAllWorkspacesIdsForCurrentThread() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
getAndActivateWorkspace() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method gets & activates default workspace
getAndActivateWorkspace(String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method gets & activates workspace with a given Id
getAndActivateWorkspace(WorkspaceConfiguration, String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method gets & activates default with a given configuration and Id
getArgOrder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
getArgOrder(int) - Method in class org.tensorflow.framework.ApiDef
List of original in_arg names to specify new argument order.
getArgOrder(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
List of original in_arg names to specify new argument order.
getArgOrderBytes(int) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
getArgOrderBytes(int) - Method in class org.tensorflow.framework.ApiDef
List of original in_arg names to specify new argument order.
getArgOrderBytes(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
List of original in_arg names to specify new argument order.
getArgOrderCount() - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
getArgOrderCount() - Method in class org.tensorflow.framework.ApiDef
List of original in_arg names to specify new argument order.
getArgOrderCount() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
List of original in_arg names to specify new argument order.
getArgOrderList() - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
getArgOrderList() - Method in class org.tensorflow.framework.ApiDef
List of original in_arg names to specify new argument order.
getArgOrderList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
List of original in_arg names to specify new argument order.
getArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getArr() - Method in class org.nd4j.autodiff.samediff.SDVariable
A getter for the allocated ndarray with this SDVariable.
getArr() - Method in interface org.nd4j.weightinit.impl.NDArraySupplierInitScheme.NDArraySupplier
An array proxy method.
getArrayFrom(NODE_TYPE, GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getArrayFrom(OnnxProto3.NodeProto, OnnxProto3.GraphProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getArrayFrom(NodeDef, GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getArrForVarName(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get an INDArray for a given vertex id
getAttr(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttr(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttr(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttr() - Method in class org.tensorflow.framework.FunctionDef.Builder
Deprecated.
getAttr() - Method in class org.tensorflow.framework.FunctionDef
Deprecated.
getAttr() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Deprecated.
getAttr() - Method in class org.tensorflow.framework.NameAttrList.Builder
Deprecated.
getAttr() - Method in class org.tensorflow.framework.NameAttrList
Deprecated.
getAttr() - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
Deprecated.
getAttr() - Method in class org.tensorflow.framework.NodeDef.Builder
Deprecated.
getAttr() - Method in class org.tensorflow.framework.NodeDef
Deprecated.
getAttr() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Deprecated.
getAttr(int) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttr(int) - Method in class org.tensorflow.framework.OpDef
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttr(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrCount() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrCount() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrCount() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrCount() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
getAttrCount() - Method in class org.tensorflow.framework.FunctionDef
 
getAttrCount() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Attributes specific to this function definition.
getAttrCount() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
getAttrCount() - Method in class org.tensorflow.framework.NameAttrList
 
getAttrCount() - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrCount() - Method in class org.tensorflow.framework.NodeDef.Builder
 
getAttrCount() - Method in class org.tensorflow.framework.NodeDef
 
getAttrCount() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Operation-specific graph-construction-time configuration.
getAttrCount() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrCount() - Method in class org.tensorflow.framework.OpDef
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrCount() - Method in interface org.tensorflow.framework.OpDefOrBuilder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrDefault(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefault(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefault(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilder(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttrDefaultOrBuilderList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
getAttribute(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttribute(int) - Method in class onnx.OnnxMlProto3.NodeProto
Additional named attributes.
getAttribute(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
Additional named attributes.
getAttribute(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttribute(int) - Method in class onnx.OnnxProto3.NodeProto
Additional named attributes.
getAttribute(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeBuilder(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeBuilder(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeBuilderList() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeBuilderList() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeCount() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeCount() - Method in class onnx.OnnxMlProto3.NodeProto
Additional named attributes.
getAttributeCount() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeCount() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeCount() - Method in class onnx.OnnxProto3.NodeProto
Additional named attributes.
getAttributeCount() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeList() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeList() - Method in class onnx.OnnxMlProto3.NodeProto
Additional named attributes.
getAttributeList() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeList() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeList() - Method in class onnx.OnnxProto3.NodeProto
Additional named attributes.
getAttributeList() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeOrBuilder(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeOrBuilder(int) - Method in class onnx.OnnxMlProto3.NodeProto
Additional named attributes.
getAttributeOrBuilder(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeOrBuilder(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeOrBuilder(int) - Method in class onnx.OnnxProto3.NodeProto
Additional named attributes.
getAttributeOrBuilder(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeOrBuilderList() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
getAttributeOrBuilderList() - Method in class onnx.OnnxMlProto3.NodeProto
Additional named attributes.
getAttributeOrBuilderList() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
Additional named attributes.
getAttributeOrBuilderList() - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
getAttributeOrBuilderList() - Method in class onnx.OnnxProto3.NodeProto
Additional named attributes.
getAttributeOrBuilderList() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
Additional named attributes.
getAttrList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrList() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrList() - Method in class org.tensorflow.framework.OpDef
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrMap(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the attribute map for given node
getAttrMap(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getAttrMap(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getAttrMap() - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
getAttrMap() - Method in class org.tensorflow.framework.FunctionDef
Attributes specific to this function definition.
getAttrMap() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Attributes specific to this function definition.
getAttrMap() - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrMap() - Method in class org.tensorflow.framework.NameAttrList
map<string, .tensorflow.AttrValue> attr = 2;
getAttrMap() - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrMap() - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
getAttrMap() - Method in class org.tensorflow.framework.NodeDef
Operation-specific graph-construction-time configuration.
getAttrMap() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Operation-specific graph-construction-time configuration.
getAttrOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilder(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrBuilder(int) - Method in class org.tensorflow.framework.OpDef
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrBuilder(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilderList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilderList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6;
getAttrOrBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrBuilderList() - Method in class org.tensorflow.framework.OpDef
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrBuilderList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
repeated .tensorflow.OpDef.AttrDef attr = 4;
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.FunctionDef
Attributes specific to this function definition.
getAttrOrDefault(String, AttrValue) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Attributes specific to this function definition.
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.NameAttrList
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrDefault(String, AttrValue) - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
getAttrOrDefault(String, AttrValue) - Method in class org.tensorflow.framework.NodeDef
Operation-specific graph-construction-time configuration.
getAttrOrDefault(String, AttrValue) - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Operation-specific graph-construction-time configuration.
getAttrOrThrow(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
getAttrOrThrow(String) - Method in class org.tensorflow.framework.FunctionDef
Attributes specific to this function definition.
getAttrOrThrow(String) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Attributes specific to this function definition.
getAttrOrThrow(String) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrThrow(String) - Method in class org.tensorflow.framework.NameAttrList
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrThrow(String) - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
map<string, .tensorflow.AttrValue> attr = 2;
getAttrOrThrow(String) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
getAttrOrThrow(String) - Method in class org.tensorflow.framework.NodeDef
Operation-specific graph-construction-time configuration.
getAttrOrThrow(String) - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Operation-specific graph-construction-time configuration.
getAttrRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRename(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilder(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrRenameOrBuilderList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
getAttrValueFromNode(NODE_TYPE, String) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getAttrValueFromNode(OnnxProto3.NodeProto, String) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getAttrValueFromNode(NodeDef, String) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getAudio() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
getAudio() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Audio audio = 6;
getAudio() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Audio audio = 6;
getAudioBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
getAudioOrBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
getAudioOrBuilder() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Audio audio = 6;
getAudioOrBuilder() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Audio audio = 6;
getAutoGcWindow() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
getAutoGcWindow() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method reutrns
getAvailableCompressors() - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Get the set of available codecs for compression
getAverage() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
getAverage(String) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
getAverageLoopTime() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
getAverageLoopTime() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method returns average time between invokeGCOccasionally() calls
getB() - Method in class org.tensorflow.framework.AttrValue.Builder
"bool"
getB() - Method in class org.tensorflow.framework.AttrValue
"bool"
getB(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
getB(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(bool)"
getB(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(bool)"
getB() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"bool"
getBackend() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getBadConsumers(int) - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
getBadConsumers(int) - Method in class org.tensorflow.framework.VersionDef
Specific consumer versions which are disallowed (e.g.
getBadConsumers(int) - Method in interface org.tensorflow.framework.VersionDefOrBuilder
Specific consumer versions which are disallowed (e.g.
getBadConsumersCount() - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
getBadConsumersCount() - Method in class org.tensorflow.framework.VersionDef
Specific consumer versions which are disallowed (e.g.
getBadConsumersCount() - Method in interface org.tensorflow.framework.VersionDefOrBuilder
Specific consumer versions which are disallowed (e.g.
getBadConsumersList() - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
getBadConsumersList() - Method in class org.tensorflow.framework.VersionDef
Specific consumer versions which are disallowed (e.g.
getBadConsumersList() - Method in interface org.tensorflow.framework.VersionDefOrBuilder
Specific consumer versions which are disallowed (e.g.
getBaseNameForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns the base name for the given function if any (may return null)
getBatches(List<U>) - Static method in class org.nd4j.linalg.api.ops.aggregates.Batch
Helper method to create batch from list of aggregates, for cases when list of aggregates is higher then batchLimit
getBatches(List<U>, int) - Static method in class org.nd4j.linalg.api.ops.aggregates.Batch
Helper method to create batch from list of aggregates, for cases when list of aggregates is higher then batchLimit
getBCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
getBCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(bool)"
getBCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(bool)"
getBegin() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 begin = 1;
getBegin() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
int64 begin = 1;
getBegin() - Method in interface onnx.OnnxMlProto3.TensorProto.SegmentOrBuilder
int64 begin = 1;
getBegin() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 begin = 1;
getBegin() - Method in class onnx.OnnxProto3.TensorProto.Segment
int64 begin = 1;
getBegin() - Method in interface onnx.OnnxProto3.TensorProto.SegmentOrBuilder
int64 begin = 1;
getBlasOffset(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Get blas stride for the given array
getBlasStride(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Get blas stride for the given array
getBlasVendor() - Method in interface org.nd4j.linalg.api.blas.Blas
Returns the BLAS library vendor
getBlasVendorId() - Method in interface org.nd4j.linalg.api.blas.Blas
Returns the BLAS library vendor id 0 - UNKNOWN, 1 - CUBLAS, 2 - OPENBLAS, 3 - MKL
getBlasWrapper() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getBList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
getBList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(bool)"
getBList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(bool)"
getBlockName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getBlockName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getBoolVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
getBoolVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_BOOL
getBoolVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_BOOL
getBoolValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
getBoolValCount() - Method in class org.tensorflow.framework.TensorProto
DT_BOOL
getBoolValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_BOOL
getBoolValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
getBoolValList() - Method in class org.tensorflow.framework.TensorProto
DT_BOOL
getBoolValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_BOOL
getBroadcastDimensions(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Compute the broadcast rules according to: https://docs.scipy.org/doc/numpy-1.10.1/user/basics.broadcasting.html Note that the array can be null if the arrays are already equal in shape.
getBucket(int) - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
getBucket(int) - Method in class org.tensorflow.framework.HistogramProto
repeated double bucket = 7 [packed = true];
getBucket(int) - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
repeated double bucket = 7 [packed = true];
getBucketCount() - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
getBucketCount() - Method in class org.tensorflow.framework.HistogramProto
repeated double bucket = 7 [packed = true];
getBucketCount() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
repeated double bucket = 7 [packed = true];
getBucketLimit(int) - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimit(int) - Method in class org.tensorflow.framework.HistogramProto
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimit(int) - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitCount() - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitCount() - Method in class org.tensorflow.framework.HistogramProto
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitCount() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitList() - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitList() - Method in class org.tensorflow.framework.HistogramProto
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketLimitList() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
Parallel arrays encoding the bucket boundaries and the bucket values.
getBucketList() - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
getBucketList() - Method in class org.tensorflow.framework.HistogramProto
repeated double bucket = 7 [packed = true];
getBucketList() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
repeated double bucket = 7 [packed = true];
getBusId() - Method in class org.tensorflow.framework.DeviceLocality.Builder
Optional bus locality of device.
getBusId() - Method in class org.tensorflow.framework.DeviceLocality
Optional bus locality of device.
getBusId() - Method in interface org.tensorflow.framework.DeviceLocalityOrBuilder
Optional bus locality of device.
getCachedBytes() - Method in class org.nd4j.linalg.api.ndarray.BaseShapeInfoProvider
 
getCachedBytes() - Method in interface org.nd4j.linalg.api.ndarray.ShapeInfoProvider
This method returns memory used for cache, in bytes
getCachedBytes() - Method in interface org.nd4j.linalg.cache.ConstantHandler
This method returns memory used for cache, in bytes
getCachedBytes() - Method in interface org.nd4j.linalg.cache.TADManager
This method returns memory used for cache, in bytes
getCharForTranspose(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Returns the proper character for how to interpret a buffer (fortran being N C being T)
getColorspace() - Method in class org.tensorflow.framework.Summary.Image.Builder
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
getColorspace() - Method in class org.tensorflow.framework.Summary.Image
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
getColorspace() - Method in interface org.tensorflow.framework.Summary.ImageOrBuilder
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
getColumn(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get the specified column
getColumn(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the specified column.
getColumn(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get the specified column
getColumn(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getColumn(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the specified column.
getColumnNames() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getColumnNames() - Method in class org.nd4j.linalg.dataset.DataSet
Deprecated.
getColumns(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get whole columns from the passed indices.
getColumns(int[]) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getColumns(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get whole columns from the passed indices.
getColumns(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getColumns() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getColumns(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get an INDArray comprised of the specified columns only.
getComplex(int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getComplex(int, int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getComplex(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getComplex(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getComplex(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getComplex(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getComplex(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getComplex(int, IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getComplex(int, int, IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getComplex(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Get the complex number at the given indices
getComplexDouble(long) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
getComplexFloat(long) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
getComplexStrides(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Get the strides for the given order and shape
getComplexStrides(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Get the strides based on the shape and NDArrays.order()
getCompressionType() - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method returns compression opType provided by specific NDArrayCompressor implementation
getCompressor(String) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
getCompressor() - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns BasicNDArrayCompressor instance, suitable for NDArray compression/decompression at runtime
getComputeCost() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Estimate of the computational cost of this node, in microseconds.
getComputeCost() - Method in class org.tensorflow.framework.CostGraphDef.Node
Estimate of the computational cost of this node, in microseconds.
getComputeCost() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Estimate of the computational cost of this node, in microseconds.
getComputeTime() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the computational cost of this node, in microseconds.
getComputeTime() - Method in class org.tensorflow.framework.CostGraphDef.Node
Analytical estimate of the computational cost of this node, in microseconds.
getComputeTime() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Analytical estimate of the computational cost of this node, in microseconds.
getConfig() - Method in interface org.nd4j.linalg.learning.GradientUpdater
 
getConstantBuffer(int[]) - Method in interface org.nd4j.linalg.cache.ConstantHandler
This method returns DataBuffer with constant equal to input array.
getConstantBuffer(float[]) - Method in interface org.nd4j.linalg.cache.ConstantHandler
This method returns DataBuffer with constant equal to input array.
getConstantBuffer(double[]) - Method in interface org.nd4j.linalg.cache.ConstantHandler
This method returns DataBuffer with contant equal to input array.
getConstantHandler() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getConstNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstraint(int) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraint(int) - Method in class org.tensorflow.framework.KernelDef
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraint(int) - Method in interface org.tensorflow.framework.KernelDefOrBuilder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintBuilder(int) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintBuilderList() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintCount() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintCount() - Method in class org.tensorflow.framework.KernelDef
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintCount() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintList() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintList() - Method in class org.tensorflow.framework.KernelDef
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintList() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilder(int) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilder(int) - Method in class org.tensorflow.framework.KernelDef
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilder(int) - Method in interface org.tensorflow.framework.KernelDefOrBuilder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilderList() - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilderList() - Method in class org.tensorflow.framework.KernelDef
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getConstraintOrBuilderList() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
getContainer() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Container in which this resource is placed.
getContainer() - Method in class org.tensorflow.framework.ResourceHandleProto
Container in which this resource is placed.
getContainer() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Container in which this resource is placed.
getContainerBytes() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Container in which this resource is placed.
getContainerBytes() - Method in class org.tensorflow.framework.ResourceHandleProto
Container in which this resource is placed.
getContainerBytes() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Container in which this resource is placed.
getContent() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The content to store for the plugin.
getContent() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
The content to store for the plugin.
getContent() - Method in interface org.tensorflow.framework.SummaryMetadata.PluginDataOrBuilder
The content to store for the plugin.
getContentType() - Method in class org.tensorflow.framework.Summary.Audio.Builder
string content_type = 5;
getContentType() - Method in class org.tensorflow.framework.Summary.Audio
string content_type = 5;
getContentType() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
string content_type = 5;
getContentTypeBytes() - Method in class org.tensorflow.framework.Summary.Audio.Builder
string content_type = 5;
getContentTypeBytes() - Method in class org.tensorflow.framework.Summary.Audio
string content_type = 5;
getContentTypeBytes() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
string content_type = 5;
getControlInput(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
getControlInput(int) - Method in class org.tensorflow.framework.CostGraphDef.Node
Ids of the control inputs for this node.
getControlInput(int) - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Ids of the control inputs for this node.
getControlInputCount() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
getControlInputCount() - Method in class org.tensorflow.framework.CostGraphDef.Node
Ids of the control inputs for this node.
getControlInputCount() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Ids of the control inputs for this node.
getControlInputList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
getControlInputList() - Method in class org.tensorflow.framework.CostGraphDef.Node
Ids of the control inputs for this node.
getControlInputList() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Ids of the control inputs for this node.
getConvolution() - Static method in class org.nd4j.linalg.factory.Nd4j
Get the convolution singleton
getCount(String) - Method in class org.nd4j.linalg.profiler.data.StringCounter
 
getCovarianceMatrix() - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
 
getCurrentSize() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This methos returns current allocated size of this workspace
getCurrentSize() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns current amount of memory allocated for workspace.
getCurrentWork() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
bytes current_work = 4;
getCurrentWork() - Method in class org.tensorflow.framework.ReaderBaseState
bytes current_work = 4;
getCurrentWork() - Method in interface org.tensorflow.framework.ReaderBaseStateOrBuilder
bytes current_work = 4;
getCurrentWorkspace() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
getCurrentWorkspace() - Method in interface org.nd4j.linalg.memory.MemoryManager
 
getCustomOperations() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
getCustomOperations() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
getCustomOperations() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method returns names of all custom operations available in current backend, and their number of input/output arguments
getCyclesCount() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
getData() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
bytes data = 4;
getData() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
bytes data = 4;
getData() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
bytes data = 4;
getDataBufferFactory() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getDataBufferLogEntries() - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
getDataType() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The data type of the tensor.
getDataType() - Method in class onnx.OnnxMlProto3.TensorProto
The data type of the tensor.
getDataType() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
The data type of the tensor.
getDataType() - Method in class onnx.OnnxProto3.TensorProto.Builder
The data type of the tensor.
getDataType() - Method in class onnx.OnnxProto3.TensorProto
The data type of the tensor.
getDataType() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
The data type of the tensor.
getDataType() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
getDataType() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getDataTypeAsByte(DataBuffer.Type) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method converts enums for DataType
getDataTypeFromByte(byte) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method converts enums for DataType
getDataTypeValue() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The data type of the tensor.
getDataTypeValue() - Method in class onnx.OnnxMlProto3.TensorProto
The data type of the tensor.
getDataTypeValue() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
The data type of the tensor.
getDataTypeValue() - Method in class onnx.OnnxProto3.TensorProto.Builder
The data type of the tensor.
getDataTypeValue() - Method in class onnx.OnnxProto3.TensorProto
The data type of the tensor.
getDataTypeValue() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
The data type of the tensor.
getDcomplexVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
getDcomplexVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX128.
getDcomplexVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX128.
getDcomplexValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
getDcomplexValCount() - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX128.
getDcomplexValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX128.
getDcomplexValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
getDcomplexValList() - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX128.
getDcomplexValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX128.
getDefault() - Static method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Get the default serializer configured with strategies for the built-in normalizer implementations
getDefaultCompression() - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Get the default compression algorithm as a string.
getDefaultGraphInputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShape(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeCount() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilder(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphInputTensorShapeOrBuilderList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op
getDefaultGraphOutputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShape(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeCount() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilder(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilder(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilderList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultGraphOutputTensorShapeOrBuilderList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.AttributeProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.GraphProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.ModelProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.NodeProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TensorProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TypeProto
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getDefaultInstance() - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
getDefaultInstance() - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getDefaultInstance() - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.AttributeProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.GraphProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.ModelProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.NodeProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TensorProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TensorShapeProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TypeProto
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
getDefaultInstance() - Static method in class onnx.OnnxProto3.ValueInfoProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.AllocationDescription
 
getDefaultInstance() - Static method in class org.tensorflow.framework.AllocationRecord
 
getDefaultInstance() - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ApiDef.Arg
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ApiDef.Attr
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ApiDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ApiDefs
 
getDefaultInstance() - Static method in class org.tensorflow.framework.AttrValue
 
getDefaultInstance() - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
getDefaultInstance() - Static method in class org.tensorflow.framework.CostGraphDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
getDefaultInstance() - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.DeviceAttributes
 
getDefaultInstance() - Static method in class org.tensorflow.framework.DeviceLocality
 
getDefaultInstance() - Static method in class org.tensorflow.framework.DeviceStepStats
 
getDefaultInstance() - Static method in class org.tensorflow.framework.FunctionDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GradientDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.HistogramProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getDefaultInstance() - Static method in class org.tensorflow.framework.KernelDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogStep
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getDefaultInstance() - Static method in class org.tensorflow.framework.MemoryStats
 
getDefaultInstance() - Static method in class org.tensorflow.framework.NameAttrList
 
getDefaultInstance() - Static method in class org.tensorflow.framework.NodeDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.NodeExecStats
 
getDefaultInstance() - Static method in class org.tensorflow.framework.NodeOutput
 
getDefaultInstance() - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.OpDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.OpDeprecation
 
getDefaultInstance() - Static method in class org.tensorflow.framework.OpList
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ReaderBaseState
 
getDefaultInstance() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getDefaultInstance() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.ResourceHandleProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.StepStats
 
getDefaultInstance() - Static method in class org.tensorflow.framework.Summary.Audio
 
getDefaultInstance() - Static method in class org.tensorflow.framework.Summary
 
getDefaultInstance() - Static method in class org.tensorflow.framework.Summary.Image
 
getDefaultInstance() - Static method in class org.tensorflow.framework.Summary.Value
 
getDefaultInstance() - Static method in class org.tensorflow.framework.SummaryDescription
 
getDefaultInstance() - Static method in class org.tensorflow.framework.SummaryMetadata
 
getDefaultInstance() - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorDescription
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorShapeProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getDefaultInstance() - Static method in class org.tensorflow.framework.TensorSliceProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.VariableDef
 
getDefaultInstance() - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
getDefaultInstance() - Static method in class org.tensorflow.framework.VersionDef
 
getDefaultInstance() - Static method in class org.tensorflow.util.IteratorStateMetadata
 
getDefaultInstance() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getDefaultInstance() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getDefaultInstance() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getDefaultInstance() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.AttributeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.GraphProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.ModelProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.NodeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.AttributeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.GraphProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.ModelProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.NodeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TensorShapeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TypeProto
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
getDefaultInstanceForType() - Method in class onnx.OnnxProto3.ValueInfoProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocationDescription
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocationRecord
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Arg
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Attr
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ApiDefs
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AttrValue.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AttrValue
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceAttributes
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceLocality
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.DeviceStepStats
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.FunctionDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GradientDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GradientDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.HistogramProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.KernelDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.KernelDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogStep
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.MemoryStats
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NameAttrList
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeExecStats
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.NodeOutput
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpDeprecation
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpList.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.OpList
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ReaderBaseState
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.ResourceHandleProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.StepStats.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.StepStats
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Audio
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Image
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.Summary.Value
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryDescription
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryMetadata
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorDescription
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorShapeProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.TensorSliceProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VariableDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VariableDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VersionDef.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.framework.VersionDef
 
getDefaultInstanceForType() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
getDefaultInstanceForType() - Method in class org.tensorflow.util.IteratorStateMetadata
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
getDefaultInstanceForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getDefaultValue() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
getDefaultValue() - Method in class org.tensorflow.framework.ApiDef.Attr
Specify a new default value to use for this attr.
getDefaultValue() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Specify a new default value to use for this attr.
getDefaultValue() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
getDefaultValue() - Method in class org.tensorflow.framework.OpDef.AttrDef
A reasonable default for this attribute if the user does not supply a value.
getDefaultValue() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
A reasonable default for this attribute if the user does not supply a value.
getDefaultValueBuilder() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
getDefaultValueBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
getDefaultValueOrBuilder() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
getDefaultValueOrBuilder() - Method in class org.tensorflow.framework.ApiDef.Attr
Specify a new default value to use for this attr.
getDefaultValueOrBuilder() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Specify a new default value to use for this attr.
getDefaultValueOrBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
getDefaultValueOrBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef
A reasonable default for this attribute if the user does not supply a value.
getDefaultValueOrBuilder() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
A reasonable default for this attribute if the user does not supply a value.
getDeferred() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
True if the deallocation is queued and will be performed later, e.g.
getDeferred() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
True if the deallocation is queued and will be performed later, e.g.
getDeferred() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
True if the deallocation is queued and will be performed later, e.g.
getDeprecation() - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
getDeprecation() - Method in class org.tensorflow.framework.OpDef
Optional deprecation based on GraphDef versions.
getDeprecation() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Optional deprecation based on GraphDef versions.
getDeprecationBuilder() - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
getDeprecationOrBuilder() - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
getDeprecationOrBuilder() - Method in class org.tensorflow.framework.OpDef
Optional deprecation based on GraphDef versions.
getDeprecationOrBuilder() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Optional deprecation based on GraphDef versions.
getDeprecationVersion() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
First GraphDef version at which the op is disallowed.
getDeprecationVersion() - Method in class org.tensorflow.framework.ApiDef.Endpoint
First GraphDef version at which the op is disallowed.
getDeprecationVersion() - Method in interface org.tensorflow.framework.ApiDef.EndpointOrBuilder
First GraphDef version at which the op is disallowed.
getDescription() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Note: this will replace any inherited arg doc.
getDescription() - Method in class org.tensorflow.framework.ApiDef.Arg
Note: this will replace any inherited arg doc.
getDescription() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
Note: this will replace any inherited arg doc.
getDescription() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescription() - Method in class org.tensorflow.framework.ApiDef.Attr
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescription() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescription() - Method in class org.tensorflow.framework.ApiDef.Builder
Additional, longer human-readable description of what the Op does.
getDescription() - Method in class org.tensorflow.framework.ApiDef
Additional, longer human-readable description of what the Op does.
getDescription() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Additional, longer human-readable description of what the Op does.
getDescription() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Human readable description.
getDescription() - Method in class org.tensorflow.framework.OpDef.ArgDef
Human readable description.
getDescription() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Human readable description.
getDescription() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
Human-readable description.
getDescription() - Method in class org.tensorflow.framework.OpDef.AttrDef
Human-readable description.
getDescription() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
Human-readable description.
getDescription() - Method in class org.tensorflow.framework.OpDef.Builder
Additional, longer human-readable description of what the Op does.
getDescription() - Method in class org.tensorflow.framework.OpDef
Additional, longer human-readable description of what the Op does.
getDescription() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Note: this will replace any inherited arg doc.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef.Arg
Note: this will replace any inherited arg doc.
getDescriptionBytes() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
Note: this will replace any inherited arg doc.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef.Attr
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescriptionBytes() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef.Builder
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in class org.tensorflow.framework.ApiDef
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Human readable description.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef
Human readable description.
getDescriptionBytes() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Human readable description.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
Human-readable description.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef
Human-readable description.
getDescriptionBytes() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
Human-readable description.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef.Builder
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in class org.tensorflow.framework.OpDef
Additional, longer human-readable description of what the Op does.
getDescriptionBytes() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Additional, longer human-readable description of what the Op does.
getDescriptionPrefix() - Method in class org.tensorflow.framework.ApiDef.Builder
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionPrefix() - Method in class org.tensorflow.framework.ApiDef
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionPrefix() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionPrefixBytes() - Method in class org.tensorflow.framework.ApiDef.Builder
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionPrefixBytes() - Method in class org.tensorflow.framework.ApiDef
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionPrefixBytes() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Modify an existing/inherited description by adding text to the beginning or end.
getDescriptionSuffix() - Method in class org.tensorflow.framework.ApiDef.Builder
string description_suffix = 10;
getDescriptionSuffix() - Method in class org.tensorflow.framework.ApiDef
string description_suffix = 10;
getDescriptionSuffix() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
string description_suffix = 10;
getDescriptionSuffixBytes() - Method in class org.tensorflow.framework.ApiDef.Builder
string description_suffix = 10;
getDescriptionSuffixBytes() - Method in class org.tensorflow.framework.ApiDef
string description_suffix = 10;
getDescriptionSuffixBytes() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
string description_suffix = 10;
getDescriptor() - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.AttributeProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.GraphProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.GraphProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.ModelProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.ModelProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.NodeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.NodeProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorProto.Builder
 
getDescriptor() - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
getDescriptor() - Static method in enum onnx.OnnxMlProto3.Version
 
getDescriptor() - Static method in class onnx.OnnxOperatorsProto3
 
getDescriptor() - Static method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getDescriptor() - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
getDescriptor() - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getDescriptor() - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
getDescriptor() - Static method in class onnx.OnnxProto3.AttributeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.AttributeProto
 
getDescriptor() - Static method in class onnx.OnnxProto3
 
getDescriptor() - Static method in class onnx.OnnxProto3.GraphProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.GraphProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.ModelProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.ModelProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.NodeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.NodeProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorProto.Builder
 
getDescriptor() - Static method in enum onnx.OnnxProto3.TensorProto.DataType
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getDescriptor() - Static method in class onnx.OnnxProto3.TensorShapeProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.TypeProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.TypeProto
 
getDescriptor() - Static method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
getDescriptor() - Static method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
getDescriptor() - Static method in class onnx.OnnxProto3.ValueInfoProto
 
getDescriptor() - Static method in enum onnx.OnnxProto3.Version
 
getDescriptor() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
getDescriptor() - Method in interface org.nd4j.linalg.api.ops.CustomOp
Get the custom op descriptor if one is available.
getDescriptor() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
getDescriptor() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
getDescriptor() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
getDescriptor() - Method in interface org.nd4j.linalg.compression.NDArrayCompressor
This method returns compression descriptor.
getDescriptor() - Static method in class org.tensorflow.framework.AllocationDescription.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocationDescription
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocationDescriptionProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocationRecord.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocationRecord
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Arg
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Attr
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDef
 
getDescriptor() - Static method in enum org.tensorflow.framework.ApiDef.Visibility
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDefProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDefs.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ApiDefs
 
getDescriptor() - Static method in class org.tensorflow.framework.AttrValue.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.AttrValue
 
getDescriptor() - Static method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
getDescriptor() - Static method in class org.tensorflow.framework.AttrValueProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.CostGraphProtos
 
getDescriptor() - Static method in enum org.tensorflow.framework.DataType
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceAttributes.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceAttributes
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceAttributesProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceLocality.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceLocality
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceStepStats.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.DeviceStepStats
 
getDescriptor() - Static method in class org.tensorflow.framework.FunctionDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.FunctionDef
 
getDescriptor() - Static method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
getDescriptor() - Static method in class org.tensorflow.framework.FunctionProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.GradientDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GradientDef
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphDef
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getDescriptor() - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getDescriptor() - Static method in class org.tensorflow.framework.GraphTransferInfoProto
 
getDescriptor() - Static method in class org.tensorflow.framework.HistogramProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.HistogramProto
 
getDescriptor() - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getDescriptor() - Static method in class org.tensorflow.framework.KernelDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.KernelDef
 
getDescriptor() - Static method in class org.tensorflow.framework.KernelDefProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.LogMemoryProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogStep.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogStep
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryStats.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.MemoryStats
 
getDescriptor() - Static method in class org.tensorflow.framework.NameAttrList.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.NameAttrList
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeDef
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeExecStats.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeExecStats
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeOutput.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeOutput
 
getDescriptor() - Static method in class org.tensorflow.framework.NodeProto
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDef
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDefProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDeprecation.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.OpDeprecation
 
getDescriptor() - Static method in class org.tensorflow.framework.OpList.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.OpList
 
getDescriptor() - Static method in class org.tensorflow.framework.ReaderBaseProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.ReaderBaseState.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ReaderBaseState
 
getDescriptor() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getDescriptor() - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
getDescriptor() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getDescriptor() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfoProto
 
getDescriptor() - Static method in class org.tensorflow.framework.ResourceHandle
 
getDescriptor() - Static method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.ResourceHandleProto
 
getDescriptor() - Static method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
getDescriptor() - Static method in class org.tensorflow.framework.StepStats.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.StepStats
 
getDescriptor() - Static method in class org.tensorflow.framework.StepStatsProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Audio.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Audio
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Image.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Image
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Value.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.Summary.Value
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryDescription.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryDescription
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryMetadata.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryMetadata
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getDescriptor() - Static method in class org.tensorflow.framework.SummaryProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorDescription.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorDescription
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorDescriptionProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorProto
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorShapeProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorShapeProto
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorShapeProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorSliceProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorSliceProto
 
getDescriptor() - Static method in class org.tensorflow.framework.TensorSliceProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.TypesProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.VariableDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.VariableDef
 
getDescriptor() - Static method in class org.tensorflow.framework.VariableProtos
 
getDescriptor() - Static method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
getDescriptor() - Static method in class org.tensorflow.framework.VersionDef.Builder
 
getDescriptor() - Static method in class org.tensorflow.framework.VersionDef
 
getDescriptor() - Static method in class org.tensorflow.framework.VersionsProtos
 
getDescriptor() - Static method in class org.tensorflow.util.IteratorProtos
 
getDescriptor() - Static method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
getDescriptor() - Static method in class org.tensorflow.util.IteratorStateMetadata
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
getDescriptor() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getDescriptorForType() - Method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
getDescriptorForType() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxMlProto3.Version
 
getDescriptorForType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
getDescriptorForType() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
getDescriptorForType() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxProto3.TensorProto.DataType
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
getDescriptorForType() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
getDescriptorForType() - Method in enum onnx.OnnxProto3.Version
 
getDescriptorForType() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ApiDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
getDescriptorForType() - Method in enum org.tensorflow.framework.ApiDef.Visibility
 
getDescriptorForType() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.AttrValue.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
getDescriptorForType() - Method in enum org.tensorflow.framework.DataType
 
getDescriptorForType() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GradientDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
getDescriptorForType() - Method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.KernelDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.NodeDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.OpDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.OpList.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
getDescriptorForType() - Method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
getDescriptorForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.StepStats.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.Summary.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.VariableDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
getDescriptorForType() - Method in class org.tensorflow.framework.VersionDef.Builder
 
getDescriptorForType() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
getDescriptorForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
getDescriptorForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
getDescriptorForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
getDescriptorForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
getDestination() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Destination of graph transfer
getDestination() - Method in class org.tensorflow.framework.GraphTransferInfo
Destination of graph transfer
getDestination() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Destination of graph transfer
getDestinationValue() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Destination of graph transfer
getDestinationValue() - Method in class org.tensorflow.framework.GraphTransferInfo
Destination of graph transfer
getDestinationValue() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Destination of graph transfer
getDestroyed() - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
getDestroyed() - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Get the destroyed ndarrays
getDeviancePart(double, double) - Static method in class org.nd4j.linalg.api.rng.distribution.impl.SaddlePointExpansion
A part of the deviance portion of the saddle point approximation.
getDevice() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The device of the node.
getDevice() - Method in class org.tensorflow.framework.CostGraphDef.Node
The device of the node.
getDevice() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
The device of the node.
getDevice() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
string device = 1;
getDevice() - Method in class org.tensorflow.framework.DeviceStepStats
string device = 1;
getDevice() - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
string device = 1;
getDevice() - Method in class org.tensorflow.framework.NodeDef.Builder
A (possibly partial) specification for the device on which this node should be placed.
getDevice() - Method in class org.tensorflow.framework.NodeDef
A (possibly partial) specification for the device on which this node should be placed.
getDevice() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
A (possibly partial) specification for the device on which this node should be placed.
getDevice() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name for the device containing the resource.
getDevice() - Method in class org.tensorflow.framework.ResourceHandleProto
Unique name for the device containing the resource.
getDevice() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Unique name for the device containing the resource.
getDeviceBytes() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The device of the node.
getDeviceBytes() - Method in class org.tensorflow.framework.CostGraphDef.Node
The device of the node.
getDeviceBytes() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
The device of the node.
getDeviceBytes() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
string device = 1;
getDeviceBytes() - Method in class org.tensorflow.framework.DeviceStepStats
string device = 1;
getDeviceBytes() - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
string device = 1;
getDeviceBytes() - Method in class org.tensorflow.framework.NodeDef.Builder
A (possibly partial) specification for the device on which this node should be placed.
getDeviceBytes() - Method in class org.tensorflow.framework.NodeDef
A (possibly partial) specification for the device on which this node should be placed.
getDeviceBytes() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
A (possibly partial) specification for the device on which this node should be placed.
getDeviceBytes() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name for the device containing the resource.
getDeviceBytes() - Method in class org.tensorflow.framework.ResourceHandleProto
Unique name for the device containing the resource.
getDeviceBytes() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Unique name for the device containing the resource.
getDeviceForArray(INDArray) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns id of current device for a given INDArray
getDeviceForArray(INDArray) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getDeviceForCurrentThread() - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns deviceId for current thread
getDeviceForCurrentThread() - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getDeviceForThread(Thread) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns deviceId for specified thread
getDeviceForThread(long) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns deviceId for specified threadId
getDeviceForThread(Thread) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getDeviceForThread(long) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getDeviceId() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
getDeviceOffset() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns current device memory offset within workspace
getDevicePersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_persistent_memory_size = 16;
getDevicePersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node
int64 device_persistent_memory_size = 16;
getDevicePersistentMemorySize() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
int64 device_persistent_memory_size = 16;
getDevicePersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_persistent_memory_size = 4;
getDevicePersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats
int64 device_persistent_memory_size = 4;
getDevicePersistentMemorySize() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
int64 device_persistent_memory_size = 4;
getDevicePersistentTensorAllocIds(int) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIds(int) - Method in class org.tensorflow.framework.MemoryStats
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIds(int) - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsCount() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsCount() - Method in class org.tensorflow.framework.MemoryStats
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsCount() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsList() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsList() - Method in class org.tensorflow.framework.MemoryStats
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDevicePersistentTensorAllocIdsList() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 device_persistent_tensor_alloc_ids = 6;
getDeviceTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_temp_memory_size = 11;
getDeviceTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node
int64 device_temp_memory_size = 11;
getDeviceTempMemorySize() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
int64 device_temp_memory_size = 11;
getDeviceTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_temp_memory_size = 2;
getDeviceTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats
int64 device_temp_memory_size = 2;
getDeviceTempMemorySize() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
int64 device_temp_memory_size = 2;
getDeviceType() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of device_type.
getDeviceType() - Method in class org.tensorflow.framework.DeviceAttributes
String representation of device_type.
getDeviceType() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
String representation of device_type.
getDeviceType() - Method in class org.tensorflow.framework.KernelDef.Builder
Type of device this kernel runs on.
getDeviceType() - Method in class org.tensorflow.framework.KernelDef
Type of device this kernel runs on.
getDeviceType() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Type of device this kernel runs on.
getDeviceTypeBytes() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of device_type.
getDeviceTypeBytes() - Method in class org.tensorflow.framework.DeviceAttributes
String representation of device_type.
getDeviceTypeBytes() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
String representation of device_type.
getDeviceTypeBytes() - Method in class org.tensorflow.framework.KernelDef.Builder
Type of device this kernel runs on.
getDeviceTypeBytes() - Method in class org.tensorflow.framework.KernelDef
Type of device this kernel runs on.
getDeviceTypeBytes() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Type of device this kernel runs on.
getDevStats(int) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStats(int) - Method in class org.tensorflow.framework.StepStats
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStats(int) - Method in interface org.tensorflow.framework.StepStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsBuilder(int) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsBuilderList() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsCount() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsCount() - Method in class org.tensorflow.framework.StepStats
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsCount() - Method in interface org.tensorflow.framework.StepStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsList() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsList() - Method in class org.tensorflow.framework.StepStats
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsList() - Method in interface org.tensorflow.framework.StepStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilder(int) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilder(int) - Method in class org.tensorflow.framework.StepStats
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilder(int) - Method in interface org.tensorflow.framework.StepStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilderList() - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilderList() - Method in class org.tensorflow.framework.StepStats
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDevStatsOrBuilderList() - Method in interface org.tensorflow.framework.StepStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
getDim(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in interface onnx.OnnxMlProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in class onnx.OnnxProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in interface onnx.OnnxProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDim(int) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDim(int) - Method in class org.tensorflow.framework.TensorShapeProto
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDim(int) - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimBuilder(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimBuilder(int) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimBuilder(int) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimBuilderList() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimBuilderList() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimBuilderList() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimCount() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in class onnx.OnnxMlProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in interface onnx.OnnxMlProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in class onnx.OnnxProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in interface onnx.OnnxProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimCount() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimCount() - Method in class org.tensorflow.framework.TensorShapeProto
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimCount() - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimension(INDArray, boolean) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Get the dimension associated with the given ordering.
getDimension() - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
getDimension() - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
getDimension() - Method in interface org.nd4j.linalg.api.ops.BroadcastOp
Dimension to do the vector op along.
getDimension() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
getDimList() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in class onnx.OnnxMlProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in interface onnx.OnnxMlProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in class onnx.OnnxProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in interface onnx.OnnxProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimList() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimList() - Method in class org.tensorflow.framework.TensorShapeProto
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimList() - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilder(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in interface onnx.OnnxMlProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in class onnx.OnnxProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in interface onnx.OnnxProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilder(int) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilder(int) - Method in class org.tensorflow.framework.TensorShapeProto
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilder(int) - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilderList() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in class onnx.OnnxMlProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in interface onnx.OnnxMlProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in class onnx.OnnxProto3.TensorShapeProto
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in interface onnx.OnnxProto3.TensorShapeProtoOrBuilder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
getDimOrBuilderList() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilderList() - Method in class org.tensorflow.framework.TensorShapeProto
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimOrBuilderList() - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
getDimParam() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
namespace Shape
getDimParam() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
namespace Shape
getDimParam() - Method in interface onnx.OnnxMlProto3.TensorShapeProto.DimensionOrBuilder
namespace Shape
getDimParam() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
namespace Shape
getDimParam() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
namespace Shape
getDimParam() - Method in interface onnx.OnnxProto3.TensorShapeProto.DimensionOrBuilder
namespace Shape
getDimParamBytes() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
namespace Shape
getDimParamBytes() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
namespace Shape
getDimParamBytes() - Method in interface onnx.OnnxMlProto3.TensorShapeProto.DimensionOrBuilder
namespace Shape
getDimParamBytes() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
namespace Shape
getDimParamBytes() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
namespace Shape
getDimParamBytes() - Method in interface onnx.OnnxProto3.TensorShapeProto.DimensionOrBuilder
namespace Shape
getDims(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
getDims(int) - Method in class onnx.OnnxMlProto3.TensorProto
The shape of the tensor.
getDims(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
The shape of the tensor.
getDims(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
getDims(int) - Method in class onnx.OnnxProto3.TensorProto
The shape of the tensor.
getDims(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
The shape of the tensor.
getDimsCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
getDimsCount() - Method in class onnx.OnnxMlProto3.TensorProto
The shape of the tensor.
getDimsCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
The shape of the tensor.
getDimsCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
getDimsCount() - Method in class onnx.OnnxProto3.TensorProto
The shape of the tensor.
getDimsCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
The shape of the tensor.
getDimsList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
getDimsList() - Method in class onnx.OnnxMlProto3.TensorProto
The shape of the tensor.
getDimsList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
The shape of the tensor.
getDimsList() - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
getDimsList() - Method in class onnx.OnnxProto3.TensorProto
The shape of the tensor.
getDimsList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
The shape of the tensor.
getDimValue() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
getDimValue() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
int64 dim_value = 1;
getDimValue() - Method in interface onnx.OnnxMlProto3.TensorShapeProto.DimensionOrBuilder
int64 dim_value = 1;
getDimValue() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
getDimValue() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
int64 dim_value = 1;
getDimValue() - Method in interface onnx.OnnxProto3.TensorShapeProto.DimensionOrBuilder
int64 dim_value = 1;
getDisplayName() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Display name for viewing in TensorBoard.
getDisplayName() - Method in class org.tensorflow.framework.SummaryMetadata
Display name for viewing in TensorBoard.
getDisplayName() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Display name for viewing in TensorBoard.
getDisplayNameBytes() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Display name for viewing in TensorBoard.
getDisplayNameBytes() - Method in class org.tensorflow.framework.SummaryMetadata
Display name for viewing in TensorBoard.
getDisplayNameBytes() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Display name for viewing in TensorBoard.
getDistributions() - Static method in class org.nd4j.linalg.factory.Nd4j
Get the primary distributions factory
getDocString() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
getDocString() - Method in class onnx.OnnxMlProto3.AttributeProto
A human-readable documentation for this attribute.
getDocString() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
A human-readable documentation for this attribute.
getDocString() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A human-readable documentation for this graph.
getDocString() - Method in class onnx.OnnxMlProto3.GraphProto
A human-readable documentation for this graph.
getDocString() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A human-readable documentation for this graph.
getDocString() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
A human-readable documentation for this model.
getDocString() - Method in class onnx.OnnxMlProto3.ModelProto
A human-readable documentation for this model.
getDocString() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
A human-readable documentation for this model.
getDocString() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
A human-readable documentation for this node.
getDocString() - Method in class onnx.OnnxMlProto3.NodeProto
A human-readable documentation for this node.
getDocString() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
A human-readable documentation for this node.
getDocString() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
A human-readable documentation for this tensor.
getDocString() - Method in class onnx.OnnxMlProto3.TensorProto
A human-readable documentation for this tensor.
getDocString() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
A human-readable documentation for this tensor.
getDocString() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
getDocString() - Method in class onnx.OnnxMlProto3.ValueInfoProto
A human-readable documentation for this value.
getDocString() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
A human-readable documentation for this value.
getDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
A human-readable documentation for this operator.
getDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
A human-readable documentation for this operator.
getDocString() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
A human-readable documentation for this operator.
getDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
A human-readable documentation for this set of operators.
getDocString() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
A human-readable documentation for this set of operators.
getDocString() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
A human-readable documentation for this set of operators.
getDocString() - Method in class onnx.OnnxProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
getDocString() - Method in class onnx.OnnxProto3.AttributeProto
A human-readable documentation for this attribute.
getDocString() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
A human-readable documentation for this attribute.
getDocString() - Method in class onnx.OnnxProto3.GraphProto.Builder
A human-readable documentation for this graph.
getDocString() - Method in class onnx.OnnxProto3.GraphProto
A human-readable documentation for this graph.
getDocString() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A human-readable documentation for this graph.
getDocString() - Method in class onnx.OnnxProto3.ModelProto.Builder
A human-readable documentation for this model.
getDocString() - Method in class onnx.OnnxProto3.ModelProto
A human-readable documentation for this model.
getDocString() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
A human-readable documentation for this model.
getDocString() - Method in class onnx.OnnxProto3.NodeProto.Builder
A human-readable documentation for this node.
getDocString() - Method in class onnx.OnnxProto3.NodeProto
A human-readable documentation for this node.
getDocString() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
A human-readable documentation for this node.
getDocString() - Method in class onnx.OnnxProto3.TensorProto.Builder
A human-readable documentation for this tensor.
getDocString() - Method in class onnx.OnnxProto3.TensorProto
A human-readable documentation for this tensor.
getDocString() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
A human-readable documentation for this tensor.
getDocString() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
getDocString() - Method in class onnx.OnnxProto3.ValueInfoProto
A human-readable documentation for this value.
getDocString() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
A human-readable documentation for this value.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.AttributeProto
A human-readable documentation for this attribute.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
A human-readable documentation for this attribute.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A human-readable documentation for this graph.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.GraphProto
A human-readable documentation for this graph.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A human-readable documentation for this graph.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
A human-readable documentation for this model.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.ModelProto
A human-readable documentation for this model.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
A human-readable documentation for this model.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
A human-readable documentation for this node.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.NodeProto
A human-readable documentation for this node.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
A human-readable documentation for this node.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
A human-readable documentation for this tensor.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.TensorProto
A human-readable documentation for this tensor.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
A human-readable documentation for this tensor.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
getDocStringBytes() - Method in class onnx.OnnxMlProto3.ValueInfoProto
A human-readable documentation for this value.
getDocStringBytes() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
A human-readable documentation for this value.
getDocStringBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
A human-readable documentation for this operator.
getDocStringBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
A human-readable documentation for this operator.
getDocStringBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
A human-readable documentation for this operator.
getDocStringBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
A human-readable documentation for this set of operators.
getDocStringBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
A human-readable documentation for this set of operators.
getDocStringBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
A human-readable documentation for this set of operators.
getDocStringBytes() - Method in class onnx.OnnxProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
getDocStringBytes() - Method in class onnx.OnnxProto3.AttributeProto
A human-readable documentation for this attribute.
getDocStringBytes() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
A human-readable documentation for this attribute.
getDocStringBytes() - Method in class onnx.OnnxProto3.GraphProto.Builder
A human-readable documentation for this graph.
getDocStringBytes() - Method in class onnx.OnnxProto3.GraphProto
A human-readable documentation for this graph.
getDocStringBytes() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A human-readable documentation for this graph.
getDocStringBytes() - Method in class onnx.OnnxProto3.ModelProto.Builder
A human-readable documentation for this model.
getDocStringBytes() - Method in class onnx.OnnxProto3.ModelProto
A human-readable documentation for this model.
getDocStringBytes() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
A human-readable documentation for this model.
getDocStringBytes() - Method in class onnx.OnnxProto3.NodeProto.Builder
A human-readable documentation for this node.
getDocStringBytes() - Method in class onnx.OnnxProto3.NodeProto
A human-readable documentation for this node.
getDocStringBytes() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
A human-readable documentation for this node.
getDocStringBytes() - Method in class onnx.OnnxProto3.TensorProto.Builder
A human-readable documentation for this tensor.
getDocStringBytes() - Method in class onnx.OnnxProto3.TensorProto
A human-readable documentation for this tensor.
getDocStringBytes() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
A human-readable documentation for this tensor.
getDocStringBytes() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
getDocStringBytes() - Method in class onnx.OnnxProto3.ValueInfoProto
A human-readable documentation for this value.
getDocStringBytes() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
A human-readable documentation for this value.
getDomain() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Domain name of the model.
getDomain() - Method in class onnx.OnnxMlProto3.ModelProto
Domain name of the model.
getDomain() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Domain name of the model.
getDomain() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in class onnx.OnnxMlProto3.NodeProto
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
getDomain() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
The domain of the operator set being identified.
getDomain() - Method in interface onnx.OnnxMlProto3.OperatorSetIdProtoOrBuilder
The domain of the operator set being identified.
getDomain() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomain() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomain() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomain() - Method in class onnx.OnnxProto3.ModelProto.Builder
Domain name of the model.
getDomain() - Method in class onnx.OnnxProto3.ModelProto
Domain name of the model.
getDomain() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Domain name of the model.
getDomain() - Method in class onnx.OnnxProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in class onnx.OnnxProto3.NodeProto
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomain() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
getDomain() - Method in class onnx.OnnxProto3.OperatorSetIdProto
The domain of the operator set being identified.
getDomain() - Method in interface onnx.OnnxProto3.OperatorSetIdProtoOrBuilder
The domain of the operator set being identified.
getDomainBytes() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Domain name of the model.
getDomainBytes() - Method in class onnx.OnnxMlProto3.ModelProto
Domain name of the model.
getDomainBytes() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Domain name of the model.
getDomainBytes() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in class onnx.OnnxMlProto3.NodeProto
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
getDomainBytes() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
The domain of the operator set being identified.
getDomainBytes() - Method in interface onnx.OnnxMlProto3.OperatorSetIdProtoOrBuilder
The domain of the operator set being identified.
getDomainBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomainBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomainBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
getDomainBytes() - Method in class onnx.OnnxProto3.ModelProto.Builder
Domain name of the model.
getDomainBytes() - Method in class onnx.OnnxProto3.ModelProto
Domain name of the model.
getDomainBytes() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Domain name of the model.
getDomainBytes() - Method in class onnx.OnnxProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in class onnx.OnnxProto3.NodeProto
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
The domain of the OperatorSet that specifies the operator named by op_type.
getDomainBytes() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
getDomainBytes() - Method in class onnx.OnnxProto3.OperatorSetIdProto
The domain of the operator set being identified.
getDomainBytes() - Method in interface onnx.OnnxProto3.OperatorSetIdProtoOrBuilder
The domain of the operator set being identified.
getDouble(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the elements at the the specified indices
getDouble(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getDouble(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getDouble(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getDouble(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getDouble(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getDouble(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getDouble(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getDouble(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getDouble(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get a double value at the specified indices.
getDouble(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the double value at the specified linear index in the array
getDouble(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the double value at the specified indices.
getDouble(INDArray, int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Get a double based on the array and given indices
getDoubleData(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(int) - Method in class onnx.OnnxMlProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(int) - Method in class onnx.OnnxProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleData(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Returns the double data for this ndarray.
getDoubleData(DataBuffer) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Returns the double data for this buffer.
getDoubleDataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataCount() - Method in class onnx.OnnxProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in class onnx.OnnxMlProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in class onnx.OnnxProto3.TensorProto
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleDataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getDoubleUnsafe(long) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getDoubleUnsafe(long) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getDoubleUnsafe(long) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get a scalar at the given linear offset
getDoubleVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
getDoubleVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_DOUBLE.
getDoubleVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_DOUBLE.
getDoubleValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
getDoubleValCount() - Method in class org.tensorflow.framework.TensorProto
DT_DOUBLE.
getDoubleValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_DOUBLE.
getDoubleValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
getDoubleValList() - Method in class org.tensorflow.framework.TensorProto
DT_DOUBLE.
getDoubleValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_DOUBLE.
getDoubleValues() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getDtype() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.DataType dtype = 4;
getDtype() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
.tensorflow.DataType dtype = 4;
getDtype() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
.tensorflow.DataType dtype = 4;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
.tensorflow.DataType dtype = 5;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
.tensorflow.DataType dtype = 5;
getDtype() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
.tensorflow.DataType dtype = 5;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
.tensorflow.DataType dtype = 3;
getDtype() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
.tensorflow.DataType dtype = 3;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
getDtype() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
.tensorflow.DataType dtype = 3;
getDtype() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
.tensorflow.DataType dtype = 3;
getDtype() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.DataType dtype = 1;
getDtype() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
.tensorflow.DataType dtype = 1;
getDtype() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
.tensorflow.DataType dtype = 1;
getDtype() - Method in class org.tensorflow.framework.TensorDescription.Builder
Data type of tensor elements
getDtype() - Method in class org.tensorflow.framework.TensorDescription
Data type of tensor elements
getDtype() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Data type of tensor elements
getDtype() - Method in class org.tensorflow.framework.TensorProto.Builder
.tensorflow.DataType dtype = 1;
getDtype() - Method in class org.tensorflow.framework.TensorProto
.tensorflow.DataType dtype = 1;
getDtype() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.DataType dtype = 4;
getDtypeValue() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
.tensorflow.DataType dtype = 4;
getDtypeValue() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
.tensorflow.DataType dtype = 4;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
.tensorflow.DataType dtype = 5;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
.tensorflow.DataType dtype = 5;
getDtypeValue() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
.tensorflow.DataType dtype = 5;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
.tensorflow.DataType dtype = 3;
getDtypeValue() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in class org.tensorflow.framework.TensorDescription.Builder
Data type of tensor elements
getDtypeValue() - Method in class org.tensorflow.framework.TensorDescription
Data type of tensor elements
getDtypeValue() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Data type of tensor elements
getDtypeValue() - Method in class org.tensorflow.framework.TensorProto.Builder
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in class org.tensorflow.framework.TensorProto
.tensorflow.DataType dtype = 1;
getDtypeValue() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
.tensorflow.DataType dtype = 1;
getEigenvalues() - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
 
getEigenvectors() - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
 
getElementName(int) - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
getElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
getElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
The type and optional shape of each element of the sequence.
getElemType() - Method in interface onnx.OnnxMlProto3.TypeProto.SequenceOrBuilder
The type and optional shape of each element of the sequence.
getElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemType() - Method in interface onnx.OnnxMlProto3.TypeProto.TensorOrBuilder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemType() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemType() - Method in class onnx.OnnxProto3.TypeProto.Tensor
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemType() - Method in interface onnx.OnnxProto3.TypeProto.TensorOrBuilder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
getElemTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
getElemTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
The type and optional shape of each element of the sequence.
getElemTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProto.SequenceOrBuilder
The type and optional shape of each element of the sequence.
getElemTypeValue() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeValue() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeValue() - Method in interface onnx.OnnxMlProto3.TypeProto.TensorOrBuilder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeValue() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeValue() - Method in class onnx.OnnxProto3.TypeProto.Tensor
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getElemTypeValue() - Method in interface onnx.OnnxProto3.TypeProto.TensorOrBuilder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
getEncodedAudioString() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Encoded audio data and its associated RFC 2045 content type (e.g.
getEncodedAudioString() - Method in class org.tensorflow.framework.Summary.Audio
Encoded audio data and its associated RFC 2045 content type (e.g.
getEncodedAudioString() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
Encoded audio data and its associated RFC 2045 content type (e.g.
getEncodedImageString() - Method in class org.tensorflow.framework.Summary.Image.Builder
Image data in encoded format.
getEncodedImageString() - Method in class org.tensorflow.framework.Summary.Image
Image data in encoded format.
getEncodedImageString() - Method in interface org.tensorflow.framework.Summary.ImageOrBuilder
Image data in encoded format.
getEnd() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 end = 2;
getEnd() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
int64 end = 2;
getEnd() - Method in interface onnx.OnnxMlProto3.TensorProto.SegmentOrBuilder
int64 end = 2;
getEnd() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 end = 2;
getEnd() - Method in class onnx.OnnxProto3.TensorProto.Segment
int64 end = 2;
getEnd() - Method in interface onnx.OnnxProto3.TensorProto.SegmentOrBuilder
int64 end = 2;
getEndpoint(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpoint(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpoint(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointCount() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointCount() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointCount() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilder(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilderList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEndpointOrBuilderList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getEntries() - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
getEntry(int, int) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
Get entry i,j in the matrix
getEntryName() - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
getEnvironment() - Static method in class org.nd4j.linalg.api.environment.Nd4jEnvironment
Load an Nd4jEnvironment from the properties returned from OpExecutioner.getEnvironmentInformation() derived from Nd4j.getExecutioner()
getEnvironmentInformation() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method return set of key/value and key/key/value objects, describing current environment
getEnvironmentInformation() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method return set of key/value and key/key/value objects, describing current environment
getEnvironmentInformation() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method return set of key/value and key/key/value objects, describing current environment
getEpsRelativeTo(INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
 
getErrorCode() - Method in error org.nd4j.linalg.api.blas.BlasException
 
getExampleMetaData(Class<T>) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Get the example metadata, or null if no metadata has been set
Note: this method results in an unchecked cast - care should be taken when using this!
getExampleMetaData() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Get the example metadata, or null if no metadata has been set
getExampleMetaData(Class<T>) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the example metadata, or null if no metadata has been set
Note: this method results in an unchecked cast - care should be taken when using this!
getExampleMetaData() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the example metadata, or null if no metadata has been set
getExampleMetaData() - Method in class org.nd4j.linalg.dataset.DataSet
 
getExampleMetaData(Class<T>) - Method in class org.nd4j.linalg.dataset.DataSet
 
getExampleMetaData() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getExampleMetaData(Class<T>) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getExecutioner() - Static method in class org.nd4j.linalg.factory.Nd4j
Get the operation executioner instance
getExecutionerType() - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
This method returns Type of this executioner
getExecutionerType() - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method returns Type of this executioner
getExecutorName() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Executor's name
getExecutorName() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Executor's name
getExecutorName() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Executor's name
getExecutorNameBytes() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Executor's name
getExecutorNameBytes() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Executor's name
getExecutorNameBytes() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Executor's name
getExecutorService() - Static method in class org.nd4j.linalg.executors.ExecutorServiceProvider
 
getExplanation() - Method in class org.tensorflow.framework.OpDeprecation.Builder
Explanation of why it was deprecated and what to use instead.
getExplanation() - Method in class org.tensorflow.framework.OpDeprecation
Explanation of why it was deprecated and what to use instead.
getExplanation() - Method in interface org.tensorflow.framework.OpDeprecationOrBuilder
Explanation of why it was deprecated and what to use instead.
getExplanationBytes() - Method in class org.tensorflow.framework.OpDeprecation.Builder
Explanation of why it was deprecated and what to use instead.
getExplanationBytes() - Method in class org.tensorflow.framework.OpDeprecation
Explanation of why it was deprecated and what to use instead.
getExplanationBytes() - Method in interface org.tensorflow.framework.OpDeprecationOrBuilder
Explanation of why it was deprecated and what to use instead.
getExtent(int) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtent(int) - Method in class org.tensorflow.framework.TensorSliceProto
Extent of the slice in all tensor dimensions.
getExtent(int) - Method in interface org.tensorflow.framework.TensorSliceProtoOrBuilder
Extent of the slice in all tensor dimensions.
getExtentBuilder(int) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentBuilderList() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentCount() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentCount() - Method in class org.tensorflow.framework.TensorSliceProto
Extent of the slice in all tensor dimensions.
getExtentCount() - Method in interface org.tensorflow.framework.TensorSliceProtoOrBuilder
Extent of the slice in all tensor dimensions.
getExtentList() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentList() - Method in class org.tensorflow.framework.TensorSliceProto
Extent of the slice in all tensor dimensions.
getExtentList() - Method in interface org.tensorflow.framework.TensorSliceProtoOrBuilder
Extent of the slice in all tensor dimensions.
getExtentOrBuilder(int) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentOrBuilder(int) - Method in class org.tensorflow.framework.TensorSliceProto
Extent of the slice in all tensor dimensions.
getExtentOrBuilder(int) - Method in interface org.tensorflow.framework.TensorSliceProtoOrBuilder
Extent of the slice in all tensor dimensions.
getExtentOrBuilderList() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
getExtentOrBuilderList() - Method in class org.tensorflow.framework.TensorSliceProto
Extent of the slice in all tensor dimensions.
getExtentOrBuilderList() - Method in interface org.tensorflow.framework.TensorSliceProtoOrBuilder
Extent of the slice in all tensor dimensions.
getF() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in class onnx.OnnxMlProto3.AttributeProto
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in class onnx.OnnxProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in class onnx.OnnxProto3.AttributeProto
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
Exactly ONE of the following fields must be present for this version of the IR
getF() - Method in class org.tensorflow.framework.AttrValue.Builder
"float"
getF() - Method in class org.tensorflow.framework.AttrValue
"float"
getF(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
getF(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(float)"
getF(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(float)"
getF() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"float"
getFalseBody() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getFalseBodyExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getFalseBodyName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getFCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
getFCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(float)"
getFCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(float)"
getFeatureMatrix() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Deprecated.
getFeatureMatrix() - Method in class org.nd4j.linalg.dataset.DataSet
Get the feature matrix (inputs for the data)
getFeatureMean(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
getFeatures() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Returns the features array for the DataSet
getFeatures() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get all of the input features, as an array of INDArrays
getFeatures(int) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get a single feature/input array
getFeatures() - Method in class org.nd4j.linalg.dataset.DataSet
 
getFeatures() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getFeatures(int) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getFeaturesMaskArray() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Input mask array: a mask array for input, where each value is in {0,1} in order to specify whether an input is actually present or not.
getFeaturesMaskArray(int) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the specified feature mask array.
getFeaturesMaskArray() - Method in class org.nd4j.linalg.dataset.DataSet
 
getFeaturesMaskArray(int) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getFeaturesMaskArrays() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the feature mask arrays.
getFeaturesMaskArrays() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getFeatureStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
getFeatureStats(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
getFeatureStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
getFeatureStd(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
getFieldsForFunction(DifferentialFunction) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Get the fields for a given DifferentialFunction
getFinalResult() - Method in interface org.nd4j.linalg.api.ops.Accumulation
Get the final result (may return null if getAndSetFinalResult has not been called, or for accumulation ops on complex arrays)
getFinalResult() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getFinalResult() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getFinalResult() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
getFinalResult() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
getFinalResult() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
getFinalResult() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Get the final result of the IndexAccumulation
getFirstOp() - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
getFirstOp() - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
getFirstOpDescriptor() - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
getFirstOpDescriptor() - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
getFlatConfiguration(FlatBufferBuilder) - Method in class org.nd4j.autodiff.execution.conf.ExecutorConfiguration
This method
getFlatOpType(Op.Type) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method converts enums for DataType
getFList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
getFList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(float)"
getFList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(float)"
getFloat(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the elements at the the specified indices
getFloat(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getFloat(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getFloat(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getFloat(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getFloat(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getFloat(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getFloat(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getFloat(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getFloat(int[]) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the elements at the the specified indices
getFloat(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the item at the linear index i
getFloat(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the item at row i column j Note that this is the same as calling getScalar(new int[]{i,j}
getFloatData(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(int) - Method in class onnx.OnnxMlProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(int) - Method in class onnx.OnnxProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatData(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Returns the float data for this ndarray.
getFloatData(DataBuffer) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Returns the float data for this buffer.
getFloatDataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataCount() - Method in class onnx.OnnxProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in class onnx.OnnxMlProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in class onnx.OnnxProto3.TensorProto
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloatDataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
getFloats(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
getFloats(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of floats
getFloats(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of floats
getFloats(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
getFloats(int) - Method in class onnx.OnnxProto3.AttributeProto
list of floats
getFloats(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of floats
getFloatsCount() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
getFloatsCount() - Method in class onnx.OnnxMlProto3.AttributeProto
list of floats
getFloatsCount() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of floats
getFloatsCount() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
getFloatsCount() - Method in class onnx.OnnxProto3.AttributeProto
list of floats
getFloatsCount() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of floats
getFloatsList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
getFloatsList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of floats
getFloatsList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of floats
getFloatsList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
getFloatsList() - Method in class onnx.OnnxProto3.AttributeProto
list of floats
getFloatsList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of floats
getFloatVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
getFloatVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_FLOAT.
getFloatVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_FLOAT.
getFloatValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
getFloatValCount() - Method in class org.tensorflow.framework.TensorProto
DT_FLOAT.
getFloatValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_FLOAT.
getFloatValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
getFloatValList() - Method in class org.tensorflow.framework.TensorProto
DT_FLOAT.
getFloatValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_FLOAT.
getForkJoinPool() - Static method in class org.nd4j.linalg.executors.ExecutorServiceProvider
 
getFormat() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getFormat() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getFormat() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getFormat() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the sparse format (i.e COO, CSR, ...)
getFormat() - Method in interface org.nd4j.linalg.api.ndarray.ISparseNDArray
Return the sparse format (i.e COO, CSR, ...)
getForwardVariableForVertexId(int) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the forward variable for gradient based on the gradient's vertex id
getFrameName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
getFrom() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string from = 1;
getFrom() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
string from = 1;
getFrom() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder
string from = 1;
getFromBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string from = 1;
getFromBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
string from = 1;
getFromBytes() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder
string from = 1;
getFullName() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Name of the full variable of which this is a slice.
getFullName() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Name of the full variable of which this is a slice.
getFullName() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Name of the full variable of which this is a slice.
getFullNameBytes() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Name of the full variable of which this is a slice.
getFullNameBytes() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Name of the full variable of which this is a slice.
getFullNameBytes() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Name of the full variable of which this is a slice.
getFullShape(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
getFullShape(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of the full variable.
getFullShape(int) - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of the full variable.
getFullShapeCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
getFullShapeCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of the full variable.
getFullShapeCount() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of the full variable.
getFullShapeList() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
getFullShapeList() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of the full variable.
getFullShapeList() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of the full variable.
getFunc() - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
getFunc() - Method in class org.tensorflow.framework.AttrValue
"func" represents a function.
getFunc(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFunc(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(attr)"
getFunc(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(attr)"
getFunc() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"func" represents a function.
getFuncBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
getFuncBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(attr)"
getFuncCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(attr)"
getFuncList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(attr)"
getFuncList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(attr)"
getFuncOrBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
getFuncOrBuilder() - Method in class org.tensorflow.framework.AttrValue
"func" represents a function.
getFuncOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(attr)"
getFuncOrBuilder(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(attr)"
getFuncOrBuilder() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"func" represents a function.
getFuncOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
getFuncOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(attr)"
getFuncOrBuilderList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(attr)"
getFunction(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get a function instance given the opName
getFunction(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunction(int) - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.FunctionDef function = 1;
getFunction(int) - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.FunctionDef function = 1;
getFunctionBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionById(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the function by the DifferentialFunction#getOwnName()
getFunctionCount() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionCount() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.FunctionDef function = 1;
getFunctionCount() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.FunctionDef function = 1;
getFunctionList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionList() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.FunctionDef function = 1;
getFunctionList() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.FunctionDef function = 1;
getFunctionName() - Method in class org.tensorflow.framework.GradientDef.Builder
The function name.
getFunctionName() - Method in class org.tensorflow.framework.GradientDef
The function name.
getFunctionName() - Method in interface org.tensorflow.framework.GradientDefOrBuilder
The function name.
getFunctionNameBytes() - Method in class org.tensorflow.framework.GradientDef.Builder
The function name.
getFunctionNameBytes() - Method in class org.tensorflow.framework.GradientDef
The function name.
getFunctionNameBytes() - Method in interface org.tensorflow.framework.GradientDefOrBuilder
The function name.
getFunctionOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.FunctionDef function = 1;
getFunctionOrBuilder(int) - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.FunctionDef function = 1;
getFunctionOrBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
getFunctionOrBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.FunctionDef function = 1;
getFunctionOrBuilderList() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.FunctionDef function = 1;
getG() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
getG() - Method in class onnx.OnnxMlProto3.AttributeProto
graph
getG() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
graph
getG() - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
getG() - Method in class onnx.OnnxProto3.AttributeProto
graph
getG() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
graph
getGBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
getGBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
getGenerationId() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
getGenerationId() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
getGOrBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
getGOrBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto
graph
getGOrBuilder() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
graph
getGOrBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
getGOrBuilder() - Method in class onnx.OnnxProto3.AttributeProto
graph
getGOrBuilder() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
graph
getGradForVariable(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the gradient for the given vertex id
getGradient() - Method in class org.nd4j.autodiff.samediff.SDVariable
A getter for the variable gradient.
getGradient(INDArray, int) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
Gets feature specific learning rates Adagrad keeps a history of gradients being passed in.
getGradient(double, int, int[]) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
getGradient(INDArray, int, int[]) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
getGradient(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradient(int) - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.GradientDef gradient = 2;
getGradient(int) - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.GradientDef gradient = 2;
getGradientBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientCount() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientCount() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.GradientDef gradient = 2;
getGradientCount() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.GradientDef gradient = 2;
getGradientFunc() - Method in class org.tensorflow.framework.GradientDef.Builder
The gradient function's name.
getGradientFunc() - Method in class org.tensorflow.framework.GradientDef
The gradient function's name.
getGradientFunc() - Method in interface org.tensorflow.framework.GradientDefOrBuilder
The gradient function's name.
getGradientFuncBytes() - Method in class org.tensorflow.framework.GradientDef.Builder
The gradient function's name.
getGradientFuncBytes() - Method in class org.tensorflow.framework.GradientDef
The gradient function's name.
getGradientFuncBytes() - Method in interface org.tensorflow.framework.GradientDefOrBuilder
The gradient function's name.
getGradientList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientList() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.GradientDef gradient = 2;
getGradientList() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilder(int) - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilderList() - Method in class org.tensorflow.framework.FunctionDefLibrary
repeated .tensorflow.GradientDef gradient = 2;
getGradientOrBuilderList() - Method in interface org.tensorflow.framework.FunctionDefLibraryOrBuilder
repeated .tensorflow.GradientDef gradient = 2;
getGradientViewArray() - Method in class org.nd4j.linalg.activations.BaseActivationFunction
 
getGradientViewArray() - Method in interface org.nd4j.linalg.activations.IActivation
 
getGraph() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraph() - Method in class onnx.OnnxMlProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
getGraph() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
getGraph() - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraph() - Method in class onnx.OnnxProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
getGraph() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
getGraphBuilder() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraphBuilder() - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraphInputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
Input Node parameters of transferred graph
getGraphInputNodeInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Input Node parameters of transferred graph
getGraphInputNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
Input Node parameters of transferred graph
getGraphInputNodeInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Input Node parameters of transferred graph
getGraphInputNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
Input Node parameters of transferred graph
getGraphInputNodeInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
Input Node parameters of transferred graph
getGraphInputNodeInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
Input Node parameters of transferred graph
getGraphInputNodeName(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
getGraphInputNodeName(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph input node name
getGraphInputNodeName(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph input node name
getGraphInputNodeNameBytes(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
getGraphInputNodeNameBytes(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph input node name
getGraphInputNodeNameBytes(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph input node name
getGraphInputNodeNameCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
getGraphInputNodeNameCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph input node name
getGraphInputNodeNameCount() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph input node name
getGraphInputNodeNameList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
getGraphInputNodeNameList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph input node name
getGraphInputNodeNameList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph input node name
getGraphOpName() - Method in class org.tensorflow.framework.ApiDef.Builder
Name of the op (in the OpDef) to specify the API for.
getGraphOpName() - Method in class org.tensorflow.framework.ApiDef
Name of the op (in the OpDef) to specify the API for.
getGraphOpName() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Name of the op (in the OpDef) to specify the API for.
getGraphOpNameBytes() - Method in class org.tensorflow.framework.ApiDef.Builder
Name of the op (in the OpDef) to specify the API for.
getGraphOpNameBytes() - Method in class org.tensorflow.framework.ApiDef
Name of the op (in the OpDef) to specify the API for.
getGraphOpNameBytes() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
Name of the op (in the OpDef) to specify the API for.
getGraphOrBuilder() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraphOrBuilder() - Method in class onnx.OnnxMlProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
getGraphOrBuilder() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
getGraphOrBuilder() - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
getGraphOrBuilder() - Method in class onnx.OnnxProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
getGraphOrBuilder() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
getGraphOutputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeName(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
getGraphOutputNodeName(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph output node name
getGraphOutputNodeName(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph output node name
getGraphOutputNodeNameBytes(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
getGraphOutputNodeNameBytes(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph output node name
getGraphOutputNodeNameBytes(int) - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph output node name
getGraphOutputNodeNameCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
getGraphOutputNodeNameCount() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph output node name
getGraphOutputNodeNameCount() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph output node name
getGraphOutputNodeNameList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
getGraphOutputNodeNameList() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Remote fused graph output node name
getGraphOutputNodeNameList() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Remote fused graph output node name
getGraphs(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphs(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of graph
getGraphs(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of graph
getGraphs(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphs(int) - Method in class onnx.OnnxProto3.AttributeProto
list of graph
getGraphs(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of graph
getGraphsBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsBuilderList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsCount() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsCount() - Method in class onnx.OnnxMlProto3.AttributeProto
list of graph
getGraphsCount() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of graph
getGraphsCount() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsCount() - Method in class onnx.OnnxProto3.AttributeProto
list of graph
getGraphsCount() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of graph
getGraphsList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of graph
getGraphsList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of graph
getGraphsList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsList() - Method in class onnx.OnnxProto3.AttributeProto
list of graph
getGraphsList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of graph
getGraphsOrBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsOrBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of graph
getGraphsOrBuilder(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of graph
getGraphsOrBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsOrBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto
list of graph
getGraphsOrBuilder(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of graph
getGraphsOrBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
getGraphsOrBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of graph
getGraphsOrBuilderList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of graph
getGraphsOrBuilderList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
getGraphsOrBuilderList() - Method in class onnx.OnnxProto3.AttributeProto
list of graph
getGraphsOrBuilderList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of graph
getGridDescriptor() - Method in interface org.nd4j.linalg.api.ops.GridOp
 
getGridDescriptor() - Method in class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
getHalfVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
getHalfVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_HALF.
getHalfVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_HALF.
getHalfValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
getHalfValCount() - Method in class org.tensorflow.framework.TensorProto
DT_HALF.
getHalfValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_HALF.
getHalfValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
getHalfValList() - Method in class org.tensorflow.framework.TensorProto
DT_HALF.
getHalfValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_HALF.
getHandle() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Handle describing the feeds and fetches of the step.
getHandle() - Method in class org.tensorflow.framework.MemoryLogStep
Handle describing the feeds and fetches of the step.
getHandle() - Method in interface org.tensorflow.framework.MemoryLogStepOrBuilder
Handle describing the feeds and fetches of the step.
getHandleBytes() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Handle describing the feeds and fetches of the step.
getHandleBytes() - Method in class org.tensorflow.framework.MemoryLogStep
Handle describing the feeds and fetches of the step.
getHandleBytes() - Method in interface org.tensorflow.framework.MemoryLogStepOrBuilder
Handle describing the feeds and fetches of the step.
getHashCode() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Hash code for the type of the resource.
getHashCode() - Method in class org.tensorflow.framework.ResourceHandleProto
Hash code for the type of the resource.
getHashCode() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Hash code for the type of the resource.
getHasLengthCase() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
getHasLengthCase() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getHasLengthCase() - Method in interface org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder
 
getHasMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
For type == "int", this is a minimum value.
getHasMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef
For type == "int", this is a minimum value.
getHasMinimum() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
For type == "int", this is a minimum value.
getHasSingleReference() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Set if this tensor only has one remaining reference
getHasSingleReference() - Method in class org.tensorflow.framework.AllocationDescription
Set if this tensor only has one remaining reference
getHasSingleReference() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Set if this tensor only has one remaining reference
getHeight() - Method in class org.tensorflow.framework.Summary.Image.Builder
Dimensions of the image.
getHeight() - Method in class org.tensorflow.framework.Summary.Image
Dimensions of the image.
getHeight() - Method in interface org.tensorflow.framework.Summary.ImageOrBuilder
Dimensions of the image.
getHide() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
getHide() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
getHide() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
getHisto() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
getHisto() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.HistogramProto histo = 5;
getHisto() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.HistogramProto histo = 5;
getHistoBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
getHistoOrBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
getHistoOrBuilder() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.HistogramProto histo = 5;
getHistoOrBuilder() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.HistogramProto histo = 5;
getHostMemoryArg(int) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArg(int) - Method in class org.tensorflow.framework.KernelDef
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArg(int) - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgBytes(int) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgBytes(int) - Method in class org.tensorflow.framework.KernelDef
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgBytes(int) - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgCount() - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgCount() - Method in class org.tensorflow.framework.KernelDef
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgCount() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgList() - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgList() - Method in class org.tensorflow.framework.KernelDef
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostMemoryArgList() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
getHostOffset() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns current host memory offset within workspace
getHostPersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_persistent_memory_size = 12;
getHostPersistentMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node
int64 host_persistent_memory_size = 12;
getHostPersistentMemorySize() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
int64 host_persistent_memory_size = 12;
getHostPersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_persistent_memory_size = 3;
getHostPersistentMemorySize() - Method in class org.tensorflow.framework.MemoryStats
int64 host_persistent_memory_size = 3;
getHostPersistentMemorySize() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
int64 host_persistent_memory_size = 3;
getHostPersistentTensorAllocIds(int) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIds(int) - Method in class org.tensorflow.framework.MemoryStats
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIds(int) - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsCount() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsCount() - Method in class org.tensorflow.framework.MemoryStats
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsCount() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsList() - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsList() - Method in class org.tensorflow.framework.MemoryStats
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostPersistentTensorAllocIdsList() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
repeated int64 host_persistent_tensor_alloc_ids = 5;
getHostTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_temp_memory_size = 10;
getHostTempMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node
int64 host_temp_memory_size = 10;
getHostTempMemorySize() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
int64 host_temp_memory_size = 10;
getHostTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_temp_memory_size = 1;
getHostTempMemorySize() - Method in class org.tensorflow.framework.MemoryStats
int64 host_temp_memory_size = 1;
getHostTempMemorySize() - Method in interface org.tensorflow.framework.MemoryStatsOrBuilder
int64 host_temp_memory_size = 1;
getI() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
int
getI() - Method in class onnx.OnnxMlProto3.AttributeProto
int
getI() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
int
getI() - Method in class onnx.OnnxProto3.AttributeProto.Builder
int
getI() - Method in class onnx.OnnxProto3.AttributeProto
int
getI() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
int
getI() - Method in class org.tensorflow.framework.AttrValue.Builder
"int"
getI() - Method in class org.tensorflow.framework.AttrValue
"int"
getI(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
getI(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(int)"
getI(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(int)"
getI() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"int"
getIArgument(int) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
getIArgument(int) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
getIArgument(int) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
getIArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
getIArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
getICount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
getICount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(int)"
getICount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(int)"
getId() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getId() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns Id of this workspace
getId() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The id of the node.
getId() - Method in class org.tensorflow.framework.CostGraphDef.Node
The id of the node.
getId() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
The id of the node.
getIList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
getIList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(int)"
getIList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(int)"
getILossFunction() - Method in enum org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction
 
getImag(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getImag(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Get the imaginary component at the specified index
getImage() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
getImage() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Image image = 4;
getImage() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Image image = 4;
getImageBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
getImageOrBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
getImageOrBuilder() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Image image = 4;
getImageOrBuilder() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Image image = 4;
getInArg(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArg(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArg(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgCount() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgCount() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgCount() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilder(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilderList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getInArgOrBuilderList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
getIncarnation() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
A device is assigned a global unique number each time it is initialized.
getIncarnation() - Method in class org.tensorflow.framework.DeviceAttributes
A device is assigned a global unique number each time it is initialized.
getIncarnation() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
A device is assigned a global unique number each time it is initialized.
getIncludedIndices() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return a copy of the indices included in the view.
getIncludedValues() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return a copy of the values included in the array.
getIndex() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Index of the output being set.
getIndex() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Index of the output being set.
getIndex() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Index of the output being set.
getIndexingArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getIndexingArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getIndices() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getIndicesOf(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Returns the indices of the element of the given index in the array context
getInitialBlockSize() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes for first block of circular workspace.
getInitializer(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializer(int) - Method in class onnx.OnnxMlProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializer(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializer(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializer(int) - Method in class onnx.OnnxProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializer(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in class onnx.OnnxMlProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in class onnx.OnnxProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerCount() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in class onnx.OnnxMlProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in class onnx.OnnxProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the initializer op.
getInitializerName() - Method in class org.tensorflow.framework.VariableDef
Name of the initializer op.
getInitializerName() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the initializer op.
getInitializerNameBytes() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the initializer op.
getInitializerNameBytes() - Method in class org.tensorflow.framework.VariableDef
Name of the initializer op.
getInitializerNameBytes() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the initializer op.
getInitializerOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilder(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilder(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitializerOrBuilderList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
getInitialValueName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the tensor holding the variable's initial value.
getInitialValueName() - Method in class org.tensorflow.framework.VariableDef
Name of the tensor holding the variable's initial value.
getInitialValueName() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the tensor holding the variable's initial value.
getInitialValueNameBytes() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the tensor holding the variable's initial value.
getInitialValueNameBytes() - Method in class org.tensorflow.framework.VariableDef
Name of the tensor holding the variable's initial value.
getInitialValueNameBytes() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the tensor holding the variable's initial value.
getInput(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInput(int) - Method in class onnx.OnnxMlProto3.GraphProto
The inputs and outputs of the graph.
getInput(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInput(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getInput(int) - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getInput(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getInput(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInput(int) - Method in class onnx.OnnxProto3.GraphProto
The inputs and outputs of the graph.
getInput(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInput(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getInput(int) - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getInput(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getInput(int) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInput(int) - Method in class org.tensorflow.framework.NodeDef
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInput(int) - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputArg(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArg(int) - Method in class org.tensorflow.framework.OpDef
Description of the input(s).
getInputArg(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the input(s).
getInputArgBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgCount() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgCount() - Method in class org.tensorflow.framework.OpDef
Description of the input(s).
getInputArgCount() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the input(s).
getInputArgList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgList() - Method in class org.tensorflow.framework.OpDef
Description of the input(s).
getInputArgList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the input(s).
getInputArgOrBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgOrBuilder(int) - Method in class org.tensorflow.framework.OpDef
Description of the input(s).
getInputArgOrBuilder(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the input(s).
getInputArgOrBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
getInputArgOrBuilderList() - Method in class org.tensorflow.framework.OpDef
Description of the input(s).
getInputArgOrBuilderList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the input(s).
getInputArgument(int) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
getInputArgument(int) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
getInputArgument(int) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
getInputArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
getInputArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
getInputBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputBytes(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getInputBytes(int) - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getInputBytes(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getInputBytes(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getInputBytes(int) - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getInputBytes(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getInputBytes(int) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputBytes(int) - Method in class org.tensorflow.framework.NodeDef
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputBytes(int) - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputCount() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputCount() - Method in class onnx.OnnxMlProto3.GraphProto
The inputs and outputs of the graph.
getInputCount() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputCount() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getInputCount() - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getInputCount() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getInputCount() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputCount() - Method in class onnx.OnnxProto3.GraphProto
The inputs and outputs of the graph.
getInputCount() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputCount() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getInputCount() - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getInputCount() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getInputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 input_count = 6;
getInputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
int32 input_count = 6;
getInputCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
int32 input_count = 6;
getInputCount() - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputCount() - Method in class org.tensorflow.framework.NodeDef
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputCount() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputFromNode(NODE_TYPE, int) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the input node for the given node
getInputFromNode(OnnxProto3.NodeProto, int) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getInputFromNode(NodeDef, int) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getInputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfo(int) - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoCount() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoCount() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoCount() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoList() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoList() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilder(int) - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputInfoOrBuilderList() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
getInputLength(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
getInputList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputList() - Method in class onnx.OnnxMlProto3.GraphProto
The inputs and outputs of the graph.
getInputList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputList() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getInputList() - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getInputList() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getInputList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputList() - Method in class onnx.OnnxProto3.GraphProto
The inputs and outputs of the graph.
getInputList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputList() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getInputList() - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getInputList() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getInputList() - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputList() - Method in class org.tensorflow.framework.NodeDef
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputList() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
getInputOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto
The inputs and outputs of the graph.
getInputOrBuilder(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto
The inputs and outputs of the graph.
getInputOrBuilder(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto
The inputs and outputs of the graph.
getInputOrBuilderList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The inputs and outputs of the graph.
getInputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRename(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilder(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputRenameOrBuilderList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
getInputsForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns the inputs for the given function
getInputStats(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Get normalization statistics for a given input.
getInputStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Get the map of normalization statistics per input
getInputVariablesForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the input variables given a set of ids from SameDiff.getInputVariablesForFunction(DifferentialFunction)
getInputVars() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getInstance(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
 
getInstance() - Static method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
 
getInstance() - Static method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getInstance() - Static method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Singleton.
getInstance() - Static method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
getInstance() - Static method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Get the ndarray compressor singleton
getInstance() - Static method in class org.nd4j.linalg.heartbeat.Heartbeat
 
getInstance() - Static method in class org.nd4j.linalg.profiler.OpProfiler
 
getInstrumentation() - Static method in class org.nd4j.linalg.factory.Nd4j
Gets the instrumentation instance
getInt(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the elements at the the specified indices
getInt(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getInt(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getInt(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get an integer value at the specified indices.
getInt32Data(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32Data(int) - Method in class onnx.OnnxMlProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32Data(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32Data(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32Data(int) - Method in class onnx.OnnxProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32Data(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in class onnx.OnnxProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in class onnx.OnnxMlProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in class onnx.OnnxProto3.TensorProto
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt32DataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
getInt64Data(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
getInt64Data(int) - Method in class onnx.OnnxMlProto3.TensorProto
For int64.
getInt64Data(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int64.
getInt64Data(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
getInt64Data(int) - Method in class onnx.OnnxProto3.TensorProto
For int64.
getInt64Data(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int64.
getInt64DataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
getInt64DataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For int64.
getInt64DataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int64.
getInt64DataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
getInt64DataCount() - Method in class onnx.OnnxProto3.TensorProto
For int64.
getInt64DataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int64.
getInt64DataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
getInt64DataList() - Method in class onnx.OnnxMlProto3.TensorProto
For int64.
getInt64DataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For int64.
getInt64DataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
getInt64DataList() - Method in class onnx.OnnxProto3.TensorProto
For int64.
getInt64DataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For int64.
getInt64Val(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
getInt64Val(int) - Method in class org.tensorflow.framework.TensorProto
DT_INT64
getInt64Val(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT64
getInt64ValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
getInt64ValCount() - Method in class org.tensorflow.framework.TensorProto
DT_INT64
getInt64ValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT64
getInt64ValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
getInt64ValList() - Method in class org.tensorflow.framework.TensorProto
DT_INT64
getInt64ValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT64
getIntArrayArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getIntArrayArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getInts(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
getInts(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of ints
getInts(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of ints
getInts(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
getInts(int) - Method in class onnx.OnnxProto3.AttributeProto
list of ints
getInts(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of ints
getIntsCount() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
getIntsCount() - Method in class onnx.OnnxMlProto3.AttributeProto
list of ints
getIntsCount() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of ints
getIntsCount() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
getIntsCount() - Method in class onnx.OnnxProto3.AttributeProto
list of ints
getIntsCount() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of ints
getIntsList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
getIntsList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of ints
getIntsList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of ints
getIntsList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
getIntsList() - Method in class onnx.OnnxProto3.AttributeProto
list of ints
getIntsList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of ints
getIntVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValCount() - Method in class org.tensorflow.framework.TensorProto
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValList() - Method in class org.tensorflow.framework.TensorProto
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getIntValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
getInvocationsCount() - Method in class org.nd4j.linalg.profiler.OpProfiler
 
getIrBuildMetadata() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The build metadata component of the SemVer of the IR.
getIrBuildMetadata() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The build metadata component of the SemVer of the IR.
getIrBuildMetadata() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The build metadata component of the SemVer of the IR.
getIrBuildMetadataBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The build metadata component of the SemVer of the IR.
getIrBuildMetadataBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The build metadata component of the SemVer of the IR.
getIrBuildMetadataBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The build metadata component of the SemVer of the IR.
getIrVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the IR this model targets.
getIrVersion() - Method in class onnx.OnnxMlProto3.ModelProto
The version of the IR this model targets.
getIrVersion() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The version of the IR this model targets.
getIrVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.
getIrVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.
getIrVersion() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.
getIrVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the IR this model targets.
getIrVersion() - Method in class onnx.OnnxProto3.ModelProto
The version of the IR this model targets.
getIrVersion() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The version of the IR this model targets.
getIrVersionPrerelease() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The prerelease component of the SemVer of the IR.
getIrVersionPrerelease() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The prerelease component of the SemVer of the IR.
getIrVersionPrerelease() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The prerelease component of the SemVer of the IR.
getIrVersionPrereleaseBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The prerelease component of the SemVer of the IR.
getIrVersionPrereleaseBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The prerelease component of the SemVer of the IR.
getIrVersionPrereleaseBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The prerelease component of the SemVer of the IR.
getIsAggregate() - Method in class org.tensorflow.framework.OpDef.Builder
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.
getIsAggregate() - Method in class org.tensorflow.framework.OpDef
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.
getIsAggregate() - Method in interface org.tensorflow.framework.OpDefOrBuilder
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.
getIsCommutative() - Method in class org.tensorflow.framework.OpDef.Builder
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
getIsCommutative() - Method in class org.tensorflow.framework.OpDef
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
getIsCommutative() - Method in interface org.tensorflow.framework.OpDefOrBuilder
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
getIsFinal() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
If true, the output is permanent: it can't be discarded, because this node is part of the "final output".
getIsFinal() - Method in class org.tensorflow.framework.CostGraphDef.Node
If true, the output is permanent: it can't be discarded, because this node is part of the "final output".
getIsFinal() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
If true, the output is permanent: it can't be discarded, because this node is part of the "final output".
getIsRef() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
For inputs: if true, the inputs are required to be refs.
getIsRef() - Method in class org.tensorflow.framework.OpDef.ArgDef
For inputs: if true, the inputs are required to be refs.
getIsRef() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
For inputs: if true, the inputs are required to be refs.
getIsResource() - Method in class org.tensorflow.framework.VariableDef.Builder
Whether to represent this as a ResourceVariable.
getIsResource() - Method in class org.tensorflow.framework.VariableDef
Whether to represent this as a ResourceVariable.
getIsResource() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Whether to represent this as a ResourceVariable.
getIsStateful() - Method in class org.tensorflow.framework.OpDef.Builder
By default Ops may be moved between devices.
getIsStateful() - Method in class org.tensorflow.framework.OpDef
By default Ops may be moved between devices.
getIsStateful() - Method in interface org.tensorflow.framework.OpDefOrBuilder
By default Ops may be moved between devices.
getKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelName() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelName() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelName() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKernelNameBytes() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
getKey() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string key = 1;
getKey() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
string key = 1;
getKey() - Method in interface onnx.OnnxMlProto3.StringStringEntryProtoOrBuilder
string key = 1;
getKey() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string key = 1;
getKey() - Method in class onnx.OnnxProto3.StringStringEntryProto
string key = 1;
getKey() - Method in interface onnx.OnnxProto3.StringStringEntryProtoOrBuilder
string key = 1;
getKeyBytes() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string key = 1;
getKeyBytes() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
string key = 1;
getKeyBytes() - Method in interface onnx.OnnxMlProto3.StringStringEntryProtoOrBuilder
string key = 1;
getKeyBytes() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string key = 1;
getKeyBytes() - Method in class onnx.OnnxProto3.StringStringEntryProto
string key = 1;
getKeyBytes() - Method in interface onnx.OnnxProto3.StringStringEntryProtoOrBuilder
string key = 1;
getKeys(int) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
getKeys(int) - Method in class org.tensorflow.util.IteratorStateMetadata
Keys for tensors in the VariantTensorDataProto.
getKeys(int) - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
Keys for tensors in the VariantTensorDataProto.
getKeysBytes(int) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
getKeysBytes(int) - Method in class org.tensorflow.util.IteratorStateMetadata
Keys for tensors in the VariantTensorDataProto.
getKeysBytes(int) - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
Keys for tensors in the VariantTensorDataProto.
getKeysCount() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
getKeysCount() - Method in class org.tensorflow.util.IteratorStateMetadata
Keys for tensors in the VariantTensorDataProto.
getKeysCount() - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
Keys for tensors in the VariantTensorDataProto.
getKeysList() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
getKeysList() - Method in class org.tensorflow.util.IteratorStateMetadata
Keys for tensors in the VariantTensorDataProto.
getKeysList() - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
Keys for tensors in the VariantTensorDataProto.
getKeyType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
getKeyType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
This field MUST be present for this version of the IR.
getKeyType() - Method in interface onnx.OnnxMlProto3.TypeProto.MapOrBuilder
This field MUST be present for this version of the IR.
getKeyTypeValue() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
getKeyTypeValue() - Method in class onnx.OnnxMlProto3.TypeProto.Map
This field MUST be present for this version of the IR.
getKeyTypeValue() - Method in interface onnx.OnnxMlProto3.TypeProto.MapOrBuilder
This field MUST be present for this version of the IR.
getLabel() - Method in class org.tensorflow.framework.KernelDef.Builder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabel() - Method in class org.tensorflow.framework.KernelDef
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabel() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabelBytes() - Method in class org.tensorflow.framework.KernelDef.Builder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabelBytes() - Method in class org.tensorflow.framework.KernelDef
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabelBytes() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
getLabelMax(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getLabelMax() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getLabelMean(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
getLabelMean() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
getLabelMin(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getLabelMin() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getLabelName(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getLabelName(int) - Method in class org.nd4j.linalg.dataset.DataSet
 
getLabelNames() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Deprecated.
getLabelNames(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getLabelNames(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
 
getLabelNames() - Method in class org.nd4j.linalg.dataset.DataSet
Deprecated.
getLabelNamesList() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getLabelNamesList() - Method in class org.nd4j.linalg.dataset.DataSet
Gets the optional label names
getLabels() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
getLabels() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Get dataset iterator record reader labels
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
 
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
getLabels() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
getLabels() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get all of the labels, as an array of INDArrays
getLabels(int) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get a single label/output array
getLabels() - Method in class org.nd4j.linalg.dataset.DataSet
Returns the labels for the dataset
getLabels() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
getLabels() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
getLabels() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getLabels(int) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getLabels() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
getLabelsMaskArray() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Labels (output) mask array: a mask array for input, where each value is in {0,1} in order to specify whether an output is actually present or not.
getLabelsMaskArray(int) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the specified label mask array.
getLabelsMaskArray() - Method in class org.nd4j.linalg.dataset.DataSet
 
getLabelsMaskArray(int) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getLabelsMaskArrays() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Get the labels mask arrays.
getLabelsMaskArrays() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
getLabelStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
getLabelStats(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
getLabelStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
getLabelStd(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
getLabelStd() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
getLabelWidth() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
Returns the width of each label vector.
getLastCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns amount of memory consumed in last successful cycle, in bytes
getLastCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes allocated during last full cycle
getLastDescriptor() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
getLastGcTime() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
getLastGcTime() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method returns time (in milliseconds) of the las System.gc() call
getLastOp() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method returns opName of the last invoked op
getLastOp() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
getLastOp() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method returns opName of the last invoked op
getLd(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Get the leading dimension for a blas invocation.
getLeadingOnes() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getLeadingOnes() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getLeadingOnes() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the number of leading ones in the array shape.
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.Adam
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.AdaMax
 
getLearningRate(int, int) - Method in interface org.nd4j.linalg.learning.config.IUpdater
Get the learning rate - if any - for the updater, at the specified iteration and epoch.
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.Nadam
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.NoOp
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.RmsProp
 
getLearningRate(int, int) - Method in class org.nd4j.linalg.learning.config.Sgd
 
getLength() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
int64 length = 2;
getLength() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
int64 length = 2;
getLength() - Method in interface org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder
int64 length = 2;
getLengthFrames() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Length of the audio in frames (samples per channel).
getLengthFrames() - Method in class org.tensorflow.framework.Summary.Audio
Length of the audio in frames (samples per channel).
getLengthFrames() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
Length of the audio in frames (samples per channel).
getLFactor(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
getLFactor(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
getLFactor(INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
extracts the L (lower triangular) matrix from the LU factor result L will be the same dimensions as A
getLibrary() - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
getLibrary() - Method in class org.tensorflow.framework.GraphDef
EXPERIMENTAL.
getLibrary() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
EXPERIMENTAL.
getLibraryBuilder() - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
getLibraryOrBuilder() - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
getLibraryOrBuilder() - Method in class org.tensorflow.framework.GraphDef
EXPERIMENTAL.
getLibraryOrBuilder() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
EXPERIMENTAL.
getList() - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
getList() - Method in class org.tensorflow.framework.AttrValue
any "list(...)"
getList() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
any "list(...)"
getListBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
getListOrBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
getListOrBuilder() - Method in class org.tensorflow.framework.AttrValue
any "list(...)"
getListOrBuilder() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
any "list(...)"
getLiveBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The bytes that are not deallocated.
getLiveBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
The bytes that are not deallocated.
getLiveBytes() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
The bytes that are not deallocated.
getLocality() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocality() - Method in class org.tensorflow.framework.DeviceAttributes
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocality() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocalityBuilder() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocalityOrBuilder() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocalityOrBuilder() - Method in class org.tensorflow.framework.DeviceAttributes
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLocalityOrBuilder() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Platform-specific data about device that may be useful for supporting efficient data transfers.
getLongHash(byte[]) - Static method in class org.nd4j.linalg.util.HashUtil
This method returns long hash for a given bytes array
getLongHash(String) - Static method in class org.nd4j.linalg.util.HashUtil
This method returns long hash for a given string
getLoopBodyExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getLoopBodyExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getMagic() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMagic() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMagic() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMagicBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMagicBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMagicBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
getMappedOp(String) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the mapped op name for a given op relative to the type of node being mapped.
getMappedOp(String) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getMappedOp(String) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getMapType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
getMapType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a map.
getMapType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a map.
getMapTypeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
getMapTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
getMapTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a map.
getMapTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a map.
getMatrixMultiplyShape(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the output shape of a matrix multiply
getMax(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getMax() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getMax() - Method in class org.tensorflow.framework.HistogramProto.Builder
double max = 2;
getMax() - Method in class org.tensorflow.framework.HistogramProto
double max = 2;
getMax() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
double max = 2;
getMaxByteSize(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
getMaxByteSize(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
repeated int32 max_byte_size = 2;
getMaxByteSize(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeOutputInfoOrBuilder
repeated int32 max_byte_size = 2;
getMaxByteSizeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
getMaxByteSizeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
repeated int32 max_byte_size = 2;
getMaxByteSizeCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeOutputInfoOrBuilder
repeated int32 max_byte_size = 2;
getMaxByteSizeList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
getMaxByteSizeList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
repeated int32 max_byte_size = 2;
getMaxByteSizeList() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeOutputInfoOrBuilder
repeated int32 max_byte_size = 2;
getMaxCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns amount of memory consumed by largest successful cycle, in bytes
getMaxCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes of biggest cycle
getMaximum() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
getMaximum(String) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
getMaxShape(INDArray...) - Static method in class org.nd4j.linalg.api.shape.Shape
Return the shape of the largest length array based on the input
getMaxThreads() - Method in interface org.nd4j.linalg.api.blas.Blas
 
getMaybeTypeName() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
For debug-only, the name of the type pointed to by this handle, if available.
getMaybeTypeName() - Method in class org.tensorflow.framework.ResourceHandleProto
For debug-only, the name of the type pointed to by this handle, if available.
getMaybeTypeName() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
For debug-only, the name of the type pointed to by this handle, if available.
getMaybeTypeNameBytes() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
For debug-only, the name of the type pointed to by this handle, if available.
getMaybeTypeNameBytes() - Method in class org.tensorflow.framework.ResourceHandleProto
For debug-only, the name of the type pointed to by this handle, if available.
getMaybeTypeNameBytes() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
For debug-only, the name of the type pointed to by this handle, if available.
getMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Access the mean.
getMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Access the mean.
getMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Access the mean.
getMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Access the mean.
getMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Access the mean.
getMean() - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
 
getMean() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
getMean() - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
 
getMedian() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
getMedian(String) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
getMemory(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemory(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemory(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryCount() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryCount() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryCount() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryFootprint() - Method in interface org.nd4j.linalg.dataset.api.DataSet
This method returns memory used by this DataSet
getMemoryFootprint() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
This method returns memory amount occupied by this MultiDataSet.
getMemoryFootprint() - Method in class org.nd4j.linalg.dataset.DataSet
This method returns memory used by this DataSet
getMemoryFootprint() - Method in class org.nd4j.linalg.dataset.MultiDataSet
This method returns memory used by this DataSet
getMemoryLimit() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Memory capacity of device in bytes.
getMemoryLimit() - Method in class org.tensorflow.framework.DeviceAttributes
Memory capacity of device in bytes.
getMemoryLimit() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Memory capacity of device in bytes.
getMemoryList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryManager() - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns backend-specific MemoryManager implementation, for low-level memory management
getMemoryOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryOrBuilder(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryOrBuilderList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
getMemoryStats() - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStats() - Method in class org.tensorflow.framework.NodeExecStats
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStats() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStatsBuilder() - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStatsOrBuilder() - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStatsOrBuilder() - Method in class org.tensorflow.framework.NodeExecStats
.tensorflow.MemoryStats memory_stats = 12;
getMemoryStatsOrBuilder() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
.tensorflow.MemoryStats memory_stats = 12;
getMemoryTime() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the memory access cost of this node, in microseconds.
getMemoryTime() - Method in class org.tensorflow.framework.CostGraphDef.Node
Analytical estimate of the memory access cost of this node, in microseconds.
getMemoryTime() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Analytical estimate of the memory access cost of this node, in microseconds.
getMetadata() - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
getMetadata() - Method in class org.tensorflow.framework.Summary.Value
Contains metadata on the summary value such as which plugins may use it.
getMetadata() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
Contains metadata on the summary value such as which plugins may use it.
getMetadata() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Portions of the object that are not Tensors.
getMetadata() - Method in class org.tensorflow.framework.VariantTensorDataProto
Portions of the object that are not Tensors.
getMetadata() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Portions of the object that are not Tensors.
getMetadataBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
getMetadataOrBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
getMetadataOrBuilder() - Method in class org.tensorflow.framework.Summary.Value
Contains metadata on the summary value such as which plugins may use it.
getMetadataOrBuilder() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
Contains metadata on the summary value such as which plugins may use it.
getMetadataProps(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataProps(int) - Method in class onnx.OnnxMlProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataProps(int) - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataProps(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataProps(int) - Method in class onnx.OnnxProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataProps(int) - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsBuilderList() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in class onnx.OnnxMlProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in class onnx.OnnxProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsCount() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in class onnx.OnnxMlProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in class onnx.OnnxProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsList() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in class onnx.OnnxProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilder(int) - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in class onnx.OnnxProto3.ModelProto
Named metadata values; keys should be distinct.
getMetadataPropsOrBuilderList() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
Named metadata values; keys should be distinct.
getMin(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getMin() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getMin() - Method in class org.tensorflow.framework.HistogramProto.Builder
double min = 1;
getMin() - Method in class org.tensorflow.framework.HistogramProto
double min = 1;
getMin() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
double min = 1;
getMinConsumer() - Method in class org.tensorflow.framework.VersionDef.Builder
Any consumer below this version is not allowed to consume this data.
getMinConsumer() - Method in class org.tensorflow.framework.VersionDef
Any consumer below this version is not allowed to consume this data.
getMinConsumer() - Method in interface org.tensorflow.framework.VersionDefOrBuilder
Any consumer below this version is not allowed to consume this data.
getMinimum() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
getMinimum(String) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
getMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
int64 minimum = 6;
getMinimum() - Method in class org.tensorflow.framework.OpDef.AttrDef
int64 minimum = 6;
getMinimum() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
int64 minimum = 6;
getMixedOrderAggregator() - Method in class org.nd4j.linalg.profiler.OpProfiler
Dev-time method.
getModelVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the graph encoded.
getModelVersion() - Method in class onnx.OnnxMlProto3.ModelProto
The version of the graph encoded.
getModelVersion() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The version of the graph encoded.
getModelVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the graph encoded.
getModelVersion() - Method in class onnx.OnnxProto3.ModelProto
The version of the graph encoded.
getModelVersion() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The version of the graph encoded.
getMutableAttr() - Method in class org.tensorflow.framework.FunctionDef.Builder
Deprecated.
getMutableAttr() - Method in class org.tensorflow.framework.NameAttrList.Builder
Deprecated.
getMutableAttr() - Method in class org.tensorflow.framework.NodeDef.Builder
Deprecated.
getMutableRet() - Method in class org.tensorflow.framework.FunctionDef.Builder
Deprecated.
getName() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
getName() - Method in class onnx.OnnxMlProto3.AttributeProto
The name field MUST be present for this version of the IR.
getName() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
The name field MUST be present for this version of the IR.
getName() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The name of the graph.
getName() - Method in class onnx.OnnxMlProto3.GraphProto
The name of the graph.
getName() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The name of the graph.
getName() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
An optional identifier for this node in a graph.
getName() - Method in class onnx.OnnxMlProto3.NodeProto
An optional identifier for this node in a graph.
getName() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
An optional identifier for this node in a graph.
getName() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Optionally, a name for the tensor.
getName() - Method in class onnx.OnnxMlProto3.TensorProto
Optionally, a name for the tensor.
getName() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
Optionally, a name for the tensor.
getName() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getName() - Method in class onnx.OnnxMlProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getName() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getName() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
getName() - Method in class onnx.OnnxProto3.AttributeProto
The name field MUST be present for this version of the IR.
getName() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
The name field MUST be present for this version of the IR.
getName() - Method in class onnx.OnnxProto3.GraphProto.Builder
The name of the graph.
getName() - Method in class onnx.OnnxProto3.GraphProto
The name of the graph.
getName() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The name of the graph.
getName() - Method in class onnx.OnnxProto3.NodeProto.Builder
An optional identifier for this node in a graph.
getName() - Method in class onnx.OnnxProto3.NodeProto
An optional identifier for this node in a graph.
getName() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
An optional identifier for this node in a graph.
getName() - Method in class onnx.OnnxProto3.TensorProto.Builder
Optionally, a name for the tensor.
getName() - Method in class onnx.OnnxProto3.TensorProto
Optionally, a name for the tensor.
getName() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
Optionally, a name for the tensor.
getName() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getName() - Method in class onnx.OnnxProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getName() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getName(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the name of the node
getName(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getName(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getName() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.ApiDef.Arg
string name = 1;
getName() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.ApiDef.Attr
string name = 1;
getName() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getName() - Method in class org.tensorflow.framework.ApiDef.Endpoint
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getName() - Method in interface org.tensorflow.framework.ApiDef.EndpointOrBuilder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getName() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The name of the node.
getName() - Method in class org.tensorflow.framework.CostGraphDef.Node
The name of the node.
getName() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
The name of the node.
getName() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Fully specified name of the device within a cluster.
getName() - Method in class org.tensorflow.framework.DeviceAttributes
Fully specified name of the device within a cluster.
getName() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Fully specified name of the device within a cluster.
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
string name = 1;
getName() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
string name = 1;
getName() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
string name = 1;
getName() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
string name = 1;
getName() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
Name of an attr from the Op.
getName() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
Name of an attr from the Op.
getName() - Method in interface org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
Name of an attr from the Op.
getName() - Method in class org.tensorflow.framework.NameAttrList.Builder
string name = 1;
getName() - Method in class org.tensorflow.framework.NameAttrList
string name = 1;
getName() - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
string name = 1;
getName() - Method in class org.tensorflow.framework.NodeDef.Builder
The name given to this operator.
getName() - Method in class org.tensorflow.framework.NodeDef
The name given to this operator.
getName() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
The name given to this operator.
getName() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Name for the input/output.
getName() - Method in class org.tensorflow.framework.OpDef.ArgDef
Name for the input/output.
getName() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Name for the input/output.
getName() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A descriptive name for the argument.
getName() - Method in class org.tensorflow.framework.OpDef.AttrDef
A descriptive name for the argument.
getName() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
A descriptive name for the argument.
getName() - Method in class org.tensorflow.framework.OpDef.Builder
Op names starting with an underscore are reserved for internal use.
getName() - Method in class org.tensorflow.framework.OpDef
Op names starting with an underscore are reserved for internal use.
getName() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Op names starting with an underscore are reserved for internal use.
getName() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name of this resource.
getName() - Method in class org.tensorflow.framework.ResourceHandleProto
Unique name of this resource.
getName() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Unique name of this resource.
getName() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Optional name of the tensor dimension.
getName() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
Optional name of the tensor dimension.
getName() - Method in interface org.tensorflow.framework.TensorShapeProto.DimOrBuilder
Optional name of the tensor dimension.
getName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
string name = 1;
getName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
string name = 1;
getName() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder
string name = 1;
getName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Name of the op to apply overrides to.
getName() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Name of the op to apply overrides to.
getName() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Name of the op to apply overrides to.
getNameBytes() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
getNameBytes() - Method in class onnx.OnnxMlProto3.AttributeProto
The name field MUST be present for this version of the IR.
getNameBytes() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
The name field MUST be present for this version of the IR.
getNameBytes() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The name of the graph.
getNameBytes() - Method in class onnx.OnnxMlProto3.GraphProto
The name of the graph.
getNameBytes() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The name of the graph.
getNameBytes() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
An optional identifier for this node in a graph.
getNameBytes() - Method in class onnx.OnnxMlProto3.NodeProto
An optional identifier for this node in a graph.
getNameBytes() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
An optional identifier for this node in a graph.
getNameBytes() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Optionally, a name for the tensor.
getNameBytes() - Method in class onnx.OnnxMlProto3.TensorProto
Optionally, a name for the tensor.
getNameBytes() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
Optionally, a name for the tensor.
getNameBytes() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getNameBytes() - Method in class onnx.OnnxMlProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getNameBytes() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getNameBytes() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
getNameBytes() - Method in class onnx.OnnxProto3.AttributeProto
The name field MUST be present for this version of the IR.
getNameBytes() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
The name field MUST be present for this version of the IR.
getNameBytes() - Method in class onnx.OnnxProto3.GraphProto.Builder
The name of the graph.
getNameBytes() - Method in class onnx.OnnxProto3.GraphProto
The name of the graph.
getNameBytes() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The name of the graph.
getNameBytes() - Method in class onnx.OnnxProto3.NodeProto.Builder
An optional identifier for this node in a graph.
getNameBytes() - Method in class onnx.OnnxProto3.NodeProto
An optional identifier for this node in a graph.
getNameBytes() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
An optional identifier for this node in a graph.
getNameBytes() - Method in class onnx.OnnxProto3.TensorProto.Builder
Optionally, a name for the tensor.
getNameBytes() - Method in class onnx.OnnxProto3.TensorProto
Optionally, a name for the tensor.
getNameBytes() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
Optionally, a name for the tensor.
getNameBytes() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getNameBytes() - Method in class onnx.OnnxProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getNameBytes() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Arg
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Attr
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getNameBytes() - Method in class org.tensorflow.framework.ApiDef.Endpoint
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getNameBytes() - Method in interface org.tensorflow.framework.ApiDef.EndpointOrBuilder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
getNameBytes() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The name of the node.
getNameBytes() - Method in class org.tensorflow.framework.CostGraphDef.Node
The name of the node.
getNameBytes() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
The name of the node.
getNameBytes() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Fully specified name of the device within a cluster.
getNameBytes() - Method in class org.tensorflow.framework.DeviceAttributes
Fully specified name of the device within a cluster.
getNameBytes() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Fully specified name of the device within a cluster.
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
Name of an attr from the Op.
getNameBytes() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
Name of an attr from the Op.
getNameBytes() - Method in interface org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
Name of an attr from the Op.
getNameBytes() - Method in class org.tensorflow.framework.NameAttrList.Builder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.NameAttrList
string name = 1;
getNameBytes() - Method in interface org.tensorflow.framework.NameAttrListOrBuilder
string name = 1;
getNameBytes() - Method in class org.tensorflow.framework.NodeDef.Builder
The name given to this operator.
getNameBytes() - Method in class org.tensorflow.framework.NodeDef
The name given to this operator.
getNameBytes() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
The name given to this operator.
getNameBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Name for the input/output.
getNameBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef
Name for the input/output.
getNameBytes() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Name for the input/output.
getNameBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A descriptive name for the argument.
getNameBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef
A descriptive name for the argument.
getNameBytes() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
A descriptive name for the argument.
getNameBytes() - Method in class org.tensorflow.framework.OpDef.Builder
Op names starting with an underscore are reserved for internal use.
getNameBytes() - Method in class org.tensorflow.framework.OpDef
Op names starting with an underscore are reserved for internal use.
getNameBytes() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Op names starting with an underscore are reserved for internal use.
getNameBytes() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name of this resource.
getNameBytes() - Method in class org.tensorflow.framework.ResourceHandleProto
Unique name of this resource.
getNameBytes() - Method in interface org.tensorflow.framework.ResourceHandleProtoOrBuilder
Unique name of this resource.
getNameBytes() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Optional name of the tensor dimension.
getNameBytes() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
Optional name of the tensor dimension.
getNameBytes() - Method in interface org.tensorflow.framework.TensorShapeProto.DimOrBuilder
Optional name of the tensor dimension.
getNameBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
string name = 1;
getNameBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
string name = 1;
getNameBytes() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder
string name = 1;
getNameBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Name of the op to apply overrides to.
getNameBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Name of the op to apply overrides to.
getNameBytes() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Name of the op to apply overrides to.
getNDArrayFactory() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getNDArrayFromTensor(String, TENSOR_TYPE, GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getNDArrayFromTensor(String, OnnxProto3.TypeProto.Tensor, OnnxProto3.GraphProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getNDArrayFromTensor(String, NodeDef, GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getNdArrayType() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getNewGraphBuilder() - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Returns a graph builder for initial definition and parsing.
getNewGraphBuilder() - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getNewGraphBuilder() - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getNewRandomInstance() - Method in class org.nd4j.linalg.factory.RandomFactory
This method returns new onject implementing Random interface, initialized with System.currentTimeMillis() as seed
getNewRandomInstance(long) - Method in class org.nd4j.linalg.factory.RandomFactory
This method returns new onject implementing Random interface, initialized with seed value
getNewRandomInstance(long, long) - Method in class org.nd4j.linalg.factory.RandomFactory
This method returns new onject implementing Random interface, initialized with seed value, with size of elements in buffer
getNMixtures() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
Returns the number of gaussians this loss function will attempt to find.
getNode(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNode(int) - Method in class onnx.OnnxMlProto3.GraphProto
The nodes in the graph.
getNode(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The nodes in the graph.
getNode(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNode(int) - Method in class onnx.OnnxProto3.GraphProto
The nodes in the graph.
getNode(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The nodes in the graph.
getNode(int) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNode(int) - Method in class org.tensorflow.framework.CostGraphDef
repeated .tensorflow.CostGraphDef.Node node = 1;
getNode(int) - Method in interface org.tensorflow.framework.CostGraphDefOrBuilder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNode(int) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNode(int) - Method in class org.tensorflow.framework.GraphDef
repeated .tensorflow.NodeDef node = 1;
getNode(int) - Method in interface org.tensorflow.framework.GraphDefOrBuilder
repeated .tensorflow.NodeDef node = 1;
getNodeBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeBuilder(int) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeBuilderList() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeCount() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeCount() - Method in class onnx.OnnxMlProto3.GraphProto
The nodes in the graph.
getNodeCount() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeCount() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeCount() - Method in class onnx.OnnxProto3.GraphProto
The nodes in the graph.
getNodeCount() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeCount() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeCount() - Method in class org.tensorflow.framework.CostGraphDef
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeCount() - Method in interface org.tensorflow.framework.CostGraphDefOrBuilder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeCount() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeCount() - Method in class org.tensorflow.framework.GraphDef
repeated .tensorflow.NodeDef node = 1;
getNodeCount() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
repeated .tensorflow.NodeDef node = 1;
getNodeDef(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDef(int) - Method in class org.tensorflow.framework.FunctionDef
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDef(int) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefBuilder(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefBuilderList() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefCount() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefCount() - Method in class org.tensorflow.framework.FunctionDef
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefCount() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefList() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefList() - Method in class org.tensorflow.framework.FunctionDef
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefList() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilder(int) - Method in class org.tensorflow.framework.FunctionDef
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilder(int) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilderList() - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilderList() - Method in class org.tensorflow.framework.FunctionDef
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeDefOrBuilderList() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
int32 node_id = 2;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
int32 node_id = 2;
getNodeId() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
int32 node_id = 2;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 node_id = 2;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
int32 node_id = 2;
getNodeId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
int32 node_id = 2;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 node_id = 1;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
int32 node_id = 1;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
int32 node_id = 1;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
int32 node_id = 1;
getNodeId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
int32 node_id = 1;
getNodeId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputOrBuilder
int32 node_id = 1;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
int32 node_id = 1;
getNodeId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
int32 node_id = 1;
getNodeId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeOutputInfoOrBuilder
int32 node_id = 1;
getNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInput(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInput(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInput(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputList() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeInputOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
getNodeList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeList() - Method in class onnx.OnnxMlProto3.GraphProto
The nodes in the graph.
getNodeList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeList() - Method in class onnx.OnnxProto3.GraphProto
The nodes in the graph.
getNodeList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeList(GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getNodeList(OnnxProto3.GraphProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getNodeList(GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getNodeList() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeList() - Method in class org.tensorflow.framework.CostGraphDef
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeList() - Method in interface org.tensorflow.framework.CostGraphDefOrBuilder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeList() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeList() - Method in class org.tensorflow.framework.GraphDef
repeated .tensorflow.NodeDef node = 1;
getNodeList() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
repeated .tensorflow.NodeDef node = 1;
getNodeName(String) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Map a tensorflow node name to the samediff equivalent for import
getNodeName() - Method in class org.tensorflow.framework.NodeExecStats.Builder
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeName() - Method in class org.tensorflow.framework.NodeExecStats
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeName() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeName() - Method in class org.tensorflow.framework.Summary.Value.Builder
This field is deprecated and will not be set.
getNodeName() - Method in class org.tensorflow.framework.Summary.Value
This field is deprecated and will not be set.
getNodeName() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
This field is deprecated and will not be set.
getNodeNameBytes() - Method in class org.tensorflow.framework.NodeExecStats.Builder
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeNameBytes() - Method in class org.tensorflow.framework.NodeExecStats
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeNameBytes() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
TODO(tucker): Use some more compact form of node identity than the full string name.
getNodeNameBytes() - Method in class org.tensorflow.framework.Summary.Value.Builder
This field is deprecated and will not be set.
getNodeNameBytes() - Method in class org.tensorflow.framework.Summary.Value
This field is deprecated and will not be set.
getNodeNameBytes() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
This field is deprecated and will not be set.
getNodeOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto
The nodes in the graph.
getNodeOrBuilder(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto
The nodes in the graph.
getNodeOrBuilder(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilder(int) - Method in interface org.tensorflow.framework.CostGraphDefOrBuilder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilder(int) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeOrBuilder(int) - Method in class org.tensorflow.framework.GraphDef
repeated .tensorflow.NodeDef node = 1;
getNodeOrBuilder(int) - Method in interface org.tensorflow.framework.GraphDefOrBuilder
repeated .tensorflow.NodeDef node = 1;
getNodeOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
getNodeOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto
The nodes in the graph.
getNodeOrBuilderList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
getNodeOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto
The nodes in the graph.
getNodeOrBuilderList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
The nodes in the graph.
getNodeOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilderList() - Method in interface org.tensorflow.framework.CostGraphDefOrBuilder
repeated .tensorflow.CostGraphDef.Node node = 1;
getNodeOrBuilderList() - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
getNodeOrBuilderList() - Method in class org.tensorflow.framework.GraphDef
repeated .tensorflow.NodeDef node = 1;
getNodeOrBuilderList() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
repeated .tensorflow.NodeDef node = 1;
getNodeOutputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfo(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoCount() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoCount() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilder(int) - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilder(int) - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilderList() - Method in class org.tensorflow.framework.GraphTransferInfo
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilderList() - Method in interface org.tensorflow.framework.GraphTransferInfoOrBuilder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodes() - Method in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
getNodeStats(int) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStats(int) - Method in class org.tensorflow.framework.DeviceStepStats
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStats(int) - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsBuilder(int) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsBuilderList() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsCount() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsCount() - Method in class org.tensorflow.framework.DeviceStepStats
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsCount() - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsList() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsList() - Method in class org.tensorflow.framework.DeviceStepStats
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsList() - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilder(int) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilder(int) - Method in class org.tensorflow.framework.DeviceStepStats
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilder(int) - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilderList() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilderList() - Method in class org.tensorflow.framework.DeviceStepStats
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeStatsOrBuilderList() - Method in interface org.tensorflow.framework.DeviceStepStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2;
getNodeWithNameFromGraph(GRAPH_TYPE, String) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the node from the graph
getNodeWithNameFromGraph(OnnxProto3.GraphProto, String) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getNodeWithNameFromGraph(GraphDef, String) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getNum() - Method in class org.tensorflow.framework.HistogramProto.Builder
double num = 3;
getNum() - Method in class org.tensorflow.framework.HistogramProto
double num = 3;
getNum() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
double num = 3;
getNumber() - Method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
getNumber() - Method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
getNumber() - Method in enum onnx.OnnxMlProto3.TensorShapeProto.Dimension.ValueCase
 
getNumber() - Method in enum onnx.OnnxMlProto3.TypeProto.ValueCase
 
getNumber() - Method in enum onnx.OnnxMlProto3.Version
 
getNumber() - Method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
getNumber() - Method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
getNumber() - Method in enum onnx.OnnxProto3.TensorProto.DataType
 
getNumber() - Method in enum onnx.OnnxProto3.TensorShapeProto.Dimension.ValueCase
 
getNumber() - Method in enum onnx.OnnxProto3.TypeProto.ValueCase
 
getNumber() - Method in enum onnx.OnnxProto3.Version
 
getNumber() - Method in enum org.tensorflow.framework.ApiDef.Visibility
 
getNumber() - Method in enum org.tensorflow.framework.AttrValue.ValueCase
 
getNumber() - Method in enum org.tensorflow.framework.DataType
 
getNumber() - Method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
getNumber() - Method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
getNumber() - Method in enum org.tensorflow.framework.Summary.Value.ValueCase
 
getNumber() - Method in enum org.tensorflow.framework.TensorSliceProto.Extent.HasLengthCase
 
getNumberAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "int"
getNumberAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef
if specified, attr must have type "int"
getNumberAttr() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
if specified, attr must have type "int"
getNumberAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "int"
getNumberAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef
if specified, attr must have type "int"
getNumberAttrBytes() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
if specified, attr must have type "int"
getNumberOfCycles(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns number of iterations of specified node.
getNumberOfCycles() - Method in class org.nd4j.autodiff.samediff.flow.FrameState
This method returns number of cycles for this frame
getNumberOfCycles() - Method in class org.nd4j.autodiff.samediff.flow.NodeState
 
getNumberOfDevices() - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns number of available devices
getNumberOfDevices() - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
getNumberOfExternalAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of spilled allocations, that can be purged at the end of block
getNumberOfPinnedAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of pinned allocations, they can be purged after 2 steps.
getNumberOfTrials() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Access the number of trials for this distribution.
getNumBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Number of bytes in the allocation.
getNumBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Number of bytes in the allocation.
getNumBytes() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Number of bytes in the allocation.
getNumChannels() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Number of channels of audio.
getNumChannels() - Method in class org.tensorflow.framework.Summary.Audio
Number of channels of audio.
getNumChannels() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
Number of channels of audio.
getNumericalMean() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalMean() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Use this method to get the numerical value of the mean of this distribution.
getNumericalVariance() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumericalVariance() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Use this method to get the numerical value of the variance of this distribution.
getNumHiddenDimension() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getNumLooped() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getNumNewAxes() - Method in class org.nd4j.linalg.indexing.IndexInfo
 
getNumPoints() - Method in class org.nd4j.linalg.indexing.IndexInfo
 
getNumRecordsProduced() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 num_records_produced = 3;
getNumRecordsProduced() - Method in class org.tensorflow.framework.ReaderBaseState
int64 num_records_produced = 3;
getNumRecordsProduced() - Method in interface org.tensorflow.framework.ReaderBaseStateOrBuilder
int64 num_records_produced = 3;
getObsoleteOldStyleHistogram() - Method in class org.tensorflow.framework.Summary.Value.Builder
bytes obsolete_old_style_histogram = 3;
getObsoleteOldStyleHistogram() - Method in class org.tensorflow.framework.Summary.Value
bytes obsolete_old_style_histogram = 3;
getObsoleteOldStyleHistogram() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
bytes obsolete_old_style_histogram = 3;
getOccasionalGcFrequency() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
getOccasionalGcFrequency() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method returns
getOffset(long, int[], int[], int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Get an offset for retrieval from a data buffer based on the given shape stride and given indices
getOffset(IntBuffer, int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified indices from the shape info buffer
getOffset(DataBuffer, int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified indices from the shape info buffer
getOffset(int[], int...) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getOffset(DataBuffer, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [row,col] for the 2d array
getOffset(IntBuffer, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [row,col] for the 2d array
getOffset(IntBuffer, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [dim0,dim1,dim2] for the 3d array
getOffset(DataBuffer, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [dim0,dim1,dim2] for the 3d array
getOffset(IntBuffer, int, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [dim0,dim1,dim2,dim3] for the 4d array
getOffset(DataBuffer, int, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset of the specified [dim0,dim1,dim2,dim3] for the 4d array
getOffsetUnsafe(DataBuffer, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Identical to Shape.getOffset(DataBuffer, int, int) but without input validation on array rank
getOffsetUnsafe(int[], int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getOffsetUnsafe(DataBuffer, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Identical to Shape.getOffset(DataBuffer, int, int, int) but without input validation on array rank
getOffsetUnsafe(int[], int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getOffsetUnsafe(DataBuffer, int, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getOffsetUnsafe(int[], int, int, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getOp(int) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOp(int) - Method in class org.tensorflow.framework.ApiDefs
repeated .tensorflow.ApiDef op = 1;
getOp(int) - Method in interface org.tensorflow.framework.ApiDefsOrBuilder
repeated .tensorflow.ApiDef op = 1;
getOp() - Method in class org.tensorflow.framework.KernelDef.Builder
Must match the name of an Op.
getOp() - Method in class org.tensorflow.framework.KernelDef
Must match the name of an Op.
getOp() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Must match the name of an Op.
getOp() - Method in class org.tensorflow.framework.NodeDef.Builder
The operation name.
getOp() - Method in class org.tensorflow.framework.NodeDef
The operation name.
getOp() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
The operation name.
getOp(int) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOp(int) - Method in class org.tensorflow.framework.OpList
repeated .tensorflow.OpDef op = 1;
getOp(int) - Method in interface org.tensorflow.framework.OpListOrBuilder
repeated .tensorflow.OpDef op = 1;
getOp(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOp(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
repeated .tensorflow.OpGenOverride op = 1;
getOp(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverridesOrBuilder
repeated .tensorflow.OpGenOverride op = 1;
getOpBuilder(int) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpBuilder(int) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpBuilderList() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpBuilderList() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpByName(String) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
getOpByName(String) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
This method returns Op instance if opName exists, null otherwise
getOpBytes() - Method in class org.tensorflow.framework.KernelDef.Builder
Must match the name of an Op.
getOpBytes() - Method in class org.tensorflow.framework.KernelDef
Must match the name of an Op.
getOpBytes() - Method in interface org.tensorflow.framework.KernelDefOrBuilder
Must match the name of an Op.
getOpBytes() - Method in class org.tensorflow.framework.NodeDef.Builder
The operation name.
getOpBytes() - Method in class org.tensorflow.framework.NodeDef
The operation name.
getOpBytes() - Method in interface org.tensorflow.framework.NodeDefOrBuilder
The operation name.
getOpClass(Op) - Method in class org.nd4j.linalg.profiler.OpProfiler
This method returns op class opName
getOpCount() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpCount() - Method in class org.tensorflow.framework.ApiDefs
repeated .tensorflow.ApiDef op = 1;
getOpCount() - Method in interface org.tensorflow.framework.ApiDefsOrBuilder
repeated .tensorflow.ApiDef op = 1;
getOpCount() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpCount() - Method in class org.tensorflow.framework.OpList
repeated .tensorflow.OpDef op = 1;
getOpCount() - Method in interface org.tensorflow.framework.OpListOrBuilder
repeated .tensorflow.OpDef op = 1;
getOpCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
repeated .tensorflow.OpGenOverride op = 1;
getOpCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverridesOrBuilder
repeated .tensorflow.OpGenOverride op = 1;
getOpDefByTensorflowName(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Get the op definition of a given tensorflow op.
getOpDescriptorForOnnx(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Get the op definition of a given onnx op Note that if the name does not exist, an ND4JIllegalStateException will be thrown.
getOpEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_end_rel_micros = 4;
getOpEndRelMicros() - Method in class org.tensorflow.framework.NodeExecStats
int64 op_end_rel_micros = 4;
getOpEndRelMicros() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
int64 op_end_rel_micros = 4;
getOperation() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the operation making the allocation.
getOperation() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Name of the operation making the allocation.
getOperation() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Name of the operation making the allocation.
getOperation() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the operation making the deallocation.
getOperation() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Name of the operation making the deallocation.
getOperation() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Name of the operation making the deallocation.
getOperationBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the operation making the allocation.
getOperationBytes() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Name of the operation making the allocation.
getOperationBytes() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Name of the operation making the allocation.
getOperationBytes() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the operation making the deallocation.
getOperationBytes() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Name of the operation making the deallocation.
getOperationBytes() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Name of the operation making the deallocation.
getOperator(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperator(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The operators specified by this operator set.
getOperator(int) - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The operators specified by this operator set.
getOperatorBuilder(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorBuilderList() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorCount() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorCount() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The operators specified by this operator set.
getOperatorCount() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The operators specified by this operator set.
getOperatorList() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorList() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The operators specified by this operator set.
getOperatorList() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The operators specified by this operator set.
getOperatorOrBuilder(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorOrBuilder(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The operators specified by this operator set.
getOperatorOrBuilder(int) - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The operators specified by this operator set.
getOperatorOrBuilderList() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
getOperatorOrBuilderList() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The operators specified by this operator set.
getOperatorOrBuilderList() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The operators specified by this operator set.
getOpFactory() - Static method in class org.nd4j.linalg.factory.Nd4j
Get the operation factory
getOpList() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpList() - Method in class org.tensorflow.framework.ApiDefs
repeated .tensorflow.ApiDef op = 1;
getOpList() - Method in interface org.tensorflow.framework.ApiDefsOrBuilder
repeated .tensorflow.ApiDef op = 1;
getOpList() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpList() - Method in class org.tensorflow.framework.OpList
repeated .tensorflow.OpDef op = 1;
getOpList() - Method in interface org.tensorflow.framework.OpListOrBuilder
repeated .tensorflow.OpDef op = 1;
getOpList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
repeated .tensorflow.OpGenOverride op = 1;
getOpList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverridesOrBuilder
repeated .tensorflow.OpGenOverride op = 1;
getOpNum(String, Op.Type) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method return operation ID for given op name/type pair.
getOpNumByName(String) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
This method returns op id number for given opName
getOpNumByName(String) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
This method returns op id number for given opName
getOpNumIfExists(String) - Method in class org.nd4j.linalg.api.ops.factory.DefaultOpFactory
 
getOpNumIfExists(String) - Method in interface org.nd4j.linalg.api.ops.factory.OpFactory
This method returns op id number if opName exists, or -1 otherwise
getOpOrBuilder(int) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilder(int) - Method in class org.tensorflow.framework.ApiDefs
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilder(int) - Method in interface org.tensorflow.framework.ApiDefsOrBuilder
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilder(int) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpOrBuilder(int) - Method in class org.tensorflow.framework.OpList
repeated .tensorflow.OpDef op = 1;
getOpOrBuilder(int) - Method in interface org.tensorflow.framework.OpListOrBuilder
repeated .tensorflow.OpDef op = 1;
getOpOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
repeated .tensorflow.OpGenOverride op = 1;
getOpOrBuilder(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverridesOrBuilder
repeated .tensorflow.OpGenOverride op = 1;
getOpOrBuilderList() - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilderList() - Method in class org.tensorflow.framework.ApiDefs
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilderList() - Method in interface org.tensorflow.framework.ApiDefsOrBuilder
repeated .tensorflow.ApiDef op = 1;
getOpOrBuilderList() - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
getOpOrBuilderList() - Method in class org.tensorflow.framework.OpList
repeated .tensorflow.OpDef op = 1;
getOpOrBuilderList() - Method in interface org.tensorflow.framework.OpListOrBuilder
repeated .tensorflow.OpDef op = 1;
getOpOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
getOpOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
repeated .tensorflow.OpGenOverride op = 1;
getOpOrBuilderList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverridesOrBuilder
repeated .tensorflow.OpGenOverride op = 1;
getOpsetImport(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImport(int) - Method in class onnx.OnnxMlProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImport(int) - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImport(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImport(int) - Method in class onnx.OnnxProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImport(int) - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportBuilderList() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportCount() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportCount() - Method in class onnx.OnnxMlProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportCount() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportCount() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportCount() - Method in class onnx.OnnxProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportCount() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportList() - Method in class onnx.OnnxMlProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportList() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportList() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportList() - Method in class onnx.OnnxProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportList() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in class onnx.OnnxMlProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in class onnx.OnnxProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportOrBuilder(int) - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in class onnx.OnnxMlProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in class onnx.OnnxProto3.ModelProto
The OperatorSets this model relies on.
getOpsetImportOrBuilderList() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The OperatorSets this model relies on.
getOpsetVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The version of the set of operators.
getOpsetVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
The version of the set of operators.
getOpsetVersion() - Method in interface onnx.OnnxOperatorsProto3.OperatorSetProtoOrBuilder
The version of the set of operators.
getOpStartRelMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_start_rel_micros = 3;
getOpStartRelMicros() - Method in class org.tensorflow.framework.NodeExecStats
int64 op_start_rel_micros = 3;
getOpStartRelMicros() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
int64 op_start_rel_micros = 3;
getOpType() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
getOpType() - Method in class onnx.OnnxMlProto3.NodeProto
The symbolic identifier of the Operator to execute.
getOpType() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
The symbolic identifier of the Operator to execute.
getOpType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The name of the operator within a domain.
getOpType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
The name of the operator within a domain.
getOpType() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
The name of the operator within a domain.
getOpType() - Method in class onnx.OnnxProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
getOpType() - Method in class onnx.OnnxProto3.NodeProto
The symbolic identifier of the Operator to execute.
getOpType() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
The symbolic identifier of the Operator to execute.
getOpType(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getOpType(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getOpType(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getOpType() - Method in interface org.nd4j.linalg.api.ops.Accumulation
 
getOpType(Op) - Static method in class org.nd4j.linalg.api.ops.BaseOp
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
getOpType() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
getOpTypeBytes() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
getOpTypeBytes() - Method in class onnx.OnnxMlProto3.NodeProto
The symbolic identifier of the Operator to execute.
getOpTypeBytes() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
The symbolic identifier of the Operator to execute.
getOpTypeBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The name of the operator within a domain.
getOpTypeBytes() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
The name of the operator within a domain.
getOpTypeBytes() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
The name of the operator within a domain.
getOpTypeBytes() - Method in class onnx.OnnxProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
getOpTypeBytes() - Method in class onnx.OnnxProto3.NodeProto
The symbolic identifier of the Operator to execute.
getOpTypeBytes() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
The symbolic identifier of the Operator to execute.
getOpWithOnnxName(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
 
getOpWithTensorflowName(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Get the
getOrder(int[], int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
Infer order from
getOrder(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Infer the order for the ndarray based on the array's strides
getOrderAsByte() - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method returns current byte order for this JVM as libnd4j enum
getOrderFromByte(byte) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method just converts enums
getOriginalShapeForPlaceHolder(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the original shape for the vertex id if one was set (other wise returns null).
getOutArg(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArg(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArg(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgCount() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgCount() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgCount() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilder(int) - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilder(int) - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilderList() - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilderList() - Method in class org.tensorflow.framework.ApiDef
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutArgOrBuilderList() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
getOutput(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in class onnx.OnnxMlProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getOutput(int) - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getOutput(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getOutput(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in class onnx.OnnxProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutput(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getOutput(int) - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getOutput(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getOutput(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutput(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.NodeOutput output = 7;
getOutput(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.NodeOutput output = 7;
getOutputArg(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArg(int) - Method in class org.tensorflow.framework.OpDef
Description of the output(s).
getOutputArg(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the output(s).
getOutputArgBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgCount() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgCount() - Method in class org.tensorflow.framework.OpDef
Description of the output(s).
getOutputArgCount() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the output(s).
getOutputArgList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgList() - Method in class org.tensorflow.framework.OpDef
Description of the output(s).
getOutputArgList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the output(s).
getOutputArgOrBuilder(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgOrBuilder(int) - Method in class org.tensorflow.framework.OpDef
Description of the output(s).
getOutputArgOrBuilder(int) - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the output(s).
getOutputArgOrBuilderList() - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
getOutputArgOrBuilderList() - Method in class org.tensorflow.framework.OpDef
Description of the output(s).
getOutputArgOrBuilderList() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Description of the output(s).
getOutputArgument(int) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
getOutputArgument(int) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
getOutputArgument(int) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
getOutputArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
getOutputArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
getOutputBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputBytes(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getOutputBytes(int) - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getOutputBytes(int) - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getOutputBytes(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getOutputBytes(int) - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getOutputBytes(int) - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getOutputCount() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in class onnx.OnnxMlProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getOutputCount() - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getOutputCount() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getOutputCount() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in class onnx.OnnxProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputCount() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getOutputCount() - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getOutputCount() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getOutputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 output_count = 7;
getOutputCount() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
int32 output_count = 7;
getOutputCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
int32 output_count = 7;
getOutputCount() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputCount() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.NodeOutput output = 7;
getOutputCount() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.NodeOutput output = 7;
getOutputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfo(int) - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoCount() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoCount() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoCount() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoList() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoList() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilder(int) - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilder(int) - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilderList() - Method in class org.tensorflow.framework.CostGraphDef.Node
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputInfoOrBuilderList() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
getOutputList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in class onnx.OnnxMlProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
getOutputList() - Method in class onnx.OnnxMlProto3.NodeProto
namespace Value
getOutputList() - Method in interface onnx.OnnxMlProto3.NodeProtoOrBuilder
namespace Value
getOutputList() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in class onnx.OnnxProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputList() - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
getOutputList() - Method in class onnx.OnnxProto3.NodeProto
namespace Value
getOutputList() - Method in interface onnx.OnnxProto3.NodeProtoOrBuilder
namespace Value
getOutputList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.NodeOutput output = 7;
getOutputList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilder(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
repeated .onnx.ValueInfoProto output = 12;
getOutputOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.NodeOutput output = 7;
getOutputOrBuilderList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.NodeOutput output = 7;
getOutputPort() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 output_port = 2;
getOutputPort() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
int32 output_port = 2;
getOutputPort() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInputOrBuilder
int32 output_port = 2;
getOutputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRename(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameCount() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameCount() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilder(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilder(int) - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilderList() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputRenameOrBuilderList() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
getOutputsForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns the outputs for the given function
getOutputStats(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Get normalization statistics for a given output.
getOutputStats() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Get the map of normalization statistics per output
getOutputVariablesForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the output variables given a set of ids from SameDiff.getOutputsForFunction(DifferentialFunction)
getPaddingId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 padding_id = 5;
getPaddingId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
int32 padding_id = 5;
getPaddingId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
int32 padding_id = 5;
getParametersViewArray() - Method in class org.nd4j.linalg.activations.BaseActivationFunction
 
getParametersViewArray() - Method in interface org.nd4j.linalg.activations.IActivation
 
getParentWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns parent Workspace, if any.
getParentWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns parent Workspace, if any.
getParserForType() - Method in class onnx.OnnxMlProto3.AttributeProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.GraphProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.ModelProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.NodeProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.TensorProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getParserForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getParserForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.TypeProto
 
getParserForType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
getParserForType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getParserForType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getParserForType() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
getParserForType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getParserForType() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getParserForType() - Method in class onnx.OnnxProto3.AttributeProto
 
getParserForType() - Method in class onnx.OnnxProto3.GraphProto
 
getParserForType() - Method in class onnx.OnnxProto3.ModelProto
 
getParserForType() - Method in class onnx.OnnxProto3.NodeProto
 
getParserForType() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
getParserForType() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
getParserForType() - Method in class onnx.OnnxProto3.TensorProto
 
getParserForType() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
getParserForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getParserForType() - Method in class onnx.OnnxProto3.TensorShapeProto
 
getParserForType() - Method in class onnx.OnnxProto3.TypeProto
 
getParserForType() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
getParserForType() - Method in class onnx.OnnxProto3.ValueInfoProto
 
getParserForType() - Method in class org.tensorflow.framework.AllocationDescription
 
getParserForType() - Method in class org.tensorflow.framework.AllocationRecord
 
getParserForType() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getParserForType() - Method in class org.tensorflow.framework.ApiDef.Arg
 
getParserForType() - Method in class org.tensorflow.framework.ApiDef.Attr
 
getParserForType() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
getParserForType() - Method in class org.tensorflow.framework.ApiDef
 
getParserForType() - Method in class org.tensorflow.framework.ApiDefs
 
getParserForType() - Method in class org.tensorflow.framework.AttrValue
 
getParserForType() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
getParserForType() - Method in class org.tensorflow.framework.CostGraphDef
 
getParserForType() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
getParserForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getParserForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getParserForType() - Method in class org.tensorflow.framework.DeviceAttributes
 
getParserForType() - Method in class org.tensorflow.framework.DeviceLocality
 
getParserForType() - Method in class org.tensorflow.framework.DeviceStepStats
 
getParserForType() - Method in class org.tensorflow.framework.FunctionDef
 
getParserForType() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
getParserForType() - Method in class org.tensorflow.framework.GradientDef
 
getParserForType() - Method in class org.tensorflow.framework.GraphDef
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getParserForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getParserForType() - Method in class org.tensorflow.framework.HistogramProto
 
getParserForType() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getParserForType() - Method in class org.tensorflow.framework.KernelDef
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogStep
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getParserForType() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getParserForType() - Method in class org.tensorflow.framework.MemoryStats
 
getParserForType() - Method in class org.tensorflow.framework.NameAttrList
 
getParserForType() - Method in class org.tensorflow.framework.NodeDef
 
getParserForType() - Method in class org.tensorflow.framework.NodeExecStats
 
getParserForType() - Method in class org.tensorflow.framework.NodeOutput
 
getParserForType() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
getParserForType() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
getParserForType() - Method in class org.tensorflow.framework.OpDef
 
getParserForType() - Method in class org.tensorflow.framework.OpDeprecation
 
getParserForType() - Method in class org.tensorflow.framework.OpList
 
getParserForType() - Method in class org.tensorflow.framework.ReaderBaseState
 
getParserForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getParserForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getParserForType() - Method in class org.tensorflow.framework.ResourceHandleProto
 
getParserForType() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
getParserForType() - Method in class org.tensorflow.framework.StepStats
 
getParserForType() - Method in class org.tensorflow.framework.Summary.Audio
 
getParserForType() - Method in class org.tensorflow.framework.Summary
 
getParserForType() - Method in class org.tensorflow.framework.Summary.Image
 
getParserForType() - Method in class org.tensorflow.framework.Summary.Value
 
getParserForType() - Method in class org.tensorflow.framework.SummaryDescription
 
getParserForType() - Method in class org.tensorflow.framework.SummaryMetadata
 
getParserForType() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getParserForType() - Method in class org.tensorflow.framework.TensorDescription
 
getParserForType() - Method in class org.tensorflow.framework.TensorProto
 
getParserForType() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getParserForType() - Method in class org.tensorflow.framework.TensorShapeProto
 
getParserForType() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getParserForType() - Method in class org.tensorflow.framework.TensorSliceProto
 
getParserForType() - Method in class org.tensorflow.framework.VariableDef
 
getParserForType() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
getParserForType() - Method in class org.tensorflow.framework.VersionDef
 
getParserForType() - Method in class org.tensorflow.util.IteratorStateMetadata
 
getParserForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getParserForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getParserForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getParserForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getPeakBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
int64 peak_bytes = 3;
getPeakBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
int64 peak_bytes = 3;
getPeakBytes() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
int64 peak_bytes = 3;
getPercentile(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getPercentile(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getPermutedWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getPermutedWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getPFactor(int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
getPFactor(int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
getPFactor(int, INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
This method takes one of the ipiv returns from LAPACK and creates the permutation matrix.
getPhysicalDeviceDesc() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of the physical device that this device maps to.
getPhysicalDeviceDesc() - Method in class org.tensorflow.framework.DeviceAttributes
String representation of the physical device that this device maps to.
getPhysicalDeviceDesc() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
String representation of the physical device that this device maps to.
getPhysicalDeviceDescBytes() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of the physical device that this device maps to.
getPhysicalDeviceDescBytes() - Method in class org.tensorflow.framework.DeviceAttributes
String representation of the physical device that this device maps to.
getPhysicalDeviceDescBytes() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
String representation of the physical device that this device maps to.
getPinnedSize() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes in pinned allocations.
getPlaceholder() - Method in class org.tensorflow.framework.AttrValue.Builder
This is a placeholder only used in nodes defined inside a function.
getPlaceholder() - Method in class org.tensorflow.framework.AttrValue
This is a placeholder only used in nodes defined inside a function.
getPlaceholder() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
This is a placeholder only used in nodes defined inside a function.
getPlaceholderBytes() - Method in class org.tensorflow.framework.AttrValue.Builder
This is a placeholder only used in nodes defined inside a function.
getPlaceholderBytes() - Method in class org.tensorflow.framework.AttrValue
This is a placeholder only used in nodes defined inside a function.
getPlaceholderBytes() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
This is a placeholder only used in nodes defined inside a function.
getPlaceHoldersFor(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the place holders for a given vertex id.
getPluginData() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
getPluginData() - Method in class org.tensorflow.framework.SummaryMetadata
Data that associates a summary with a certain plugin.
getPluginData() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Data that associates a summary with a certain plugin.
getPluginDataBuilder() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
getPluginDataOrBuilder() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
getPluginDataOrBuilder() - Method in class org.tensorflow.framework.SummaryMetadata
Data that associates a summary with a certain plugin.
getPluginDataOrBuilder() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Data that associates a summary with a certain plugin.
getPluginName() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The name of the plugin this data pertains to.
getPluginName() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
The name of the plugin this data pertains to.
getPluginName() - Method in interface org.tensorflow.framework.SummaryMetadata.PluginDataOrBuilder
The name of the plugin this data pertains to.
getPluginNameBytes() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The name of the plugin this data pertains to.
getPluginNameBytes() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
The name of the plugin this data pertains to.
getPluginNameBytes() - Method in interface org.tensorflow.framework.SummaryMetadata.PluginDataOrBuilder
The name of the plugin this data pertains to.
getPointerB() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getPointerBArray() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getPointerE() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getPointerEArray() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
getPoolingPrefix() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
getPoolingPrefix() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
getPoolingPrefix() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
getPoolingPrefix() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
getPrecedingNode() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_node = 1;
getPrecedingNode() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
int32 preceding_node = 1;
getPrecedingNode() - Method in interface org.tensorflow.framework.CostGraphDef.Node.InputInfoOrBuilder
int32 preceding_node = 1;
getPrecedingPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_port = 2;
getPrecedingPort() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
int32 preceding_port = 2;
getPrecedingPort() - Method in interface org.tensorflow.framework.CostGraphDef.Node.InputInfoOrBuilder
int32 preceding_port = 2;
getPredicate() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getPredicate() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getPredicateExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getPredicateExecution() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
getPreProcessor() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Returns preprocessors, if defined
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
getPreProcessor() - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Get the MultiDataSetPreProcessor, if one has previously been set.
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
getPreProcessor() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
getProbabilityOfSuccess() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Access the probability of success for this distribution.
getProducer() - Method in class org.tensorflow.framework.VersionDef.Builder
The version of the code that produced this data.
getProducer() - Method in class org.tensorflow.framework.VersionDef
The version of the code that produced this data.
getProducer() - Method in interface org.tensorflow.framework.VersionDefOrBuilder
The version of the code that produced this data.
getProducerName() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
getProducerName() - Method in class onnx.OnnxMlProto3.ModelProto
The name of the framework or tool used to generate this model.
getProducerName() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The name of the framework or tool used to generate this model.
getProducerName() - Method in class onnx.OnnxProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
getProducerName() - Method in class onnx.OnnxProto3.ModelProto
The name of the framework or tool used to generate this model.
getProducerName() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in class onnx.OnnxMlProto3.ModelProto
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in class onnx.OnnxProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in class onnx.OnnxProto3.ModelProto
The name of the framework or tool used to generate this model.
getProducerNameBytes() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The name of the framework or tool used to generate this model.
getProducerVersion() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
getProducerVersion() - Method in class onnx.OnnxMlProto3.ModelProto
The version of the framework or tool used to generate this model.
getProducerVersion() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The version of the framework or tool used to generate this model.
getProducerVersion() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
getProducerVersion() - Method in class onnx.OnnxProto3.ModelProto
The version of the framework or tool used to generate this model.
getProducerVersion() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in class onnx.OnnxMlProto3.ModelProto
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in class onnx.OnnxProto3.ModelProto
The version of the framework or tool used to generate this model.
getProducerVersionBytes() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The version of the framework or tool used to generate this model.
getProfilingMode() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Ths method returns current profiling
getProfilingMode() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
getProfilingMode() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Ths method returns current profiling
getPropertyForFunction(DifferentialFunction, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the property for a given function
getPtr() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Address of the allocation.
getPtr() - Method in class org.tensorflow.framework.AllocationDescription
Address of the allocation.
getPtr() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Address of the allocation.
getPtr() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Address of the allocation.
getPtr() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Address of the allocation.
getPtr() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Address of the allocation.
getQueueLength() - Method in interface org.nd4j.linalg.api.ops.executioner.GridExecutioner
This method returns number of operations currently enqueued for execution
getRandom() - Static method in class org.nd4j.linalg.factory.Nd4j
Get the current random generator
getRandom() - Method in class org.nd4j.linalg.factory.RandomFactory
This method returns Random implementation instance associated with calling thread
getRandomBroadCastShape(long, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
Create an ndarray of
getRandomFactory() - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns RandomFactory instance
getRandomGenerator() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
getRange(int, int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
getRange() - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats
Get the feature wise range for the statistics.
getRange(int, int) - Method in class org.nd4j.linalg.dataset.DataSet
 
getRawData() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
getRawData() - Method in class onnx.OnnxMlProto3.TensorProto
Serializations can either use one of the fields above, or use this raw bytes field.
getRawData() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
Serializations can either use one of the fields above, or use this raw bytes field.
getRawData() - Method in class onnx.OnnxProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
getRawData() - Method in class onnx.OnnxProto3.TensorProto
Serializations can either use one of the fields above, or use this raw bytes field.
getRawData() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
Serializations can either use one of the fields above, or use this raw bytes field.
getReal() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getReal(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getReal(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Get the real component at the specified index
getReal() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Gets the real portion of this complex ndarray
getRealArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getReducedShape(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the shape of the reduced array
getReducedShape(int[], int[], boolean, boolean) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the shape of the reduced array
getReductionLength(DifferentialFunction) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
getReferencedTensor(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensor(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensor(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorCount() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorCount() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorCount() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilder(int) - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilder(int) - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilderList() - Method in class org.tensorflow.framework.NodeExecStats
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferencedTensorOrBuilderList() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
getReferences() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
getReferences() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getRemoteGraph() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
getRemoteGraph() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Definition of remote graph
getRemoteGraph() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Definition of remote graph
getRemoteGraphBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
getRemoteGraphOrBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
getRemoteGraphOrBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Definition of remote graph
getRemoteGraphOrBuilder() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Definition of remote graph
getRenameTo() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameTo() - Method in class org.tensorflow.framework.ApiDef.Arg
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameTo() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameTo() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameTo() - Method in class org.tensorflow.framework.ApiDef.Attr
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameTo() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Use a different name in the API than the op's name.
getRenameTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Use a different name in the API than the op's name.
getRenameTo() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Use a different name in the API than the op's name.
getRenameToBytes() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameToBytes() - Method in class org.tensorflow.framework.ApiDef.Arg
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameToBytes() - Method in interface org.tensorflow.framework.ApiDef.ArgOrBuilder
Change the name used to access this arg in the API from what is used in the GraphDef.
getRenameToBytes() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameToBytes() - Method in class org.tensorflow.framework.ApiDef.Attr
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameToBytes() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Change the name used to access this attr in the API from what is used in the GraphDef.
getRenameToBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Use a different name in the API than the op's name.
getRenameToBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Use a different name in the API than the op's name.
getRenameToBytes() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Use a different name in the API than the op's name.
getRequestedBytes() - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes requested
getRequestedBytes() - Method in class org.tensorflow.framework.AllocationDescription
Total number of bytes requested
getRequestedBytes() - Method in interface org.tensorflow.framework.AllocationDescriptionOrBuilder
Total number of bytes requested
getRequiredBatchMemorySize() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns amount of memory required for batch creation for this specific Aggregate
getRequiredBatchMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getReshapedWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getReshapedWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getResourceHandleVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_RESOURCE
getResourceHandleVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_RESOURCE
getResourceHandleValBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValBuilderList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValCount() - Method in class org.tensorflow.framework.TensorProto
DT_RESOURCE
getResourceHandleValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_RESOURCE
getResourceHandleValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValList() - Method in class org.tensorflow.framework.TensorProto
DT_RESOURCE
getResourceHandleValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_RESOURCE
getResourceHandleValOrBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValOrBuilder(int) - Method in class org.tensorflow.framework.TensorProto
DT_RESOURCE
getResourceHandleValOrBuilder(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_RESOURCE
getResourceHandleValOrBuilderList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
getResourceHandleValOrBuilderList() - Method in class org.tensorflow.framework.TensorProto
DT_RESOURCE
getResourceHandleValOrBuilderList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_RESOURCE
getRet() - Method in class org.tensorflow.framework.FunctionDef.Builder
Deprecated.
getRet() - Method in class org.tensorflow.framework.FunctionDef
Deprecated.
getRet() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
Deprecated.
getRetCount() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
getRetCount() - Method in class org.tensorflow.framework.FunctionDef
 
getRetCount() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetMap() - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetMap() - Method in class org.tensorflow.framework.FunctionDef
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetMap() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrDefault(String, String) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrDefault(String, String) - Method in class org.tensorflow.framework.FunctionDef
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrDefault(String, String) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrThrow(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrThrow(String) - Method in class org.tensorflow.framework.FunctionDef
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRetOrThrow(String) - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
getRewindPosition(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns planned position within graph for next rewind.
getrf(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
getrf(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
getrf(INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
LU decomposiiton of a matrix Factorize a matrix A The matrix A is overridden by the L & U combined.
getri(int, INDArray, int, int[], INDArray, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
getri(int, INDArray, int, int[], INDArray, int, int) - Method in interface org.nd4j.linalg.api.blas.Lapack
Generate inverse ggiven LU decomp
getRootAsFlatArray(ByteBuffer) - Static method in class org.nd4j.graph.FlatArray
 
getRootAsFlatArray(ByteBuffer, FlatArray) - Static method in class org.nd4j.graph.FlatArray
 
getRootAsFlatConfiguration(ByteBuffer) - Static method in class org.nd4j.graph.FlatConfiguration
 
getRootAsFlatConfiguration(ByteBuffer, FlatConfiguration) - Static method in class org.nd4j.graph.FlatConfiguration
 
getRootAsFlatGraph(ByteBuffer) - Static method in class org.nd4j.graph.FlatGraph
 
getRootAsFlatGraph(ByteBuffer, FlatGraph) - Static method in class org.nd4j.graph.FlatGraph
 
getRootAsFlatNode(ByteBuffer) - Static method in class org.nd4j.graph.FlatNode
 
getRootAsFlatNode(ByteBuffer, FlatNode) - Static method in class org.nd4j.graph.FlatNode
 
getRootAsFlatProperties(ByteBuffer) - Static method in class org.nd4j.graph.FlatProperties
 
getRootAsFlatProperties(ByteBuffer, FlatProperties) - Static method in class org.nd4j.graph.FlatProperties
 
getRootAsFlatResult(ByteBuffer) - Static method in class org.nd4j.graph.FlatResult
 
getRootAsFlatResult(ByteBuffer, FlatResult) - Static method in class org.nd4j.graph.FlatResult
 
getRootAsFlatTiming(ByteBuffer) - Static method in class org.nd4j.graph.FlatTiming
 
getRootAsFlatTiming(ByteBuffer, FlatTiming) - Static method in class org.nd4j.graph.FlatTiming
 
getRootAsFlatVariable(ByteBuffer) - Static method in class org.nd4j.graph.FlatVariable
 
getRootAsFlatVariable(ByteBuffer, FlatVariable) - Static method in class org.nd4j.graph.FlatVariable
 
getRootAsIntPair(ByteBuffer) - Static method in class org.nd4j.graph.IntPair
 
getRootAsIntPair(ByteBuffer, IntPair) - Static method in class org.nd4j.graph.IntPair
 
getRootAsIntTriple(ByteBuffer) - Static method in class org.nd4j.graph.IntTriple
 
getRootAsIntTriple(ByteBuffer, IntTriple) - Static method in class org.nd4j.graph.IntTriple
 
getRootAsLongPair(ByteBuffer) - Static method in class org.nd4j.graph.LongPair
 
getRootAsLongPair(ByteBuffer, LongPair) - Static method in class org.nd4j.graph.LongPair
 
getRootDir() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
getRow(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get a copy of a row.
getRow(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the specified row.
getRow(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get a copy of a row.
getRow(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getRow(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the specified row.
getRows(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get whole rows from the passed indices.
getRows(int[]) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
getRows(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get whole rows from the passed indices.
getRows(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getRows(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get an INDArray comprised of the specified rows only.
getS() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
UTF-8 string
getS() - Method in class onnx.OnnxMlProto3.AttributeProto
UTF-8 string
getS() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
UTF-8 string
getS() - Method in class onnx.OnnxProto3.AttributeProto.Builder
UTF-8 string
getS() - Method in class onnx.OnnxProto3.AttributeProto
UTF-8 string
getS() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
UTF-8 string
getS() - Method in class org.tensorflow.framework.AttrValue.Builder
"string"
getS() - Method in class org.tensorflow.framework.AttrValue
"string"
getS(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
getS(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(string)"
getS(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(string)"
getS() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"string"
getSampleRate() - Method in class org.tensorflow.framework.Summary.Audio.Builder
Sample rate of the audio in Hz.
getSampleRate() - Method in class org.tensorflow.framework.Summary.Audio
Sample rate of the audio in Hz.
getSampleRate() - Method in interface org.tensorflow.framework.Summary.AudioOrBuilder
Sample rate of the audio in Hz.
getSaveSliceInfoDef() - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDef() - Method in class org.tensorflow.framework.VariableDef
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDef() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDefBuilder() - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDefOrBuilder() - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDefOrBuilder() - Method in class org.tensorflow.framework.VariableDef
Support for saving variables as slices of a larger variable.
getSaveSliceInfoDefOrBuilder() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Support for saving variables as slices of a larger variable.
getScalar(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Fetch a particular number on a multi dimensional scale.
getScalar(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the element at the specified row/column This will throw an exception if the
getScalar(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the element at the specified index
getScalar(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Fetch a particular number on a multi dimensional scale.
getScalar(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the element at the specified row/column This will throw an exception if the
getScalar(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the element at the specified index
getScalar(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the element at the specified row/column This will throw an exception if the
getScalar(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getScalar(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Fetch a particular number on a multi dimensional scale.
getScalar(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getScalar(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getScalar(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getScalar(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getScalar(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the element at the specified row/column This will throw an exception if the
getScalar(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the element at the specified index
getScalar(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the elements at the the specified indices
getScalarAggregator() - Method in class org.nd4j.linalg.profiler.OpProfiler
 
getScheduledMicros() - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 scheduled_micros = 9;
getScheduledMicros() - Method in class org.tensorflow.framework.NodeExecStats
int64 scheduled_micros = 9;
getScheduledMicros() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
int64 scheduled_micros = 9;
getScomplexVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
getScomplexVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX64.
getScomplexVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX64.
getScomplexValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
getScomplexValCount() - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX64.
getScomplexValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX64.
getScomplexValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
getScomplexValList() - Method in class org.tensorflow.framework.TensorProto
DT_COMPLEX64.
getScomplexValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_COMPLEX64.
getSCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
getSCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(string)"
getSCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(string)"
getSecondOp() - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
getSecondOp() - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
getSecondOpDescriptor() - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
getSecondOpDescriptor() - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
getSeed() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
getSeed() - Method in interface org.nd4j.linalg.api.rng.Random
Gets the long seed of the underlying random number generator.
getSegment() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegment() - Method in class onnx.OnnxMlProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
getSegment() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
getSegment() - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegment() - Method in class onnx.OnnxProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
getSegment() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
getSegmentBuilder() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegmentBuilder() - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in class onnx.OnnxMlProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in class onnx.OnnxProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
getSegmentOrBuilder() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
getSequenceType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
getSequenceType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a sequence.
getSequenceType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a sequence.
getSequenceTypeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
getSequenceTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
getSequenceTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a sequence.
getSequenceTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a sequence.
getSerializedExecutorParameters() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Parameters given to the executor
getSerializedExecutorParameters() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Optional: Parameters given to the executor
getSerializedExecutorParameters() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Optional: Parameters given to the executor
getSerializedSize() - Method in class onnx.OnnxMlProto3.AttributeProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.GraphProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.ModelProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.NodeProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TensorProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TypeProto
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getSerializedSize() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
getSerializedSize() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getSerializedSize() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.AttributeProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.GraphProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.ModelProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.NodeProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.TensorProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
getSerializedSize() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getSerializedSize() - Method in class onnx.OnnxProto3.TensorShapeProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.TypeProto
 
getSerializedSize() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
getSerializedSize() - Method in class onnx.OnnxProto3.ValueInfoProto
 
getSerializedSize() - Method in class org.tensorflow.framework.AllocationDescription
 
getSerializedSize() - Method in class org.tensorflow.framework.AllocationRecord
 
getSerializedSize() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getSerializedSize() - Method in class org.tensorflow.framework.ApiDef.Arg
 
getSerializedSize() - Method in class org.tensorflow.framework.ApiDef.Attr
 
getSerializedSize() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
getSerializedSize() - Method in class org.tensorflow.framework.ApiDef
 
getSerializedSize() - Method in class org.tensorflow.framework.ApiDefs
 
getSerializedSize() - Method in class org.tensorflow.framework.AttrValue
 
getSerializedSize() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
getSerializedSize() - Method in class org.tensorflow.framework.CostGraphDef
 
getSerializedSize() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
getSerializedSize() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.DeviceAttributes
 
getSerializedSize() - Method in class org.tensorflow.framework.DeviceLocality
 
getSerializedSize() - Method in class org.tensorflow.framework.DeviceStepStats
 
getSerializedSize() - Method in class org.tensorflow.framework.FunctionDef
 
getSerializedSize() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
getSerializedSize() - Method in class org.tensorflow.framework.GradientDef
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphDef
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.HistogramProto
 
getSerializedSize() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getSerializedSize() - Method in class org.tensorflow.framework.KernelDef
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogStep
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getSerializedSize() - Method in class org.tensorflow.framework.MemoryStats
 
getSerializedSize() - Method in class org.tensorflow.framework.NameAttrList
 
getSerializedSize() - Method in class org.tensorflow.framework.NodeDef
 
getSerializedSize() - Method in class org.tensorflow.framework.NodeExecStats
 
getSerializedSize() - Method in class org.tensorflow.framework.NodeOutput
 
getSerializedSize() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
getSerializedSize() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
getSerializedSize() - Method in class org.tensorflow.framework.OpDef
 
getSerializedSize() - Method in class org.tensorflow.framework.OpDeprecation
 
getSerializedSize() - Method in class org.tensorflow.framework.OpList
 
getSerializedSize() - Method in class org.tensorflow.framework.ReaderBaseState
 
getSerializedSize() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getSerializedSize() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getSerializedSize() - Method in class org.tensorflow.framework.ResourceHandleProto
 
getSerializedSize() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
getSerializedSize() - Method in class org.tensorflow.framework.StepStats
 
getSerializedSize() - Method in class org.tensorflow.framework.Summary.Audio
 
getSerializedSize() - Method in class org.tensorflow.framework.Summary
 
getSerializedSize() - Method in class org.tensorflow.framework.Summary.Image
 
getSerializedSize() - Method in class org.tensorflow.framework.Summary.Value
 
getSerializedSize() - Method in class org.tensorflow.framework.SummaryDescription
 
getSerializedSize() - Method in class org.tensorflow.framework.SummaryMetadata
 
getSerializedSize() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorDescription
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorProto
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorShapeProto
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getSerializedSize() - Method in class org.tensorflow.framework.TensorSliceProto
 
getSerializedSize() - Method in class org.tensorflow.framework.VariableDef
 
getSerializedSize() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
getSerializedSize() - Method in class org.tensorflow.framework.VersionDef
 
getSerializedSize() - Method in class org.tensorflow.util.IteratorStateMetadata
 
getSerializedSize() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getSerializedSize() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getSerializedSize() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getSerializedSize() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getShape() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShape() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
getShape() - Method in interface onnx.OnnxMlProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
getShape() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShape() - Method in class onnx.OnnxProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
getShape() - Method in interface onnx.OnnxProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
getShape() - Method in class org.nd4j.autodiff.samediff.SDVariable
Returns the shape of this variable
getShape(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getShape(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getShape(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getShape() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getShape() - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
getShape() - Method in class org.tensorflow.framework.AttrValue
"shape"
getShape(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShape(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(shape)"
getShape(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(shape)"
getShape() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"shape"
getShape() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
getShape() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
.tensorflow.TensorShapeProto shape = 3;
getShape() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
.tensorflow.TensorShapeProto shape = 3;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
repeated int64 shape = 3;
getShape(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
repeated int64 shape = 3;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
repeated int64 shape = 2;
getShape(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
repeated int64 shape = 2;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
getShape(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
repeated int64 shape = 2;
getShape(int) - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
repeated int64 shape = 2;
getShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
getShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
.tensorflow.TensorShapeProto shape = 2;
getShape() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
.tensorflow.TensorShapeProto shape = 2;
getShape() - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
getShape() - Method in class org.tensorflow.framework.TensorDescription
Shape of the tensor.
getShape() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Shape of the tensor.
getShapeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShapeBuilder() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShapeBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
getShapeBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
getShapeBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
getShapeBuilder() - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
getShapeBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(shape)"
getShapeCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(shape)"
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
repeated int64 shape = 3;
getShapeCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
repeated int64 shape = 3;
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
repeated int64 shape = 2;
getShapeCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
repeated int64 shape = 2;
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
getShapeCount() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
repeated int64 shape = 2;
getShapeCount() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
repeated int64 shape = 2;
getShapeForVarName(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the shape for the given vertex id.
getShapeFromAttr(ATTR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the shape of the attribute value
getShapeFromAttr(OnnxProto3.AttributeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getShapeFromAttr(AttrValue) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getShapeFromAttribute(ATTR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
getShapeFromAttribute(OnnxProto3.AttributeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getShapeFromAttribute(AttrValue) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getShapeFromTensor(TENSOR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the shape for the given tensor type
getShapeFromTensor(OnnxProto3.TypeProto.Tensor) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getShapeFromTensor(OnnxProto3.TensorProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
Get the shape from a tensor proto.
getShapeFromTensor(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getShapeInfoProvider() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getShapeList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(shape)"
getShapeList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(shape)"
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
repeated int64 shape = 3;
getShapeList() - Method in interface org.tensorflow.framework.GraphTransferInfo.ConstNodeInfoOrBuilder
repeated int64 shape = 3;
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
repeated int64 shape = 2;
getShapeList() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfoOrBuilder
repeated int64 shape = 2;
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
getShapeList() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
repeated int64 shape = 2;
getShapeList() - Method in interface org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfoOrBuilder
repeated int64 shape = 2;
getShapeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class onnx.OnnxProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in interface onnx.OnnxProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
getShapeOrBuilder() - Method in class org.tensorflow.framework.AttrValue
"shape"
getShapeOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(shape)"
getShapeOrBuilder(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(shape)"
getShapeOrBuilder() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"shape"
getShapeOrBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
getShapeOrBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
.tensorflow.TensorShapeProto shape = 3;
getShapeOrBuilder() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
.tensorflow.TensorShapeProto shape = 3;
getShapeOrBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
.tensorflow.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
.tensorflow.TensorShapeProto shape = 2;
getShapeOrBuilder() - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
getShapeOrBuilder() - Method in class org.tensorflow.framework.TensorDescription
Shape of the tensor.
getShapeOrBuilder() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Shape of the tensor.
getShapeOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
getShapeOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(shape)"
getShapeOrBuilderList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(shape)"
getShapes() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
getShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
getSharedMemorySize() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns amount of shared memory required for this specific Aggregate.
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
This method returns amount of shared memory required for this specific Aggregate.
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
This method returns amount of shared memory required for this specific Aggregate.
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
This method returns amount of shared memory required for this specific Aggregate.
getSharedMemorySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
This method returns amount of shared memory required for this specific Aggregate.
getSignature() - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
getSignature() - Method in class org.tensorflow.framework.FunctionDef
The definition of the function's name, arguments, return values, attrs etc.
getSignature() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
The definition of the function's name, arguments, return values, attrs etc.
getSignatureBuilder() - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
getSignatureOrBuilder() - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
getSignatureOrBuilder() - Method in class org.tensorflow.framework.FunctionDef
The definition of the function's name, arguments, return values, attrs etc.
getSignatureOrBuilder() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
The definition of the function's name, arguments, return values, attrs etc.
getSimpleValue() - Method in class org.tensorflow.framework.Summary.Value.Builder
float simple_value = 2;
getSimpleValue() - Method in class org.tensorflow.framework.Summary.Value
float simple_value = 2;
getSimpleValue() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
float simple_value = 2;
getSinceVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The version of the operator set that first introduced this operator.
getSinceVersion() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
The version of the operator set that first introduced this operator.
getSinceVersion() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
The version of the operator set that first introduced this operator.
getSize() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
int64 size = 1;
getSize() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
int64 size = 1;
getSize() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
int64 size = 1;
getSize() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Size of the tensor in that dimension.
getSize() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
Size of the tensor in that dimension.
getSize() - Method in interface org.tensorflow.framework.TensorShapeProto.DimOrBuilder
Size of the tensor in that dimension.
getSkip() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Do not include this op in the generated API.
getSkip() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
Do not include this op in the generated API.
getSkip() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Do not include this op in the generated API.
getSList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
getSList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(string)"
getSList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(string)"
getSlot() - Method in class org.tensorflow.framework.NodeOutput.Builder
int32 slot = 1;
getSlot() - Method in class org.tensorflow.framework.NodeOutput
int32 slot = 1;
getSlot() - Method in interface org.tensorflow.framework.NodeOutputOrBuilder
int32 slot = 1;
getSnapshotName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the snapshot tensor.
getSnapshotName() - Method in class org.tensorflow.framework.VariableDef
Name of the snapshot tensor.
getSnapshotName() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the snapshot tensor.
getSnapshotNameBytes() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the snapshot tensor.
getSnapshotNameBytes() - Method in class org.tensorflow.framework.VariableDef
Name of the snapshot tensor.
getSnapshotNameBytes() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the snapshot tensor.
getSocOpId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 soc_op_id = 4;
getSocOpId() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
int32 soc_op_id = 4;
getSocOpId() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
int32 soc_op_id = 4;
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSolverAbsoluteAccuracy() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Returns the solver absolute accuracy for inverse cumulative computation.
getSparseBlasWrapper() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getSparseInfoProvider() - Static method in class org.nd4j.linalg.factory.Nd4j
 
getSpilledSize() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes in spilled allocations.
getStackTraceElements() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
getStackTraceElements() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getStandardDeviation() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Access the standard deviation.
getStandardDeviation() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Access the standard deviation.
getStandardDeviation() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Access the standard deviation.
getStandardDeviation() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Access the standard deviation.
getStandardDeviation() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Access the standard deviation.
getStart() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
Start index of the slice, starting at 0.
getStart() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
Start index of the slice, starting at 0.
getStart() - Method in interface org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder
Start index of the slice, starting at 0.
getStash(T) - Method in class org.nd4j.linalg.memory.stash.BasicStashManager
 
getStash(T) - Method in interface org.nd4j.linalg.memory.stash.StashManager
 
getStateBuffer() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
This method returns pointer to RNG buffer
getStateBuffer() - Method in interface org.nd4j.linalg.api.rng.Random
This method returns pointer to RNG buffer
getStatePointer() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
This method returns pointer to RNG state structure.
getStatePointer() - Method in interface org.nd4j.linalg.api.rng.Random
This method returns pointer to RNG state structure.
getStatus() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStatus() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStatus() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStatus() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
getStatusValue() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStatusValue() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStatusValue() - Method in interface onnx.OnnxOperatorsProto3.OperatorProtoOrBuilder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
getStd() - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
 
getStd() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
getStepId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
Process-unique step id.
getStepId() - Method in interface org.tensorflow.framework.MemoryLogRawAllocationOrBuilder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
Process-unique step id.
getStepId() - Method in interface org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogStep
Process-unique step id.
getStepId() - Method in interface org.tensorflow.framework.MemoryLogStepOrBuilder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Process-unique step id.
getStepId() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Process-unique step id.
getStepId() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Process-unique step id.
getStepId() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Process-unique step id.
getStepNumber() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns step number.
getStillAlive() - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
getStillAlive() - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Get the still alive ndarrays
getStirlingError(double) - Static method in class org.nd4j.linalg.api.rng.distribution.impl.SaddlePointExpansion
Compute the error of Stirling's series at the given value.
getStride() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
getStrideForOrdering(INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Return the proper stride through a vector relative to the ordering of the array This is for incX/incY parameters in BLAS.
getStrides(int[], char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
getStrides(int[], char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getStrides(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Get the strides for the given order and shape
getStrides(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Get the strides based on the shape and NDArrays.order()
getStringData(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
getStringData(int) - Method in class onnx.OnnxMlProto3.TensorProto
For strings.
getStringData(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For strings.
getStringData(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
getStringData(int) - Method in class onnx.OnnxProto3.TensorProto
For strings.
getStringData(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For strings.
getStringDataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
getStringDataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For strings.
getStringDataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For strings.
getStringDataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
getStringDataCount() - Method in class onnx.OnnxProto3.TensorProto
For strings.
getStringDataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For strings.
getStringDataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
getStringDataList() - Method in class onnx.OnnxMlProto3.TensorProto
For strings.
getStringDataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For strings.
getStringDataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
getStringDataList() - Method in class onnx.OnnxProto3.TensorProto
For strings.
getStringDataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For strings.
getStrings(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
getStrings(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of UTF-8 strings
getStrings(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStrings(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
getStrings(int) - Method in class onnx.OnnxProto3.AttributeProto
list of UTF-8 strings
getStrings(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStringsCount() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
getStringsCount() - Method in class onnx.OnnxMlProto3.AttributeProto
list of UTF-8 strings
getStringsCount() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStringsCount() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
getStringsCount() - Method in class onnx.OnnxProto3.AttributeProto
list of UTF-8 strings
getStringsCount() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStringsList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
getStringsList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of UTF-8 strings
getStringsList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStringsList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
getStringsList() - Method in class onnx.OnnxProto3.AttributeProto
list of UTF-8 strings
getStringsList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of UTF-8 strings
getStringVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
getStringVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_STRING
getStringVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_STRING
getStringValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
getStringValCount() - Method in class org.tensorflow.framework.TensorProto
DT_STRING
getStringValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_STRING
getStringValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
getStringValList() - Method in class org.tensorflow.framework.TensorProto
DT_STRING
getStringValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_STRING
getSubMatricesWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getSubMatricesWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getSum() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
getSum(String) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
getSum() - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum = 4;
getSum() - Method in class org.tensorflow.framework.HistogramProto
double sum = 4;
getSum() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
double sum = 4;
getSummary() - Method in class org.tensorflow.framework.ApiDef.Builder
One-line human-readable description of what the Op does.
getSummary() - Method in class org.tensorflow.framework.ApiDef
One-line human-readable description of what the Op does.
getSummary() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
One-line human-readable description of what the Op does.
getSummary() - Method in class org.tensorflow.framework.OpDef.Builder
One-line human-readable description of what the Op does.
getSummary() - Method in class org.tensorflow.framework.OpDef
One-line human-readable description of what the Op does.
getSummary() - Method in interface org.tensorflow.framework.OpDefOrBuilder
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in class org.tensorflow.framework.ApiDef.Builder
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in class org.tensorflow.framework.ApiDef
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in class org.tensorflow.framework.OpDef.Builder
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in class org.tensorflow.framework.OpDef
One-line human-readable description of what the Op does.
getSummaryBytes() - Method in interface org.tensorflow.framework.OpDefOrBuilder
One-line human-readable description of what the Op does.
getSummaryDescription() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Longform readable description of the summary sequence.
getSummaryDescription() - Method in class org.tensorflow.framework.SummaryMetadata
Longform readable description of the summary sequence.
getSummaryDescription() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Longform readable description of the summary sequence.
getSummaryDescriptionBytes() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Longform readable description of the summary sequence.
getSummaryDescriptionBytes() - Method in class org.tensorflow.framework.SummaryMetadata
Longform readable description of the summary sequence.
getSummaryDescriptionBytes() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Longform readable description of the summary sequence.
getSumSquares() - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum_squares = 5;
getSumSquares() - Method in class org.tensorflow.framework.HistogramProto
double sum_squares = 5;
getSumSquares() - Method in interface org.tensorflow.framework.HistogramProtoOrBuilder
double sum_squares = 5;
getSupportedClass() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.CustomSerializerStrategy
Get the class of the supported custom serializer
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.CustomSerializerStrategy
 
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MinMaxSerializerStrategy
 
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiHybridSerializerStrategy
 
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiMinMaxSerializerStrategy
 
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiStandardizeSerializerStrategy
 
getSupportedType() - Method in interface org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializerStrategy
Get the enum opType of the supported normalizer
getSupportedType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.StandardizeSerializerStrategy
 
getSupportLowerBound() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Access the lower bound of the support.
getSupportLowerBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Access the lower bound of the support.
getSupportUpperBound() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Access the upper bound of the support.
getSupportUpperBound() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Access the upper bound of the support.
getT() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
getT() - Method in class onnx.OnnxMlProto3.AttributeProto
tensor value
getT() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
tensor value
getT() - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
getT() - Method in class onnx.OnnxProto3.AttributeProto
tensor value
getT() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
tensor value
getTADLength(int[], int...) - Static method in class org.nd4j.linalg.api.shape.Shape
 
getTADManager() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method returns TADManager instance used for this OpExecutioner
getTADManager() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
getTADManager() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method returns TADManager instance used for this OpExecutioner
getTADOnlyShapeInfo(INDArray, int...) - Method in interface org.nd4j.linalg.cache.TADManager
This method returns TAD shapeInfo and all offsets for specified tensor and dimensions.
getTag() - Method in class org.tensorflow.framework.Summary.Value.Builder
Tag name for the data.
getTag() - Method in class org.tensorflow.framework.Summary.Value
Tag name for the data.
getTag() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
Tag name for the data.
getTagBytes() - Method in class org.tensorflow.framework.Summary.Value.Builder
Tag name for the data.
getTagBytes() - Method in class org.tensorflow.framework.Summary.Value
Tag name for the data.
getTagBytes() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
Tag name for the data.
getTargetMappingForOp(DifferentialFunction, NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the target mapping key (usually based on the node name) for the given function
getTargetMappingForOp(DifferentialFunction, OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
getTargetMappingForOp(DifferentialFunction, NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
getTargetMax() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getTargetMax() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getTargetMin() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getTargetMin() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getTArgument(int) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
getTArgument(int) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
getTArgument(int) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
getTArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
getTArgument(int) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
getTBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
getTBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
getTemporaryMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Temporary memory used by this node.
getTemporaryMemorySize() - Method in class org.tensorflow.framework.CostGraphDef.Node
Temporary memory used by this node.
getTemporaryMemorySize() - Method in interface org.tensorflow.framework.CostGraphDef.NodeOrBuilder
Temporary memory used by this node.
getTensor() - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
getTensor() - Method in class org.tensorflow.framework.AttrValue
"tensor"
getTensor(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensor(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(tensor)"
getTensor(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(tensor)"
getTensor() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"tensor"
getTensor() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
getTensor() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Allocated tensor details.
getTensor() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Allocated tensor details.
getTensor() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
getTensor() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Output tensor details.
getTensor() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Output tensor details.
getTensor() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
getTensor() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.TensorProto tensor = 8;
getTensor() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.TensorProto tensor = 8;
getTensorAlongDimensionMatricesWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getTensorAlongDimensionMatricesWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getTensorBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
getTensorBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
getTensorBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
getTensorBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
getTensorBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorContent() - Method in class org.tensorflow.framework.TensorProto.Builder
Serialized raw tensor content from either Tensor::AsProtoTensorContent or memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
getTensorContent() - Method in class org.tensorflow.framework.TensorProto
Serialized raw tensor content from either Tensor::AsProtoTensorContent or memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
getTensorContent() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
Serialized raw tensor content from either Tensor::AsProtoTensorContent or memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
getTensorCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(tensor)"
getTensorCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(tensor)"
getTensorDescription() - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescription() - Method in class org.tensorflow.framework.NodeOutput
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescription() - Method in interface org.tensorflow.framework.NodeOutputOrBuilder
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescriptionBuilder() - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescriptionOrBuilder() - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescriptionOrBuilder() - Method in class org.tensorflow.framework.NodeOutput
.tensorflow.TensorDescription tensor_description = 3;
getTensorDescriptionOrBuilder() - Method in interface org.tensorflow.framework.NodeOutputOrBuilder
.tensorflow.TensorDescription tensor_description = 3;
getTensorList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(tensor)"
getTensorList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(tensor)"
getTensorOrBuilder() - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
getTensorOrBuilder() - Method in class org.tensorflow.framework.AttrValue
"tensor"
getTensorOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorOrBuilder(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(tensor)"
getTensorOrBuilder(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(tensor)"
getTensorOrBuilder() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"tensor"
getTensorOrBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
getTensorOrBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Allocated tensor details.
getTensorOrBuilder() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Allocated tensor details.
getTensorOrBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
getTensorOrBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Output tensor details.
getTensorOrBuilder() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Output tensor details.
getTensorOrBuilder() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
getTensorOrBuilder() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.TensorProto tensor = 8;
getTensorOrBuilder() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.TensorProto tensor = 8;
getTensorOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
getTensorOrBuilderList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(tensor)"
getTensorOrBuilderList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(tensor)"
getTensors(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensors(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of tensors
getTensors(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of tensors
getTensors(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensors(int) - Method in class onnx.OnnxProto3.AttributeProto
list of tensors
getTensors(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of tensors
getTensors(int) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensors(int) - Method in class org.tensorflow.framework.VariantTensorDataProto
Tensors contained within objects being serialized.
getTensors(int) - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Tensors contained within objects being serialized.
getTensorsBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsBuilder(int) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsBuilderList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsBuilderList() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsCount() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsCount() - Method in class onnx.OnnxMlProto3.AttributeProto
list of tensors
getTensorsCount() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of tensors
getTensorsCount() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsCount() - Method in class onnx.OnnxProto3.AttributeProto
list of tensors
getTensorsCount() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of tensors
getTensorsCount() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsCount() - Method in class org.tensorflow.framework.VariantTensorDataProto
Tensors contained within objects being serialized.
getTensorsCount() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Tensors contained within objects being serialized.
getTensorShape() - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
getTensorShape() - Method in class org.tensorflow.framework.TensorProto
Shape of the tensor.
getTensorShape() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
Shape of the tensor.
getTensorShapeBuilder() - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
getTensorShapeOrBuilder() - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
getTensorShapeOrBuilder() - Method in class org.tensorflow.framework.TensorProto
Shape of the tensor.
getTensorShapeOrBuilder() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
Shape of the tensor.
getTensorsList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of tensors
getTensorsList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of tensors
getTensorsList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsList() - Method in class onnx.OnnxProto3.AttributeProto
list of tensors
getTensorsList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of tensors
getTensorsList() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsList() - Method in class org.tensorflow.framework.VariantTensorDataProto
Tensors contained within objects being serialized.
getTensorsList() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Tensors contained within objects being serialized.
getTensorsOrBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsOrBuilder(int) - Method in class onnx.OnnxMlProto3.AttributeProto
list of tensors
getTensorsOrBuilder(int) - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of tensors
getTensorsOrBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsOrBuilder(int) - Method in class onnx.OnnxProto3.AttributeProto
list of tensors
getTensorsOrBuilder(int) - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of tensors
getTensorsOrBuilder(int) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsOrBuilder(int) - Method in class org.tensorflow.framework.VariantTensorDataProto
Tensors contained within objects being serialized.
getTensorsOrBuilder(int) - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Tensors contained within objects being serialized.
getTensorsOrBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
getTensorsOrBuilderList() - Method in class onnx.OnnxMlProto3.AttributeProto
list of tensors
getTensorsOrBuilderList() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
list of tensors
getTensorsOrBuilderList() - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
getTensorsOrBuilderList() - Method in class onnx.OnnxProto3.AttributeProto
list of tensors
getTensorsOrBuilderList() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
list of tensors
getTensorsOrBuilderList() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
getTensorsOrBuilderList() - Method in class org.tensorflow.framework.VariantTensorDataProto
Tensors contained within objects being serialized.
getTensorsOrBuilderList() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Tensors contained within objects being serialized.
getTensorType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
getTensorType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a tensor.
getTensorType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a tensor.
getTensorType() - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
getTensorType() - Method in class onnx.OnnxProto3.TypeProto
The type of a tensor.
getTensorType() - Method in interface onnx.OnnxProto3.TypeProtoOrBuilder
The type of a tensor.
getTensorTypeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
getTensorTypeBuilder() - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
getTensorTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
getTensorTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a tensor.
getTensorTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a tensor.
getTensorTypeOrBuilder() - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
getTensorTypeOrBuilder() - Method in class onnx.OnnxProto3.TypeProto
The type of a tensor.
getTensorTypeOrBuilder() - Method in interface onnx.OnnxProto3.TypeProtoOrBuilder
The type of a tensor.
getTest() - Method in class org.nd4j.linalg.dataset.SplitTestAndTrain
 
getTestMatricesWithVaryingShapes(int, char) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
Test utility to sweep shapes given a rank Given a rank will generate random test matrices that will cover all cases of a shape with a '1' anywhere in the shape as well a shape with random ints that are not 0 or 1 eg.
getThisCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns amount of memory consumed in last successful cycle, in bytes
getThisCycleAllocations() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns number of bytes allocated during THIS cycle
getThreadId() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
getThreadId() - Method in class org.tensorflow.framework.NodeExecStats.Builder
uint32 thread_id = 10;
getThreadId() - Method in class org.tensorflow.framework.NodeExecStats
uint32 thread_id = 10;
getThreadId() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
uint32 thread_id = 10;
getThreadsPerInstance() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend.
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend.
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend.
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend.
getThreadsPerInstance() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend.
getTimelineLabel() - Method in class org.tensorflow.framework.NodeExecStats.Builder
string timeline_label = 8;
getTimelineLabel() - Method in class org.tensorflow.framework.NodeExecStats
string timeline_label = 8;
getTimelineLabel() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
string timeline_label = 8;
getTimelineLabelBytes() - Method in class org.tensorflow.framework.NodeExecStats.Builder
string timeline_label = 8;
getTimelineLabelBytes() - Method in class org.tensorflow.framework.NodeExecStats
string timeline_label = 8;
getTimelineLabelBytes() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
string timeline_label = 8;
getTimestamp() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
getTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string to = 2;
getTo() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
string to = 2;
getTo() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder
string to = 2;
getToBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string to = 2;
getToBytes() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
string to = 2;
getToBytes() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder
string to = 2;
getTOrBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
getTOrBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto
tensor value
getTOrBuilder() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
tensor value
getTOrBuilder() - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
getTOrBuilder() - Method in class onnx.OnnxProto3.AttributeProto
tensor value
getTOrBuilder() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
tensor value
getTotalBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are per-node allocator memory stats.
getTotalBytes() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
These are per-node allocator memory stats.
getTotalBytes() - Method in interface org.tensorflow.framework.AllocatorMemoryUsedOrBuilder
These are per-node allocator memory stats.
getTotalEventsNumber() - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
getTotalEventsNumber() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
getTrailingOnes() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getTrailingOnes() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getTrailingOnes() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the number of trailing ones in the array shape.
getTrain() - Method in class org.nd4j.linalg.dataset.SplitTestAndTrain
 
getTransposedMatrixWithShape(char, int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getTransposedMatrixWithShape(int, int, int) - Static method in class org.nd4j.linalg.checkutil.NDArrayCreationUtil
 
getTrueBody() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getTrueBodyExecuted() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
getTrueBodyName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
getType() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
getType() - Method in class onnx.OnnxMlProto3.AttributeProto
The type field MUST be present for this version of the IR.
getType() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
The type field MUST be present for this version of the IR.
getType() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getType() - Method in class onnx.OnnxMlProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getType() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getType() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
getType() - Method in class onnx.OnnxProto3.AttributeProto
The type field MUST be present for this version of the IR.
getType() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
The type field MUST be present for this version of the IR.
getType() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getType() - Method in class onnx.OnnxProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getType() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
getType() - Method in interface org.nd4j.linalg.dataset.api.preprocessor.Normalizer
Get the enum opType of this normalizer
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
getType() - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
getType() - Method in class org.tensorflow.framework.AttrValue.Builder
"type"
getType() - Method in class org.tensorflow.framework.AttrValue
"type"
getType(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
getType(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(type)"
getType(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(type)"
getType() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"type"
getType() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getType() - Method in class org.tensorflow.framework.OpDef.ArgDef
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getType() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getType() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getType() - Method in class org.tensorflow.framework.OpDef.AttrDef
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getType() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getTypeAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "type"
getTypeAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef
if specified, attr must have type "type"
getTypeAttr() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
if specified, attr must have type "type"
getTypeAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "type"
getTypeAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef
if specified, attr must have type "type"
getTypeAttrBytes() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
if specified, attr must have type "type"
getTypeBuilder() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getTypeBuilder() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getTypeBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getTypeBytes() - Method in class org.tensorflow.framework.OpDef.AttrDef
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getTypeBytes() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
getTypeCount() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
getTypeCount() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(type)"
getTypeCount() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(type)"
getTypeFromByte(byte) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method converts enums for DataType
getTypeHint() - Method in class org.tensorflow.framework.SummaryDescription.Builder
Hint on how plugins should process the data in this series.
getTypeHint() - Method in class org.tensorflow.framework.SummaryDescription
Hint on how plugins should process the data in this series.
getTypeHint() - Method in interface org.tensorflow.framework.SummaryDescriptionOrBuilder
Hint on how plugins should process the data in this series.
getTypeHintBytes() - Method in class org.tensorflow.framework.SummaryDescription.Builder
Hint on how plugins should process the data in this series.
getTypeHintBytes() - Method in class org.tensorflow.framework.SummaryDescription
Hint on how plugins should process the data in this series.
getTypeHintBytes() - Method in interface org.tensorflow.framework.SummaryDescriptionOrBuilder
Hint on how plugins should process the data in this series.
getTypeList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
getTypeList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(type)"
getTypeList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(type)"
getTypeListAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeListAttr() - Method in class org.tensorflow.framework.OpDef.ArgDef
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeListAttr() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeListAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeListAttrBytes() - Method in class org.tensorflow.framework.OpDef.ArgDef
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeListAttrBytes() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
getTypeName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string type_name = 3;
getTypeName() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
string type_name = 3;
getTypeName() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
string type_name = 3;
getTypeName() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Name of the type of objects being serialized.
getTypeName() - Method in class org.tensorflow.framework.VariantTensorDataProto
Name of the type of objects being serialized.
getTypeName() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Name of the type of objects being serialized.
getTypeNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string type_name = 3;
getTypeNameBytes() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
string type_name = 3;
getTypeNameBytes() - Method in interface org.tensorflow.framework.GraphTransferInfo.NodeInfoOrBuilder
string type_name = 3;
getTypeNameBytes() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Name of the type of objects being serialized.
getTypeNameBytes() - Method in class org.tensorflow.framework.VariantTensorDataProto
Name of the type of objects being serialized.
getTypeNameBytes() - Method in interface org.tensorflow.framework.VariantTensorDataProtoOrBuilder
Name of the type of objects being serialized.
getTypeOrBuilder() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getTypeOrBuilder() - Method in class onnx.OnnxMlProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getTypeOrBuilder() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
getTypeOrBuilder() - Method in class onnx.OnnxProto3.ValueInfoProto
This field MUST be present in this version of the IR.
getTypeOrBuilder() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
getTypeValue() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
getTypeValue() - Method in class onnx.OnnxMlProto3.AttributeProto
The type field MUST be present for this version of the IR.
getTypeValue() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
The type field MUST be present for this version of the IR.
getTypeValue() - Method in class onnx.OnnxProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
getTypeValue() - Method in class onnx.OnnxProto3.AttributeProto
The type field MUST be present for this version of the IR.
getTypeValue() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
The type field MUST be present for this version of the IR.
getTypeValue() - Method in class org.tensorflow.framework.AttrValue.Builder
"type"
getTypeValue() - Method in class org.tensorflow.framework.AttrValue
"type"
getTypeValue(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
getTypeValue(int) - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(type)"
getTypeValue(int) - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(type)"
getTypeValue() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"type"
getTypeValue() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getTypeValue() - Method in class org.tensorflow.framework.OpDef.ArgDef
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getTypeValue() - Method in interface org.tensorflow.framework.OpDef.ArgDefOrBuilder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
getTypeValueList() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
getTypeValueList() - Method in class org.tensorflow.framework.AttrValue.ListValue
"list(type)"
getTypeValueList() - Method in interface org.tensorflow.framework.AttrValue.ListValueOrBuilder
"list(type)"
getUFactor(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
getUFactor(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
getUFactor(INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
extracts the U (upper triangular) matrix from the LU factor result U will be n x n matrix where n = num cols in A
getUint32Val(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
getUint32Val(int) - Method in class org.tensorflow.framework.TensorProto
DT_UINT32
getUint32Val(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT32
getUint32ValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
getUint32ValCount() - Method in class org.tensorflow.framework.TensorProto
DT_UINT32
getUint32ValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT32
getUint32ValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
getUint32ValList() - Method in class org.tensorflow.framework.TensorProto
DT_UINT32
getUint32ValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT32
getUint64Data(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Data(int) - Method in class onnx.OnnxMlProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Data(int) - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Data(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Data(int) - Method in class onnx.OnnxProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Data(int) - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in class onnx.OnnxMlProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in class onnx.OnnxProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataCount() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in class onnx.OnnxMlProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in class onnx.OnnxProto3.TensorProto
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64DataList() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
getUint64Val(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
getUint64Val(int) - Method in class org.tensorflow.framework.TensorProto
DT_UINT64
getUint64Val(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT64
getUint64ValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
getUint64ValCount() - Method in class org.tensorflow.framework.TensorProto
DT_UINT64
getUint64ValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT64
getUint64ValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
getUint64ValList() - Method in class org.tensorflow.framework.TensorProto
DT_UINT64
getUint64ValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_UINT64
getUnderlyingIndices() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return the indices buffer
getUnderlyingIndicesOf(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Returns the underlying indices of the element of the given index such as there really are in the original ndarray
getUnderlyingValues() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return the values buffer
getUniqueBranchesNumber() - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
getUniqueBranchesNumber() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.AttributeProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.GraphProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.ModelProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.NodeProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TensorProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TypeProto
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
getUnknownFields() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
getUnknownFields() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
getUnknownFields() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.AttributeProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.GraphProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.ModelProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.NodeProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.TensorProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
getUnknownFields() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getUnknownFields() - Method in class onnx.OnnxProto3.TensorShapeProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.TypeProto
 
getUnknownFields() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
getUnknownFields() - Method in class onnx.OnnxProto3.ValueInfoProto
 
getUnknownFields() - Method in class org.tensorflow.framework.AllocationDescription
 
getUnknownFields() - Method in class org.tensorflow.framework.AllocationRecord
 
getUnknownFields() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
getUnknownFields() - Method in class org.tensorflow.framework.ApiDef.Arg
 
getUnknownFields() - Method in class org.tensorflow.framework.ApiDef.Attr
 
getUnknownFields() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
getUnknownFields() - Method in class org.tensorflow.framework.ApiDef
 
getUnknownFields() - Method in class org.tensorflow.framework.ApiDefs
 
getUnknownFields() - Method in class org.tensorflow.framework.AttrValue
 
getUnknownFields() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
getUnknownFields() - Method in class org.tensorflow.framework.CostGraphDef
 
getUnknownFields() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
getUnknownFields() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.DeviceAttributes
 
getUnknownFields() - Method in class org.tensorflow.framework.DeviceLocality
 
getUnknownFields() - Method in class org.tensorflow.framework.DeviceStepStats
 
getUnknownFields() - Method in class org.tensorflow.framework.FunctionDef
 
getUnknownFields() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
getUnknownFields() - Method in class org.tensorflow.framework.GradientDef
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphDef
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.HistogramProto
 
getUnknownFields() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
getUnknownFields() - Method in class org.tensorflow.framework.KernelDef
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogStep
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
getUnknownFields() - Method in class org.tensorflow.framework.MemoryStats
 
getUnknownFields() - Method in class org.tensorflow.framework.NameAttrList
 
getUnknownFields() - Method in class org.tensorflow.framework.NodeDef
 
getUnknownFields() - Method in class org.tensorflow.framework.NodeExecStats
 
getUnknownFields() - Method in class org.tensorflow.framework.NodeOutput
 
getUnknownFields() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
getUnknownFields() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
getUnknownFields() - Method in class org.tensorflow.framework.OpDef
 
getUnknownFields() - Method in class org.tensorflow.framework.OpDeprecation
 
getUnknownFields() - Method in class org.tensorflow.framework.OpList
 
getUnknownFields() - Method in class org.tensorflow.framework.ReaderBaseState
 
getUnknownFields() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
getUnknownFields() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
getUnknownFields() - Method in class org.tensorflow.framework.ResourceHandleProto
 
getUnknownFields() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
getUnknownFields() - Method in class org.tensorflow.framework.StepStats
 
getUnknownFields() - Method in class org.tensorflow.framework.Summary.Audio
 
getUnknownFields() - Method in class org.tensorflow.framework.Summary
 
getUnknownFields() - Method in class org.tensorflow.framework.Summary.Image
 
getUnknownFields() - Method in class org.tensorflow.framework.Summary.Value
 
getUnknownFields() - Method in class org.tensorflow.framework.SummaryDescription
 
getUnknownFields() - Method in class org.tensorflow.framework.SummaryMetadata
 
getUnknownFields() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorDescription
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorProto
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorShapeProto
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
getUnknownFields() - Method in class org.tensorflow.framework.TensorSliceProto
 
getUnknownFields() - Method in class org.tensorflow.framework.VariableDef
 
getUnknownFields() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
getUnknownFields() - Method in class org.tensorflow.framework.VersionDef
 
getUnknownFields() - Method in class org.tensorflow.util.IteratorStateMetadata
 
getUnknownFields() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
getUnknownFields() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
getUnknownFields() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
getUnknownFields() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
getUnknownRank() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
If true, the number of dimensions in the shape is unknown.
getUnknownRank() - Method in class org.tensorflow.framework.TensorShapeProto
If true, the number of dimensions in the shape is unknown.
getUnknownRank() - Method in interface org.tensorflow.framework.TensorShapeProtoOrBuilder
If true, the number of dimensions in the shape is unknown.
getUUID() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
Returns globally unique ID
getValue() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string value = 2;
getValue() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
string value = 2;
getValue() - Method in interface onnx.OnnxMlProto3.StringStringEntryProtoOrBuilder
string value = 2;
getValue() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string value = 2;
getValue() - Method in class onnx.OnnxProto3.StringStringEntryProto
string value = 2;
getValue() - Method in interface onnx.OnnxProto3.StringStringEntryProtoOrBuilder
string value = 2;
getValue(Field) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Get the value for a given property for this function
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.BaseConvolutionConfig
Get the value for a given property for this function
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
getValue(Field) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
getValue() - Method in class org.nd4j.linalg.indexing.conditions.And
 
getValue() - Method in class org.nd4j.linalg.indexing.conditions.BaseCondition
 
getValue() - Method in interface org.nd4j.linalg.indexing.conditions.Condition
 
getValue() - Method in class org.nd4j.linalg.indexing.conditions.ConditionEquals
 
getValue() - Method in class org.nd4j.linalg.indexing.conditions.Not
 
getValue() - Method in class org.nd4j.linalg.indexing.conditions.Or
 
getValue(int) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValue(int) - Method in class org.tensorflow.framework.Summary
Set of values for the summary.
getValue(int) - Method in interface org.tensorflow.framework.SummaryOrBuilder
Set of values for the summary.
getValue() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
getValue() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
.tensorflow.AttrValue value = 2;
getValue() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder
.tensorflow.AttrValue value = 2;
getValueBuilder(int) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
getValueBuilderList() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueBytes() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string value = 2;
getValueBytes() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
string value = 2;
getValueBytes() - Method in interface onnx.OnnxMlProto3.StringStringEntryProtoOrBuilder
string value = 2;
getValueBytes() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string value = 2;
getValueBytes() - Method in class onnx.OnnxProto3.StringStringEntryProto
string value = 2;
getValueBytes() - Method in interface onnx.OnnxProto3.StringStringEntryProtoOrBuilder
string value = 2;
getValueCase() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
getValueCase() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
getValueCase() - Method in interface onnx.OnnxMlProto3.TensorShapeProto.DimensionOrBuilder
 
getValueCase() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
getValueCase() - Method in class onnx.OnnxMlProto3.TypeProto
 
getValueCase() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
 
getValueCase() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
getValueCase() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
getValueCase() - Method in interface onnx.OnnxProto3.TensorShapeProto.DimensionOrBuilder
 
getValueCase() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
getValueCase() - Method in class onnx.OnnxProto3.TypeProto
 
getValueCase() - Method in interface onnx.OnnxProto3.TypeProtoOrBuilder
 
getValueCase() - Method in class org.tensorflow.framework.AttrValue.Builder
 
getValueCase() - Method in class org.tensorflow.framework.AttrValue
 
getValueCase() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
 
getValueCase() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
getValueCase() - Method in class org.tensorflow.framework.Summary.Value
 
getValueCase() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
 
getValueCount() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueCount() - Method in class org.tensorflow.framework.Summary
Set of values for the summary.
getValueCount() - Method in interface org.tensorflow.framework.SummaryOrBuilder
Set of values for the summary.
getValueDescriptor() - Method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
getValueDescriptor() - Method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
getValueDescriptor() - Method in enum onnx.OnnxMlProto3.Version
 
getValueDescriptor() - Method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
getValueDescriptor() - Method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
getValueDescriptor() - Method in enum onnx.OnnxProto3.TensorProto.DataType
 
getValueDescriptor() - Method in enum onnx.OnnxProto3.Version
 
getValueDescriptor() - Method in enum org.tensorflow.framework.ApiDef.Visibility
 
getValueDescriptor() - Method in enum org.tensorflow.framework.DataType
 
getValueDescriptor() - Method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
getValueDescriptor() - Method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
getValueInfo(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfo(int) - Method in class onnx.OnnxMlProto3.GraphProto
Information for the values in the graph.
getValueInfo(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfo(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfo(int) - Method in class onnx.OnnxProto3.GraphProto
Information for the values in the graph.
getValueInfo(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoCount() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoCount() - Method in class onnx.OnnxMlProto3.GraphProto
Information for the values in the graph.
getValueInfoCount() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoCount() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoCount() - Method in class onnx.OnnxProto3.GraphProto
Information for the values in the graph.
getValueInfoCount() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoList() - Method in class onnx.OnnxMlProto3.GraphProto
Information for the values in the graph.
getValueInfoList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoList() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoList() - Method in class onnx.OnnxProto3.GraphProto
Information for the values in the graph.
getValueInfoList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in class onnx.OnnxMlProto3.GraphProto
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in class onnx.OnnxProto3.GraphProto
Information for the values in the graph.
getValueInfoOrBuilder(int) - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in class onnx.OnnxMlProto3.GraphProto
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in interface onnx.OnnxMlProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in class onnx.OnnxProto3.GraphProto
Information for the values in the graph.
getValueInfoOrBuilderList() - Method in interface onnx.OnnxProto3.GraphProtoOrBuilder
Information for the values in the graph.
getValueList() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueList() - Method in class org.tensorflow.framework.Summary
Set of values for the summary.
getValueList() - Method in interface org.tensorflow.framework.SummaryOrBuilder
Set of values for the summary.
getValueOrBuilder(int) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueOrBuilder(int) - Method in class org.tensorflow.framework.Summary
Set of values for the summary.
getValueOrBuilder(int) - Method in interface org.tensorflow.framework.SummaryOrBuilder
Set of values for the summary.
getValueOrBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
getValueOrBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
.tensorflow.AttrValue value = 2;
getValueOrBuilder() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder
.tensorflow.AttrValue value = 2;
getValueOrBuilderList() - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
getValueOrBuilderList() - Method in class org.tensorflow.framework.Summary
Set of values for the summary.
getValueOrBuilderList() - Method in interface org.tensorflow.framework.SummaryOrBuilder
Set of values for the summary.
getValues() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
getValueType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
getValueType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
This field MUST be present for this version of the IR.
getValueType() - Method in interface onnx.OnnxMlProto3.TypeProto.MapOrBuilder
This field MUST be present for this version of the IR.
getValueTypeBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
getValueTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
getValueTypeOrBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Map
This field MUST be present for this version of the IR.
getValueTypeOrBuilder() - Method in interface onnx.OnnxMlProto3.TypeProto.MapOrBuilder
This field MUST be present for this version of the IR.
getVariable(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the variable based on the opName
getVariableForArray(INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get an SDVariable for an array reference.
getVariableName() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the variable tensor.
getVariableName() - Method in class org.tensorflow.framework.VariableDef
Name of the variable tensor.
getVariableName() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the variable tensor.
getVariableNameBytes() - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the variable tensor.
getVariableNameBytes() - Method in class org.tensorflow.framework.VariableDef
Name of the variable tensor.
getVariableNameBytes() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Name of the variable tensor.
getVariablesAssociatedWithFunctions(List<DifferentialFunction>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the SDVariable associated with each function based on the DifferentialFunction.outputVariables() ()}
getVariantVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantVal(int) - Method in class org.tensorflow.framework.TensorProto
DT_VARIANT
getVariantVal(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_VARIANT
getVariantValBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValBuilderList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValCount() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValCount() - Method in class org.tensorflow.framework.TensorProto
DT_VARIANT
getVariantValCount() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_VARIANT
getVariantValList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValList() - Method in class org.tensorflow.framework.TensorProto
DT_VARIANT
getVariantValList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_VARIANT
getVariantValOrBuilder(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValOrBuilder(int) - Method in class org.tensorflow.framework.TensorProto
DT_VARIANT
getVariantValOrBuilder(int) - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_VARIANT
getVariantValOrBuilderList() - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
getVariantValOrBuilderList() - Method in class org.tensorflow.framework.TensorProto
DT_VARIANT
getVariantValOrBuilderList() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
DT_VARIANT
getVarNameForFieldAndFunction(DifferentialFunction, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Get the variable name to use for resolving a given field for a given function during import time.
getVarOffset(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
getVarOffset(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef
Offset of this variable into the full variable.
getVarOffset(int) - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Offset of this variable into the full variable.
getVarOffsetCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
getVarOffsetCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Offset of this variable into the full variable.
getVarOffsetCount() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Offset of this variable into the full variable.
getVarOffsetList() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
getVarOffsetList() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Offset of this variable into the full variable.
getVarOffsetList() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Offset of this variable into the full variable.
getVarShape(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
getVarShape(int) - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of this variable.
getVarShape(int) - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of this variable.
getVarShapeCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
getVarShapeCount() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of this variable.
getVarShapeCount() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of this variable.
getVarShapeList() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
getVarShapeList() - Method in class org.tensorflow.framework.SaveSliceInfoDef
Shape of this variable.
getVarShapeList() - Method in interface org.tensorflow.framework.SaveSliceInfoDefOrBuilder
Shape of this variable.
getVectorCoordinates() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getVectorCoordinates() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Returns the indices of non-zero element of the vector
getVectorCoordinates() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
Return the minor pointers.
getVectorCoordinates() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return a array of non-major pointers i.e.
getVectorCoordinates() - Method in interface org.nd4j.linalg.api.ndarray.ISparseNDArray
Return a array of non-major pointers i.e.
getVersion() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
getVersion() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
The version of the operator set being identified.
getVersion() - Method in interface onnx.OnnxMlProto3.OperatorSetIdProtoOrBuilder
The version of the operator set being identified.
getVersion() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
getVersion() - Method in class onnx.OnnxProto3.OperatorSetIdProto
The version of the operator set being identified.
getVersion() - Method in interface onnx.OnnxProto3.OperatorSetIdProtoOrBuilder
The version of the operator set being identified.
getVersion() - Method in class org.tensorflow.framework.GraphDef.Builder
Deprecated.
getVersion() - Method in class org.tensorflow.framework.GraphDef
Deprecated.
getVersion() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
Deprecated.
getVersion() - Method in class org.tensorflow.framework.OpDeprecation.Builder
First GraphDef version at which the op is disallowed.
getVersion() - Method in class org.tensorflow.framework.OpDeprecation
First GraphDef version at which the op is disallowed.
getVersion() - Method in interface org.tensorflow.framework.OpDeprecationOrBuilder
First GraphDef version at which the op is disallowed.
getVersion() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
A user-specified version string.
getVersion() - Method in class org.tensorflow.util.IteratorStateMetadata
A user-specified version string.
getVersion() - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
A user-specified version string.
getVersionBytes() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
A user-specified version string.
getVersionBytes() - Method in class org.tensorflow.util.IteratorStateMetadata
A user-specified version string.
getVersionBytes() - Method in interface org.tensorflow.util.IteratorStateMetadataOrBuilder
A user-specified version string.
getVersionInfos() - Static method in class org.nd4j.versioncheck.VersionCheck
 
getVersionNumber() - Method in class org.tensorflow.framework.TensorProto.Builder
Version number.
getVersionNumber() - Method in class org.tensorflow.framework.TensorProto
Version number.
getVersionNumber() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
Version number.
getVersions() - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
getVersions() - Method in class org.tensorflow.framework.GraphDef
Compatibility versions of the graph.
getVersions() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
Compatibility versions of the graph.
getVersionsBuilder() - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
getVersionsOrBuilder() - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
getVersionsOrBuilder() - Method in class org.tensorflow.framework.GraphDef
Compatibility versions of the graph.
getVersionsOrBuilder() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
Compatibility versions of the graph.
getVisibility() - Method in class org.tensorflow.framework.ApiDef.Builder
.tensorflow.ApiDef.Visibility visibility = 2;
getVisibility() - Method in class org.tensorflow.framework.ApiDef
.tensorflow.ApiDef.Visibility visibility = 2;
getVisibility() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
.tensorflow.ApiDef.Visibility visibility = 2;
getVisibilityValue() - Method in class org.tensorflow.framework.ApiDef.Builder
.tensorflow.ApiDef.Visibility visibility = 2;
getVisibilityValue() - Method in class org.tensorflow.framework.ApiDef
.tensorflow.ApiDef.Visibility visibility = 2;
getVisibilityValue() - Method in interface org.tensorflow.framework.ApiDefOrBuilder
.tensorflow.ApiDef.Visibility visibility = 2;
getWhere(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getWhere(Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
getWhere(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getWhere(Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
getWhere(INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Boolean indexing: Return the element if it fulfills the condition in result array
getWhere(Number, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Boolean indexing: Return the element if it fulfills the condition in result array
getWidth() - Method in class org.tensorflow.framework.Summary.Image.Builder
int32 width = 2;
getWidth() - Method in class org.tensorflow.framework.Summary.Image
int32 width = 2;
getWidth() - Method in interface org.tensorflow.framework.Summary.ImageOrBuilder
int32 width = 2;
getWorkFinished() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_finished = 2;
getWorkFinished() - Method in class org.tensorflow.framework.ReaderBaseState
int64 work_finished = 2;
getWorkFinished() - Method in interface org.tensorflow.framework.ReaderBaseStateOrBuilder
int64 work_finished = 2;
getWorkspaceConfiguration() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns WorkspaceConfiguration bean that was used for given Workspace instance
getWorkspaceForCurrentThread() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method will return workspace with default configuration and default id.
getWorkspaceForCurrentThread(String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
getWorkspaceManager() - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns WorkspaceManager implementation to be used within this JVM process
getWorkspaceType() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
getWorkspaceType() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
getWorkStarted() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_started = 1;
getWorkStarted() - Method in class org.tensorflow.framework.ReaderBaseState
int64 work_started = 1;
getWorkStarted() - Method in interface org.tensorflow.framework.ReaderBaseStateOrBuilder
int64 work_started = 1;
goingToCompress(DataBuffer.TypeEx, DataBuffer.TypeEx) - Static method in class org.nd4j.linalg.compression.CompressionUtils
 
goingToDecompress(DataBuffer.TypeEx, DataBuffer.TypeEx) - Static method in class org.nd4j.linalg.compression.CompressionUtils
 
grad(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Gradient with respect to the given variable opName.
GradCheckUtil - Class in org.nd4j.autodiff.gradcheck
Gradient check utility
GradCheckUtil() - Constructor for class org.nd4j.autodiff.gradcheck.GradCheckUtil
 
gradient() - Method in class org.nd4j.autodiff.samediff.SDVariable
Nicer looking alias for the gradient variable.
GRADIENT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDefLibrary
 
GRADIENT_FUNC_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GradientDef
 
gradientBackwardsMarker(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gradientBackwardsMarker(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gradientBackwardsMarker(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
GradientBackwardsMarker - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
 
GradientBackwardsMarker(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientBackwardsMarker(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
GradientDef - Class in org.tensorflow.framework
GradientDef defines the gradient function of a function defined in a function library.
GradientDef.Builder - Class in org.tensorflow.framework
GradientDef defines the gradient function of a function defined in a function library.
GradientDefOrBuilder - Interface in org.tensorflow.framework
 
GradientOp - Interface in org.nd4j.linalg.api.ops
A gradient op represents a jacobian operation
GradientUpdater<T extends IUpdater> - Interface in org.nd4j.linalg.learning
Gradient modifications: Calculates an update and tracks related information for gradient changes over time for handling updates.
GRAPH - Static variable in class org.nd4j.graph.OpClass
 
GRAPH - Static variable in class org.nd4j.graph.OpType
 
GRAPH_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
GRAPH_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
GRAPH_INPUT_NODE_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
GRAPH_INPUT_NODE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
GRAPH_INPUT_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
GRAPH_INPUT = 1;
GRAPH_OP_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
GRAPH_OUTPUT_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
GRAPH_OUTPUT = 2;
GRAPH_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
GRAPH = 5;
GRAPH_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
GRAPH = 5;
GraphDef - Class in org.tensorflow.framework
Represents the graph of operations
GraphDef.Builder - Class in org.tensorflow.framework
Represents the graph of operations
GraphDefOrBuilder - Interface in org.tensorflow.framework
 
GraphExecutioner - Interface in org.nd4j.autodiff.execution
This interface
GraphExecutioner.Type - Enum in org.nd4j.autodiff.execution
 
GraphMapper<GRAPH_TYPE,NODE_TYPE,ATTR_TYPE,TENSOR_TYPE> - Interface in org.nd4j.imports.graphmapper
Map graph proto types to SameDiff instances
GraphProtos - Class in org.tensorflow.framework
 
GRAPHS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
GRAPHS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
GRAPHS_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
GRAPHS = 10;
GRAPHS_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
GRAPHS = 10;
GraphTransferInfo - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
GraphTransferInfo.Builder - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
GraphTransferInfo.ConstNodeInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.ConstNodeInfo
GraphTransferInfo.ConstNodeInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.ConstNodeInfo
GraphTransferInfo.ConstNodeInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.Destination - Enum in org.tensorflow.framework
Protobuf enum tensorflow.GraphTransferInfo.Destination
GraphTransferInfo.GraphInputNodeInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.GraphInputNodeInfo
GraphTransferInfo.GraphInputNodeInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.GraphInputNodeInfo
GraphTransferInfo.GraphInputNodeInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.GraphOutputNodeInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.GraphOutputNodeInfo
GraphTransferInfo.GraphOutputNodeInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.GraphOutputNodeInfo
GraphTransferInfo.GraphOutputNodeInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.NodeInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInfo
GraphTransferInfo.NodeInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInfo
GraphTransferInfo.NodeInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.NodeInput - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInput
GraphTransferInfo.NodeInput.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInput
GraphTransferInfo.NodeInputInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInputInfo
GraphTransferInfo.NodeInputInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeInputInfo
GraphTransferInfo.NodeInputInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.NodeInputOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfo.NodeOutputInfo - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeOutputInfo
GraphTransferInfo.NodeOutputInfo.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.GraphTransferInfo.NodeOutputInfo
GraphTransferInfo.NodeOutputInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfoOrBuilder - Interface in org.tensorflow.framework
 
GraphTransferInfoProto - Class in org.tensorflow.framework
 
GreaterThan - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are greater than or not
GreaterThan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
GreaterThan(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
GreaterThan(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
greaterThan(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
greaterThan(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
GreaterThan - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
GreaterThan() - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThan
Special constructor for pairwise boolean operations.
GreaterThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThan
 
GreaterThan(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThan
 
GreaterThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are greater than or equal or not
GreaterThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
GreaterThanOrEqual(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
GreaterThanOrEqual(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
greaterThanOrEqual(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
greaterThanOrEqual(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
GreaterThanOrEqual - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
GreaterThanOrEqual() - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
Special constructor for pairwise boolean operations.
GreaterThanOrEqual(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
 
GreaterThanOrEqual(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.GreaterThanOrEqual
 
greaterThanOrEqual(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
1 if greater than or equal to 0 otherwise (at each element)
greaterThanOrEqual(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Eps function
grid - Variable in class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
GridDescriptor - Class in org.nd4j.linalg.api.ops.grid
 
GridDescriptor() - Constructor for class org.nd4j.linalg.api.ops.grid.GridDescriptor
 
GridExecutioner - Interface in org.nd4j.linalg.api.ops.executioner
 
GridOp - Interface in org.nd4j.linalg.api.ops
MetaOp is special op, that contains multiple ops
GridPointers - Class in org.nd4j.linalg.api.ops.grid
POJO describing OP
GridPointers(Op, int...) - Constructor for class org.nd4j.linalg.api.ops.grid.GridPointers
 
gru(GRUCellConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
The gru cell
gru(String, GRUCellConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
The gru cell
GRUCell - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent
GRU cell for RNNs
GRUCell() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
GRUCell(SameDiff, GRUCellConfiguration) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
GRUCellConfiguration - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
 
GRUCellConfiguration() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.GRUCellConfiguration
 
gt(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gt(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gt(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gt(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gt(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gt(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gt(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gt(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gt(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gt(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gt(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gt(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gt(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gt(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gt(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gt(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gt(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Greater" comparison.
gt(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Greter" comparison.
gt(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast greater than op.
gte(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gte(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gte(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gte(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gte(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gte(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
gte(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gte(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gte(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns binary ndarray for "Greter or equals" comparison.
gte(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast greater than or equal to op.
gtei(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gtei(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gtei(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gtei(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gtei(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Greter or equals" comparison.
gti(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gti(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
gti(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gti(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gti(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
gti(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gti(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gti(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
gti(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gti(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
gti(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gti(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
gti(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Greter" comparison.
gti(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Greter" comparison.
guid - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 

H

HALF - Static variable in class org.nd4j.graph.DataType
 
HALF2 - Static variable in class org.nd4j.graph.DataType
 
HALF_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
hammingDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
hammingDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
hammingDistance(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
HammingDistance - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Hamming distance (simple)
HammingDistance(SameDiff, SDVariable, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
HammingDistance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
hammingDistance(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
HANDLE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogStep
 
handleParamsView(INDArray, INDArray) - Method in class org.nd4j.weightinit.BaseWeightInitScheme
 
HardSigmoid - Class in org.nd4j.linalg.api.ops.impl.transforms
HardSigmoid function
HardSigmoid() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoid(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoid(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoid(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoid(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoid(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
HardSigmoidDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
HardSigmoid derivative
HardSigmoidDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
HardSigmoidDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
hardTanh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
hardTanh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
hardTanh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
HardTanh - Class in org.nd4j.linalg.api.ops.impl.transforms
Hard tanh elementwise function
HardTanh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
HardTanh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
hardTanh(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
hardTanh(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Hard tanh
hardTanh(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the tanh of a complex number
hardTanhDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
hardTanhDerivative(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
hardTanhDerivative(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
HardTanhDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Hard tanh elementwise derivative function
HardTanhDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
HardTanhDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
hardTanhDerivative(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
hardTanhDerivative(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Hard tanh
HAS_MINIMUM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
HAS_SINGLE_REFERENCE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
hasAllocationDescription() - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
hasAllocationDescription() - Method in class org.tensorflow.framework.TensorDescription
Information about the size and allocator used for the data
hasAllocationDescription() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Information about the size and allocator used for the data
hasAllowedValues() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
hasAllowedValues() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
A list of values that this kernel supports for this attr.
hasAllowedValues() - Method in interface org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
A list of values that this kernel supports for this attr.
hasAllowedValues() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
hasAllowedValues() - Method in class org.tensorflow.framework.OpDef.AttrDef
The set of allowed values.
hasAllowedValues() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
The set of allowed values.
hasArgs(int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if this function already has defined arguments
hasArgs(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if this function already has defined arguments
hasAudio() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
hasAudio() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Audio audio = 6;
hasAudio() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Audio audio = 6;
hasDefaultStridesForShape(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
 
hasDefaultValue() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
hasDefaultValue() - Method in class org.tensorflow.framework.ApiDef.Attr
Specify a new default value to use for this attr.
hasDefaultValue() - Method in interface org.tensorflow.framework.ApiDef.AttrOrBuilder
Specify a new default value to use for this attr.
hasDefaultValue() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
hasDefaultValue() - Method in class org.tensorflow.framework.OpDef.AttrDef
A reasonable default for this attribute if the user does not supply a value.
hasDefaultValue() - Method in interface org.tensorflow.framework.OpDef.AttrDefOrBuilder
A reasonable default for this attribute if the user does not supply a value.
hasDeprecation() - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
hasDeprecation() - Method in class org.tensorflow.framework.OpDef
Optional deprecation based on GraphDef versions.
hasDeprecation() - Method in interface org.tensorflow.framework.OpDefOrBuilder
Optional deprecation based on GraphDef versions.
hasElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
hasElemType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
The type and optional shape of each element of the sequence.
hasElemType() - Method in interface onnx.OnnxMlProto3.TypeProto.SequenceOrBuilder
The type and optional shape of each element of the sequence.
hasFunc() - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
hasFunc() - Method in class org.tensorflow.framework.AttrValue
"func" represents a function.
hasFunc() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"func" represents a function.
hasG() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
hasG() - Method in class onnx.OnnxMlProto3.AttributeProto
graph
hasG() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
graph
hasG() - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
hasG() - Method in class onnx.OnnxProto3.AttributeProto
graph
hasG() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
graph
hasGraph() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
hasGraph() - Method in class onnx.OnnxMlProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
hasGraph() - Method in interface onnx.OnnxMlProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
hasGraph() - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
hasGraph() - Method in class onnx.OnnxProto3.ModelProto
The parameterized graph that is evaluated to execute the model.
hasGraph() - Method in interface onnx.OnnxProto3.ModelProtoOrBuilder
The parameterized graph that is evaluated to execute the model.
HASH_CODE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ResourceHandleProto
 
hashCode() - Method in class onnx.OnnxMlProto3.AttributeProto
 
hashCode() - Method in class onnx.OnnxMlProto3.GraphProto
 
hashCode() - Method in class onnx.OnnxMlProto3.ModelProto
 
hashCode() - Method in class onnx.OnnxMlProto3.NodeProto
 
hashCode() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
hashCode() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
hashCode() - Method in class onnx.OnnxMlProto3.TensorProto
 
hashCode() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
hashCode() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
hashCode() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
hashCode() - Method in class onnx.OnnxMlProto3.TypeProto
 
hashCode() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
hashCode() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
hashCode() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
hashCode() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
hashCode() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
hashCode() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
hashCode() - Method in class onnx.OnnxProto3.AttributeProto
 
hashCode() - Method in class onnx.OnnxProto3.GraphProto
 
hashCode() - Method in class onnx.OnnxProto3.ModelProto
 
hashCode() - Method in class onnx.OnnxProto3.NodeProto
 
hashCode() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
hashCode() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
hashCode() - Method in class onnx.OnnxProto3.TensorProto
 
hashCode() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
hashCode() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
hashCode() - Method in class onnx.OnnxProto3.TensorShapeProto
 
hashCode() - Method in class onnx.OnnxProto3.TypeProto
 
hashCode() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
hashCode() - Method in class onnx.OnnxProto3.ValueInfoProto
 
hashCode() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
 
hashCode() - Method in class org.nd4j.autodiff.samediff.SameDiff
 
hashCode() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
hashCode() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
hashCode() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
hashCode() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
hashCode() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
hashCode() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
hashCode() - Method in class org.nd4j.linalg.api.shape.ShapeDescriptor
 
hashCode() - Method in class org.nd4j.linalg.api.shape.SparseDescriptor
 
hashCode() - Method in class org.nd4j.linalg.cache.ArrayDescriptor
 
hashCode() - Method in class org.nd4j.linalg.dataset.DataSet
 
hashCode() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
hashCode() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
hashCode() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
hashCode() - Method in class org.nd4j.linalg.indexing.PointIndex
 
hashCode() - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
hashCode() - Method in class org.tensorflow.framework.AllocationDescription
 
hashCode() - Method in class org.tensorflow.framework.AllocationRecord
 
hashCode() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
hashCode() - Method in class org.tensorflow.framework.ApiDef.Arg
 
hashCode() - Method in class org.tensorflow.framework.ApiDef.Attr
 
hashCode() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
hashCode() - Method in class org.tensorflow.framework.ApiDef
 
hashCode() - Method in class org.tensorflow.framework.ApiDefs
 
hashCode() - Method in class org.tensorflow.framework.AttrValue
 
hashCode() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
hashCode() - Method in class org.tensorflow.framework.CostGraphDef
 
hashCode() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
hashCode() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
hashCode() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
hashCode() - Method in class org.tensorflow.framework.DeviceAttributes
 
hashCode() - Method in class org.tensorflow.framework.DeviceLocality
 
hashCode() - Method in class org.tensorflow.framework.DeviceStepStats
 
hashCode() - Method in class org.tensorflow.framework.FunctionDef
 
hashCode() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
hashCode() - Method in class org.tensorflow.framework.GradientDef
 
hashCode() - Method in class org.tensorflow.framework.GraphDef
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
hashCode() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
hashCode() - Method in class org.tensorflow.framework.HistogramProto
 
hashCode() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
hashCode() - Method in class org.tensorflow.framework.KernelDef
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogStep
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
hashCode() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
hashCode() - Method in class org.tensorflow.framework.MemoryStats
 
hashCode() - Method in class org.tensorflow.framework.NameAttrList
 
hashCode() - Method in class org.tensorflow.framework.NodeDef
 
hashCode() - Method in class org.tensorflow.framework.NodeExecStats
 
hashCode() - Method in class org.tensorflow.framework.NodeOutput
 
hashCode() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
hashCode() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
hashCode() - Method in class org.tensorflow.framework.OpDef
 
hashCode() - Method in class org.tensorflow.framework.OpDeprecation
 
hashCode() - Method in class org.tensorflow.framework.OpList
 
hashCode() - Method in class org.tensorflow.framework.ReaderBaseState
 
hashCode() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
hashCode() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
hashCode() - Method in class org.tensorflow.framework.ResourceHandleProto
 
hashCode() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
hashCode() - Method in class org.tensorflow.framework.StepStats
 
hashCode() - Method in class org.tensorflow.framework.Summary.Audio
 
hashCode() - Method in class org.tensorflow.framework.Summary
 
hashCode() - Method in class org.tensorflow.framework.Summary.Image
 
hashCode() - Method in class org.tensorflow.framework.Summary.Value
 
hashCode() - Method in class org.tensorflow.framework.SummaryDescription
 
hashCode() - Method in class org.tensorflow.framework.SummaryMetadata
 
hashCode() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
hashCode() - Method in class org.tensorflow.framework.TensorDescription
 
hashCode() - Method in class org.tensorflow.framework.TensorProto
 
hashCode() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
hashCode() - Method in class org.tensorflow.framework.TensorShapeProto
 
hashCode() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
hashCode() - Method in class org.tensorflow.framework.TensorSliceProto
 
hashCode() - Method in class org.tensorflow.framework.VariableDef
 
hashCode() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
hashCode() - Method in class org.tensorflow.framework.VersionDef
 
hashCode() - Method in class org.tensorflow.util.IteratorStateMetadata
 
hashCode() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
hashCode() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
hashCode() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
hashCode() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
hasHisto() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
hasHisto() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.HistogramProto histo = 5;
hasHisto() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.HistogramProto histo = 5;
HashUtil - Class in org.nd4j.linalg.util
Stronger 64-bit hash function helper, as described here: http://www.javamex.com/tutorials/collections/strong_hash_code_implementation.shtml
HashUtil() - Constructor for class org.nd4j.linalg.util.HashUtil
 
hasImage() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
hasImage() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.Summary.Image image = 4;
hasImage() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.Summary.Image image = 4;
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.Adam
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.AdaMax
 
hasLearningRate() - Method in interface org.nd4j.linalg.learning.config.IUpdater
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.Nadam
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.NoOp
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.RmsProp
 
hasLearningRate() - Method in class org.nd4j.linalg.learning.config.Sgd
 
hasLibrary() - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
hasLibrary() - Method in class org.tensorflow.framework.GraphDef
EXPERIMENTAL.
hasLibrary() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
EXPERIMENTAL.
hasList() - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
hasList() - Method in class org.tensorflow.framework.AttrValue
any "list(...)"
hasList() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
any "list(...)"
hasLocality() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
hasLocality() - Method in class org.tensorflow.framework.DeviceAttributes
Platform-specific data about device that may be useful for supporting efficient data transfers.
hasLocality() - Method in interface org.tensorflow.framework.DeviceAttributesOrBuilder
Platform-specific data about device that may be useful for supporting efficient data transfers.
hasMapType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
hasMapType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a map.
hasMapType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a map.
hasMaskArrays() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Whether the labels or input (features) mask arrays are present for this DataSet
hasMaskArrays() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Whether there are any mask arrays (features or labels) present for this MultiDataSet
hasMaskArrays() - Method in class org.nd4j.linalg.dataset.DataSet
 
hasMaskArrays() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
hasMemoryStats() - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
hasMemoryStats() - Method in class org.tensorflow.framework.NodeExecStats
.tensorflow.MemoryStats memory_stats = 12;
hasMemoryStats() - Method in interface org.tensorflow.framework.NodeExecStatsOrBuilder
.tensorflow.MemoryStats memory_stats = 12;
hasMetadata() - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
hasMetadata() - Method in class org.tensorflow.framework.Summary.Value
Contains metadata on the summary value such as which plugins may use it.
hasMetadata() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
Contains metadata on the summary value such as which plugins may use it.
hasMore() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
hasMore() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
Whether the dataset has more to load
hasName(String) - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
 
hasNext() - Method in class org.nd4j.linalg.api.iter.FirstAxisIterator
 
hasNext() - Method in class org.nd4j.linalg.api.iter.FlatIterator
 
hasNext() - Method in class org.nd4j.linalg.api.iter.INDArrayIterator
 
hasNext() - Method in class org.nd4j.linalg.api.iter.NdIndexIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Returns true if the iteration has more elements.
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
hasNext() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
hasNext() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Returns true if there is another element in the index to iterate over otherwise false
hasNext() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
hasNext() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
hasNext() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
hasNext() - Method in class org.nd4j.linalg.indexing.NewAxis
 
hasNext() - Method in class org.nd4j.linalg.indexing.PointIndex
 
hasNext() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
hasNextFor() - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelDataSetIterator
Returns true, if attached producer has something in queue, false otherwise
hasNextFor(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelDataSetIterator
Returns true, if attached producer has something in queue, false otherwise
hasNextFor() - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelMultiDataSetIterator
Returns true, if attached producer has something in queue, false otherwise
hasNextFor(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelMultiDataSetIterator
Returns true, if attached producer has something in queue, false otherwise
hasPlaceHolderInputs() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns true if this function has place holder inputs
hasPlaceHolderVariables(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the given vertex id has any placeholder variables
hasPluginData() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
hasPluginData() - Method in class org.tensorflow.framework.SummaryMetadata
Data that associates a summary with a certain plugin.
hasPluginData() - Method in interface org.tensorflow.framework.SummaryMetadataOrBuilder
Data that associates a summary with a certain plugin.
hasPropertiesToResolve(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the given function has ndarray properties to resolve.
hasReductionIndices(NodeDef) - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
hasRemoteGraph() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
hasRemoteGraph() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
Definition of remote graph
hasRemoteGraph() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfoOrBuilder
Definition of remote graph
hasSaveSliceInfoDef() - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
hasSaveSliceInfoDef() - Method in class org.tensorflow.framework.VariableDef
Support for saving variables as slices of a larger variable.
hasSaveSliceInfoDef() - Method in interface org.tensorflow.framework.VariableDefOrBuilder
Support for saving variables as slices of a larger variable.
hasSegment() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
hasSegment() - Method in class onnx.OnnxMlProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
hasSegment() - Method in interface onnx.OnnxMlProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
hasSegment() - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
hasSegment() - Method in class onnx.OnnxProto3.TensorProto
.onnx.TensorProto.Segment segment = 3;
hasSegment() - Method in interface onnx.OnnxProto3.TensorProtoOrBuilder
.onnx.TensorProto.Segment segment = 3;
hasSequenceType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
hasSequenceType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a sequence.
hasSequenceType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a sequence.
hasShape() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
hasShape() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
hasShape() - Method in interface onnx.OnnxMlProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
hasShape() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
hasShape() - Method in class onnx.OnnxProto3.TypeProto.Tensor
.onnx.TensorShapeProto shape = 2;
hasShape() - Method in interface onnx.OnnxProto3.TypeProto.TensorOrBuilder
.onnx.TensorShapeProto shape = 2;
hasShape(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
hasShape(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
hasShape(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
hasShape() - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
hasShape() - Method in class org.tensorflow.framework.AttrValue
"shape"
hasShape() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"shape"
hasShape() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
hasShape() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
.tensorflow.TensorShapeProto shape = 3;
hasShape() - Method in interface org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
.tensorflow.TensorShapeProto shape = 3;
hasShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
hasShape() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
.tensorflow.TensorShapeProto shape = 2;
hasShape() - Method in interface org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
.tensorflow.TensorShapeProto shape = 2;
hasShape() - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
hasShape() - Method in class org.tensorflow.framework.TensorDescription
Shape of the tensor.
hasShape() - Method in interface org.tensorflow.framework.TensorDescriptionOrBuilder
Shape of the tensor.
hasSignature() - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
hasSignature() - Method in class org.tensorflow.framework.FunctionDef
The definition of the function's name, arguments, return values, attrs etc.
hasSignature() - Method in interface org.tensorflow.framework.FunctionDefOrBuilder
The definition of the function's name, arguments, return values, attrs etc.
hasT() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
hasT() - Method in class onnx.OnnxMlProto3.AttributeProto
tensor value
hasT() - Method in interface onnx.OnnxMlProto3.AttributeProtoOrBuilder
tensor value
hasT() - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
hasT() - Method in class onnx.OnnxProto3.AttributeProto
tensor value
hasT() - Method in interface onnx.OnnxProto3.AttributeProtoOrBuilder
tensor value
hasTensor() - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
hasTensor() - Method in class org.tensorflow.framework.AttrValue
"tensor"
hasTensor() - Method in interface org.tensorflow.framework.AttrValueOrBuilder
"tensor"
hasTensor() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
hasTensor() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
Allocated tensor details.
hasTensor() - Method in interface org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder
Allocated tensor details.
hasTensor() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
hasTensor() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
Output tensor details.
hasTensor() - Method in interface org.tensorflow.framework.MemoryLogTensorOutputOrBuilder
Output tensor details.
hasTensor() - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
hasTensor() - Method in class org.tensorflow.framework.Summary.Value
.tensorflow.TensorProto tensor = 8;
hasTensor() - Method in interface org.tensorflow.framework.Summary.ValueOrBuilder
.tensorflow.TensorProto tensor = 8;
hasTensorDescription() - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
hasTensorDescription() - Method in class org.tensorflow.framework.NodeOutput
.tensorflow.TensorDescription tensor_description = 3;
hasTensorDescription() - Method in interface org.tensorflow.framework.NodeOutputOrBuilder
.tensorflow.TensorDescription tensor_description = 3;
hasTensorShape() - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
hasTensorShape() - Method in class org.tensorflow.framework.TensorProto
Shape of the tensor.
hasTensorShape() - Method in interface org.tensorflow.framework.TensorProtoOrBuilder
Shape of the tensor.
hasTensorType() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
hasTensorType() - Method in class onnx.OnnxMlProto3.TypeProto
The type of a tensor.
hasTensorType() - Method in interface onnx.OnnxMlProto3.TypeProtoOrBuilder
The type of a tensor.
hasTensorType() - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
hasTensorType() - Method in class onnx.OnnxProto3.TypeProto
The type of a tensor.
hasTensorType() - Method in interface onnx.OnnxProto3.TypeProtoOrBuilder
The type of a tensor.
hasType() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
hasType() - Method in class onnx.OnnxMlProto3.ValueInfoProto
This field MUST be present in this version of the IR.
hasType() - Method in interface onnx.OnnxMlProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
hasType() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
hasType() - Method in class onnx.OnnxProto3.ValueInfoProto
This field MUST be present in this version of the IR.
hasType() - Method in interface onnx.OnnxProto3.ValueInfoProtoOrBuilder
This field MUST be present in this version of the IR.
hasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
hasum(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
hasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
hasValue() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
hasValue() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
.tensorflow.AttrValue value = 2;
hasValue() - Method in interface tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder
.tensorflow.AttrValue value = 2;
hasValueType() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
hasValueType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
This field MUST be present for this version of the IR.
hasValueType() - Method in interface onnx.OnnxMlProto3.TypeProto.MapOrBuilder
This field MUST be present for this version of the IR.
hasVersions() - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
hasVersions() - Method in class org.tensorflow.framework.GraphDef
Compatibility versions of the graph.
hasVersions() - Method in interface org.tensorflow.framework.GraphDefOrBuilder
Compatibility versions of the graph.
haxpy(int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
haxpy(int, float, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
haxpyi(int, double, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
hbmv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
performs a rank-1 update of a general m-by-n matrix a, without conjugation: a := alpha*x*y' + a.
hbmv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
hbmv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
performs a rank-1 update of a general m-by-n matrix a, without conjugation: a := alpha*x*y' + a.
hdot(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
hdot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
hdoti(int, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
Heartbeat - Class in org.nd4j.linalg.heartbeat
Heartbeat implementation for ND4j
Heartbeat() - Constructor for class org.nd4j.linalg.heartbeat.Heartbeat
 
HEIGHT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Image
 
hemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
hemm performs one of the following matrix-matrix operations: c := alpha*a*b + beta*c for side = 'L'or'l' c := alpha*b*a + beta*c for side = 'R'or'r', where a is a Hermitian matrix, b and c are m-by-n matrices.
hemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
hemm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
hemm performs one of the following matrix-matrix operations: c := alpha*a*b + beta*c for side = 'L'or'l' c := alpha*b*a + beta*c for side = 'R'or'r', where a is a Hermitian matrix, b and c are m-by-n matrices.
hemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
hemv computes a matrix-vector product using a Hermitian matrix: y := alpha*a*x + beta*y.
hemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
hemv(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
hemv computes a matrix-vector product using a Hermitian matrix: y := alpha*a*x + beta*y.
her2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
?her2 performs a rank-2 update of an n-by-n Hermitian matrix a: a := alpha*x*conjg(y') + conjg(alpha)*y*conjg(x') + a.
her2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
her2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
?her2 performs a rank-2 update of an n-by-n Hermitian matrix a: a := alpha*x*conjg(y') + conjg(alpha)*y*conjg(x') + a.
her2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
her2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
her2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
 
herk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
herk performs a rank-n update of a Hermitian matrix, that is, one of the following operations: c := alpha*a*conjug(a') + beta*c for trans = 'N'or'n' c := alpha*conjug(a')*a + beta*c for trans = 'C'or'c', where c is an n-by-n Hermitian matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'C'or'c'.
herk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
herk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
herk performs a rank-n update of a Hermitian matrix, that is, one of the following operations: c := alpha*a*conjug(a') + beta*c for trans = 'N'or'n' c := alpha*conjug(a')*a + beta*c for trans = 'C'or'c', where c is an n-by-n Hermitian matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'C'or'c'.
hermitian() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
hermitian() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
a Hermitian matrix is a square matrix with complex entries that is equal to its own conjugate transpose
HEXAGON_VALUE - Static variable in enum org.tensorflow.framework.GraphTransferInfo.Destination
HEXAGON = 1;
hgemm(char, char, char, int, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
HIDDEN_VALUE - Static variable in enum org.tensorflow.framework.ApiDef.Visibility
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
hiddenDimension(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
 
hiddenDimensions() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
hiddenDimensions() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
hiddenDimensions() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
HIDE_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
HierarchicSoftmax - Class in org.nd4j.linalg.api.ops.aggregates.impl
This Op describes HS round for AggregateSkipGram/CBOW Hierarchic Softmax
HierarchicSoftmax(INDArray, INDArray, INDArray, INDArray, int, double) - Constructor for class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
HISTO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
Histogram - Class in org.nd4j.linalg.api.ops.impl.transforms
 
Histogram(SameDiff, SDVariable, boolean, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram(SameDiff, SDVariable, int[], boolean, Object[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram(SameDiff, SDVariable, Object[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram(INDArray, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
Histogram(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
HistogramProto - Class in org.tensorflow.framework
Serialization format for histogram module in core/lib/histogram/histogram.h
HistogramProto.Builder - Class in org.tensorflow.framework
Serialization format for histogram module in core/lib/histogram/histogram.h
HistogramProtoOrBuilder - Interface in org.tensorflow.framework
 
historicalGradient - Variable in class org.nd4j.linalg.learning.AdaGradUpdater
 
historicalGradient - Variable in class org.nd4j.linalg.learning.legacy.AdaGrad
 
hnrm2(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
HOST_FREE_MEMORY_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
HOST_MEMORY_ARG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef
 
HOST_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
HOST_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
HOST_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryStats
 
HOST_TOTAL_MEMORY_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
hostOffset - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
hpmv(char, char, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
?hpmv computes a matrix-vector product using a Hermitian packed matrix: y := alpha*a*x + beta*y.
hpmv(char, char, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
hpmv(char, char, int, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
?hpmv computes a matrix-vector product using a Hermitian packed matrix: y := alpha*a*x + beta*y.
hpr2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
hpr2 performs a rank-2 update of an n-by-n packed Hermitian matrix a: a := alpha*x*conjg(y') + conjg(alpha)*y*conjg(x') + a.
hpr2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
hpr2(char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
hpr2 performs a rank-2 update of an n-by-n packed Hermitian matrix a: a := alpha*x*conjg(y') + conjg(alpha)*y*conjg(x') + a.
hroti(int, INDArray, DataBuffer, INDArray, double, double) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
hscal(int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
hstack(INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Concatenates two matrices horizontally.
hstack(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatenates two matrices horizontally.
hstack(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatenates two matrices horizontally.
hstack(INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Concatenates two matrices horizontally.

I

i(int) - Method in class org.nd4j.graph.FlatProperties
 
I_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
I_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
I_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
I_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
IActivation - Interface in org.nd4j.linalg.activations
Interface for implementing custom activation functions
iamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
iamax(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
iamax(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
finds the element of a vector that has the largest absolute value.
iamax(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
finds the element of a vector that has the largest absolute value.
iamax(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Find the index of the element with maximum absolute value
iamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
iamax(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
iamax(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
iamax(INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
finds the element of a vector that has the largest absolute value.
iamax(int, INDArray, int) - Method in interface org.nd4j.linalg.api.blas.Level1
finds the element of a vector that has the largest absolute value.
iamax(int, DataBuffer, int, int) - Method in interface org.nd4j.linalg.api.blas.Level1
Index of largest absolute value
iamax(IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
finds the element of a vector that has the largest absolute value.
IAMax - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of the max absolute value over a vector
IAMax(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
IAMax(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
IAMax() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
IAMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
IAMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
IAMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
iamax(INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
iamax(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
iamax(INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
iamax(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
iamax(INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute index of element with largest absolute value (index of absolute value maximum)
iamax(IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute index of element with largest absolute value (complex version).
iamin(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
finds the element of a vector that has the minimum absolute value.
iamin(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
finds the element of a vector that has the minimum absolute value.
iamin(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Find the index of the element with maximum absolute value
iamin(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
iamin(INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
finds the element of a vector that has the minimum absolute value.
iamin(IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
finds the element of a vector that has the minimum absolute value.
IAMin - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of the max absolute value over a vector
IAMin(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
IAMin(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
IAMin() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
IAMin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
IAMin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
IAMin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
iArgs() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
iArgs() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
iArgs() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
iArgs() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
iArgs() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
iArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.GRUCellConfiguration
 
iArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
 
iAsByteBuffer() - Method in class org.nd4j.graph.FlatProperties
 
icamax(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
IComplexNDArray - Interface in org.nd4j.linalg.api.complex
Complex numbers
id() - Method in class org.nd4j.graph.FlatConfiguration
 
id() - Method in class org.nd4j.graph.FlatGraph
 
id() - Method in class org.nd4j.graph.FlatNode
 
id() - Method in class org.nd4j.graph.FlatResult
 
id() - Method in class org.nd4j.graph.FlatTiming
 
id() - Method in class org.nd4j.graph.FlatVariable
 
id(IntPair) - Method in class org.nd4j.graph.FlatVariable
 
id() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
id() - Method in class org.nd4j.linalg.dataset.DataSet
 
id - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
idamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
idamax(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
idamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
idamin(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
Identity - Class in org.nd4j.linalg.api.ops.impl.transforms
Identity function
Identity() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
Identity - Class in org.nd4j.linalg.indexing.functions
Created by agibsonccc on 10/8/14.
Identity() - Constructor for class org.nd4j.linalg.indexing.functions.Identity
 
identity(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
identity(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Identity function
IdentityInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to one.
IdentityInitScheme(char) - Constructor for class org.nd4j.weightinit.impl.IdentityInitScheme
 
If - Class in org.nd4j.linalg.api.ops.impl.controlflow
Equivalent to tensorflow's conditional op.
If(If) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.If
 
If(String, SameDiff, SDVariable[], SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffConditional, SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffFunctionDefinition) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.If
 
IfDerivative - Class in org.nd4j.linalg.api.ops.impl.controlflow
 
IfDerivative(If) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
IfImportState - Class in org.nd4j.linalg.api.ops.impl.controlflow
 
IfImportState() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.IfImportState
 
ifStatement(SameDiff.SameDiffConditional, SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffFunctionDefinition, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ihamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
ihamin(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
iLength() - Method in class org.nd4j.graph.FlatProperties
 
IllegalOpException - Exception in org.nd4j.linalg.api.ops.exception
Thrown with illegal operations
IllegalOpException() - Constructor for exception org.nd4j.linalg.api.ops.exception.IllegalOpException
 
IllegalOpException(String) - Constructor for exception org.nd4j.linalg.api.ops.exception.IllegalOpException
 
IllegalOpException(String, Throwable) - Constructor for exception org.nd4j.linalg.api.ops.exception.IllegalOpException
 
IllegalOpException(Throwable) - Constructor for exception org.nd4j.linalg.api.ops.exception.IllegalOpException
 
IllegalOpException(String, Throwable, boolean, boolean) - Constructor for exception org.nd4j.linalg.api.ops.exception.IllegalOpException
 
ILossFunction - Interface in org.nd4j.linalg.lossfunctions
Interface for loss functions
Im2col - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Im2col operation
Im2col(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
Im2col() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
im2col(INDArray, int[], int[], int[]) - Static method in class org.nd4j.linalg.convolution.Convolution
 
im2col(INDArray, int, int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.Convolution
Implement column formatted images
im2col(INDArray, int, int, int, int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.Convolution
 
im2col(INDArray, int, int, int, int, int, int, boolean, INDArray) - Static method in class org.nd4j.linalg.convolution.Convolution
 
im2col(INDArray, int, int, int, int, int, int, int, int, boolean, INDArray) - Static method in class org.nd4j.linalg.convolution.Convolution
 
im2col(INDArray, int, int, int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.Convolution
Implement column formatted images
im2col(INDArray, int[], int[], int[]) - Static method in class org.nd4j.linalg.convolution.OldConvolution
 
im2col(INDArray, int, int, int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.OldConvolution
Implement column formatted images
im2colShape - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
imag() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get imaginary part of the matrix.
imag() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Return all of the imaginary components in this ndarray
IMAGE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
ImageFlatteningDataSetPreProcessor - Class in org.nd4j.linalg.dataset.api.preprocessor
A DataSetPreProcessor used to flatten a 4d CNN features array to a flattened 2d format (for use in networks such as a DenseLayer/multi-layer perceptron)
ImageFlatteningDataSetPreProcessor() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImageFlatteningDataSetPreProcessor
 
ImageMultiPreProcessingScaler - Class in org.nd4j.linalg.dataset.api.preprocessor
A preprocessor specifically for images that applies min max scaling to one or more of the feature arrays in a MultiDataSet.
Can take a range, so pixel values can be scaled from 0->255 to minRange->maxRange default minRange = 0 and maxRange = 1; If pixel values are not 8 bits, you can specify the number of bits as the third argument in the constructor For values that are already floating point, specify the number of bits as 1
ImageMultiPreProcessingScaler(int...) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
ImageMultiPreProcessingScaler(double, double, int[]) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
ImageMultiPreProcessingScaler(double, double, int, int[]) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
Preprocessor can take a range as minRange and maxRange
ImagePreProcessingScaler - Class in org.nd4j.linalg.dataset.api.preprocessor
Created by susaneraly on 6/23/16.
ImagePreProcessingScaler() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
ImagePreProcessingScaler(double, double) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
ImagePreProcessingScaler(double, double, int) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
Preprocessor can take a range as minRange and maxRange
IMax - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of max value over a vector
IMax(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
IMax() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
IMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
IMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
IMin - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of min value over a vector
IMin(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMin(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMin() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
IMPLICIT - Static variable in class org.nd4j.graph.OutputMode
 
importCondition(String, NodeDef, ImportState<GraphDef, NodeDef>) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
importGraph(InputStream) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
importGraph(File) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
importGraph(GRAPH_TYPE) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
This method converts given TF
importGraph(InputStream) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Import a graph as same diff from the given file
importGraph(File) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Import a graph as same diff from the given file
importGraph(GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
This method converts given TF
importProto(File) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
 
importProto(File) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method executes TF graph PLEASE NOTE: This feature is under development yet
ImportState<GRAPH_TYPE,TENSOR_TYPE> - Class in org.nd4j.imports.graphmapper
 
ImportState() - Constructor for class org.nd4j.imports.graphmapper.ImportState
 
IN_ARG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
INCARNATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
inclusive - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
incrementCount() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
incrementCount(long) - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
incrementCount(String) - Method in class org.nd4j.linalg.profiler.data.StringCounter
 
incrementLoopCounter() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
Increments the loop counter.
incrementNumberOfCycles(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This node increments number of iterations by 1.
incrementNumberOfCycles() - Method in class org.nd4j.autodiff.samediff.flow.FrameState
This method increments number of cycles by 1
incrementNumberOfCycles() - Method in class org.nd4j.autodiff.samediff.flow.NodeState
 
ind2sub(int[], long, long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index
ind2sub(int[], long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index.
ind2sub(INDArray, long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index based on the shape of the specified ndarray.
ind2subC(int[], long, long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index
ind2subC(int[], long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index.
ind2subC(INDArray, long) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert a linear index to the equivalent nd index based on the shape of the specified ndarray.
INDArray - Interface in org.nd4j.linalg.api.ndarray
Interface for an ndarray
INDArrayFastCloner - Class in org.nd4j.autodiff.util.cloner
 
INDArrayFastCloner() - Constructor for class org.nd4j.autodiff.util.cloner.INDArrayFastCloner
 
INDArrayIndex - Interface in org.nd4j.linalg.indexing
An index in to a particular dimension.
INDArrayIterator - Class in org.nd4j.linalg.api.iter
 
INDArrayIterator(INDArray) - Constructor for class org.nd4j.linalg.api.iter.INDArrayIterator
 
index(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
index(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
index(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the linear index of the specified row and column
index - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
INDEX_ACCUMULATION - Static variable in class org.nd4j.graph.OpType
 
INDEX_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorOutput
 
IndexAccumulation - Interface in org.nd4j.linalg.api.ops
An index accumulation is an operation that returns an index within a NDArray.
Examples of IndexAccumulation operations include finding the index of the minimim value, index of the maximum value, index of the first element equal to value y, index of the maximum pair-wise difference between two NDArrays X and Y etc.
Index accumulation is similar to Accumulation in that both are accumulation/reduction operations, however index accumulation returns an integer corresponding to an index, rather than a real (or complex) value.
Index accumulation operations generally have 3 inputs:
x -> the origin ndarray
y -> the pairwise ndarray (frequently null/not applicable)
n -> the number of times to accumulate
Note that IndexAccumulation op implementations should be stateless (other than the final result and x/y/n arguments) and hence threadsafe, such that they may be parallelized using the update, combineSubResults and set/getFinalResults methods.
indexesBinarySearch(int, int, int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return the position of the idx array into the indexes buffer between the lower and upper bound.
indexesFor(int...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Add indexes for the given shape
IndexInfo - Class in org.nd4j.linalg.indexing
 
IndexInfo(INDArrayIndex...) - Constructor for class org.nd4j.linalg.indexing.IndexInfo
 
indexingArguments - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
indexOf(Object) - Method in class org.nd4j.list.BaseNDArrayList
 
indexOf(Object) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
indexOf(Object) - Method in class org.nd4j.list.NDArrayList
 
indices - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
Indices - Class in org.nd4j.linalg.indexing
Indexing util.
Indices() - Constructor for class org.nd4j.linalg.indexing.Indices
 
InequalityHandling - Enum in org.nd4j.linalg.dataset.api.iterator.enums
This enum describes different handling options for situations once one of producer runs out of data
INF_PANIC - Static variable in class org.nd4j.graph.ProfilingMode
 
InFileAndMemoryDataSetCache - Class in org.nd4j.linalg.dataset.api.iterator.cache
Created by anton on 7/20/16.
InFileAndMemoryDataSetCache(File) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
InFileAndMemoryDataSetCache(Path) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
InFileAndMemoryDataSetCache(String) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
InFileDataSetCache - Class in org.nd4j.linalg.dataset.api.iterator.cache
Created by anton on 7/18/16.
InFileDataSetCache(File) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
InFileDataSetCache(Path) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
InFileDataSetCache(String) - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
INHERIT - Static variable in class org.nd4j.graph.DataType
 
init(int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
init(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
init(INDArray, INDArray, INDArray, long) - Method in interface org.nd4j.linalg.api.ops.Op
Initialize the operation based on the parameters
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
init(INDArray, INDArray, INDArray, long) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
init(INDArray, long, int) - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Init the index wrt the dimension and the given nd array
init(INDArray, int) - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Init the index wrt the dimension and the given nd array
init(long, long, long) - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
 
init(long, long) - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Initiailize based on the specified begin and end
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
init(long, long) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
init(long, long) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.NDArrayIndexAll
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
init(long, long) - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.NewAxis
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.NewAxis
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.NewAxis
 
init(long, long) - Method in class org.nd4j.linalg.indexing.NewAxis
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.PointIndex
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.PointIndex
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.PointIndex
 
init(long, long) - Method in class org.nd4j.linalg.indexing.PointIndex
 
init(INDArray, long, int) - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
init(INDArray, int) - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
init(long, long, long) - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
init(long, long) - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
init() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
initContext() - Method in class org.nd4j.linalg.factory.Nd4j
Initializes nd4j
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Iniitialize the function from the given OnnxProto3.NodeProto
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Diag
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayReadV3
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayScatterV3
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.NoOp
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
initFromOnnx(OnnxProto3.NodeProto, SameDiff, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.GraphProto) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Initialize the function from the given NodeDef
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.Moments
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Diag
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Split
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.NoOp
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.persistence.RestoreV2
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.persistence.SaveV2
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.random.custom.DistributionUniform
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
initFromTensorFlow(NodeDef, SameDiff, Map<String, AttrValue>, GraphDef) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
initFunctionFromProperties(String, DifferentialFunction, Map<String, OnnxProto3.AttributeProto>, OnnxProto3.NodeProto, OnnxProto3.GraphProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
Init a function's attributes
initFunctionFromProperties(DifferentialFunction, Map<String, AttrValue>, NodeDef, GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
initFunctionFromProperties(String, DifferentialFunction, Map<String, AttrValue>, NodeDef, GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Init a function's attributes
INITIAL_VALUE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
initialBlockSize - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
initializeCurrFromList(List<DataSet>) - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
Initializes this data transform fetcher from the passed in datasets
INITIALIZER_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
INITIALIZER_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
INITIALIZER_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
initializeWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method causes Workspace initialization
initializeWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
initTypeAndSize() - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
Initialize the opType of this buffer
initWithBackend(Nd4jBackend) - Method in class org.nd4j.linalg.factory.Nd4j
Initialize with the specific backend
InMemoryDataSetCache - Class in org.nd4j.linalg.dataset.api.iterator.cache
Created by anton on 7/16/16.
InMemoryDataSetCache() - Constructor for class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
InMemoryInstrumentation - Class in org.nd4j.linalg.api.instrumentation
Collects log entries in memory
InMemoryInstrumentation() - Constructor for class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
innerMostStride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
innerMostStride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
innerMostStride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the inner most stride wrt the ordering of the array
inPlace - Variable in class org.nd4j.autodiff.functions.DifferentialFunction
 
inplaceAllowed - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
inplaceCall - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
inplaceCall - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
input(int) - Method in class org.nd4j.graph.FlatNode
 
input() - Method in interface org.nd4j.linalg.api.ops.LossFunction
The true
INPUT_ARG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
INPUT_COUNT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
INPUT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
INPUT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
INPUT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
INPUT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
INPUT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeDef
 
INPUT_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
INPUT_RENAME_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
inputArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
inputArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
inputArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
inputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
inputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
inputAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
inputColumns() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Input columns for the dataset
inputColumns - Variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
inputColumns() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
The length of a feature vector for an individual example
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Input columns for the dataset
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
inputColumns() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
inputLength() - Method in class org.nd4j.graph.FlatNode
 
inputPaired(int) - Method in class org.nd4j.graph.FlatNode
 
inputPaired(IntPair, int) - Method in class org.nd4j.graph.FlatNode
 
inputPairedLength() - Method in class org.nd4j.graph.FlatNode
 
InputType - Class in org.nd4j.graph
 
inputVars - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
inputVars - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.Adam
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.AdaMax
 
instantiate(INDArray, boolean) - Method in interface org.nd4j.linalg.learning.config.IUpdater
Create a new gradient updater
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.Nadam
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.NoOp
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.RmsProp
 
instantiate(INDArray, boolean) - Method in class org.nd4j.linalg.learning.config.Sgd
 
Instrumentation - Interface in org.nd4j.linalg.api.instrumentation
Instrumentation for logging statistics about the ndarrays being allocated and destroyed.
INSTRUMENTATION - Static variable in class org.nd4j.linalg.factory.Nd4j
 
instrumentation - Static variable in class org.nd4j.linalg.factory.Nd4j
 
instrumentationClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
INT16 - Static variable in class org.nd4j.graph.DataType
 
INT16_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
int16_t
INT16_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
int16_t
INT32 - Static variable in class org.nd4j.graph.DataType
 
INT32_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
INT32_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
INT32_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
int32_t
INT32_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
int32_t
INT64 - Static variable in class org.nd4j.graph.DataType
 
INT64_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
INT64_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
INT64_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
INT64_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
int64_t
INT64_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
int64_t
INT8 - Static variable in class org.nd4j.graph.DataType
 
INT8_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
int8_t
INT8_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
int8_t
INT_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
INT_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
INT = 2;
INT_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
INT = 2;
intArrayArguments - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
IntArrayIntIndexAdpater - Class in org.nd4j.imports.descriptors.properties.adapters
 
IntArrayIntIndexAdpater() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.IntArrayIntIndexAdpater
 
interceptIntDataType(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method checks if any Op operand has data opType of INT, and throws exception if any.
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.AttributeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.GraphProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.ModelProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.NodeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.AttributeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.GraphProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.ModelProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.NodeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TensorShapeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TypeProto
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class onnx.OnnxProto3.ValueInfoProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocationDescription
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocationRecord
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Arg
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Attr
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ApiDefs
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AttrValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AttrValue
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceAttributes
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceLocality
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.DeviceStepStats
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.FunctionDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GradientDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GradientDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.HistogramProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.KernelDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.KernelDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogStep
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.MemoryStats
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NameAttrList
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeExecStats
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.NodeOutput
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpDeprecation
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpList.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.OpList
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ReaderBaseState
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.ResourceHandleProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.StepStats.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.StepStats
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Audio
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Image
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.Summary.Value
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryDescription
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryMetadata
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorDescription
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorShapeProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.TensorSliceProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VariableDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VariableDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VersionDef.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.framework.VersionDef
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class org.tensorflow.util.IteratorStateMetadata
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
internalGetFieldAccessorTable() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
internalGetMapField(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
internalGetMapField(int) - Method in class org.tensorflow.framework.FunctionDef
 
internalGetMapField(int) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
internalGetMapField(int) - Method in class org.tensorflow.framework.NameAttrList
 
internalGetMapField(int) - Method in class org.tensorflow.framework.NodeDef.Builder
 
internalGetMapField(int) - Method in class org.tensorflow.framework.NodeDef
 
internalGetMutableMapField(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
internalGetMutableMapField(int) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
internalGetMutableMapField(int) - Method in class org.tensorflow.framework.NodeDef.Builder
 
internalGetValueMap() - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
internalGetValueMap() - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
internalGetValueMap() - Static method in enum onnx.OnnxMlProto3.Version
 
internalGetValueMap() - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
internalGetValueMap() - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
internalGetValueMap() - Static method in enum onnx.OnnxProto3.TensorProto.DataType
 
internalGetValueMap() - Static method in enum onnx.OnnxProto3.Version
 
internalGetValueMap() - Static method in enum org.tensorflow.framework.ApiDef.Visibility
 
internalGetValueMap() - Static method in enum org.tensorflow.framework.DataType
 
internalGetValueMap() - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
internalGetValueMap() - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
interval(long, long, long, long) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generates an interval from begin (inclusive) to end (exclusive)
interval(long, long, long) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generates an interval from begin (inclusive) to end (exclusive)
interval(int, int, int, boolean) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generates an interval from begin (inclusive) to end (exclusive)
interval(long, long, long, long, boolean) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
 
interval(long, long, long, boolean) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
 
interval(int, int) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generates an interval from begin (inclusive) to end (exclusive)
interval(long, long) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
 
interval(int, int, boolean) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Generates an interval from begin (inclusive) to end (exclusive)
IntervalIndex - Class in org.nd4j.linalg.indexing
And indexing representing an interval
IntervalIndex(boolean, long) - Constructor for class org.nd4j.linalg.indexing.IntervalIndex
 
intervals - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
intervalTail - Static variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
IntMatrixNDArrayList - Class in org.nd4j.list.matrix
A MatrixBaseNDArrayList for int data type
IntMatrixNDArrayList() - Constructor for class org.nd4j.list.matrix.IntMatrixNDArrayList
 
IntNDArrayList - Class in org.nd4j.list
An BaseNDArrayList for integers
IntNDArrayList() - Constructor for class org.nd4j.list.IntNDArrayList
 
IntNDArrayList(INDArray) - Constructor for class org.nd4j.list.IntNDArrayList
 
IntPair - Class in org.nd4j.graph
 
IntPair() - Constructor for class org.nd4j.graph.IntPair
 
INTS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
INTS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
INTS_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
INTS = 7;
INTS_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
INTS = 7;
IntTriple - Class in org.nd4j.graph
 
IntTriple() - Constructor for class org.nd4j.graph.IntTriple
 
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Computes the quantile function of this distribution.
inverseCumulativeProbability(double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
 
InverseSchedule - Class in org.nd4j.linalg.schedule
Inverse schedule, with 3 parameters: initial value, gamma and power.
value(i) = initialValue * (1 + gamma * iter)^(-power) where i is the iteration or epoch (depending on the setting)
InverseSchedule(ScheduleType, double, double, double) - Constructor for class org.nd4j.linalg.schedule.InverseSchedule
 
invert(INDArray, boolean) - Static method in class org.nd4j.linalg.inverse.InvertMatrix
Inverts a matrix
InvertedPredicateMetaOp - Class in org.nd4j.linalg.api.ops.impl.meta
This MetaOp covers case, when Op A and Op B are both using linear memory access You're NOT supposed to directly call this op.
InvertedPredicateMetaOp() - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(Op, Op) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(OpDescriptor, OpDescriptor) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(ScalarOp, TransformOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(TransformOp, TransformOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(TransformOp, ScalarOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertedPredicateMetaOp(ScalarOp, ScalarOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
InvertMatrix - Class in org.nd4j.linalg.inverse
Created by agibsoncccc on 11/30/15.
InvertMatrix() - Constructor for class org.nd4j.linalg.inverse.InvertMatrix
 
invertPermutation(SDVariable, boolean) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
invertPermutation(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
invertPermutation(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
InvertPermutation - Class in org.nd4j.linalg.api.ops.impl.transforms
Inverse of index permutation.
InvertPermutation(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.InvertPermutation
 
invoke(String, Object[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
invoke(Op, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Invoke an op by opName
invoke(Op, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Invoke an op by opName
invoke(Op) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
invoke(Op) - Method in interface org.nd4j.linalg.profiler.OpProfiler.OpProfilerListener
 
invokeFunctionOn(String, SameDiff) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
invokeGc() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
invokeGc() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method calls for GC.
invokeGcOccasionally() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
invokeGcOccasionally() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method calls for GC, and if frequency is met - System.gc() will be called
invokeGraphOn(SameDiff) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IR_BUILD_METADATA_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
IR_VERSION_2017_10_10_VALUE - Static variable in enum onnx.OnnxMlProto3.Version
The version field is always serialized and we will use it to store the version that the graph is generated from.
IR_VERSION_2017_10_10_VALUE - Static variable in enum onnx.OnnxProto3.Version
The version field is always serialized and we will use it to store the version that the graph is generated from.
IR_VERSION_2017_10_30_VALUE - Static variable in enum onnx.OnnxMlProto3.Version
IR_VERSION 0.0.2 published on Oct 30, 2017 - Added type discriminator to AttributeProto to support proto3 users
IR_VERSION_2017_10_30_VALUE - Static variable in enum onnx.OnnxProto3.Version
IR_VERSION 0.0.2 published on Oct 30, 2017 - Added type discriminator to AttributeProto to support proto3 users
IR_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
IR_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
IR_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
IR_VERSION_PRERELEASE_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
IR_VERSION_VALUE - Static variable in enum onnx.OnnxMlProto3.Version
IR VERSION 0.0.3 published on Nov 3, 2017 - For operator versioning: - Added new message OperatorSetIdProto - Added opset_import in ModelProto - For vendor extensions, added domain in NodeProto
IR_VERSION_VALUE - Static variable in enum onnx.OnnxProto3.Version
IR VERSION 0.0.3 published on Nov 3, 2017 - For operator versioning: - Added new message OperatorSetIdProto - Added opset_import in ModelProto - For vendor extensions, added domain in NodeProto
IS_AGGREGATE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
IS_COMMUTATIVE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
IS_FINAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
IS_REF_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
IS_RESOURCE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
IS_STATEFUL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
isActive(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method checks, if specified graph node is active (as in - located within active code branch, and was NOT left in inactive branch)
isamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
isamax(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
isamax(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
isamin(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
isAttached() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method returns True, if this INDArray instance is attached to some Workspace.
isAttached() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isAttached() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns True, if this INDArray instance is attached to some Workspace.
isBiasCorrected() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
isBorrowed - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
ISchedule - Interface in org.nd4j.linalg.schedule
ISchedule: a general purpose interface for getting values according to some schedule.
isCleanedUp() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
isCleanedUp() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isCleanedUp() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if the ndarray has already been freed
isColumnVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Checks whether the matrix is a column vector.
isColumnVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Checks whether the matrix is a column vector.
isColumnVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if the number of columns is 1
isColumnVectorShape(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shape is length 2 and the size at element 1 is 1
isColumnVectorShape(long[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shape length is 2 and the size at element 1 is 1
isComplete(String) - Method in interface org.nd4j.linalg.dataset.api.iterator.cache.DataSetCache
Check is given namespace has complete cache of the data set
isComplete(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
isComplete(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
isComplete(String) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
isComplex - Variable in class org.nd4j.linalg.api.ops.BaseAccumulation
 
isComplexAccumulation() - Method in interface org.nd4j.linalg.api.ops.Accumulation
 
isComplexAccumulation() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
isCompressed() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns true if this array is compressed, and false otherwise
isCompressed() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isCompressed() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this array is compressed, and false otherwise
isConfigProperties() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns true if the fields for this class should be looked up from a configuration class.
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
isConfigProperties() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
isContiguous(int[], int) - Static method in class org.nd4j.linalg.indexing.Indices
Returns whether indices are contiguous by a certain amount or not
isContiguousInBuffer(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Are the elements in the buffer contiguous for this NDArray?
isCrossDeviceAccessSupported() - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method returns TRUE if cross-device access is allowed on this system
isCrossDeviceAccessSupported() - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
isDebug - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
isDestroyed(String) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
isDestroyed(String) - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Returns whether the given ndarray has been destroyed
isDimensionFixed(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return if the dimension in argument is a fixed dimension.
isEmpty() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
isEmpty() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
 
isEmpty() - Method in class org.nd4j.linalg.dataset.DataSet
 
isEmpty() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
isEmpty() - Method in class org.nd4j.list.BaseNDArrayList
 
isEmpty() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
isEmpty() - Method in class org.nd4j.list.NDArrayList
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.BaseGradientOp
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
isExecSpecial() - Method in interface org.nd4j.linalg.api.ops.Op
Whether the executioner needs to do a special call or not
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
isExecSpecial() - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
isFallbackModeEnabled() - Static method in class org.nd4j.linalg.factory.Nd4j
This method checks, if fallback mode was enabled.
isFinite(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isFinite(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isFinite(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IsFinite - Class in org.nd4j.linalg.api.ops.impl.transforms
IsFinite function
IsFinite(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
IsFinite(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
isFit() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
isFit() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
isFit() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractNormalizer
 
isFit() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
 
isFitLabel() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Whether normalization for the labels is also enabled.
isFitLabel() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Whether normalization for the labels is also enabled.
isFitLabel() - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Whether normalization for the labels is also enabled.
isFitLabel() - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
isFitLabel() - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
isFrameActive(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns TRUE if specified frame was activated (as in: Enter/Merge was triggered)
isFull() - Method in class org.nd4j.linalg.api.ops.aggregates.Batch
This method checks, if number of batched aggregates equals to maximum possible value
isImportVariable(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the variable name is imported
IsInf - Class in org.nd4j.linalg.api.ops.impl.transforms
IsInf function
IsInf(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
IsInf(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
isInfinite(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isInfinite(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isInfinite(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isInfinite() - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
IsInfinite - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
IsInfinite() - Constructor for class org.nd4j.linalg.indexing.conditions.IsInfinite
 
isInit - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
isInitialized() - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.AttributeProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.GraphProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.ModelProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.NodeProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
isInitialized() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
isInitialized() - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
isInitialized() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
isInitialized() - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
isInitialized() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
isInitialized() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
isInitialized() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
isInitialized() - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.AttributeProto
 
isInitialized() - Method in class onnx.OnnxProto3.GraphProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.GraphProto
 
isInitialized() - Method in class onnx.OnnxProto3.ModelProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.ModelProto
 
isInitialized() - Method in class onnx.OnnxProto3.NodeProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.NodeProto
 
isInitialized() - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
isInitialized() - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
isInitialized() - Method in class onnx.OnnxProto3.TensorProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TensorProto
 
isInitialized() - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
isInitialized() - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
isInitialized() - Method in class onnx.OnnxProto3.TensorShapeProto
 
isInitialized() - Method in class onnx.OnnxProto3.TypeProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TypeProto
 
isInitialized() - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
isInitialized() - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
isInitialized() - Method in class onnx.OnnxProto3.ValueInfoProto
 
isInitialized() - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
isInitialized() - Method in class org.tensorflow.framework.AllocationDescription
 
isInitialized() - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
isInitialized() - Method in class org.tensorflow.framework.AllocationRecord
 
isInitialized() - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
isInitialized() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Arg
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Attr
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
isInitialized() - Method in class org.tensorflow.framework.ApiDef
 
isInitialized() - Method in class org.tensorflow.framework.ApiDefs.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ApiDefs
 
isInitialized() - Method in class org.tensorflow.framework.AttrValue.Builder
 
isInitialized() - Method in class org.tensorflow.framework.AttrValue
 
isInitialized() - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
isInitialized() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
isInitialized() - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
isInitialized() - Method in class org.tensorflow.framework.DeviceAttributes
 
isInitialized() - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
isInitialized() - Method in class org.tensorflow.framework.DeviceLocality
 
isInitialized() - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
isInitialized() - Method in class org.tensorflow.framework.DeviceStepStats
 
isInitialized() - Method in class org.tensorflow.framework.FunctionDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.FunctionDef
 
isInitialized() - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
isInitialized() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
isInitialized() - Method in class org.tensorflow.framework.GradientDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GradientDef
 
isInitialized() - Method in class org.tensorflow.framework.GraphDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphDef
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
isInitialized() - Method in class org.tensorflow.framework.HistogramProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.HistogramProto
 
isInitialized() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
isInitialized() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
isInitialized() - Method in class org.tensorflow.framework.KernelDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.KernelDef
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogStep
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
isInitialized() - Method in class org.tensorflow.framework.MemoryStats.Builder
 
isInitialized() - Method in class org.tensorflow.framework.MemoryStats
 
isInitialized() - Method in class org.tensorflow.framework.NameAttrList.Builder
 
isInitialized() - Method in class org.tensorflow.framework.NameAttrList
 
isInitialized() - Method in class org.tensorflow.framework.NodeDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.NodeDef
 
isInitialized() - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
isInitialized() - Method in class org.tensorflow.framework.NodeExecStats
 
isInitialized() - Method in class org.tensorflow.framework.NodeOutput.Builder
 
isInitialized() - Method in class org.tensorflow.framework.NodeOutput
 
isInitialized() - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
isInitialized() - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
isInitialized() - Method in class org.tensorflow.framework.OpDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.OpDef
 
isInitialized() - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
isInitialized() - Method in class org.tensorflow.framework.OpDeprecation
 
isInitialized() - Method in class org.tensorflow.framework.OpList.Builder
 
isInitialized() - Method in class org.tensorflow.framework.OpList
 
isInitialized() - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ReaderBaseState
 
isInitialized() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
isInitialized() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
isInitialized() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
isInitialized() - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.ResourceHandleProto
 
isInitialized() - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
isInitialized() - Method in class org.tensorflow.framework.StepStats.Builder
 
isInitialized() - Method in class org.tensorflow.framework.StepStats
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Audio
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Builder
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Image.Builder
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Image
 
isInitialized() - Method in class org.tensorflow.framework.Summary
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Value.Builder
 
isInitialized() - Method in class org.tensorflow.framework.Summary.Value
 
isInitialized() - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
isInitialized() - Method in class org.tensorflow.framework.SummaryDescription
 
isInitialized() - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
isInitialized() - Method in class org.tensorflow.framework.SummaryMetadata
 
isInitialized() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
isInitialized() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
isInitialized() - Method in class org.tensorflow.framework.TensorDescription.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorDescription
 
isInitialized() - Method in class org.tensorflow.framework.TensorProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorProto
 
isInitialized() - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
isInitialized() - Method in class org.tensorflow.framework.TensorShapeProto
 
isInitialized() - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
isInitialized() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
isInitialized() - Method in class org.tensorflow.framework.TensorSliceProto
 
isInitialized() - Method in class org.tensorflow.framework.VariableDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.VariableDef
 
isInitialized() - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
isInitialized() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
isInitialized() - Method in class org.tensorflow.framework.VersionDef.Builder
 
isInitialized() - Method in class org.tensorflow.framework.VersionDef
 
isInitialized() - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
isInitialized() - Method in class org.tensorflow.util.IteratorStateMetadata
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
isInitialized() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
isInplaceCall() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
This method returns true if op is supposed to be executed inplace
isInplaceCall() - Method in interface org.nd4j.linalg.api.ops.CustomOp
This method returns true if op is supposed to be executed inplace
isInplaceCall() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
isInplaceCall() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
isInScope() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method checks, if given attached INDArray is still in scope of its parent Workspace
isInScope() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isInScope() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method checks, if given attached INDArray is still in scope of its parent Workspace PLEASE NOTE: if this INDArray isn't attached to any Workspace, this method will return true
isInterval() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Returns true if the index is an interval
isInterval() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
isInterval() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
isInterval() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
isInterval() - Method in class org.nd4j.linalg.indexing.NewAxis
 
isInterval() - Method in class org.nd4j.linalg.indexing.PointIndex
 
isInterval() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
isKeepDims() - Method in interface org.nd4j.linalg.api.ops.Accumulation
This method returns TRUE if we're going to keep axis, FALSE otherwise
isKeepDims() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
isLearning - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
isMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns true if this ndarray is 2d or 3d with a singleton element
isMatrix - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isMatrix() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this ndarray is a matrix
isMatrix(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the passed in shape is a matrix
isMatrix(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the passed in shape is a matrix
isMatrix(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the passed in shape is a matrix
IsMax - Class in org.nd4j.linalg.api.ops.impl.transforms
[1, 2, 3, 1] -> [0, 0, 1, 0]
IsMax(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, INDArray, long, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, INDArray, INDArray, long, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
IsMax(INDArray, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
isNaN(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isNaN(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isNaN(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IsNaN - Class in org.nd4j.linalg.api.ops.impl.transforms
IsNaN function
IsNaN(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
IsNaN(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
isNan() - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
IsNaN - Class in org.nd4j.linalg.indexing.conditions
Condition for whether an element is NaN
IsNaN() - Constructor for class org.nd4j.linalg.indexing.conditions.IsNaN
 
isNonDecreasing(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isNonDecreasing(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isNonDecreasing(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IsNonDecreasing - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
This op takes 1 n-dimensional array as input, and returns true if for every adjacent pair we have x[i] <= x[i+1].
IsNonDecreasing() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
IsNonDecreasing(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
IsNonDecreasing(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
isNumericTensor(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isNumericTensor(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isNumericTensor(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IsNumericTensor - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
This op takes 1 n-dimensional array as input, and returns true if input is a numeric array.
IsNumericTensor() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
IsNumericTensor(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
IsNumericTensor(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
isOpen - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
isOpIgnoreException(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Returns true if this node is a special case (maybe because of name or other scenarios) that should override GraphMapper.opsToIgnore() in certain circumstances
isOpIgnoreException(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
isOpIgnoreException(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
isOver - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
ISparseNDArray - Interface in org.nd4j.linalg.api.ndarray
 
isPassThrough() - Method in class org.nd4j.linalg.api.ops.BaseGradientOp
 
isPassThrough() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
isPassThrough() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
isPassThrough() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
isPassThrough() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
isPassThrough() - Method in interface org.nd4j.linalg.api.ops.Op
Returns whether the op should be executed or not (through the executioner)
isPeriodicGcActive() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
isPeriodicGcActive() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method returns true, if periodic GC is active.
isPerOutputMasking(INDArray, INDArray) - Static method in class org.nd4j.linalg.lossfunctions.LossUtil
 
isPlaceHolder(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if this vertex id is a place holder variable or not
isPlaceHolder() - Method in class org.nd4j.autodiff.samediff.SDVariable
Returns true if this variable is a place holder
isPlaceHolder(TENSOR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Returns true if the given node is a place holder type (think a yet to be determined shape)_
isPlaceHolder(OnnxProto3.TypeProto.Tensor) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
isPlaceHolder(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
isPlaceHolderNode(TENSOR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Returns true if the given node is a place holder
isPlaceHolderNode(OnnxProto3.TypeProto.Tensor) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
isPlaceHolderNode(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Returns true if the given node is a place holder
isPlaceholderShape(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if any shape has a -1 or a null or empty array is passed in
isPreProcessed() - Method in class org.nd4j.linalg.dataset.DataSet
 
isRegisteredFrame(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns TRUE if frame_name already registered, false otherwise
isRewindPlanned(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method checks, if rewind was planned for specified frame_name
isRewindPossible(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
 
isRowVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Checks whether the matrix is a row vector.
isRowVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Checks whether the matrix is a row vector.
isRowVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if the number of rows is 1
isRowVectorShape(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shape is of length 1 or provided the shape length is 2: element 0 is 1
isRowVectorShape(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shape is of length 1 or provided the shape length is 2: element 0 is 1
isRowVectorShape(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shape is of length 1 or provided the shape length is 2: element 0 is 1
isSameMode - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
isScalar() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Test whether a matrix is scalar.
isScalar - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isScalar() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isScalar() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this ndarray is a scalar
isScalar(INDArray, INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Check if the given indexes over the specified array are searching for a scalar
isScopeActive() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method returns True if scope was opened, and not closed yet.
isScopeActive() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method returns True if scope was opened, and not closed yet.
isSorted - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
isSorted() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
isSparse() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
isSparse - Static variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isSparse() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isSparse() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this array is sparse
isSquare() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
isSquare() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isSquare() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns whether the matrix has the same rows and columns
isStrictlyIncreasing(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
isStrictlyIncreasing(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
isStrictlyIncreasing(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
IsStrictlyIncreasing - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
This op takes 1 n-dimensional array as input, and returns true if for every adjacent pair we have x[i] < x[i+1].
IsStrictlyIncreasing() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
IsStrictlyIncreasing(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
IsStrictlyIncreasing(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
isSupportConnected() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportConnected() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Use this method to get information about whether the support is connected, i.e.
isSupportLowerBoundInclusive() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Deprecated.
to be removed in 4.0
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportLowerBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Whether or not the lower bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Deprecated.
to be removed in 4.0
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Whether or not the upper bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Whether or not the upper bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Whether or not the upper bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Whether or not the upper bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Whether or not the upper bound of support is in the domain of the density function.
isSupportUpperBoundInclusive() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Whether or not the upper bound of support is in the domain of the density function.
isTriggered() - Method in class org.nd4j.linalg.util.AtomicThrowable
This method returns TRUE if internal state holds error, FALSE otherwise
isUsed - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
isValid() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
isVariableNode(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
isVariableNode(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
isVariableNode(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
isVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Checks whether the matrix is a vector.
isVector - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Checks whether the matrix is a vector.
isVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this ndarray is a vector
isVector(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the given shape is a vector
isVector(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the given shape is a vector
isVector(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether the given shape is a vector
isView() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
isView() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
isView() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
isView() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if this array is a view or not
isWholeArray(int[], int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the dimension is null or the dimension length is 1 and the first entry is Integer.MAX_VALUE
isWholeArray(int, int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the dimension is null or the dimension length is 1 and the first entry is Integer.MAX_VALUE
isWrapAround() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
isWrapAround() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
isWrapAround() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns true if the ndarray on linear indexing wraps around based on the stride(1) of the ndarray This is a useful optimization in linear view where strides that might otherwise go out of bounds but wrap around instead.
isZero(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
iterate(INDArray, CoordinateFunction) - Static method in class org.nd4j.linalg.api.shape.Shape
Iterate over 2 coordinate spaces given 2 arrays
iterate(INDArray, INDArray, CoordinateFunction) - Static method in class org.nd4j.linalg.api.shape.Shape
Iterate over 2 coordinate spaces given 2 arrays
iterate(int, int, int[], int[], int, int, int[], int[], CoordinateFunction) - Static method in class org.nd4j.linalg.api.shape.Shape
Iterate over a pair of coordinates
iterate(int, int, int[], int[], CoordinateFunction) - Static method in class org.nd4j.linalg.api.shape.Shape
Iterate over a pair of coordinates
iterate(INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.SpecifiedIndex
Iterate over a cross product of the coordinates
iterateOverAllColumns(Op) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Iterate over every column of every slice
iterateOverAllColumns(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
iterateOverAllColumns(Op) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Iterate over every column of every slice
iterateOverAllRows(Op) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Iterate over every row of every slice
iterateOverAllRows(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
iterateOverAllRows(Op) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Iterate over every row of every slice
iterateOverSparse(INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.SpecifiedIndex
Iterate over a cross product of the coordinates
iterateWithMiniBatches() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Deprecated.
iterateWithMiniBatches() - Method in class org.nd4j.linalg.dataset.DataSet
 
iterator() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
iterator() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
iterator() - Method in class org.nd4j.linalg.dataset.DataSet
 
iterator() - Method in class org.nd4j.list.BaseNDArrayList
 
iterator() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
iterator() - Method in class org.nd4j.list.NDArrayList
 
IteratorProtos - Class in org.tensorflow.util
 
IteratorStateMetadata - Class in org.tensorflow.util
Protocol buffer representing the metadata for an iterator's state stored as a Variant tensor.
IteratorStateMetadata.Builder - Class in org.tensorflow.util
Protocol buffer representing the metadata for an iterator's state stored as a Variant tensor.
IteratorStateMetadataOrBuilder - Interface in org.tensorflow.util
 
IUpdater - Interface in org.nd4j.linalg.learning.config
IUpdater interface: used for configuration and instantiation of updaters - both built-in and custom.
Note that the actual implementations for updaters are in GradientUpdater
izamax(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 

J

jaccardDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
jaccardDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
jaccardDistance(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
JaccardDistance - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Jaccard distance (dissimilarity)
JaccardDistance(SameDiff, SDVariable, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
JaccardDistance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
jaccardDistance(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
javaShapeInformation - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
javaShapeInformation - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
javaTensorAlongDimension(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get the vector along a particular dimension
javaTensorAlongDimension(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
javaTensorAlongDimension(int, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the vector along a particular dimension
johnsonLindenstraussMinDim(int[], double...) - Static method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Find a safe number of components to project this to, through the Johnson-Lindenstrauss lemma The minimum number n' of components to guarantee the eps-embedding is given by: n' >= 4 log(n) / (eps?? / 2 - eps?? / 3) see http://cseweb.ucsd.edu/~dasgupta/papers/jl.pdf ??2.1
johnsonLindenStraussMinDim(int, double...) - Static method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
 
joinDistinct(OpProfiler.PenaltyCause[], OpProfiler.PenaltyCause[]) - Method in class org.nd4j.linalg.profiler.OpProfiler
 

K

keepDims - Variable in class org.nd4j.linalg.api.ops.BaseAccumulation
 
KERNEL_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorAllocation
 
KERNEL_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorOutput
 
KernelDef - Class in org.tensorflow.framework
Protobuf type tensorflow.KernelDef
KernelDef.AttrConstraint - Class in org.tensorflow.framework
Protobuf type tensorflow.KernelDef.AttrConstraint
KernelDef.AttrConstraint.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.KernelDef.AttrConstraint
KernelDef.AttrConstraintOrBuilder - Interface in org.tensorflow.framework
 
KernelDef.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.KernelDef
KernelDefOrBuilder - Interface in org.tensorflow.framework
 
KernelDefProtos - Class in org.tensorflow.framework
 
KEY_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.StringStringEntryProto
 
KEY_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.StringStringEntryProto
 
KEY_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto.Map
 
KEYS_FIELD_NUMBER - Static variable in class org.tensorflow.util.IteratorStateMetadata
 
KFoldIterator - Class in org.nd4j.linalg.dataset.api.iterator
Splits a dataset into k folds.
KFoldIterator(DataSet) - Constructor for class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
KFoldIterator(int, DataSet) - Constructor for class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
Create an iterator given the dataset and a value of k (optional, defaults to 10) If number of samples in the dataset is not a multiple of k, the last fold will have less samples with the rest having the same number of samples.

L

l(int) - Method in class org.nd4j.graph.FlatProperties
 
l1(String, SDVariable, SDVariable, SDVariable, LossFunctions.Reduction, int...) - Static method in class org.nd4j.autodiff.loss.LossFunctions
L1 loss - sum of absolute errors.
l2(String, SDVariable, SDVariable, SDVariable, LossFunctions.Reduction, int...) - Static method in class org.nd4j.autodiff.loss.LossFunctions
L2 loss function: i.e., sum of squared errors, L = sum_i (actual_i - predicted)^2
LABEL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef
 
labelCounts() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Calculate and return a count of each label, by index.
labelCounts() - Method in class org.nd4j.linalg.dataset.DataSet
 
labelWidth(int) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity.Builder
Specifies the width of the labels vector which also corresponds to the width of the 'mean' vector for each of the gaussian functions.
Lapack - Interface in org.nd4j.linalg.api.blas
Lapack interface
lapack() - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
lapack - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
lapack() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
lapack() - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
lapack() - Method in interface org.nd4j.linalg.factory.BlasWrapper
LAPack interface
lapack() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
larg() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The left argument for this function
lAsByteBuffer() - Method in class org.nd4j.graph.FlatProperties
 
lastBatch() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
The number of examples in the last fold if totalexamples % k == 0 same as the number of examples in every other fold
lastCycleAllocations - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
lastDescriptor - Variable in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
lastGcTime - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
LastIndex - Class in org.nd4j.linalg.api.ops.impl.indexaccum
Calculate the index of max value over a vector
LastIndex(SameDiff, SDVariable, int[], Condition, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
LastIndex(SameDiff, SDVariable, SDVariable, int[], Condition, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
LastIndex() - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
LastIndex(INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
LastIndex(INDArray, Condition, double) - Constructor for class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
lastIndex(INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method returns last index matching given condition PLEASE NOTE: This method will return -1 value if condition wasn't met
lastIndex(INDArray, Condition, int...) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method returns first index matching given condition along given dimensions PLEASE NOTE: This method will return -1 values for missing conditions
lastIndexOf(Object) - Method in class org.nd4j.list.BaseNDArrayList
 
lastIndexOf(Object) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
lastIndexOf(Object) - Method in class org.nd4j.list.NDArrayList
 
LE - Static variable in class org.nd4j.graph.ByteOrder
 
leakyRelu(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
leakyRelu(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
leakyRelu(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LeakyReLU - Class in org.nd4j.linalg.api.ops.impl.transforms
Leaky Rectified linear unit.
LeakyReLU(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
LeakyReLU(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
leakyRelu(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
leakyRelu(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
leakyRelu(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
leakyRelu(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
leakyReluDerivative(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
leakyReluDerivative(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LeakyReLUDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Leaky ReLU derivative.
LeakyReLUDerivative(SameDiff, SDVariable, SDVariable, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(SameDiff, SDVariable, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
LeakyReLUDerivative(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
leakyReluDerivative(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
leakyReluDerivative(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
learningRate - Variable in class org.nd4j.linalg.learning.AdaGradUpdater
 
learningRate - Variable in class org.nd4j.linalg.learning.legacy.AdaGrad
 
LecunUniformInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: randn(shape) //N(0, 2/nIn);
LecunUniformInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.LecunUniformInitScheme
 
LegacyDropOut - Class in org.nd4j.linalg.api.ops.impl.transforms
DropOut implementation as Op PLEASE NOTE: This is legacy DropOut implementation, please consider using op with the same opName from randomOps
LegacyDropOut(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOut(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
LegacyDropOutInverted - Class in org.nd4j.linalg.api.ops.impl.transforms
Inverted DropOut implementation as Op PLEASE NOTE: This is legacy DropOutInverted implementation, please consider using op with the same opName from randomOps
LegacyDropOutInverted(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyDropOutInverted(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
LegacyPooling2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Deprecated.
Note: This operation will be removed in a future release
LegacyPooling2D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
LegacyPooling2D(INDArray, int, int, int, int, int, int, int, int, boolean, LegacyPooling2D.Pooling2DType, double, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
LegacyPooling2D.Pooling2DType - Enum in org.nd4j.linalg.api.ops.impl.layers.convolution
Deprecated.
 
length - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
length() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
length() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
length() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the total number of elements in the ndarray
length - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
length - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
length() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
length() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the total number of elements in the ndarray
length(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Gets the rank given the shape info buffer
length(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Gets the rank given the shape info buffer
length() - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
length() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
The total length of this index (end - start)
length - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
length() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
length() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
Returns the length of the indices
length() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
length() - Method in class org.nd4j.linalg.indexing.NewAxis
 
length() - Method in class org.nd4j.linalg.indexing.PointIndex
 
length() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
LENGTH_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorSliceProto.Extent
 
LENGTH_FRAMES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Audio
 
lengthLong() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the total number of elements in the ndarray
lengthLong() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lengthLong() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the total number of elements in the ndarray
lengthPerSlice(INDArray, int...) - Static method in class org.nd4j.linalg.util.NDArrayMath
The number of elements in a slice along a set of dimensions
lengthPerSlice(INDArray) - Static method in class org.nd4j.linalg.util.NDArrayMath
Return the length of a slice
LessThan - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are less than or not
LessThan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
LessThan(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
LessThan(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
lessThan(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
lessThan(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
LessThan - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
LessThan() - Constructor for class org.nd4j.linalg.indexing.conditions.LessThan
Special constructor for pairwise boolean operations.
LessThan(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.LessThan
 
LessThan(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.LessThan
 
LessThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are less than or equal or not
LessThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
LessThanOrEqual(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
LessThanOrEqual(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
lessThanOrEqual(IComplexNumber) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
lessThanOrEqual(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
LessThanOrEqual - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
LessThanOrEqual() - Constructor for class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
Special constructor for pairwise boolean operations.
LessThanOrEqual(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
 
LessThanOrEqual(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.LessThanOrEqual
 
lessThanOrEqual(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
1 if less than or equal to 0 otherwise (at each element)
lessThanOrEqual(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Eps function
Level1 - Interface in org.nd4j.linalg.api.blas
Level 1 blas implementations.
level1() - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
level1 - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level1() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level1() - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
level1() - Method in interface org.nd4j.linalg.factory.BlasWrapper
Return the level 1 functions for this blas impl
level1() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Return the level 1 blas operations
Level2 - Interface in org.nd4j.linalg.api.blas
Level 2 blas implementations.
level2() - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
level2 - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level2() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level2() - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
level2() - Method in interface org.nd4j.linalg.factory.BlasWrapper
Return the level 2 functions for this blas impl
level2() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Return the level 2 blas operations
Level3 - Interface in org.nd4j.linalg.api.blas
Level 3 blas implementations.
level3() - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
level3 - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level3() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
level3() - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
level3() - Method in interface org.nd4j.linalg.factory.BlasWrapper
Return the level 3 functions for this blas impl
level3() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Return the level 3 blas operations
leverage() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace above, if any.
leverage() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
leverage() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace above, if any.
leverageOrDetach(String) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id, if a workspace with the given ID is open and active.
leverageOrDetach(String) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
leverageOrDetach(String) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id, if a workspace with the given ID is open and active.
leverageTo(String) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id PLEASE NOTE: If this INDArray instance is NOT attached - it will be returned unmodified.
leverageTo(String, boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id.
leverageTo(String) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
leverageTo(String, boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
leverageTo(String) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id - if a workspace with that ID exists.
leverageTo(String, boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id.
LIBRARY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphDef
 
LinAlgExceptions - Class in org.nd4j.linalg.util
Linear algebra exceptions
LinAlgExceptions() - Constructor for class org.nd4j.linalg.util.LinAlgExceptions
 
Linear - Class in org.nd4j.linalg.api.ops.impl.layers
Linear: a * bT
Linear(int, int, WeightInitScheme, WeightInitScheme) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.Linear
 
Linear(SameDiff, int, int, WeightInitScheme, WeightInitScheme) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.Linear
 
linearIndex(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
linearIndex(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
linearIndex(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the linear index of the data in to the array
LinearIndexLookup - Class in org.nd4j.linalg.api.iter
Represents a cache linear index lookup
LinearIndexLookup(int[], char) - Constructor for class org.nd4j.linalg.api.iter.LinearIndexLookup
 
linearOffset(int, INDArray) - Static method in class org.nd4j.linalg.indexing.Indices
Compute the linear offset for an index in an ndarray.
linearView() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns a linear view reference of shape 1,length(ndarray)
linearView() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns a linear view reference of shape 1,length(ndarray)
linearView() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns a linear view reference of shape 1,length(ndarray)
linearView() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
linearView() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a linear view reference of shape 1,length(ndarray)
linearViewColumnOrder() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
linearViewColumnOrder() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns a linear view reference of shape length(ndarray),1
linearViewColumnOrder() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
linearViewColumnOrder() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
linearViewColumnOrder() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a linear view reference of shape 1,length(ndarray)
Linspace - Class in org.nd4j.linalg.api.ops.random.impl
Linspace/arange Op implementation, generates from..to distribution within Z
Linspace() - Constructor for class org.nd4j.linalg.api.ops.random.impl.Linspace
 
Linspace(double, double, int) - Constructor for class org.nd4j.linalg.api.ops.random.impl.Linspace
 
Linspace(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.Linspace
 
linspace(int, int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Generate a linearly spaced vector
linspace(int, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Generate a linearly spaced vector
linspace(double, double, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Generate a linearly spaced vector
linspace(float, float, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Generate a linearly spaced vector
linspace(int, int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Generate a linearly spaced vector
LIST_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
ListDiff - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
 
ListDiff() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.ListDiff
 
listGitPropertiesFiles() - Static method in class org.nd4j.versioncheck.VersionCheck
 
listIterator() - Method in class org.nd4j.list.BaseNDArrayList
 
listIterator(int) - Method in class org.nd4j.list.BaseNDArrayList
 
listIterator() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
listIterator(int) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
listIterator() - Method in class org.nd4j.list.NDArrayList
 
listIterator(int) - Method in class org.nd4j.list.NDArrayList
 
LIVE_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
lLength() - Method in class org.nd4j.graph.FlatProperties
 
load(InputStream) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Load the contents of the DataSet from the specified InputStream.
load(File) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Load the contents of the DataSet from the specified File.
load(File, File) - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
Load the given mean and std
load(InputStream) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Load the contents of this MultiDataSet from the specified stream.
load(File) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Load the contents of this MultiDataSet from the specified file
load(List<File>, List<File>) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
Load means and standard deviations from the file system
load(File...) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
Load the given min and max
load(File...) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
Load the means and standard deviations from the file system
load(File, File) - Static method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats
Load distribution statistics from the file system
load(InputStream) - Method in class org.nd4j.linalg.dataset.DataSet
 
load(File) - Method in class org.nd4j.linalg.dataset.DataSet
 
load(InputStream) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
load(File) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
loadCompressors() - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
 
LOCALITY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
localResponseNormalization(SDVariable, LocalResponseNormalizationConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Local response normalization operation.
localResponseNormalization(SDVariable, LocalResponseNormalizationConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Local response normalization operation.
localResponseNormalization(String, SDVariable, LocalResponseNormalizationConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Local response normalization operation.
LocalResponseNormalization - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
LocalResponseNormalization operation
LocalResponseNormalization(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, LocalResponseNormalizationConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
LocalResponseNormalizationConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
LocalResponseNormalizationConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.LocalResponseNormalizationConfig
 
LocalResponseNormalizationDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
LocalResponseNormalizationDerivative operation
LocalResponseNormalizationDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, LocalResponseNormalizationConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalizationDerivative
 
LocalResponseNormalizationDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalizationDerivative
 
lock - Variable in class org.nd4j.linalg.util.AtomicThrowable
 
log(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
log(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
log(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
log(INDArray, String) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
log(DataBuffer, String) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
log(INDArray) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
log(DataBuffer) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
log(INDArray, String) - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Log the given ndarray
log(DataBuffer, String) - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Data buffer to log
log(INDArray) - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Log the given ndarray
log(DataBuffer) - Method in interface org.nd4j.linalg.api.instrumentation.Instrumentation
Data buffer to log
Log - Class in org.nd4j.linalg.api.ops.impl.transforms
Log elementwise function
Log(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
Log(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log
 
log - Static variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
log(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Log on arbitrary base
log(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Log on arbitrary base
log(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
log(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Log function
log(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the log value of the given complex number
log1p(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
log1p(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
log1p(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Log1p - Class in org.nd4j.linalg.api.ops.impl.transforms
Log1p function
Log1p(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
Log1p(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
log1p(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Log of x + 1 function
logBinomialProbability(int, int, double, double) - Static method in class org.nd4j.linalg.api.rng.distribution.impl.SaddlePointExpansion
Compute the logarithm of the PMF for a binomial distribution using the saddle point expansion.
logEntropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns log entropy along dimension
logEntropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns log entropy along dimension
logEntropy(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns entropy value for this INDArray along specified dimension(s)
LogEntropy - Class in org.nd4j.linalg.api.ops.impl.accum
Log Entropy Op - returns the entropy (information gain, or uncertainty of a random variable).
LogEntropy() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
LogEntropy(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
LogEntropy(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
LogEntropy(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
LogEntropy(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
LogEntropy(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
logEntropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns log entropy value for this INDArray
logEntropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns log entropy value for this INDArray
logEntropyNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns log entropy value for this INDArray
LogEntry - Class in org.nd4j.linalg.api.instrumentation
Log entry for statistics about ndarrays
LogEntry() - Constructor for class org.nd4j.linalg.api.instrumentation.LogEntry
 
LogEntry(INDArray, String) - Constructor for class org.nd4j.linalg.api.instrumentation.LogEntry
 
LogEntry(INDArray, StackTraceElement[], String) - Constructor for class org.nd4j.linalg.api.instrumentation.LogEntry
 
LogEntry(INDArray, StackTraceElement[]) - Constructor for class org.nd4j.linalg.api.instrumentation.LogEntry
 
LogEntry(INDArray) - Constructor for class org.nd4j.linalg.api.instrumentation.LogEntry
 
LOGIC - Static variable in class org.nd4j.graph.OpType
 
LogMemoryProtos - Class in org.tensorflow.framework
 
LogNormalDistribution - Class in org.nd4j.linalg.api.ops.random.impl
This Op generates log-normal distribution over provided mean and stddev
LogNormalDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
LogNormalDistribution(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
This op fills Z with random values within stddev..mean..stddev boundaries
LogNormalDistribution(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
LogNormalDistribution(INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
This op fills Z with random values within -1.0..0..1.0
LogNormalDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
This op fills Z with random values within stddev..0..stddev
LogNormalDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Log-Normal Distribution
LogNormalDistribution(Random, double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
LogNormalDistribution(double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
LogNormalDistribution() - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Create a normal distribution with mean equal to zero and standard deviation equal to one.
LogNormalDistribution(double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Create a normal distribution using the given mean and standard deviation.
LogNormalDistribution(Random, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
LogNormalDistribution(double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Create a normal distribution using the given mean, standard deviation and inverse cumulative distribution accuracy.
LogNormalDistribution(Random, double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Creates a normal distribution.
LogNormalDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
logSigmoid(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
logSigmoid(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
logSigmoid(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LogSigmoid - Class in org.nd4j.linalg.api.ops.impl.transforms
LogSigmoid function
LogSigmoid(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
LogSigmoid(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
logSigmoidDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
LogSigmoidDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
LogSigmoid derivative
LogSigmoidDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
LogSigmoidDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
logSoftmax(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
logSoftmax(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
logSoftmax(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LogSoftMax - Class in org.nd4j.linalg.api.ops.impl.transforms
Log(softmax(X))
LogSoftMax(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
LogSoftMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
logSoftmaxDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
LogSoftMaxDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
 
LogSoftMaxDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSoftMaxDerivative(INDArray, INDArray, INDArray, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
LogSumExp - Class in org.nd4j.linalg.api.ops.impl.accum
LogSumExp - this op returns https://en.wikipedia.org/wiki/LogSumExp
LogSumExp(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
LogSumExp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
logVersionInfo() - Static method in class org.nd4j.versioncheck.VersionCheck
Log of the version information with the default level of detail
logVersionInfo(VersionCheck.Detail) - Static method in class org.nd4j.versioncheck.VersionCheck
Log the version information with the specified level of detail
LogX - Class in org.nd4j.linalg.api.ops.impl.transforms
Log on arbitrary base op
LogX(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(INDArray, INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LogX(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
LongPair - Class in org.nd4j.graph
 
LongPair() - Constructor for class org.nd4j.graph.LongPair
 
LongUtils - Class in org.nd4j.linalg.util
 
LongUtils() - Constructor for class org.nd4j.linalg.util.LongUtils
 
lookup(int) - Method in class org.nd4j.linalg.api.iter.LinearIndexLookup
Give back a sub wrt the given linear index
LOOP - Static variable in class org.nd4j.graph.OpClass
 
loopBodyExecution - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
loopBodyExecution - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
LoopCond - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
LoopCond() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
lossBinaryXENT(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossBinaryXENT(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossBinaryXENT(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossBinaryXENT - Class in org.nd4j.linalg.lossfunctions.impl
Binary cross entropy loss function https://en.wikipedia.org/wiki/Cross_entropy#Cross-entropy_error_function_and_logistic_regression Labels are assumed to take values 0 or 1
LossBinaryXENT() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
LossBinaryXENT(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
Binary cross entropy where each the output is (optionally) weighted/scaled by a fixed scalar value.
LossBinaryXENT(double) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
Binary cross entropy where each the output is (optionally) weighted/scaled by a fixed scalar value.
LossBinaryXENT(double, INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
Binary cross entropy where each the output is (optionally) weighted/scaled by a fixed scalar value.
LossCosineProximity - Class in org.nd4j.linalg.lossfunctions.impl
Created by susaneraly on 9/9/16.
LossCosineProximity() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
lossCosineSimilarity(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossCosineSimilarity(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossCosineSimilarity(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossFMeasure - Class in org.nd4j.linalg.lossfunctions.impl
F???measure loss function is a loss function design for training on imbalanced datasets.
LossFMeasure() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
LossFMeasure(double) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
LossFunction - Interface in org.nd4j.linalg.api.ops
A loss function for computing the delta between two arrays
LossFunctions - Class in org.nd4j.autodiff.loss
SameDiff loss functions
LossFunctions - Class in org.nd4j.linalg.lossfunctions
Central class for loss functions
LossFunctions() - Constructor for class org.nd4j.linalg.lossfunctions.LossFunctions
 
LossFunctions.LossFunction - Enum in org.nd4j.linalg.lossfunctions
MSE: Mean Squared Error: Linear Regression
EXPLL: Exponential log likelihood: Poisson Regression
XENT: Cross Entropy: Binary Classification
MCXENT: Multiclass Cross Entropy
RMSE_XENT: RMSE Cross Entropy
SQUARED_LOSS: Squared Loss
NEGATIVELOGLIKELIHOOD: Negative Log Likelihood
LossFunctions.Reduction - Enum in org.nd4j.autodiff.loss
 
lossHinge(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossHinge(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossHinge(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossHinge - Class in org.nd4j.linalg.lossfunctions.impl
Created by susaneraly on 8/15/16.
LossHinge() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
LossInfo - Class in org.nd4j.autodiff.loss
Information and variables for a loss function.
LossInfo() - Constructor for class org.nd4j.autodiff.loss.LossInfo
 
lossKLD(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossKLD(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossKLD(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossKLD - Class in org.nd4j.linalg.lossfunctions.impl
Kullback Leibler Divergence loss function
LossKLD() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
lossL1(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossL1(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossL1(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossL1 - Class in org.nd4j.linalg.lossfunctions.impl
L1 loss function: i.e., sum of absolute errors, L = sum_i abs(predicted_i - actual_i) See also LossMAE for a mathematically similar loss function (MAE has division by N, where N is output size)
LossL1() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossL1
 
LossL1(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossL1
L1 loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
lossL2(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossL2(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossL2(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossL2 - Class in org.nd4j.linalg.lossfunctions.impl
L2 loss function: i.e., sum of squared errors, L = sum_i (actual_i - predicted)^2 The L2 loss function is the square of the L2 norm of the difference between actual and predicted.
LossL2() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossL2
 
LossL2(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossL2
L2 loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
lossMAE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossMAE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossMAE(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossMAE - Class in org.nd4j.linalg.lossfunctions.impl
Mean absolute error loss function: L = 1/N sum_i abs(predicted_i - actual_i) See also LossL1 for a mathematically similar loss function (LossL1 does not have division by N, where N is output size)
LossMAE() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
LossMAE(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMAE
Mean Absolute Error loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
lossMAPE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
LossMAPE - Class in org.nd4j.linalg.lossfunctions.impl
Created by susaneraly on 8/15/16.
LossMAPE() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
LossMAPE(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMAPE
Mean Absolute Percentage Error loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
lossMCXENT(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossMCXENT(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossMCXENT(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossMCXENT - Class in org.nd4j.linalg.lossfunctions.impl
Multi-Class Cross Entropy loss function:
L = sum_i actual_i * log( predicted_i )
LossMCXENT() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
LossMCXENT(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
Multi-Class Cross Entropy loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
LossMCXENT(double, INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
Multi-Class Cross Entropy loss function where each the output is (optionally) weighted/scaled by a fixed scalar value.
LossMixtureDensity - Class in org.nd4j.linalg.lossfunctions.impl
This is a cost function associated with a mixture-density network.
LossMixtureDensity() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
LossMixtureDensity.Builder - Class in org.nd4j.linalg.lossfunctions.impl
 
LossMixtureDensity.MixtureDensityComponents - Class in org.nd4j.linalg.lossfunctions.impl
This class is a data holder for the mixture density components for convenient manipulation.
lossMSE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossMSE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossMSE(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossMSE - Class in org.nd4j.linalg.lossfunctions.impl
Mean Squared Error loss function: L = 1/N sum_i (actual_i - predicted)^2 See also LossL2 for a mathematically similar loss function (LossL2 does not have division by N, where N is output size)
LossMSE() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
LossMSE(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMSE
Mean Squared Error loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
lossMSLE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossMSLE(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossMSLE(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossMSLE - Class in org.nd4j.linalg.lossfunctions.impl
Mean Squared Logarithmic Error loss function: L = 1/N sum_i (log(1+predicted_i) - log(1+actual_i))^2
LossMSLE() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
LossMSLE(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMSLE
Mean Squared Logarithmic Error loss function where each the output is (optionally) weighted/scaled by a flags scalar value.
LossMultiLabel - Class in org.nd4j.linalg.lossfunctions.impl
Multi-Label-Loss Function, maybe more commonly known as BPMLL
LossMultiLabel() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
lossNegativeLogLikelihood(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossNegativeLogLikelihood(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossNegativeLogLikelihood(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossNegativeLogLikelihood - Class in org.nd4j.linalg.lossfunctions.impl
Negative log likelihood loss function
LossNegativeLogLikelihood() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossNegativeLogLikelihood
 
LossNegativeLogLikelihood(INDArray) - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossNegativeLogLikelihood
 
lossPoisson(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossPoisson(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossPoisson(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossPoisson - Class in org.nd4j.linalg.lossfunctions.impl
Created by susaneraly on 9/9/16.
LossPoisson() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
lossSquaredHinge(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lossSquaredHinge(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lossSquaredHinge(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
LossSquaredHinge - Class in org.nd4j.linalg.lossfunctions.impl
Created by susaneraly on 9/9/16.
LossSquaredHinge() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
LossUtil - Class in org.nd4j.linalg.lossfunctions
Created by Alex on 14/09/2016.
LossUtil() - Constructor for class org.nd4j.linalg.lossfunctions.LossUtil
 
lstm(String, LSTMCellConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
LSTM unit
LSTMCell - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent
LSTM cell
LSTMCell() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
LSTMCell(SameDiff, LSTMCellConfiguration) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
LSTMCellConfiguration - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
 
LSTMCellConfiguration() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
 
lt(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lt(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lt(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lt(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lt(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lt(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lt(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lt(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lt(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lt(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lt(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lt(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lt(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
lt(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
lt(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lt(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lt(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less" comparison.
lt(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less" comparison.
lt(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast less than op.
lte(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lte(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lte(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lte(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lte(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lte(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
lte(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
lte(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lte(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less or equals" comparison.
lte(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast less than or equal to op.
ltei(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
ltei(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
ltei(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ltei(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less or equals" comparison.
lti(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lti(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
lti(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lti(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lti(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
lti(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lti(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lti(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
lti(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
lti(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
lti(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lti(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
lti(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less" comparison.
lti(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Less" comparison.
ltOrEqi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 

M

MAGIC_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
majorStride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
majorStride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
majorStride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the major stride for an ndarray
manhattanDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
manhattanDistance(SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
manhattanDistance(String, SDVariable, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ManhattanDistance - Class in org.nd4j.linalg.api.ops.impl.accum.distances
Manhattan distance
ManhattanDistance(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
ManhattanDistance(INDArray, INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
manhattanDistance(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
MAP_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.BooleanAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.ConditionalFieldValueIntIndexArrayAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.ConditionalFieldValueNDArrayShapeAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.DataTypeAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.IntArrayIntIndexAdpater
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.NDArrayShapeAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.SizeThresholdIntArrayIntIndexAdpater
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in class org.nd4j.imports.descriptors.properties.adapters.StringEqualsAdapter
 
mapAttributeFor(Object, Field, DifferentialFunction) - Method in interface org.nd4j.imports.descriptors.properties.AttributeAdapter
Map the attribute using the specified field on the specified function on adapting the given input type to the type of the field for the specified function.
mapIndexOntoTensor(int, INDArray, int...) - Static method in class org.nd4j.linalg.util.NDArrayMath
This maps an index of a vector on to a vector in the matrix that can be used for indexing in to a tensor
mapIndexOntoVector(int, INDArray) - Static method in class org.nd4j.linalg.util.NDArrayMath
This maps an index of a vector on to a vector in the matrix that can be used for indexing in to a tensor
mapNodeType(NODE_TYPE, ImportState<GRAPH_TYPE, TENSOR_TYPE>) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Map a node in to the import state covering the SameDiff instance
mapNodeType(OnnxProto3.NodeProto, ImportState<OnnxProto3.GraphProto, OnnxProto3.TypeProto.Tensor>) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
mapNodeType(NodeDef, ImportState<GraphDef, NodeDef>) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
mappingsForFunction() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns the mappings for a given function ( for tensorflow and onnx import mapping properties of this function).
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Split
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
mappingsForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
mapProperties(DifferentialFunction, NODE_TYPE, GRAPH_TYPE, SameDiff, Map<String, Map<String, PropertyMapping>>) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
mapProperties(DifferentialFunction, NODE_TYPE, GRAPH_TYPE, SameDiff, Map<String, Map<String, PropertyMapping>>) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
mapProperty(String, DifferentialFunction, NODE_TYPE, GRAPH_TYPE, SameDiff, Map<String, Map<String, PropertyMapping>>) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
mapProperty(String, DifferentialFunction, OnnxProto3.NodeProto, OnnxProto3.GraphProto, SameDiff, Map<String, Map<String, PropertyMapping>>) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
mapProperty(String, DifferentialFunction, NodeDef, GraphDef, SameDiff, Map<String, Map<String, PropertyMapping>>) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
MapSchedule - Class in org.nd4j.linalg.schedule
MapSchedule is a schedule based on specific values in a Map<Integer,Double>.
For example, if the map contains the following: (0,1.0), (10,0.5), (20, 0.2) then iteration/epoch 0 to 9 inclusive will have value 1.0, 10 to 19 will have 0.5, and 20+ will have value 0.2.
Note that the map MUST have a key for position 0 - this is the initial value.
MapSchedule(ScheduleType, Map<Integer, Double>) - Constructor for class org.nd4j.linalg.schedule.MapSchedule
 
MapSchedule.Builder - Class in org.nd4j.linalg.schedule
DynamicCustomOpsBuilder for conveniently constructing map schedules
mapTensorProto(OnnxProto3.TensorProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
mapTensorProto(TensorProto) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
markActive(String, boolean) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method allows to set specified node active or inactive.
markAsCompressed(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method marks INDArray instance as compressed PLEASE NOTE: Do not use this method unless you 100% have to
markAsCompressed(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
markAsCompressed(boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method marks INDArray instance as compressed PLEASE NOTE: Do not use this method unless you 100% have to
markAsPreProcessed() - Method in class org.nd4j.linalg.dataset.DataSet
 
markExecuted(String, boolean) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method allows to toggle wasExecuted() state for specified node
match(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
match(Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
match(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
match(Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
match(INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return a mask on whether each element matches the given condition
match(Number, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a mask
MatchCondition - Class in org.nd4j.linalg.api.ops.impl.accum
Absolute sum the components
MatchCondition(SameDiff, SDVariable, int[], double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
MatchCondition(SameDiff, SDVariable, SDVariable, int[], double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
MatchCondition() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
MatchCondition(INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
MatchCondition(INDArray, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
MatchConditionTransform - Class in org.nd4j.linalg.api.ops.impl.transforms
Absolute sum the components
MatchConditionTransform(SameDiff, SDVariable, boolean, double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(SameDiff, SDVariable, int[], boolean, Object[], double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(SameDiff, SDVariable, Object[], double, double, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(INDArray, INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(INDArray, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(INDArray, INDArray, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
MatchConditionTransform(INDArray, double, Condition) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
matricesPerSlice(INDArray) - Static method in class org.nd4j.linalg.util.NDArrayMath
The number of vectors in each slice of an ndarray.
MatrixBaseNDArrayList<X extends BaseNDArrayList> - Class in org.nd4j.list.matrix
An ArrayList like implementation of List using INDArray as the backing data structure.
MatrixBaseNDArrayList() - Constructor for class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
MatrixDiagPart - Class in org.nd4j.linalg.api.ops.impl.transforms
 
MatrixDiagPart() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatrixDiagPart
 
MatrixNDArrayList - Class in org.nd4j.list.matrix
A MatrixBaseNDArrayList for double data type
MatrixNDArrayList() - Constructor for class org.nd4j.list.matrix.MatrixNDArrayList
 
MatrixSetDiag - Class in org.nd4j.linalg.api.ops.impl.transforms
 
MatrixSetDiag() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MatrixSetDiag
 
max(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
max(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
max(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
max(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
max(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
max(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
max(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
max() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
max(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the overall max of this ndarray
max(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the overall max of this ndarray
max(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
max(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall max of this ndarray along given dimensions
Max - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the max over a vector
Max(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
Initialize with the given input, pairwise transform, result, and number of elements
Max(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Max
 
Max - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Max function
Max() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
Max(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
Max(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
Max(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
max(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast max op.
max(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
max(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
max(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
max(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
max(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Maximum function with a scalar
max(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Maximum function with a scalar
max(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element wise maximum function between 2 INDArrays
max(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element wise maximum function between 2 INDArrays
MAX_BYTE_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
MAX_ELEMENTS_PER_SLICE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
MAX_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
MAX_SLICES_TO_PRINT - Static variable in class org.nd4j.linalg.factory.Nd4j
 
maxArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum number of shapes being passed per Aggregate
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
maxComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
maxComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
maxComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
maxComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
maxCycle - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
maxIndexArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum number of IndexArguments per Aggregate
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxIndexArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
maxIntArrays() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum number of IntArrays being passed per Aggregate
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxIntArrays() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
maxIntArraySize() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum length for IntArrays, if any
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxIntArraySize() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
maxNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
maxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
maxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
maxNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns maximum value in this INDArray
MaxOut - Class in org.nd4j.linalg.api.ops.impl.transforms
Max out activation: http://arxiv.org/pdf/1302.4389.pdf
MaxOut(SameDiff, SDVariable, boolean, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(SameDiff, SDVariable, int[], boolean, Object[], Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(SameDiff, SDVariable, Object[], Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
MaxOut(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
maxPooling2d(SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Max pooling 2d operation.
maxPooling2d(SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Max pooling 2d operation.
maxPooling2d(String, SDVariable[], Pooling2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Max pooling 2d operation.
MaxPooling2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Max Pooling2D operation
MaxPooling2D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
MaxPooling2D(SameDiff, SDVariable[], INDArray[], INDArray[], Pooling2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
maxPooling3d(SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Max pooling 3d operation.
maxPooling3d(SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Max pooling 3d operation.
maxPooling3d(String, SDVariable[], Pooling3DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Max pooling 3d operation.
maxRealArguments() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum number of real (float/double) per Aggregate
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxRealArguments() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
maxShapes() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
This method returns maximum number of shapes being passed per Aggregate
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
maxShapes() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
MAYBE_TYPE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ResourceHandleProto
 
mcxent(String, SDVariable, SDVariable, SDVariable, LossFunctions.Reduction, int...) - Static method in class org.nd4j.autodiff.loss.LossFunctions
Multi-Class Cross Entropy loss function:
L = sum_i actual_i * log( predicted_i )
mean(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mean(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mean(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mean(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mean(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mean(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
mean(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the overall mean of this ndarray
mean(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the overall mean of this ndarray
mean(INDArray, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
mean(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mean(INDArray, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mean(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall mean of this ndarray
mean(INDArray, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall mean of this ndarray
Mean - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the mean of the vector
Mean(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
Mean(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mean
 
mean - Variable in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
mean(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
mean(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
mean(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
mean(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
meanComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
meanComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
meanComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
meanComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
meanNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
meanNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
meanNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
meanNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall mean of this ndarray
median(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
median(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
median(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns median along given dimension(s)
medianNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
medianNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
medianNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns median value for this INDArray
memcpy(DataBuffer, DataBuffer) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
memcpy(DataBuffer, DataBuffer) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method does memcpy from source buffer to destination buffer PLEASE NOTE: This method is NOT safe.
MEMORY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
MEMORY_LIMIT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
MEMORY_MANAGER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
MEMORY_STATS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
MEMORY_TIME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
memoryForGraph() - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns the number of bytes for the graph
MemoryLogRawAllocation - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogRawAllocation
MemoryLogRawAllocation.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogRawAllocation
MemoryLogRawAllocationOrBuilder - Interface in org.tensorflow.framework
 
MemoryLogRawDeallocation - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogRawDeallocation
MemoryLogRawDeallocation.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogRawDeallocation
MemoryLogRawDeallocationOrBuilder - Interface in org.tensorflow.framework
 
MemoryLogStep - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogStep
MemoryLogStep.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogStep
MemoryLogStepOrBuilder - Interface in org.tensorflow.framework
 
MemoryLogTensorAllocation - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorAllocation
MemoryLogTensorAllocation.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorAllocation
MemoryLogTensorAllocationOrBuilder - Interface in org.tensorflow.framework
 
MemoryLogTensorDeallocation - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorDeallocation
MemoryLogTensorDeallocation.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorDeallocation
MemoryLogTensorDeallocationOrBuilder - Interface in org.tensorflow.framework
 
MemoryLogTensorOutput - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorOutput
MemoryLogTensorOutput.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.MemoryLogTensorOutput
MemoryLogTensorOutputOrBuilder - Interface in org.tensorflow.framework
 
memoryManager - Static variable in class org.nd4j.linalg.factory.Nd4j
 
memoryManager - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
MemoryManager - Interface in org.nd4j.linalg.memory
 
memoryManagerClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
MemoryStats - Class in org.tensorflow.framework
For memory tracking.
MemoryStats.Builder - Class in org.tensorflow.framework
For memory tracking.
MemoryStatsOrBuilder - Interface in org.tensorflow.framework
 
memset(INDArray) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method fills given INDArray with zeroes.
Merge - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
Merge() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
merge(List<DataSet>) - Static method in class org.nd4j.linalg.dataset.DataSet
Merge the list of datasets in to one list.
merge(Collection<? extends MultiDataSet>) - Static method in class org.nd4j.linalg.dataset.MultiDataSet
Merge a collection of MultiDataSet objects into a single MultiDataSet.
merge2d(INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified 2d arrays and masks.
merge2d(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified 2d arrays and masks.
merge4d(INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified 4d arrays and masks.
merge4d(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified 4d arrays and masks.
mergeadd(SDVariable[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mergeAdd(SDVariable...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mergeAdd(String, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
MergeAddOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Addition operation for n operands, called "mergeadd" in libnd4j
MergeAddOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
MergeAddOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
MergeAddOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
mergeAllocationDescription(AllocationDescription) - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
mergeAllowedValues(AttrValue) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
mergeAllowedValues(AttrValue) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
mergeAudio(Summary.Audio) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
MergeAvg - Class in org.nd4j.linalg.api.ops.impl.shape
 
MergeAvg() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
mergeDefaultValue(AttrValue) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
mergeDefaultValue(AttrValue) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
mergeDeprecation(OpDeprecation) - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
mergeElemType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
mergeFeatures(INDArray[][], INDArray[][]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge all of the features arrays into one minibatch.
mergeFeatures(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified features and mask arrays (i.e., concatenate the examples)
mergeFeatures(INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Extract out the specified column, and merge the specified features and mask arrays (i.e., concatenate the examples)
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
mergeFrom(OnnxMlProto3.AttributeProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
mergeFrom(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
mergeFrom(OnnxMlProto3.ModelProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
mergeFrom(OnnxMlProto3.NodeProto) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
mergeFrom(OnnxMlProto3.OperatorSetIdProto) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
mergeFrom(OnnxMlProto3.StringStringEntryProto) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
mergeFrom(OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
mergeFrom(OnnxMlProto3.TensorProto.Segment) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
mergeFrom(OnnxMlProto3.TensorShapeProto) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(OnnxMlProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
mergeFrom(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
mergeFrom(OnnxMlProto3.TypeProto.Map) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
mergeFrom(OnnxMlProto3.TypeProto.Sequence) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
mergeFrom(OnnxMlProto3.TypeProto.Tensor) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
mergeFrom(OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
mergeFrom(OnnxOperatorsProto3.OperatorProto) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
mergeFrom(OnnxOperatorsProto3.OperatorSetProto) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
mergeFrom(OnnxProto3.AttributeProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
mergeFrom(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
mergeFrom(OnnxProto3.ModelProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
mergeFrom(OnnxProto3.NodeProto) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
mergeFrom(OnnxProto3.OperatorSetIdProto) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
mergeFrom(OnnxProto3.StringStringEntryProto) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
mergeFrom(OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
mergeFrom(OnnxProto3.TensorProto.Segment) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
mergeFrom(OnnxProto3.TensorShapeProto) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(OnnxProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
mergeFrom(OnnxProto3.TypeProto) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
mergeFrom(OnnxProto3.TypeProto.Tensor) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
mergeFrom(Message) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
mergeFrom(OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
mergeFrom(AllocationDescription) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
mergeFrom(AllocationRecord) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
mergeFrom(AllocatorMemoryUsed) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
mergeFrom(ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
mergeFrom(ApiDef.Attr) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ApiDef.Builder
 
mergeFrom(ApiDef) - Method in class org.tensorflow.framework.ApiDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ApiDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
mergeFrom(ApiDef.Endpoint) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
mergeFrom(ApiDefs) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.AttrValue.Builder
 
mergeFrom(AttrValue) - Method in class org.tensorflow.framework.AttrValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.AttrValue.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
mergeFrom(AttrValue.ListValue) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
mergeFrom(CostGraphDef) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
mergeFrom(CostGraphDef.Node) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
mergeFrom(CostGraphDef.Node.InputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
mergeFrom(CostGraphDef.Node.OutputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
mergeFrom(DeviceAttributes) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
mergeFrom(DeviceLocality) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
mergeFrom(DeviceStepStats) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
mergeFrom(FunctionDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
mergeFrom(FunctionDefLibrary) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GradientDef.Builder
 
mergeFrom(GradientDef) - Method in class org.tensorflow.framework.GradientDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GradientDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphDef.Builder
 
mergeFrom(GraphDef) - Method in class org.tensorflow.framework.GraphDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
mergeFrom(GraphTransferInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
mergeFrom(GraphTransferInfo.ConstNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
mergeFrom(GraphTransferInfo.GraphInputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
mergeFrom(GraphTransferInfo.GraphOutputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
mergeFrom(GraphTransferInfo.NodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
mergeFrom(GraphTransferInfo.NodeInput) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
mergeFrom(GraphTransferInfo.NodeInputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
mergeFrom(GraphTransferInfo.NodeOutputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
mergeFrom(HistogramProto) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
mergeFrom(KernelDef.AttrConstraint) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.KernelDef.Builder
 
mergeFrom(KernelDef) - Method in class org.tensorflow.framework.KernelDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.KernelDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
mergeFrom(MemoryLogRawAllocation) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
mergeFrom(MemoryLogRawDeallocation) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
mergeFrom(MemoryLogStep) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
mergeFrom(MemoryLogTensorAllocation) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
mergeFrom(MemoryLogTensorDeallocation) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
mergeFrom(MemoryLogTensorOutput) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
mergeFrom(MemoryStats) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
mergeFrom(NameAttrList) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.NodeDef.Builder
 
mergeFrom(NodeDef) - Method in class org.tensorflow.framework.NodeDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.NodeDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
mergeFrom(NodeExecStats) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
mergeFrom(NodeOutput) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
mergeFrom(OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
mergeFrom(OpDef.AttrDef) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.OpDef.Builder
 
mergeFrom(OpDef) - Method in class org.tensorflow.framework.OpDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.OpDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
mergeFrom(OpDeprecation) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.OpList.Builder
 
mergeFrom(OpList) - Method in class org.tensorflow.framework.OpList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.OpList.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
mergeFrom(ReaderBaseState) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
mergeFrom(RemoteFusedGraphExecuteInfo) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
mergeFrom(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
mergeFrom(ResourceHandleProto) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
mergeFrom(SaveSliceInfoDef) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.StepStats.Builder
 
mergeFrom(StepStats) - Method in class org.tensorflow.framework.StepStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.StepStats.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
mergeFrom(Summary.Audio) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.Summary.Builder
 
mergeFrom(Summary) - Method in class org.tensorflow.framework.Summary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.Summary.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
mergeFrom(Summary.Image) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
mergeFrom(Summary.Value) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
mergeFrom(SummaryDescription) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
mergeFrom(SummaryMetadata) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
mergeFrom(SummaryMetadata.PluginData) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
mergeFrom(TensorDescription) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorProto.Builder
 
mergeFrom(TensorProto) - Method in class org.tensorflow.framework.TensorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
mergeFrom(TensorShapeProto) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
mergeFrom(TensorShapeProto.Dim) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
mergeFrom(TensorSliceProto) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
mergeFrom(TensorSliceProto.Extent) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.VariableDef.Builder
 
mergeFrom(VariableDef) - Method in class org.tensorflow.framework.VariableDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.VariableDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
mergeFrom(VariantTensorDataProto) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.framework.VersionDef.Builder
 
mergeFrom(VersionDef) - Method in class org.tensorflow.framework.VersionDef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.framework.VersionDef.Builder
 
mergeFrom(Message) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
mergeFrom(IteratorStateMetadata) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
mergeFrom(Message) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
mergeFrom(OpGenOverridesOuterClass.OpGenOverride.AttrDefault) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
mergeFrom(Message) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
mergeFrom(OpGenOverridesOuterClass.OpGenOverride) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
mergeFrom(Message) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
mergeFrom(OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
mergeFrom(Message) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
mergeFrom(OpGenOverridesOuterClass.OpGenOverrides) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
mergeFunc(NameAttrList) - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
mergeG(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
mergeG(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
mergeGraph(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
mergeGraph(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
mergeHisto(HistogramProto) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
mergeImage(Summary.Image) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
mergeLabels(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified labels and label mask arrays (i.e., concatenate the examples)
mergeLabels(INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Extract out the specified column, and merge the specified label and label mask arrays (i.e., concatenate the examples)
mergeLibrary(FunctionDefLibrary) - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
mergeList(AttrValue.ListValue) - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
mergeLocality(DeviceLocality) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
mergeMapType(OnnxMlProto3.TypeProto.Map) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
MergeMax - Class in org.nd4j.linalg.api.ops.impl.shape
 
MergeMax() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
mergeMemoryStats(MemoryStats) - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
mergeMetadata(SummaryMetadata) - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
mergePerOutputMasks2d(int[], INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
mergePerOutputMasks2d(int[], INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
mergePluginData(SummaryMetadata.PluginData) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
mergeRemoteGraph(GraphDef) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
mergeSaveSliceInfoDef(SaveSliceInfoDef) - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
mergeSegment(OnnxMlProto3.TensorProto.Segment) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
mergeSegment(OnnxProto3.TensorProto.Segment) - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
mergeSequenceType(OnnxMlProto3.TypeProto.Sequence) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
mergeShape(OnnxMlProto3.TensorShapeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
mergeShape(OnnxProto3.TensorShapeProto) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
mergeShape(TensorShapeProto) - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
mergeShape(TensorShapeProto) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
mergeShape(TensorShapeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
mergeShape(TensorShapeProto) - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
mergeSignature(OpDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
MergeSum - Class in org.nd4j.linalg.api.ops.impl.shape
 
MergeSum() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
mergeT(OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
mergeT(OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
mergeTensor(TensorProto) - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
mergeTensor(TensorDescription) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
mergeTensor(TensorDescription) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
mergeTensor(TensorProto) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
mergeTensorDescription(TensorDescription) - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
mergeTensorShape(TensorShapeProto) - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
mergeTensorType(OnnxMlProto3.TypeProto.Tensor) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
mergeTensorType(OnnxProto3.TypeProto.Tensor) - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
mergeTimeSeries(INDArray[][], INDArray[][], int) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified time series (3d) arrays and masks.
mergeTimeSeries(INDArray[], INDArray[]) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Merge the specified time series (3d) arrays and masks.
mergeType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
mergeType(OnnxProto3.TypeProto) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AttrValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GradientDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.KernelDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.StepStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VariableDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VersionDef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
mergeValue(AttrValue) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
mergeValueType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
mergeVersions(VersionDef) - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
METADATA_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
METADATA_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariantTensorDataProto
 
METADATA_PROPS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
METADATA_PROPS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
MetaOp - Interface in org.nd4j.linalg.api.ops
MetaOp is special op, that contains multiple ops
migrate() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method pulls this INDArray into current Workspace.
migrate(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
This method pulls this INDArray into current Workspace, or optionally detaches if no workspace is present.
That is:
If current workspace is present/active, INDArray is migrated to it.
If no current workspace is present/active, one of two things occur: 1.
migrate() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
migrate(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
migrate() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method pulls this INDArray into current Workspace.
migrate(boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method pulls this INDArray into current Workspace, or optionally detaches if no workspace is present.
That is:
If current workspace is present/active, INDArray is migrated to it.
If no current workspace is present/active, one of two things occur: 1.
migrate() - Method in interface org.nd4j.linalg.dataset.api.DataSet
This method migrates this DataSet into current Workspace (if any)
migrate() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
This method migrates this MultiDataSet into current Workspace (if any)
migrate() - Method in class org.nd4j.linalg.dataset.DataSet
This method migrates this DataSet into current Workspace (if any)
migrate() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
min(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
min(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
min(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
min(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
min(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
min(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
min(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
min() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
min(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the overall min of this ndarray
min(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the overall min of this ndarray
min(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
min(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall min of this ndarray
Min - Class in org.nd4j.linalg.api.ops.impl.accum
Calculate the min over a vector
Min(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Min
 
Min - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Min function
Min() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
Min(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
Min(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
Min(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
min(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast min op.
min(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
min(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
min(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
min(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
min(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Minimum function with a scalar
min(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Maximum function with a scalar
min(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element wise minimum function between 2 INDArrays
min(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element wise minimum function between 2 INDArrays
MIN_CONSUMER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VersionDef
 
MIN_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
minComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
minComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
minComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
minComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
MiniBatchFileDataSetIterator - Class in org.nd4j.linalg.dataset
Mini batch file datasetiterator auto partitions a dataset in to mini batches
MiniBatchFileDataSetIterator(DataSet, int) - Constructor for class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
MiniBatchFileDataSetIterator(DataSet, int, boolean, File) - Constructor for class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
MiniBatchFileDataSetIterator(DataSet, int, boolean) - Constructor for class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
MINIMUM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
minMaxScaleAllInputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to all inputs, except the ones individually configured
minMaxScaleAllInputs(double, double) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to all inputs, except the ones individually configured
minMaxScaleAllOutputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to all outputs, except the ones individually configured
minMaxScaleAllOutputs(double, double) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to all outputs, except the ones individually configured
minMaxScaleInput(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to a specific input, overriding the global input strategy if any
minMaxScaleInput(int, double, double) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to a specific input, overriding the global input strategy if any
minMaxScaleOutput(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to a specific output, overriding the global output strategy if any
minMaxScaleOutput(int, double, double) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply min-max scaling to a specific output, overriding the global output strategy if any
MinMaxSerializerStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for saving and restoring NormalizerMinMaxScaler instances in single binary files
MinMaxSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.MinMaxSerializerStrategy
 
MinMaxStats - Class in org.nd4j.linalg.dataset.api.preprocessor.stats
Statistics about the lower bounds and upper bounds of values in data.
MinMaxStats(INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats
 
MinMaxStats.Builder - Class in org.nd4j.linalg.dataset.api.preprocessor.stats
DynamicCustomOpsBuilder class that can incrementally update a running lower and upper bound in order to create statistics for a large set of data
MinMaxStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor
NormalizerStrategy implementation that will normalize and denormalize data arrays to a given range, based on statistics of the upper and lower bounds of the population
MinMaxStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MinMaxStrategy
 
MinMaxStrategy(double, double) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MinMaxStrategy
 
minNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
minNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
minNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
minNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns min value in this INDArray
missingOnnxOps() - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Returns the missing onnx ops
missingOps() - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Returns the missing ops for c++ vs java.
missingTensorflowOps() - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
Returns the missing tensorflow ops
MixtureDensityComponents() - Constructor for class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity.MixtureDensityComponents
 
mmul(SDVariable, SDVariable, MMulTranspose) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mmul(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mmul(SDVariable, SDVariable, MMulTranspose) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mmul(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mmul(String, SDVariable, SDVariable, MMulTranspose) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mmul(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
mmul(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Perform a copy matrix multiplication
mmul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Perform an copy matrix multiplication
mmul(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Perform a copy matrix multiplication
mmul(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Perform an copy matrix multiplication
mmul(INDArray, INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform a copy matrix multiplication
mmul(INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform a copy matrix multiplication
mmul(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform a copy matrix multiplication
mmul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform an copy matrix multiplication
mmul(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mmul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mmul(INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
mmul(INDArray, INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Perform an copy matrix multiplication
mmul(INDArray, MMulTranspose) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mmul(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform a copy matrix multiplication
mmul(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform an copy matrix multiplication
mmul(INDArray, INDArray, MMulTranspose) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform an copy matrix multiplication
Mmul - Class in org.nd4j.linalg.api.ops.impl.accum
Matrix multiplication/dot product
Mmul(SameDiff, SDVariable, SDVariable, MMulTranspose) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
Mmul(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
Mmul(INDArray, INDArray, INDArray, MMulTranspose) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
Mmul() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
mmuli(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Perform an copy matrix multiplication
mmuli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Perform an copy matrix multiplication
mmuli(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Perform an copy matrix multiplication
mmuli(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Perform an copy matrix multiplication
mmuli(INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform an copy matrix multiplication
mmuli(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform an copy matrix multiplication
mmuli(INDArray, INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform an in place matrix multiplication
mmuli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Perform an copy matrix multiplication
mmuli(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mmuli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mmuli(INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
mmuli(INDArray, INDArray, MMulTranspose) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
mmuli(INDArray, MMulTranspose) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mmuli(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform an inplace matrix multiplication
mmuli(INDArray, INDArray, MMulTranspose) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mmuli(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform an inplace matrix multiplication
MMulTranspose - Class in org.nd4j.linalg.api.blas.params
 
MMulTranspose(boolean, boolean, boolean, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.blas.params.MMulTranspose
 
mMulTranspose - Variable in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
mMulTranspose - Variable in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
mode - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
mode - Variable in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
MODEL_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
MODEL_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
Module - Interface in org.nd4j.linalg.api.ops
A Module is a CustomOp with varying input arguments and automatically calculated outputs defined at a higher level than c++.
moments(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
moments(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
moments(String[], SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Moments - Class in org.nd4j.linalg.api.ops.impl.accum
 
Moments(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Moments
 
Moments(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Moments
 
moveToConstantSpace(DataBuffer) - Method in class org.nd4j.linalg.cache.BasicConstantHandler
 
moveToConstantSpace(DataBuffer) - Method in interface org.nd4j.linalg.cache.ConstantHandler
If specific hardware supports dedicated constant memory, this method forces DataBuffer passed in to be moved to that constant memory.
mpow(INDArray, int, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Raises a square matrix to a power n, which can be positive, negative, or zero.
mse(String, SDVariable, SDVariable, SDVariable, LossFunctions.Reduction, int...) - Static method in class org.nd4j.autodiff.loss.LossFunctions
Mean squared error: L = mean( (predicted - label)^2)
mul(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mul(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
mul(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
mul(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
mul(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
mul(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
mul(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
mul(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
mul(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy (element wise) multiplication of two matrices
mul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy (element wise) multiplication of two matrices
mul(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
mul(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
mul(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
mul(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
mul(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
mul(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
mul(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
mul(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy (element wise) multiplication of two matrices
mul(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy (element wise) multiplication of two matrices
mul(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
mul(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy (element wise) multiplication of two matrices
mul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy (element wise) multiplication of two matrices
mul(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
mul(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
mul(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
mul(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mul(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Scalar multiplication (copy)
mul(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mul(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
copy (element wise) multiplication of two NDArrays
mul(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
copy (element wise) multiplication of two NDArrays
mul(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mul(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
mul(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast element-wise multiply op.
mulBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
MulBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Division backprop operation.
MulBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.MulBpOp
 
MulBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.MulBpOp
 
mulColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
mulColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
mulColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
mulColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mulColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Multiplication of a column vector (copy)
muli(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
muli(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
muli(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
muli(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
muli(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
muli(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
muli(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
muli(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
muli(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place (element wise) multiplication of two matrices
muli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place (element wise) multiplication of two matrices
muli(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
muli(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
muli(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
muli(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
muli(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
muli(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
muli(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
muli(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
muli(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place (element wise) multiplication of two matrices
muli(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place (element wise) multiplication of two matrices
muli(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
muli(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place (element wise) multiplication of two matrices
muli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place (element wise) multiplication of two matrices
muli(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
muli(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
muli(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
muli(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muli(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place scalar multiplication
muli(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place multiplication of this ndarray
muli(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) multiplication of two NDArrays
muli(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) multiplication of two NDArrays
muli(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
muli(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
muliColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
muliColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
muliColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
muliColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muliColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place multiplication of a column vector
muliRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
muliRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
muliRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
muliRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
muliRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place multiplication of a row vector
MulOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Multiplication operation
MulOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
MulOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
MulOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
mulRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
mulRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
mulRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
mulRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
mulRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Multiplication of a row vector (copy)
MultiDataNormalization - Interface in org.nd4j.linalg.dataset.api.preprocessor
An interface for multi dataset normalizers.
MultiDataSet - Interface in org.nd4j.linalg.dataset.api
MultiDataSet is an interface for representing complex data sets, that have (potentially) multiple inputs and outputs For example, some complex neural network architectures may have multiple independent inputs, and multiple independent outputs.
MultiDataSet - Class in org.nd4j.linalg.dataset
Implementation of MultiDataSet
MultiDataSet() - Constructor for class org.nd4j.linalg.dataset.MultiDataSet
Create a new (empty) MultiDataSet object (all fields are null)
MultiDataSet(INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.MultiDataSet
MultiDataSet constructor with single features/labels input, no mask arrays
MultiDataSet(INDArray, INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.MultiDataSet
MultiDataSet constructor with single features/labels input, single mask arrays
MultiDataSet(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.dataset.MultiDataSet
MultiDataSet constructor with no mask arrays
MultiDataSet(INDArray[], INDArray[], INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.dataset.MultiDataSet
 
MultiDataSetIterator - Interface in org.nd4j.linalg.dataset.api.iterator
An iterator for MultiDataSet objects.
MultiDataSetIteratorFactory - Interface in org.nd4j.linalg.dataset.api.iterator
MultiDataSetPreProcessor - Interface in org.nd4j.linalg.dataset.api
PreProcessor interface for MultiDataSets
MultiHybridSerializerStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for saving and restoring MultiNormalizerHybrid instances in single binary files
MultiHybridSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiHybridSerializerStrategy
 
MultiMinMaxSerializerStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for saving and restoring MultiNormalizerMinMaxScaler instances in single binary files
MultiMinMaxSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiMinMaxSerializerStrategy
 
MultiNormalizerHybrid - Class in org.nd4j.linalg.dataset.api.preprocessor
Pre processor for MultiDataSet that can be configured to use different normalization strategies for different inputs and outputs, or none at all.
MultiNormalizerHybrid() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
 
MultiNormalizerMinMaxScaler - Class in org.nd4j.linalg.dataset.api.preprocessor
Pre processor for MultiDataSet that normalizes feature values (and optionally label values) to lie between a minimum and maximum value (by default between 0 and 1)
MultiNormalizerMinMaxScaler() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
MultiNormalizerMinMaxScaler(double, double) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
Preprocessor can take a range as minRange and maxRange
MultiNormalizerStandardize - Class in org.nd4j.linalg.dataset.api.preprocessor
Pre processor for MultiDataSet that normalizes feature values (and optionally label values) to have 0 mean and a standard deviation of 1
MultiNormalizerStandardize() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
MultipleEpochsIterator - Class in org.nd4j.linalg.dataset.api.iterator
Deprecated.
MultipleEpochsIterator(int, DataSetIterator) - Constructor for class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
 
MULTIPLICATOR - Static variable in class org.nd4j.graph.OpClass
 
multiplyBy(double) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Multiply the features by a scalar
multiplyBy(double) - Method in class org.nd4j.linalg.dataset.DataSet
 
MultiStandardizeSerializerStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for saving and restoring MultiNormalizerStandardize instances in single binary files
MultiStandardizeSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiStandardizeSerializerStrategy
 

N

n - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
n() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
n() - Method in interface org.nd4j.linalg.api.ops.Op
The number of elements to do a op over
Nadam - Class in org.nd4j.linalg.learning.config
Setup and DynamicCustomOpsBuilder for Nadam updater.
Nadam() - Constructor for class org.nd4j.linalg.learning.config.Nadam
 
Nadam(double) - Constructor for class org.nd4j.linalg.learning.config.Nadam
 
Nadam(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Nadam
 
Nadam(double, double, double, double) - Constructor for class org.nd4j.linalg.learning.config.Nadam
 
Nadam.Builder - Class in org.nd4j.linalg.learning.config
 
NadamUpdater - Class in org.nd4j.linalg.learning
The Nadam updater.
NadamUpdater(Nadam) - Constructor for class org.nd4j.linalg.learning.NadamUpdater
 
name(int) - Static method in class org.nd4j.graph.ByteOrder
 
name(int) - Static method in class org.nd4j.graph.DataType
 
name(int) - Static method in class org.nd4j.graph.Direction
 
name(int) - Static method in class org.nd4j.graph.ExecutionMode
 
name() - Method in class org.nd4j.graph.FlatNode
 
name() - Method in class org.nd4j.graph.FlatProperties
 
name() - Method in class org.nd4j.graph.FlatTiming
 
name() - Method in class org.nd4j.graph.FlatVariable
 
name(int) - Static method in class org.nd4j.graph.InputType
 
name(int) - Static method in class org.nd4j.graph.OpClass
 
name(int) - Static method in class org.nd4j.graph.OutputMode
 
name(int) - Static method in class org.nd4j.graph.ProfilingMode
 
name() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
name() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
name() - Method in interface org.nd4j.linalg.lossfunctions.ILossFunction
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossNegativeLogLikelihood
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
The opName of this function
name() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
The opName of this function
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ValueInfoProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ValueInfoProto
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Arg
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Attr
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Endpoint
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef.AttrConstraint
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NameAttrList
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeDef
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ResourceHandleProto
 
NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorShapeProto.Dim
 
NAME_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
NAME_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
nameAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
nameAsByteBuffer() - Method in class org.nd4j.graph.FlatProperties
 
nameAsByteBuffer() - Method in class org.nd4j.graph.FlatTiming
 
nameAsByteBuffer() - Method in class org.nd4j.graph.FlatVariable
 
NameAttrList - Class in org.tensorflow.framework
A list of attr names and their values.
NameAttrList.Builder - Class in org.tensorflow.framework
A list of attr names and their values.
NameAttrListOrBuilder - Interface in org.tensorflow.framework
 
nameIndexForGraph(GRAPH_TYPE) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
nameIndexForGraph(GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
names - Static variable in class org.nd4j.graph.ByteOrder
 
names - Static variable in class org.nd4j.graph.DataType
 
names - Static variable in class org.nd4j.graph.Direction
 
names - Static variable in class org.nd4j.graph.ExecutionMode
 
names - Static variable in class org.nd4j.graph.InputType
 
names - Static variable in class org.nd4j.graph.OpClass
 
names - Static variable in class org.nd4j.graph.OutputMode
 
names - Static variable in class org.nd4j.graph.ProfilingMode
 
NAN_PANIC - Static variable in class org.nd4j.graph.ProfilingMode
 
NATIVE_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
Nd4j - Class in org.nd4j.linalg.factory
Creation of ndarrays via classpath discovery.
Nd4j() - Constructor for class org.nd4j.linalg.factory.Nd4j
 
Nd4j.PadMode - Enum in org.nd4j.linalg.factory
 
Nd4jEnvironment - Class in org.nd4j.linalg.api.environment
An environment descriptor representing the state of the system nd4j is running.
Nd4jEnvironment() - Constructor for class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
ND4JException - Exception in org.nd4j.linalg.exception
Base (unchecked) exception for ND4J errors
ND4JException() - Constructor for exception org.nd4j.linalg.exception.ND4JException
 
ND4JException(String) - Constructor for exception org.nd4j.linalg.exception.ND4JException
 
ND4JException(String, Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JException
 
ND4JException(Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JException
 
ND4JIllegalArgumentException - Exception in org.nd4j.linalg.exception
ND4JIllegalStateException: thrown on invalid arguments
ND4JIllegalArgumentException() - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalArgumentException
 
ND4JIllegalArgumentException(String) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalArgumentException
 
ND4JIllegalArgumentException(String, Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalArgumentException
 
ND4JIllegalArgumentException(Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalArgumentException
 
ND4JIllegalStateException - Exception in org.nd4j.linalg.exception
ND4JIllegalStateException: thrown on invalid operations (for example, matrix multiplication with invalid arrays)
ND4JIllegalStateException() - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalStateException
 
ND4JIllegalStateException(String) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalStateException
 
ND4JIllegalStateException(String, Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalStateException
 
ND4JIllegalStateException(Throwable) - Constructor for exception org.nd4j.linalg.exception.ND4JIllegalStateException
 
Nd4jNoSuchWorkspaceException - Exception in org.nd4j.linalg.exception
An unchecked (runtime) exception that specifies that the requested workspace does not exist
Nd4jNoSuchWorkspaceException(String) - Constructor for exception org.nd4j.linalg.exception.Nd4jNoSuchWorkspaceException
 
Nd4jNoSuchWorkspaceException(String, Throwable) - Constructor for exception org.nd4j.linalg.exception.Nd4jNoSuchWorkspaceException
 
nd4jTypeFromOnnxType(OnnxProto3.TensorProto.DataType) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
Convert an onnx type to the proper nd4j type
Nd4jWorkspace - Class in org.nd4j.linalg.memory.abstracts
Basic implementation for MemoryWorkspace interface, further extended in corresponding backends
Nd4jWorkspace(WorkspaceConfiguration) - Constructor for class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
Nd4jWorkspace(WorkspaceConfiguration, String) - Constructor for class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
Nd4jWorkspace.GarbageWorkspaceReference - Class in org.nd4j.linalg.memory.abstracts
 
ndarray() - Method in class org.nd4j.graph.FlatVariable
 
ndarray(FlatArray) - Method in class org.nd4j.graph.FlatVariable
 
NDARRAY_FACTORY_CLASS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
NDArrayCompressor - Interface in org.nd4j.linalg.compression
NDArray compressor.
NDArrayCreationUtil - Class in org.nd4j.linalg.checkutil
This class contains utility methods for generating NDArrays for use in unit tests The idea is to generate arrays with a specific shape, after various operations have been undertaken on them So output is after get, reshape, transpose, permute, tensorAlongDimension etc operations have been done
Most useful methods:
- getAllTestMatricesWithShape - getAll4dTestArraysWithShape - getAll4dTestArraysWithShape
NDArrayFactory - Interface in org.nd4j.linalg.factory
Creation of ndarrays via classpath discovery.
ndArrayFactoryClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
NDArrayIndex - Class in org.nd4j.linalg.indexing
NDArray indexing
NDArrayIndex(int...) - Constructor for class org.nd4j.linalg.indexing.NDArrayIndex
NDArrayIndexing based on the given indexes
NDArrayIndexAll - Class in org.nd4j.linalg.indexing
Mainly meant for internal use: represents all of the elements of a dimension
NDArrayIndexAll(boolean) - Constructor for class org.nd4j.linalg.indexing.NDArrayIndexAll
 
NDArrayIndexEmpty - Class in org.nd4j.linalg.indexing
 
NDArrayIndexEmpty() - Constructor for class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
NdArrayJSONReader - Class in org.nd4j.linalg.api.ndarray
Deprecated.
NdArrayJSONReader() - Constructor for class org.nd4j.linalg.api.ndarray.NdArrayJSONReader
Deprecated.
 
NdArrayJSONWriter - Class in org.nd4j.linalg.api.ndarray
Deprecated.
NDArrayList - Class in org.nd4j.list
An ArrayList like implementation of List using INDArray as the backing data structure
NDArrayList() - Constructor for class org.nd4j.list.NDArrayList
 
NDArrayList(INDArray) - Constructor for class org.nd4j.list.NDArrayList
Specify the underlying ndarray for this list.
NDArrayMath - Class in org.nd4j.linalg.util
 
NDArrayShapeAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
 
NDArrayShapeAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.NDArrayShapeAdapter
 
NDArrayStrings - Class in org.nd4j.linalg.string
String representation of an ndarray.
NDArrayStrings() - Constructor for class org.nd4j.linalg.string.NDArrayStrings
 
NDArrayStrings(String) - Constructor for class org.nd4j.linalg.string.NDArrayStrings
 
NDArrayStrings(int) - Constructor for class org.nd4j.linalg.string.NDArrayStrings
Specify the number of digits after the decimal point to include
NDArrayStrings(String, int) - Constructor for class org.nd4j.linalg.string.NDArrayStrings
Specify a delimiter for elements in columns for 2d arrays (or in the rank-1th dimension in higher order arrays) Separator in elements in remaining dimensions defaults to ",\n"
NDArrayStrings(String, String) - Constructor for class org.nd4j.linalg.string.NDArrayStrings
Specify a col separator and a decimal format string
NDArraySupplierInitScheme - Class in org.nd4j.weightinit.impl
 
NDArraySupplierInitScheme() - Constructor for class org.nd4j.weightinit.impl.NDArraySupplierInitScheme
 
NDArraySupplierInitScheme.NDArraySupplier - Interface in org.nd4j.weightinit.impl
A simple facade
NDArrayUtil - Class in org.nd4j.linalg.util
Created by agibsonccc on 2/26/16.
NdIndexIterator - Class in org.nd4j.linalg.api.iter
Iterates and returns int arrays over a particular shape.
NdIndexIterator(int...) - Constructor for class org.nd4j.linalg.api.iter.NdIndexIterator
Pass in the shape to iterate over.
NdIndexIterator(char, boolean, int...) - Constructor for class org.nd4j.linalg.api.iter.NdIndexIterator
Pass in the shape to iterate over.
NdIndexIterator(char, int...) - Constructor for class org.nd4j.linalg.api.iter.NdIndexIterator
Pass in the shape to iterate over
neg(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
neg(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neg(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neg() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Negate each element.
neg() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neg() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Negate each element.
neg() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
neg() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the ndarray negative (cloned)
neg(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Returns the negative of an ndarray
neg(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Negative
neg(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the log value of the given complex number
NEG_UNIT - Static variable in class org.nd4j.linalg.factory.Nd4j
 
Negative - Class in org.nd4j.linalg.api.ops.impl.transforms
Negative function
Negative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
Negative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
negativeLogLikelihood(String, SDVariable, SDVariable, SDVariable, LossFunctions.Reduction, int...) - Static method in class org.nd4j.autodiff.loss.LossFunctions
 
negi() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Negate each element (in-place).
negi() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
negi() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Negate each element (in-place).
negi() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
negi() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place setting of the negative version of this ndarray
neq(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
neq(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
neq(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neq(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neq(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neq(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
neq(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neq(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neq(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neq(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neq(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neq(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neq(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
neq(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
neq(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
neq(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
neq(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Not equals" comparison.
neq(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Not equals" comparison.
neq(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast not equal to op.
neqi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
neqi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
neqi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neqi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neqi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
neqi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neqi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neqi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
neqi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
neqi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
neqi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
neqi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
neqi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Not equals" comparison.
neqi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the binary ndarray for "Not equals" comparison.
Nesterovs - Class in org.nd4j.linalg.learning.config
Nesterov's momentum.
Nesterovs() - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(double) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(double, double) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(ISchedule, double) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(ISchedule, ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs(double, ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Nesterovs
 
Nesterovs.Builder - Class in org.nd4j.linalg.learning.config
 
NesterovsUpdater - Class in org.nd4j.linalg.learning
Nesterov's momentum.
NesterovsUpdater(Nesterovs) - Constructor for class org.nd4j.linalg.learning.NesterovsUpdater
 
newAxis() - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Represents adding a new dimension
NewAxis - Class in org.nd4j.linalg.indexing
New axis index.
NewAxis() - Constructor for class org.nd4j.linalg.indexing.NewAxis
 
newBuilder() - Static method in class onnx.OnnxMlProto3.AttributeProto
 
newBuilder(OnnxMlProto3.AttributeProto) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.GraphProto
 
newBuilder(OnnxMlProto3.GraphProto) - Static method in class onnx.OnnxMlProto3.GraphProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.ModelProto
 
newBuilder(OnnxMlProto3.ModelProto) - Static method in class onnx.OnnxMlProto3.ModelProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.NodeProto
 
newBuilder(OnnxMlProto3.NodeProto) - Static method in class onnx.OnnxMlProto3.NodeProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
newBuilder(OnnxMlProto3.OperatorSetIdProto) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
newBuilder(OnnxMlProto3.StringStringEntryProto) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TensorProto
 
newBuilder(OnnxMlProto3.TensorProto) - Static method in class onnx.OnnxMlProto3.TensorProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
newBuilder(OnnxMlProto3.TensorProto.Segment) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
newBuilder(OnnxMlProto3.TensorShapeProto.Dimension) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
newBuilder(OnnxMlProto3.TensorShapeProto) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
newBuilder(OnnxMlProto3.TypeProto.Map) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TypeProto
 
newBuilder(OnnxMlProto3.TypeProto) - Static method in class onnx.OnnxMlProto3.TypeProto
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
newBuilder(OnnxMlProto3.TypeProto.Sequence) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
newBuilder() - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
newBuilder(OnnxMlProto3.TypeProto.Tensor) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
newBuilder() - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
newBuilder(OnnxMlProto3.ValueInfoProto) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
newBuilder() - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
newBuilder(OnnxOperatorsProto3.OperatorProto) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
newBuilder() - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
newBuilder(OnnxOperatorsProto3.OperatorSetProto) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
newBuilder() - Static method in class onnx.OnnxProto3.AttributeProto
 
newBuilder(OnnxProto3.AttributeProto) - Static method in class onnx.OnnxProto3.AttributeProto
 
newBuilder() - Static method in class onnx.OnnxProto3.GraphProto
 
newBuilder(OnnxProto3.GraphProto) - Static method in class onnx.OnnxProto3.GraphProto
 
newBuilder() - Static method in class onnx.OnnxProto3.ModelProto
 
newBuilder(OnnxProto3.ModelProto) - Static method in class onnx.OnnxProto3.ModelProto
 
newBuilder() - Static method in class onnx.OnnxProto3.NodeProto
 
newBuilder(OnnxProto3.NodeProto) - Static method in class onnx.OnnxProto3.NodeProto
 
newBuilder() - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
newBuilder(OnnxProto3.OperatorSetIdProto) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
newBuilder() - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
newBuilder(OnnxProto3.StringStringEntryProto) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
newBuilder() - Static method in class onnx.OnnxProto3.TensorProto
 
newBuilder(OnnxProto3.TensorProto) - Static method in class onnx.OnnxProto3.TensorProto
 
newBuilder() - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
newBuilder(OnnxProto3.TensorProto.Segment) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
newBuilder() - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
newBuilder(OnnxProto3.TensorShapeProto.Dimension) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
newBuilder() - Static method in class onnx.OnnxProto3.TensorShapeProto
 
newBuilder(OnnxProto3.TensorShapeProto) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
newBuilder() - Static method in class onnx.OnnxProto3.TypeProto
 
newBuilder(OnnxProto3.TypeProto) - Static method in class onnx.OnnxProto3.TypeProto
 
newBuilder() - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
newBuilder(OnnxProto3.TypeProto.Tensor) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
newBuilder() - Static method in class onnx.OnnxProto3.ValueInfoProto
 
newBuilder(OnnxProto3.ValueInfoProto) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
newBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
newBuilder() - Static method in class org.tensorflow.framework.AllocationDescription
 
newBuilder(AllocationDescription) - Static method in class org.tensorflow.framework.AllocationDescription
 
newBuilder() - Static method in class org.tensorflow.framework.AllocationRecord
 
newBuilder(AllocationRecord) - Static method in class org.tensorflow.framework.AllocationRecord
 
newBuilder() - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
newBuilder(AllocatorMemoryUsed) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
newBuilder() - Static method in class org.tensorflow.framework.ApiDef.Arg
 
newBuilder(ApiDef.Arg) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
newBuilder() - Static method in class org.tensorflow.framework.ApiDef.Attr
 
newBuilder(ApiDef.Attr) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
newBuilder() - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
newBuilder(ApiDef.Endpoint) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
newBuilder() - Static method in class org.tensorflow.framework.ApiDef
 
newBuilder(ApiDef) - Static method in class org.tensorflow.framework.ApiDef
 
newBuilder() - Static method in class org.tensorflow.framework.ApiDefs
 
newBuilder(ApiDefs) - Static method in class org.tensorflow.framework.ApiDefs
 
newBuilder() - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
newBuilder(AttrValue.ListValue) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
newBuilder() - Static method in class org.tensorflow.framework.AttrValue
 
newBuilder(AttrValue) - Static method in class org.tensorflow.framework.AttrValue
 
newBuilder() - Static method in class org.tensorflow.framework.CostGraphDef
 
newBuilder(CostGraphDef) - Static method in class org.tensorflow.framework.CostGraphDef
 
newBuilder() - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
newBuilder(CostGraphDef.Node.InputInfo) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
newBuilder() - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
newBuilder(CostGraphDef.Node) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
newBuilder() - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
newBuilder(CostGraphDef.Node.OutputInfo) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
newBuilder() - Static method in class org.tensorflow.framework.DeviceAttributes
 
newBuilder(DeviceAttributes) - Static method in class org.tensorflow.framework.DeviceAttributes
 
newBuilder() - Static method in class org.tensorflow.framework.DeviceLocality
 
newBuilder(DeviceLocality) - Static method in class org.tensorflow.framework.DeviceLocality
 
newBuilder() - Static method in class org.tensorflow.framework.DeviceStepStats
 
newBuilder(DeviceStepStats) - Static method in class org.tensorflow.framework.DeviceStepStats
 
newBuilder() - Static method in class org.tensorflow.framework.FunctionDef
 
newBuilder(FunctionDef) - Static method in class org.tensorflow.framework.FunctionDef
 
newBuilder() - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
newBuilder(FunctionDefLibrary) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
newBuilder() - Static method in class org.tensorflow.framework.GradientDef
 
newBuilder(GradientDef) - Static method in class org.tensorflow.framework.GradientDef
 
newBuilder() - Static method in class org.tensorflow.framework.GraphDef
 
newBuilder(GraphDef) - Static method in class org.tensorflow.framework.GraphDef
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
newBuilder(GraphTransferInfo.ConstNodeInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
newBuilder(GraphTransferInfo.GraphInputNodeInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
newBuilder(GraphTransferInfo.GraphOutputNodeInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo
 
newBuilder(GraphTransferInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
newBuilder(GraphTransferInfo.NodeInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
newBuilder(GraphTransferInfo.NodeInput) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
newBuilder(GraphTransferInfo.NodeInputInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
newBuilder() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
newBuilder(GraphTransferInfo.NodeOutputInfo) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
newBuilder() - Static method in class org.tensorflow.framework.HistogramProto
 
newBuilder(HistogramProto) - Static method in class org.tensorflow.framework.HistogramProto
 
newBuilder() - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
newBuilder(KernelDef.AttrConstraint) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
newBuilder() - Static method in class org.tensorflow.framework.KernelDef
 
newBuilder(KernelDef) - Static method in class org.tensorflow.framework.KernelDef
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
newBuilder(MemoryLogRawAllocation) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
newBuilder(MemoryLogRawDeallocation) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogStep
 
newBuilder(MemoryLogStep) - Static method in class org.tensorflow.framework.MemoryLogStep
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
newBuilder(MemoryLogTensorAllocation) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
newBuilder(MemoryLogTensorDeallocation) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
newBuilder(MemoryLogTensorOutput) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
newBuilder() - Static method in class org.tensorflow.framework.MemoryStats
 
newBuilder(MemoryStats) - Static method in class org.tensorflow.framework.MemoryStats
 
newBuilder() - Static method in class org.tensorflow.framework.NameAttrList
 
newBuilder(NameAttrList) - Static method in class org.tensorflow.framework.NameAttrList
 
newBuilder() - Static method in class org.tensorflow.framework.NodeDef
 
newBuilder(NodeDef) - Static method in class org.tensorflow.framework.NodeDef
 
newBuilder() - Static method in class org.tensorflow.framework.NodeExecStats
 
newBuilder(NodeExecStats) - Static method in class org.tensorflow.framework.NodeExecStats
 
newBuilder() - Static method in class org.tensorflow.framework.NodeOutput
 
newBuilder(NodeOutput) - Static method in class org.tensorflow.framework.NodeOutput
 
newBuilder() - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
newBuilder(OpDef.ArgDef) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
newBuilder() - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
newBuilder(OpDef.AttrDef) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
newBuilder() - Static method in class org.tensorflow.framework.OpDef
 
newBuilder(OpDef) - Static method in class org.tensorflow.framework.OpDef
 
newBuilder() - Static method in class org.tensorflow.framework.OpDeprecation
 
newBuilder(OpDeprecation) - Static method in class org.tensorflow.framework.OpDeprecation
 
newBuilder() - Static method in class org.tensorflow.framework.OpList
 
newBuilder(OpList) - Static method in class org.tensorflow.framework.OpList
 
newBuilder() - Static method in class org.tensorflow.framework.ReaderBaseState
 
newBuilder(ReaderBaseState) - Static method in class org.tensorflow.framework.ReaderBaseState
 
newBuilder() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
newBuilder(RemoteFusedGraphExecuteInfo) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
newBuilder() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
newBuilder(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
newBuilder() - Static method in class org.tensorflow.framework.ResourceHandleProto
 
newBuilder(ResourceHandleProto) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
newBuilder() - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
newBuilder(SaveSliceInfoDef) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
newBuilder() - Static method in class org.tensorflow.framework.StepStats
 
newBuilder(StepStats) - Static method in class org.tensorflow.framework.StepStats
 
newBuilder() - Static method in class org.tensorflow.framework.Summary.Audio
 
newBuilder(Summary.Audio) - Static method in class org.tensorflow.framework.Summary.Audio
 
newBuilder() - Static method in class org.tensorflow.framework.Summary.Image
 
newBuilder(Summary.Image) - Static method in class org.tensorflow.framework.Summary.Image
 
newBuilder() - Static method in class org.tensorflow.framework.Summary
 
newBuilder(Summary) - Static method in class org.tensorflow.framework.Summary
 
newBuilder() - Static method in class org.tensorflow.framework.Summary.Value
 
newBuilder(Summary.Value) - Static method in class org.tensorflow.framework.Summary.Value
 
newBuilder() - Static method in class org.tensorflow.framework.SummaryDescription
 
newBuilder(SummaryDescription) - Static method in class org.tensorflow.framework.SummaryDescription
 
newBuilder() - Static method in class org.tensorflow.framework.SummaryMetadata
 
newBuilder(SummaryMetadata) - Static method in class org.tensorflow.framework.SummaryMetadata
 
newBuilder() - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
newBuilder(SummaryMetadata.PluginData) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
newBuilder() - Static method in class org.tensorflow.framework.TensorDescription
 
newBuilder(TensorDescription) - Static method in class org.tensorflow.framework.TensorDescription
 
newBuilder() - Static method in class org.tensorflow.framework.TensorProto
 
newBuilder(TensorProto) - Static method in class org.tensorflow.framework.TensorProto
 
newBuilder() - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
newBuilder(TensorShapeProto.Dim) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
newBuilder() - Static method in class org.tensorflow.framework.TensorShapeProto
 
newBuilder(TensorShapeProto) - Static method in class org.tensorflow.framework.TensorShapeProto
 
newBuilder() - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
newBuilder(TensorSliceProto.Extent) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
newBuilder() - Static method in class org.tensorflow.framework.TensorSliceProto
 
newBuilder(TensorSliceProto) - Static method in class org.tensorflow.framework.TensorSliceProto
 
newBuilder() - Static method in class org.tensorflow.framework.VariableDef
 
newBuilder(VariableDef) - Static method in class org.tensorflow.framework.VariableDef
 
newBuilder() - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
newBuilder(VariantTensorDataProto) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
newBuilder() - Static method in class org.tensorflow.framework.VersionDef
 
newBuilder(VersionDef) - Static method in class org.tensorflow.framework.VersionDef
 
newBuilder() - Static method in class org.tensorflow.util.IteratorStateMetadata
 
newBuilder(IteratorStateMetadata) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
newBuilder() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
newBuilder(OpGenOverridesOuterClass.OpGenOverride.AttrDefault) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
newBuilder() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
newBuilder(OpGenOverridesOuterClass.OpGenOverride) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
newBuilder() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
newBuilder(OpGenOverridesOuterClass.OpGenOverride.Rename) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
newBuilder() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
newBuilder(OpGenOverridesOuterClass.OpGenOverrides) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.AttributeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.AttributeProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.GraphProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.GraphProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.ModelProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.ModelProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.NodeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.NodeProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TensorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TensorProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TypeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TypeProto
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
newBuilderForType() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
newBuilderForType() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
newBuilderForType() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.AttributeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.AttributeProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.GraphProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.GraphProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.ModelProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.ModelProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.NodeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.NodeProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.StringStringEntryProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.TensorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TensorProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TensorProto.Segment
 
newBuilderForType() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
newBuilderForType() - Method in class onnx.OnnxProto3.TensorShapeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TensorShapeProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.TypeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TypeProto
 
newBuilderForType() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
newBuilderForType() - Method in class onnx.OnnxProto3.ValueInfoProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class onnx.OnnxProto3.ValueInfoProto
 
newBuilderForType() - Method in class org.tensorflow.framework.AllocationDescription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.AllocationDescription
 
newBuilderForType() - Method in class org.tensorflow.framework.AllocationRecord
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.AllocationRecord
 
newBuilderForType() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
newBuilderForType() - Method in class org.tensorflow.framework.ApiDef.Arg
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ApiDef.Arg
 
newBuilderForType() - Method in class org.tensorflow.framework.ApiDef.Attr
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ApiDef.Attr
 
newBuilderForType() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
newBuilderForType() - Method in class org.tensorflow.framework.ApiDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ApiDef
 
newBuilderForType() - Method in class org.tensorflow.framework.ApiDefs
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ApiDefs
 
newBuilderForType() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.AttrValue.ListValue
 
newBuilderForType() - Method in class org.tensorflow.framework.AttrValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.AttrValue
 
newBuilderForType() - Method in class org.tensorflow.framework.CostGraphDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.CostGraphDef
 
newBuilderForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.CostGraphDef.Node
 
newBuilderForType() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.DeviceAttributes
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.DeviceAttributes
 
newBuilderForType() - Method in class org.tensorflow.framework.DeviceLocality
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.DeviceLocality
 
newBuilderForType() - Method in class org.tensorflow.framework.DeviceStepStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.DeviceStepStats
 
newBuilderForType() - Method in class org.tensorflow.framework.FunctionDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.FunctionDef
 
newBuilderForType() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.FunctionDefLibrary
 
newBuilderForType() - Method in class org.tensorflow.framework.GradientDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GradientDef
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphDef
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.HistogramProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.HistogramProto
 
newBuilderForType() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
newBuilderForType() - Method in class org.tensorflow.framework.KernelDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.KernelDef
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogStep
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogStep
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
newBuilderForType() - Method in class org.tensorflow.framework.MemoryStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.MemoryStats
 
newBuilderForType() - Method in class org.tensorflow.framework.NameAttrList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.NameAttrList
 
newBuilderForType() - Method in class org.tensorflow.framework.NodeDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.NodeDef
 
newBuilderForType() - Method in class org.tensorflow.framework.NodeExecStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.NodeExecStats
 
newBuilderForType() - Method in class org.tensorflow.framework.NodeOutput
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.NodeOutput
 
newBuilderForType() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.OpDef.ArgDef
 
newBuilderForType() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.OpDef.AttrDef
 
newBuilderForType() - Method in class org.tensorflow.framework.OpDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.OpDef
 
newBuilderForType() - Method in class org.tensorflow.framework.OpDeprecation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.OpDeprecation
 
newBuilderForType() - Method in class org.tensorflow.framework.OpList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.OpList
 
newBuilderForType() - Method in class org.tensorflow.framework.ReaderBaseState
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ReaderBaseState
 
newBuilderForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
newBuilderForType() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
newBuilderForType() - Method in class org.tensorflow.framework.ResourceHandleProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.ResourceHandleProto
 
newBuilderForType() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
newBuilderForType() - Method in class org.tensorflow.framework.StepStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.StepStats
 
newBuilderForType() - Method in class org.tensorflow.framework.Summary.Audio
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.Summary.Audio
 
newBuilderForType() - Method in class org.tensorflow.framework.Summary.Image
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.Summary.Image
 
newBuilderForType() - Method in class org.tensorflow.framework.Summary
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.Summary
 
newBuilderForType() - Method in class org.tensorflow.framework.Summary.Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.Summary.Value
 
newBuilderForType() - Method in class org.tensorflow.framework.SummaryDescription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.SummaryDescription
 
newBuilderForType() - Method in class org.tensorflow.framework.SummaryMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.SummaryMetadata
 
newBuilderForType() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorDescription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorDescription
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorProto
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorShapeProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorShapeProto
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
newBuilderForType() - Method in class org.tensorflow.framework.TensorSliceProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.TensorSliceProto
 
newBuilderForType() - Method in class org.tensorflow.framework.VariableDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.VariableDef
 
newBuilderForType() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.VariantTensorDataProto
 
newBuilderForType() - Method in class org.tensorflow.framework.VersionDef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.framework.VersionDef
 
newBuilderForType() - Method in class org.tensorflow.util.IteratorStateMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.tensorflow.util.IteratorStateMetadata
 
newBuilderForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
newBuilderForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
newBuilderForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
newBuilderForType() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
newCloner() - Static method in class org.nd4j.autodiff.samediff.SameDiff
 
newFormat - Variable in class org.nd4j.linalg.api.ops.BaseAccumulation
 
newShape(int[], char) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
newShape(int[], char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
newShapeNoCopy(INDArray, int[], boolean) - Static method in class org.nd4j.linalg.api.shape.Shape
A port of numpy's reshaping algorithm that leverages no copy where possible and returns null if the reshape couldn't happen without copying
newStatsBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MinMaxStrategy
Create a new NormalizerStats.Builder instance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementation
newStatsBuilder() - Method in interface org.nd4j.linalg.dataset.api.preprocessor.NormalizerStrategy
Create a new NormalizerStats.Builder instance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementation
newStatsBuilder() - Method in class org.nd4j.linalg.dataset.api.preprocessor.StandardizeStrategy
Create a new NormalizerStats.Builder instance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementation
newStrides(int[], int, INDArrayIndex[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
next() - Method in class org.nd4j.linalg.api.iter.FirstAxisIterator
 
next() - Method in class org.nd4j.linalg.api.iter.FlatIterator
 
next() - Method in class org.nd4j.linalg.api.iter.INDArrayIterator
 
next() - Method in class org.nd4j.linalg.api.iter.NdIndexIterator
 
next() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
next() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
next(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Like the standard next method but allows a customizable number of examples returned
next() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
next() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
Returns the next data applyTransformToDestination
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
next() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
next(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Fetch the next 'num' examples.
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Like the standard next method but allows a customizable number of examples returned
next() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Returns the next element in the iteration.
next() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
next() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
next() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
next() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
next() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
next(int) - Method in class org.nd4j.linalg.dataset.ViewIterator
 
next() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
next() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Returns the next index
next() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
next() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
next() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
next() - Method in class org.nd4j.linalg.indexing.NewAxis
 
next() - Method in class org.nd4j.linalg.indexing.PointIndex
 
next() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
next() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex.SingleGenerator
 
next() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex.SparseSingleGenerator
 
next() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex.SparseSpecifiedIndexesGenerator
 
next() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex.SpecifiedIndexesGenerator
 
nextBoolean() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextBoolean() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextBytes(byte[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generates random bytes and places them into a user-supplied byte array.
nextDouble() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextDouble(int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextDouble(char, int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextDouble() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble(int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a uniform number ndarray of the specified shape
nextDouble(char, int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a uniform number ndarray of the specified shape and order
nextFloat() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextFloat(int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextFloat(char, int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextFloat() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFloat(int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a uniform number ndarray of the specified shape
nextFloat(char, int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a uniform number ndarray of the specified shape
nextFor(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelDataSetIterator
Returns next DataSet for given consumer
nextFor() - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelDataSetIterator
Returns next DataSet for attached consumer
nextFor(int) - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelMultiDataSetIterator
Returns next DataSet for given consumer
nextFor() - Method in interface org.nd4j.linalg.dataset.api.iterator.ParallelMultiDataSetIterator
Returns next DataSet for attached consumer
nextGaussian() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextGaussian(int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextGaussian(char, int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextGaussian() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextGaussian(int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a gaussian number ndarray of the specified shape
nextGaussian(char, int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a gaussian number ndarray of the specified shape and order
nextInt() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextInt(int) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextInt(int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextInt(int, int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextInt() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in interface org.nd4j.linalg.api.rng.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextInt(int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a random set of integers of the specified shape.
nextInt(int, int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Generate a random set of integers of the specified shape.
NextIteration - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
NextIteration() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
nextLong() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
nextLong() - Method in interface org.nd4j.linalg.api.rng.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextSparse() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
Return the next index with its position in the indexes array
nnz() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
nnz() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
nnz() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the number of non-null element
nnz() - Method in interface org.nd4j.linalg.api.ndarray.ISparseNDArray
Return the number of non-null element
Node - Class in org.nd4j.autodiff.execution
Intermediate Node representation
Node() - Constructor for class org.nd4j.autodiff.execution.Node
 
NODE_DEF_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDef
 
NODE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
NODE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
NODE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef
 
NODE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphDef
 
NODE_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
NODE_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
NODE_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
NODE_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
NODE_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
NODE_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
NODE_INPUT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
NODE_INPUT_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
NODE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
NODE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
NODE_OUTPUT_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo
 
NODE_STATS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceStepStats
 
NodeDef - Class in org.tensorflow.framework
Protobuf type tensorflow.NodeDef
NodeDef.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.NodeDef
NodeDefOrBuilder - Interface in org.tensorflow.framework
 
NodeExecStats - Class in org.tensorflow.framework
Time/size stats recorded for a single execution of a graph node.
NodeExecStats.Builder - Class in org.tensorflow.framework
Time/size stats recorded for a single execution of a graph node.
NodeExecStatsOrBuilder - Interface in org.tensorflow.framework
 
NodeOutput - Class in org.tensorflow.framework
Output sizes recorded for a single execution of a graph node.
NodeOutput.Builder - Class in org.tensorflow.framework
Output sizes recorded for a single execution of a graph node.
NodeOutputOrBuilder - Interface in org.tensorflow.framework
 
NodeProto - Class in org.tensorflow.framework
 
nodes(int) - Method in class org.nd4j.graph.FlatGraph
 
nodes(FlatNode, int) - Method in class org.nd4j.graph.FlatGraph
 
nodesByName(GRAPH_TYPE) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
nodesByName(GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the nodes sorted by n ame from a given graph
nodesForIf(NodeDef, GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
Returns the node for an if statement
nodesLength() - Method in class org.nd4j.graph.FlatGraph
 
NodeState - Class in org.nd4j.autodiff.samediff.flow
This class describe Node state during execution time.
NodeState(String) - Constructor for class org.nd4j.autodiff.samediff.flow.NodeState
 
noGcWindow - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
NONE - Static variable in class org.nd4j.graph.ProfilingMode
 
noOp() - Method in interface org.nd4j.linalg.api.ops.Accumulation
Returns the no op version of the input Basically when a reduce can't happen (eg: sum(0) on a row vector) you have a no op state for a given reduction.
noOp() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
noOp() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
noOp() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
noOp() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
noOp() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
NoOp - Class in org.nd4j.linalg.api.ops
 
NoOp() - Constructor for class org.nd4j.linalg.api.ops.NoOp
 
NoOp - Class in org.nd4j.linalg.learning.config
NoOp updater: gradient updater that makes no changes to the gradient
NoOp() - Constructor for class org.nd4j.linalg.learning.config.NoOp
 
NoOpNameFoundException - Exception in org.nd4j.imports
 
NoOpNameFoundException() - Constructor for exception org.nd4j.imports.NoOpNameFoundException
 
NoOpNameFoundException(String) - Constructor for exception org.nd4j.imports.NoOpNameFoundException
 
NoOpUpdater - Class in org.nd4j.linalg.learning
NoOp updater: gradient updater that makes no changes to the gradient
NoOpUpdater(NoOp) - Constructor for class org.nd4j.linalg.learning.NoOpUpdater
 
NOP_VALUE - Static variable in enum org.tensorflow.framework.GraphTransferInfo.Destination
NOP = 0;
norm1(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
norm1(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
norm1(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm1(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the norm1 along the specified dimension
norm1(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the norm1 along the specified dimension
norm1(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm1(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the norm1 (L1 norm, i.e., sum of absolute values; also known as Taxicab or Manhattan norm) along the specified dimension
Norm1 - Class in org.nd4j.linalg.api.ops.impl.accum
Sum of absolute values
Norm1(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
Norm1(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
norm1(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm1(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm1(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm1(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm1Complex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm1Complex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
norm1Complex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm1Complex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate and return norm1 (L1 norm, i.e., sum of absolute values; also known as Taxicab or Manhattan norm) for the entire array
norm1Number() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm1Number() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
norm1Number() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm1Number() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate and return norm1 (L1 norm, i.e., sum of absolute values; also known as Taxicab or Manhattan norm) for the entire array
norm2(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
norm2(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
norm2(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm2(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the norm2 along the specified dimension
norm2(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the norm2 along the specified dimension
norm2(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm2(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the norm2 (L2 norm, sqrt(sum(x_i^2), also known as Euclidean norm) along the specified dimension(s)
Norm2 - Class in org.nd4j.linalg.api.ops.impl.accum
Sum of squared values (real) Sum of squared complex modulus (complex)
Norm2(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
Norm2(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
norm2(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm2(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm2(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm2(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
norm2Complex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm2Complex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
norm2Complex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm2Complex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
norm2Number() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
norm2Number() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
norm2Number() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
norm2Number() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the norm2 (L2 norm, sqrt(sum(x_i^2), also known as Euclidean norm) for the entire array
NormalDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Base distribution derived from apache commons math http://commons.apache.org/proper/commons-math/

(specifically the org.apache.commons.math3.distribution.NormalDistribution

NormalDistribution(Random, double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
NormalDistribution(double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
NormalDistribution() - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Create a normal distribution with mean equal to zero and standard deviation equal to one.
NormalDistribution(double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Create a normal distribution using the given mean and standard deviation.
NormalDistribution(Random, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
NormalDistribution(double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Create a normal distribution using the given mean, standard deviation and inverse cumulative distribution accuracy.
NormalDistribution(Random, double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Creates a normal distribution.
NormalDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
normalize() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Normalize this DataSet to mean 0, stdev 1 per input.
normalize() - Method in class org.nd4j.linalg.dataset.DataSet
 
normalizeAxis(int, int...) - Static method in class org.nd4j.linalg.api.shape.Shape
 
normalizeMatrix(INDArray) - Static method in class org.nd4j.linalg.util.FeatureUtil
 
normalizeMoments(SDVariable, SDVariable, SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
normalizeMoments(SDVariable, SDVariable, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
normalizeMoments(String[], SDVariable, SDVariable, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
NormalizeMoments - Class in org.nd4j.linalg.api.ops.impl.accum
 
NormalizeMoments(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
NormalizeMoments(SameDiff, SDVariable, SDVariable, SDVariable, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
Normalizer<T> - Interface in org.nd4j.linalg.dataset.api.preprocessor
Base interface for all normalizers
NormalizerMinMaxScaler - Class in org.nd4j.linalg.dataset.api.preprocessor
Pre processor for DataSets that normalizes feature values (and optionally label values) to lie between a minimum and maximum value (by default between 0 and 1)
NormalizerMinMaxScaler() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
NormalizerMinMaxScaler(double, double) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
Preprocessor can take a range as minRange and maxRange
NormalizerSerializer - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Utility for serializing and unserializing Normalizer instances.
NormalizerSerializer() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
 
NormalizerSerializerStrategy<T extends Normalizer> - Interface in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for serializing and unserializing a specific opType of normalizer
NormalizerStandardize - Class in org.nd4j.linalg.dataset.api.preprocessor
Created by susaneraly, Ede Meijer variance and mean Pre processor for DataSet that normalizes feature values (and optionally label values) to have 0 mean and a standard deviation of 1
NormalizerStandardize(INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
NormalizerStandardize(INDArray, INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
NormalizerStandardize() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
NormalizerStats - Interface in org.nd4j.linalg.dataset.api.preprocessor.stats
Interface for certain statistics about a population of data.
NormalizerStats.Builder<S extends NormalizerStats> - Interface in org.nd4j.linalg.dataset.api.preprocessor.stats
 
NormalizerStrategy<S extends NormalizerStats> - Interface in org.nd4j.linalg.dataset.api.preprocessor
Interface for strategies that can normalize and denormalize data arrays based on statistics of the population
NormalizerType - Enum in org.nd4j.linalg.dataset.api.preprocessor.serializer
Enum representing the opType of a normalizer for serialization purposes
normalizeZeroMeanAndUnitVariance(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Normalize data to zero mean and unit variance substract by the mean and divide by the standard deviation
normalizeZeroMeanZeroUnitVariance() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Deprecated.
normalizeZeroMeanZeroUnitVariance() - Method in class org.nd4j.linalg.dataset.DataSet
Deprecated.
normmax(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
normmax(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
normmax(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
normmax(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the normmax along the specified dimension
normmax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the normmax along the specified dimension
normmax(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
normmax(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the max norm (aka infinity norm, equal to the maximum absolute value) along the specified dimension(s)
NormMax - Class in org.nd4j.linalg.api.ops.impl.accum
The max absolute value
NormMax(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
NormMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
normmax(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
normmax(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
normmax(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
normmax(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
normmaxComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
normmaxComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
normmaxComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
normmaxComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
normmaxNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
normmaxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
normmaxNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
normmaxNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the max norm (aka infinity norm, equal to the maximum absolute value) for the entire array
Not - Class in org.nd4j.linalg.api.ops.impl.transforms
Boolean AND pairwise transform
Not(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
Not(INDArray, INDArray, Number, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Not
 
not() - Method in class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
Not - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/9/14.
Not(Condition) - Constructor for class org.nd4j.linalg.indexing.conditions.Not
 
not(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
notEquals(Number) - Static method in class org.nd4j.linalg.indexing.conditions.Conditions
 
NotEqualsCondition - Class in org.nd4j.linalg.indexing.conditions
Created by agibsonccc on 10/8/14.
NotEqualsCondition(Number) - Constructor for class org.nd4j.linalg.indexing.conditions.NotEqualsCondition
 
NotEqualsCondition(IComplexNumber) - Constructor for class org.nd4j.linalg.indexing.conditions.NotEqualsCondition
 
NotEqualTo - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Not equal to function: Bit mask over whether 2 elements are not equal or not
NotEqualTo() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
NotEqualTo(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
NotEqualTo(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
notifyScopeBorrowed() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method TEMPORARY enters this workspace, without reset applied
notifyScopeBorrowed() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method TEMPORARY enters this workspace, without reset applied
notifyScopeEntered() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method notifies given Workspace that new use cycle is starting now
notifyScopeEntered() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
notifyScopeEntered() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
notifyScopeEntered() - Method in interface org.nd4j.linalg.memory.MemoryManager
PLEASE NOTE: This method is under development yet.
notifyScopeLeft() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method notifies given Workspace that use cycle just ended
notifyScopeLeft() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method is shortcut to close() method
notifyScopeLeft() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
notifyScopeLeft() - Method in interface org.nd4j.linalg.memory.MemoryManager
PLEASE NOTE: This method is under development yet.
nrm2(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the Euclidean norm of a vector.
nrm2(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the Euclidean norm of a vector.
nrm2(INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Computes the Euclidean norm of a vector.
nrm2(IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
nrm2(INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the Euclidean norm of a vector.
nrm2(IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the Euclidean norm of a vector.
nrm2(INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
nrm2(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
nrm2(INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
nrm2(IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
nrm2(INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute || x ||_2 (2-norm)
nrm2(IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
nTimes(INDArrayIndex, int) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Repeat a copy of copy n times
NUM_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
NUM_CHANNELS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Audio
 
NUM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
NUM_RECORDS_PRODUCED_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ReaderBaseState
 
NUMBER_ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
numElements() - Method in class org.nd4j.autodiff.samediff.SameDiff
 
NUMERIC - Static variable in class org.nd4j.graph.InputType
 
NUMERIC_SET - Static variable in class org.nd4j.graph.InputType
 
NUMERICAL_STABILITY - Static variable in class org.nd4j.linalg.factory.Nd4j
 
numExamples() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Number of examples in the DataSet
numExamples - Variable in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
numExamples() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Total number of examples in the dataset
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Total number of examples in the dataset
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.DataSet
 
numExamples() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
numExamples() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
numFeatureArrays() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Number of arrays of features/input data in the MultiDataSet
numFeatureArrays() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
numIArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
numIArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
numIArguments - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
numIArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
numIArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
numIArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
numInputArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
numInputArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
numInputArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
numInputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
numInputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
numInputs - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
numInputs() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Number of input values - i.e., size of the features INDArray per example
numInputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Get the number of inputs
numInputs() - Method in class org.nd4j.linalg.dataset.DataSet
The number of inputs in the feature matrix
numInputsFor(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the number of inputs for a node.
numInputsFor(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
numInputsFor(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
numIterations - Variable in class org.nd4j.linalg.learning.AdaGradUpdater
 
numIterations - Variable in class org.nd4j.linalg.learning.legacy.AdaGrad
 
numLabelsArrays() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Number of arrays of label/output data in the MultiDataSet
numLabelsArrays() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
numLooped - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
numNewAxis(INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Given an array of indexes return the number of new axis elements in teh array
numOutcomes() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Returns the number of outcomes (size of the labels array for each example)
numOutcomes - Variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
numOutcomes() - Method in class org.nd4j.linalg.dataset.DataSet
 
numOutputArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
numOutputArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
numOutputArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
numOutputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
numOutputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
numOutputs - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
numOutputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Get the number of outputs
numParams(int) - Method in class org.nd4j.linalg.activations.BaseActivationFunction
 
numParams(int) - Method in interface org.nd4j.linalg.activations.IActivation
 
numPoints(INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Number of point indexes
numProcessed - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
numProcessed() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
numProcessed() - Method in interface org.nd4j.linalg.api.ops.Op
Number processed
numTArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
numTArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
numTArguments - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
numTArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
numTArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
numTArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
numTensors - Variable in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
numVectors(INDArray) - Static method in class org.nd4j.linalg.util.NDArrayMath
Return the number of vectors for an array the number of vectors for an array

O

OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
offset() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
offset() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
offset() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the start of where the ndarray is for the underlying data
offset(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Deprecated.
offset(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Deprecated.
offset(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the offset for the buffer
offset() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
The start of this index
offset() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
offset(INDArray, int...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Compute the offset given an array of offsets.
offset(INDArray, INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Compute the offset given an array of offsets.
offset(int[], int[]) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Compute the offset given an array of offsets.
offset(int[], long[]) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
 
offset() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
offset() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
offset() - Method in class org.nd4j.linalg.indexing.NewAxis
 
offset() - Method in class org.nd4j.linalg.indexing.PointIndex
 
offset() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
offsetFor(INDArray, int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Compute the offset for the given array given the indices
offsetForSlice(INDArray, int) - Static method in class org.nd4j.linalg.util.NDArrayMath
Compute the offset for a given slice
offsets(int[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
The offsets (begin index) for each index
OldAddOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Add operation for two operands
OldAddOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAddOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
OldAtan2Op - Class in org.nd4j.linalg.api.ops.impl.transforms
atan2 operation
OldAtan2Op(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldAtan2Op(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
OldConvolution - Class in org.nd4j.linalg.convolution
 
OldDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Division operation
OldDivOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldDivOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
OldEqualTo - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are equal or not
OldEqualTo(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldEqualTo(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
OldFloorDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Truncated division operation
OldFloorDivOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFloorDivOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
OldFModOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Floating point remainder
OldFModOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldFModOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
OldGreaterThan - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are greater than or not
OldGreaterThan(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThan(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
OldGreaterThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are greater than or equal or not
OldGreaterThanOrEqual(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldGreaterThanOrEqual(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
OldIdentity - Class in org.nd4j.linalg.api.ops.impl.transforms
Identity function
OldIdentity(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldIdentity(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
OldLessThan - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are less than or not
OldLessThan(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThan(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
OldLessThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Bit mask over the ndarrays as to whether the components are less than or equal or not
OldLessThanOrEqual(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldLessThanOrEqual(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
OldMax - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Max function
OldMax(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
OldMin - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Min function
OldMin(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
OldMulOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Multiplication operation
OldMulOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldMulOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
OldNotEqualTo - Class in org.nd4j.linalg.api.ops.impl.transforms.comparison
Not equal to function: Bit mask over whether 2 elements are not equal or not
OldNotEqualTo(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldNotEqualTo(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
OldRDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
OldReverse Division operation
OldRDivOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldRDivOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
OldReverse - Class in org.nd4j.linalg.api.ops.impl.transforms
OldReverse op
OldReverse(SameDiff, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldReverse(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
OldSoftMax - Class in org.nd4j.linalg.api.ops.impl.transforms
Soft max function row_maxes is a row vector (max for each row) row_maxes = rowmaxes(input) diff = exp(input - max) / diff.rowSums() Outputs a probability distribution.
OldSoftMax(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSoftMax(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
OldSubOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Division operation
OldSubOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OldSubOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
OMP_THREADS_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
one(int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
one(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Variable initialization with 1.0
onehot(SDVariable, int, int, double, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
onehot(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
oneHot(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
oneHot(SDVariable, int, int, double, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
oneHot(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
oneHot(String, SDVariable, int, int, double, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
OneHot - Class in org.nd4j.linalg.api.ops.impl.shape
Created by susaneraly on 3/14/18.
OneHot() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
OneHot(SameDiff, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
OneHot(SameDiff, SDVariable, int, int, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
OneInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to one.
OneInitScheme(char) - Constructor for class org.nd4j.weightinit.impl.OneInitScheme
 
OneMinus - Class in org.nd4j.linalg.api.ops.impl.transforms
1 - input
OneMinus(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
OneMinus(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
ones(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
ones(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
ones(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndarray of ones
ones(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
ones(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
ones(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray of ones
ones(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
ones(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
ones(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray of ones
onesLike(String, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
onesLike(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Return a variable of all 1s, with the same shape as the input
onesLike(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Return a variable of all 1s, with the same shape as the input
OnesLike - Class in org.nd4j.linalg.api.ops.impl.shape
OnesLike function - gives an output array with all values/entries being 1, with the same shape as the input.
OnesLike() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
OnesLike(String, SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
OnesLike(String, SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
onesLike(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Ones like
onnx - package onnx
 
OnnxDescriptor - Class in org.nd4j.imports.descriptors.onnx
 
OnnxDescriptor() - Constructor for class org.nd4j.imports.descriptors.onnx.OnnxDescriptor
 
OnnxDescriptorParser - Class in org.nd4j.imports.descriptors.onnx
Load all of the onnx op descriptors from the classpath.
OnnxDescriptorParser() - Constructor for class org.nd4j.imports.descriptors.onnx.OnnxDescriptorParser
 
OnnxGraphMapper - Class in org.nd4j.imports.graphmapper.onnx
A mapper for onnx graphs to SameDiff instances.
OnnxGraphMapper() - Constructor for class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
OnnxMlProto3 - Class in onnx
 
OnnxMlProto3.AttributeProto - Class in onnx
A named attribute containing either singular float, integer, string and tensor values, or repeated float, integer, string and tensor values.
OnnxMlProto3.AttributeProto.AttributeType - Enum in onnx
Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h.
OnnxMlProto3.AttributeProto.Builder - Class in onnx
A named attribute containing either singular float, integer, string and tensor values, or repeated float, integer, string and tensor values.
OnnxMlProto3.AttributeProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.GraphProto - Class in onnx
GraphProto defines a parameterized series of nodes to form a directed acyclic graph.
OnnxMlProto3.GraphProto.Builder - Class in onnx
GraphProto defines a parameterized series of nodes to form a directed acyclic graph.
OnnxMlProto3.GraphProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.ModelProto - Class in onnx
ModelProto is a top-level file/container format for bundling a ML model.
OnnxMlProto3.ModelProto.Builder - Class in onnx
ModelProto is a top-level file/container format for bundling a ML model.
OnnxMlProto3.ModelProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.NodeProto - Class in onnx
NodeProto stores a node that is similar to the notion of "layer" or "operator" in many deep learning frameworks.
OnnxMlProto3.NodeProto.Builder - Class in onnx
NodeProto stores a node that is similar to the notion of "layer" or "operator" in many deep learning frameworks.
OnnxMlProto3.NodeProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.OperatorSetIdProto - Class in onnx
OperatorSets are uniquely identified by a (domain, opset_version) pair.
OnnxMlProto3.OperatorSetIdProto.Builder - Class in onnx
OperatorSets are uniquely identified by a (domain, opset_version) pair.
OnnxMlProto3.OperatorSetIdProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.StringStringEntryProto - Class in onnx
StringStringEntryProto follows the pattern for cross-proto-version maps.
OnnxMlProto3.StringStringEntryProto.Builder - Class in onnx
StringStringEntryProto follows the pattern for cross-proto-version maps.
OnnxMlProto3.StringStringEntryProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.TensorProto - Class in onnx
A message defined to store a tensor in its serialized format.
OnnxMlProto3.TensorProto.Builder - Class in onnx
A message defined to store a tensor in its serialized format.
OnnxMlProto3.TensorProto.DataType - Enum in onnx
Protobuf enum onnx.TensorProto.DataType
OnnxMlProto3.TensorProto.Segment - Class in onnx
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
OnnxMlProto3.TensorProto.Segment.Builder - Class in onnx
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
OnnxMlProto3.TensorProto.SegmentOrBuilder - Interface in onnx
 
OnnxMlProto3.TensorProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.TensorShapeProto - Class in onnx
Defines a tensor shape.
OnnxMlProto3.TensorShapeProto.Builder - Class in onnx
Defines a tensor shape.
OnnxMlProto3.TensorShapeProto.Dimension - Class in onnx
Protobuf type onnx.TensorShapeProto.Dimension
OnnxMlProto3.TensorShapeProto.Dimension.Builder - Class in onnx
Protobuf type onnx.TensorShapeProto.Dimension
OnnxMlProto3.TensorShapeProto.Dimension.ValueCase - Enum in onnx
 
OnnxMlProto3.TensorShapeProto.DimensionOrBuilder - Interface in onnx
 
OnnxMlProto3.TensorShapeProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.TypeProto - Class in onnx
Define the types.
OnnxMlProto3.TypeProto.Builder - Class in onnx
Define the types.
OnnxMlProto3.TypeProto.Map - Class in onnx
map<K,V>
OnnxMlProto3.TypeProto.Map.Builder - Class in onnx
map<K,V>
OnnxMlProto3.TypeProto.MapOrBuilder - Interface in onnx
 
OnnxMlProto3.TypeProto.Sequence - Class in onnx
repeated T
OnnxMlProto3.TypeProto.Sequence.Builder - Class in onnx
repeated T
OnnxMlProto3.TypeProto.SequenceOrBuilder - Interface in onnx
 
OnnxMlProto3.TypeProto.Tensor - Class in onnx
Protobuf type onnx.TypeProto.Tensor
OnnxMlProto3.TypeProto.Tensor.Builder - Class in onnx
Protobuf type onnx.TypeProto.Tensor
OnnxMlProto3.TypeProto.TensorOrBuilder - Interface in onnx
 
OnnxMlProto3.TypeProto.ValueCase - Enum in onnx
 
OnnxMlProto3.TypeProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.ValueInfoProto - Class in onnx
Defines information on value, including the name, the type, and the shape of the value.
OnnxMlProto3.ValueInfoProto.Builder - Class in onnx
Defines information on value, including the name, the type, and the shape of the value.
OnnxMlProto3.ValueInfoProtoOrBuilder - Interface in onnx
 
OnnxMlProto3.Version - Enum in onnx
To be compatible with both proto2 and proto3, we will use a version number that is not defined by the default value but an explicit enum number.
onnxName() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The opName of this function in onnx
onnxName() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
onnxName() - Method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
onnxName() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMean
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mean
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Moments
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.WeightedCrossEntropyLoss
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ZeroFraction
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterAdd
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterDiv
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterMul
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterSub
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Eye
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.GatherNd
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.All
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.And
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.InvertPermutation
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReluLayer
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Round
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Set
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
onnxName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.XwPlusB
 
onnxName() - Method in class org.nd4j.linalg.api.ops.NoOp
 
onnxName() - Method in class org.nd4j.linalg.api.ops.persistence.RestoreV2
 
onnxName() - Method in class org.nd4j.linalg.api.ops.persistence.SaveV2
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
onnxName() - Method in class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
onnxName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
onnxNames() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The opName of this function in onnx
onnxNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
onnxNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
onnxOpDescriptors() - Static method in class org.nd4j.imports.descriptors.onnx.OnnxDescriptorParser
Get the onnx op descriptors by name
OnnxOperatorsProto3 - Class in onnx
 
OnnxOperatorsProto3.OperatorProto - Class in onnx
An OperatorProto represents the immutable specification of the signature and semantics of an operator.
OnnxOperatorsProto3.OperatorProto.Builder - Class in onnx
An OperatorProto represents the immutable specification of the signature and semantics of an operator.
OnnxOperatorsProto3.OperatorProto.OperatorStatus - Enum in onnx
Protobuf enum onnx.OperatorProto.OperatorStatus
OnnxOperatorsProto3.OperatorProtoOrBuilder - Interface in onnx
 
OnnxOperatorsProto3.OperatorSetProto - Class in onnx
An OperatorSetProto represents an immutable set of immutable operator specifications.
OnnxOperatorsProto3.OperatorSetProto.Builder - Class in onnx
An OperatorSetProto represents an immutable set of immutable operator specifications.
OnnxOperatorsProto3.OperatorSetProtoOrBuilder - Interface in onnx
 
OnnxProto3 - Class in onnx
 
OnnxProto3.AttributeProto - Class in onnx
A named attribute containing either singular float, integer, string and tensor values, or repeated float, integer, string and tensor values.
OnnxProto3.AttributeProto.AttributeType - Enum in onnx
Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h.
OnnxProto3.AttributeProto.Builder - Class in onnx
A named attribute containing either singular float, integer, string and tensor values, or repeated float, integer, string and tensor values.
OnnxProto3.AttributeProtoOrBuilder - Interface in onnx
 
OnnxProto3.GraphProto - Class in onnx
GraphProto defines a parameterized series of nodes to form a directed acyclic graph.
OnnxProto3.GraphProto.Builder - Class in onnx
GraphProto defines a parameterized series of nodes to form a directed acyclic graph.
OnnxProto3.GraphProtoOrBuilder - Interface in onnx
 
OnnxProto3.ModelProto - Class in onnx
ModelProto is a top-level file/container format for bundling a ML model.
OnnxProto3.ModelProto.Builder - Class in onnx
ModelProto is a top-level file/container format for bundling a ML model.
OnnxProto3.ModelProtoOrBuilder - Interface in onnx
 
OnnxProto3.NodeProto - Class in onnx
NodeProto stores a node that is similar to the notion of "layer" or "operator" in many deep learning frameworks.
OnnxProto3.NodeProto.Builder - Class in onnx
NodeProto stores a node that is similar to the notion of "layer" or "operator" in many deep learning frameworks.
OnnxProto3.NodeProtoOrBuilder - Interface in onnx
 
OnnxProto3.OperatorSetIdProto - Class in onnx
OperatorSets are uniquely identified by a (domain, opset_version) pair.
OnnxProto3.OperatorSetIdProto.Builder - Class in onnx
OperatorSets are uniquely identified by a (domain, opset_version) pair.
OnnxProto3.OperatorSetIdProtoOrBuilder - Interface in onnx
 
OnnxProto3.StringStringEntryProto - Class in onnx
StringStringEntryProto follows the pattern for cross-proto-version maps.
OnnxProto3.StringStringEntryProto.Builder - Class in onnx
StringStringEntryProto follows the pattern for cross-proto-version maps.
OnnxProto3.StringStringEntryProtoOrBuilder - Interface in onnx
 
OnnxProto3.TensorProto - Class in onnx
A message defined to store a tensor in its serialized format.
OnnxProto3.TensorProto.Builder - Class in onnx
A message defined to store a tensor in its serialized format.
OnnxProto3.TensorProto.DataType - Enum in onnx
Protobuf enum onnx.TensorProto.DataType
OnnxProto3.TensorProto.Segment - Class in onnx
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
OnnxProto3.TensorProto.Segment.Builder - Class in onnx
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
OnnxProto3.TensorProto.SegmentOrBuilder - Interface in onnx
 
OnnxProto3.TensorProtoOrBuilder - Interface in onnx
 
OnnxProto3.TensorShapeProto - Class in onnx
Defines a tensor shape.
OnnxProto3.TensorShapeProto.Builder - Class in onnx
Defines a tensor shape.
OnnxProto3.TensorShapeProto.Dimension - Class in onnx
Protobuf type onnx.TensorShapeProto.Dimension
OnnxProto3.TensorShapeProto.Dimension.Builder - Class in onnx
Protobuf type onnx.TensorShapeProto.Dimension
OnnxProto3.TensorShapeProto.Dimension.ValueCase - Enum in onnx
 
OnnxProto3.TensorShapeProto.DimensionOrBuilder - Interface in onnx
 
OnnxProto3.TensorShapeProtoOrBuilder - Interface in onnx
 
OnnxProto3.TypeProto - Class in onnx
Define the types.
OnnxProto3.TypeProto.Builder - Class in onnx
Define the types.
OnnxProto3.TypeProto.Tensor - Class in onnx
Protobuf type onnx.TypeProto.Tensor
OnnxProto3.TypeProto.Tensor.Builder - Class in onnx
Protobuf type onnx.TypeProto.Tensor
OnnxProto3.TypeProto.TensorOrBuilder - Interface in onnx
 
OnnxProto3.TypeProto.ValueCase - Enum in onnx
 
OnnxProto3.TypeProtoOrBuilder - Interface in onnx
 
OnnxProto3.ValueInfoProto - Class in onnx
Defines information on value, including the name, the type, and the shape of the value.
OnnxProto3.ValueInfoProto.Builder - Class in onnx
Defines information on value, including the name, the type, and the shape of the value.
OnnxProto3.ValueInfoProtoOrBuilder - Interface in onnx
 
OnnxProto3.Version - Enum in onnx
To be compatible with both proto2 and proto3, we will use a version number that is not defined by the default value but an explicit enum number.
op - Variable in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
Op - Interface in org.nd4j.linalg.api.ops
An op is defined as follows: opName: opName of the operation x: the origin ndarray y: the ndarray to parse in parallel z: the resulting buffer n: the number of elements to iterate over where x is the origin ndarray, y, is a pairwise op over n elements in the ndarray stored in result z

This is followed from the standard template for a BLAS operation such that given a linear buffer, a function defines 3 buffers (x,y,z) and the associated strides and offsets (handled by the ndarrays in this case)

Op.Type - Enum in org.nd4j.linalg.api.ops
 
OP_END_REL_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
OP_EXECUTIONER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OP_EXECUTIONER_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OP_FACTORY - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OP_FACTORY_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OP_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDefs
 
OP_FIELD_NUMBER - Static variable in class org.tensorflow.framework.KernelDef
 
OP_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeDef
 
OP_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpList
 
OP_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
OP_NAME - Static variable in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
OP_NAME - Static variable in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
OP_NAME - Static variable in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
OP_START_REL_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
OP_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
OP_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorProto
 
OP_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
OpClass - Class in org.nd4j.graph
 
OpDef - Class in org.tensorflow.framework
Defines an operation.
OpDef.ArgDef - Class in org.tensorflow.framework
For describing inputs and outputs.
OpDef.ArgDef.Builder - Class in org.tensorflow.framework
For describing inputs and outputs.
OpDef.ArgDefOrBuilder - Interface in org.tensorflow.framework
 
OpDef.AttrDef - Class in org.tensorflow.framework
Description of the graph-construction-time configuration of this Op.
OpDef.AttrDef.Builder - Class in org.tensorflow.framework
Description of the graph-construction-time configuration of this Op.
OpDef.AttrDefOrBuilder - Interface in org.tensorflow.framework
 
OpDef.Builder - Class in org.tensorflow.framework
Defines an operation.
OpDefOrBuilder - Interface in org.tensorflow.framework
 
OpDefProtos - Class in org.tensorflow.framework
 
OpDeprecation - Class in org.tensorflow.framework
Information about version-dependent deprecation of an op
OpDeprecation.Builder - Class in org.tensorflow.framework
Information about version-dependent deprecation of an op
OpDeprecationOrBuilder - Interface in org.tensorflow.framework
 
OpDescriptor - Class in org.nd4j.imports.descriptors.onnx
 
OpDescriptor() - Constructor for class org.nd4j.imports.descriptors.onnx.OpDescriptor
 
OpDescriptor - Class in org.nd4j.linalg.api.ops.grid
 
OpDescriptor(Op) - Constructor for class org.nd4j.linalg.api.ops.grid.OpDescriptor
 
opDescs() - Static method in class org.nd4j.imports.descriptors.tensorflow.TensorflowDescriptorParser
Get the op descriptors for tensorflow
OPERATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
OPERATION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawDeallocation
 
OPERATOR_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
OpExecutioner - Interface in org.nd4j.linalg.api.ops.executioner
An operation executioner handles storage specific details of executing an operation
OpExecutioner.ExecutionMode - Enum in org.nd4j.linalg.api.ops.executioner
 
OpExecutioner.ProfilingMode - Enum in org.nd4j.linalg.api.ops.executioner
 
opExecutionerClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OpExecutionerUtil - Class in org.nd4j.linalg.api.ops.executioner
Utility functions for the DefaultOpExecutioner
OpExecutionerUtil.Tensor1DStats - Class in org.nd4j.linalg.api.ops.executioner
Simple class containing values used for calculating various quantities related to 1d tensors.
offset of ith tensor: firstTensorOffset + i * tensorStartSeparation
separation between elements in tensor: elementWiseStride
number of elements in each 1d tensor: tensorLength
number of 1d tensors: numTensors
OpFactory - Interface in org.nd4j.linalg.api.ops.factory
Op factory
opFactoryClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
OpGenOverridesOuterClass - Class in tensorflow
 
OpGenOverridesOuterClass.OpGenOverride - Class in tensorflow
Used to override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.
OpGenOverridesOuterClass.OpGenOverride.AttrDefault - Class in tensorflow
Map the name of an attr to a new default value to use.
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder - Class in tensorflow
Map the name of an attr to a new default value to use.
OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder - Interface in tensorflow
 
OpGenOverridesOuterClass.OpGenOverride.Builder - Class in tensorflow
Used to override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.
OpGenOverridesOuterClass.OpGenOverride.Rename - Class in tensorflow
Change the name used to access attrs/inputs/outputs in the API from what is used in the GraphDef.
OpGenOverridesOuterClass.OpGenOverride.Rename.Builder - Class in tensorflow
Change the name used to access attrs/inputs/outputs in the API from what is used in the GraphDef.
OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder - Interface in tensorflow
 
OpGenOverridesOuterClass.OpGenOverrideOrBuilder - Interface in tensorflow
 
OpGenOverridesOuterClass.OpGenOverrides - Class in tensorflow
Protobuf type tensorflow.OpGenOverrides
OpGenOverridesOuterClass.OpGenOverrides.Builder - Class in tensorflow
Protobuf type tensorflow.OpGenOverrides
OpGenOverridesOuterClass.OpGenOverridesOrBuilder - Interface in tensorflow
 
opHash() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
This method returns LongHash of the opName()
opHash() - Method in interface org.nd4j.linalg.api.ops.CustomOp
This method returns LongHash of the opName()
opHash - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
opHash() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
This method returns LongHash of the opName()
opHash() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
opHash() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
opHash() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
OpList - Class in org.tensorflow.framework
A collection of OpDefs
OpList.Builder - Class in org.tensorflow.framework
A collection of OpDefs
OpListOrBuilder - Interface in org.tensorflow.framework
 
opName() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The name of the op
opName() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
opName() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
This method returns op opName as string
opName() - Method in interface org.nd4j.linalg.api.ops.CustomOp
This method returns op opName as string
opName() - Method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
opName - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
opName() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
This method returns op opName as string
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMean
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mean
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Moments
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.WeightedCrossEntropyLoss
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ZeroFraction
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.IfDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.Where
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhereNumpy
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNormDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalizationDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.UpsamplingDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterAdd
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterDiv
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterMul
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterSub
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Cross
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Diag
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Eye
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.GatherNd
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Permute
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Split
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayReadV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayScatterV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayWriteV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.All
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.And
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.AddBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.DivBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorDivBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.FloorModBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.MulBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RDivBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RSubBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.SubBpOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByNorm
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.clip.ClipByValue
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Choose
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.ListDiff
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.InvertPermutation
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixDiagPart
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixSetDiag
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReluLayer
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Round
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Set
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
opName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.XwPlusB
 
opName() - Method in class org.nd4j.linalg.api.ops.NoOp
 
opName() - Method in interface org.nd4j.linalg.api.ops.Op
The opName of this operation
opName() - Method in class org.nd4j.linalg.api.ops.persistence.RestoreV2
 
opName() - Method in class org.nd4j.linalg.api.ops.persistence.SaveV2
 
opName() - Method in class org.nd4j.linalg.api.ops.random.custom.DistributionUniform
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
opName() - Method in class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossNegativeLogLikelihood
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
opName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
opNames() - Method in class org.nd4j.imports.converters.DifferentialFunctionClassHolder
 
opNum() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The number of the op (mainly for old legacy XYZ ops like Op)
opNum() - Method in class org.nd4j.graph.FlatNode
 
opNum() - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.Batch
This method returns opNum for batched aggregate
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateAxpy
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateCBOW
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateDot
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateGEMM
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.AggregateSkipGram
 
opNum() - Method in class org.nd4j.linalg.api.ops.aggregates.impl.HierarchicSoftmax
 
opNum() - Method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
opNum() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMean
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mean
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.grid.FreeGridOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.meta.InvertedPredicateMetaOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.All
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.And
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Round
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Set
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
opNum() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
opNum() - Method in interface org.nd4j.linalg.api.ops.Op
An op number
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
opNum() - Method in class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
OpProfiler - Class in org.nd4j.linalg.profiler
This class is suited for execution statistics gathering on Op/Array level: number of sequential ops executed on the same data PLEASE NOTE: This isn't thread-safe implementation.
OpProfiler.OpProfilerListener - Interface in org.nd4j.linalg.profiler
 
OpProfiler.PenaltyCause - Enum in org.nd4j.linalg.profiler
 
OPSET_IMPORT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
OPSET_IMPORT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
OPSET_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
OpStatus - Enum in org.nd4j.linalg.api.ops.executioner
 
opsToIgnore() - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Ops to ignore for mapping
opsToIgnore() - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
opsToIgnore() - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
OPTIMIZED - Static variable in class org.nd4j.graph.OutputMode
 
opType() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The type of the op
opType() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
opType() - Method in class org.nd4j.graph.FlatNode
 
OpType - Class in org.nd4j.graph
 
opType() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
opType() - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
opType() - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
opType() - Method in class org.nd4j.linalg.api.ops.BaseTransformOp
 
opType() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMean
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.accum.WeightedCrossEntropyLoss
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayWriteV3
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
opType() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
opType() - Method in class org.nd4j.linalg.api.ops.NoOp
 
opType() - Method in class org.nd4j.linalg.api.ops.random.BaseRandomOp
 
opType() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
opType() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
opType() - Method in class org.nd4j.linalg.api.ops.ShapeOp
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
opType() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
opTypeForNode(NODE_TYPE) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
opTypeForNode(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Returns an op type for the given input node
or(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
or(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
or(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Or - Class in org.nd4j.linalg.api.ops.impl.transforms
Boolean OR pairwise transform
Or(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
Or(INDArray, INDArray, INDArray, Number, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Or
 
or(IComplexNDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Or over the whole ndarray given some condition
or(INDArray, Condition, int...) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Or over the whole ndarray given some condition, with respect to dimensions
or(INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
Or over the whole ndarray given some condition
or(Condition...) - Method in class org.nd4j.linalg.indexing.conditions.ConditionBuilder
 
Or - Class in org.nd4j.linalg.indexing.conditions
An or between 2 conditions.
Or(Condition...) - Constructor for class org.nd4j.linalg.indexing.conditions.Or
 
or(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
order(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns the order given the shape information
order(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns the order given the shape information
order(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
order - Variable in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
order() - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Returns the order for this ndarray for internal data storage
ORDER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
order() - Static method in class org.nd4j.linalg.factory.Nd4j
Returns the ordering of the ndarrays
order() - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Returns the order for this ndarray for internal data storage
order() - Method in class org.nd4j.weightinit.BaseWeightInitScheme
 
order() - Method in class org.nd4j.weightinit.impl.NDArraySupplierInitScheme
 
order() - Method in interface org.nd4j.weightinit.WeightInitScheme
The order of the weight init
ORDER_KEY - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ordering() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
ordering() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ordering() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the ordering (fortran or c 'f' and 'c' respectively) of this ndarray
org.nd4j.autodiff.execution - package org.nd4j.autodiff.execution
 
org.nd4j.autodiff.execution.conf - package org.nd4j.autodiff.execution.conf
 
org.nd4j.autodiff.functions - package org.nd4j.autodiff.functions
 
org.nd4j.autodiff.gradcheck - package org.nd4j.autodiff.gradcheck
 
org.nd4j.autodiff.loss - package org.nd4j.autodiff.loss
 
org.nd4j.autodiff.samediff - package org.nd4j.autodiff.samediff
 
org.nd4j.autodiff.samediff.flow - package org.nd4j.autodiff.samediff.flow
 
org.nd4j.autodiff.util.cloner - package org.nd4j.autodiff.util.cloner
 
org.nd4j.finitedifferences - package org.nd4j.finitedifferences
 
org.nd4j.graph - package org.nd4j.graph
 
org.nd4j.imports - package org.nd4j.imports
 
org.nd4j.imports.converters - package org.nd4j.imports.converters
 
org.nd4j.imports.descriptors.onnx - package org.nd4j.imports.descriptors.onnx
 
org.nd4j.imports.descriptors.properties - package org.nd4j.imports.descriptors.properties
 
org.nd4j.imports.descriptors.properties.adapters - package org.nd4j.imports.descriptors.properties.adapters
 
org.nd4j.imports.descriptors.tensorflow - package org.nd4j.imports.descriptors.tensorflow
 
org.nd4j.imports.graphmapper - package org.nd4j.imports.graphmapper
 
org.nd4j.imports.graphmapper.onnx - package org.nd4j.imports.graphmapper.onnx
 
org.nd4j.imports.graphmapper.tf - package org.nd4j.imports.graphmapper.tf
 
org.nd4j.linalg.activations - package org.nd4j.linalg.activations
 
org.nd4j.linalg.activations.impl - package org.nd4j.linalg.activations.impl
 
org.nd4j.linalg.api.blas - package org.nd4j.linalg.api.blas
 
org.nd4j.linalg.api.blas.impl - package org.nd4j.linalg.api.blas.impl
 
org.nd4j.linalg.api.blas.params - package org.nd4j.linalg.api.blas.params
 
org.nd4j.linalg.api.complex - package org.nd4j.linalg.api.complex
 
org.nd4j.linalg.api.concurrency - package org.nd4j.linalg.api.concurrency
 
org.nd4j.linalg.api.environment - package org.nd4j.linalg.api.environment
 
org.nd4j.linalg.api.instrumentation - package org.nd4j.linalg.api.instrumentation
 
org.nd4j.linalg.api.iter - package org.nd4j.linalg.api.iter
 
org.nd4j.linalg.api.ndarray - package org.nd4j.linalg.api.ndarray
 
org.nd4j.linalg.api.ops - package org.nd4j.linalg.api.ops
 
org.nd4j.linalg.api.ops.aggregates - package org.nd4j.linalg.api.ops.aggregates
 
org.nd4j.linalg.api.ops.aggregates.impl - package org.nd4j.linalg.api.ops.aggregates.impl
 
org.nd4j.linalg.api.ops.custom - package org.nd4j.linalg.api.ops.custom
 
org.nd4j.linalg.api.ops.exception - package org.nd4j.linalg.api.ops.exception
 
org.nd4j.linalg.api.ops.executioner - package org.nd4j.linalg.api.ops.executioner
 
org.nd4j.linalg.api.ops.factory - package org.nd4j.linalg.api.ops.factory
 
org.nd4j.linalg.api.ops.grid - package org.nd4j.linalg.api.ops.grid
 
org.nd4j.linalg.api.ops.impl.accum - package org.nd4j.linalg.api.ops.impl.accum
 
org.nd4j.linalg.api.ops.impl.accum.distances - package org.nd4j.linalg.api.ops.impl.accum.distances
 
org.nd4j.linalg.api.ops.impl.broadcast - package org.nd4j.linalg.api.ops.impl.broadcast
 
org.nd4j.linalg.api.ops.impl.controlflow - package org.nd4j.linalg.api.ops.impl.controlflow
 
org.nd4j.linalg.api.ops.impl.controlflow.compat - package org.nd4j.linalg.api.ops.impl.controlflow.compat
 
org.nd4j.linalg.api.ops.impl.grid - package org.nd4j.linalg.api.ops.impl.grid
 
org.nd4j.linalg.api.ops.impl.indexaccum - package org.nd4j.linalg.api.ops.impl.indexaccum
 
org.nd4j.linalg.api.ops.impl.layers - package org.nd4j.linalg.api.ops.impl.layers
 
org.nd4j.linalg.api.ops.impl.layers.convolution - package org.nd4j.linalg.api.ops.impl.layers.convolution
 
org.nd4j.linalg.api.ops.impl.layers.convolution.config - package org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
org.nd4j.linalg.api.ops.impl.layers.recurrent - package org.nd4j.linalg.api.ops.impl.layers.recurrent
 
org.nd4j.linalg.api.ops.impl.layers.recurrent.config - package org.nd4j.linalg.api.ops.impl.layers.recurrent.config
 
org.nd4j.linalg.api.ops.impl.meta - package org.nd4j.linalg.api.ops.impl.meta
 
org.nd4j.linalg.api.ops.impl.scalar - package org.nd4j.linalg.api.ops.impl.scalar
 
org.nd4j.linalg.api.ops.impl.scalar.comparison - package org.nd4j.linalg.api.ops.impl.scalar.comparison
 
org.nd4j.linalg.api.ops.impl.scatter - package org.nd4j.linalg.api.ops.impl.scatter
 
org.nd4j.linalg.api.ops.impl.shape - package org.nd4j.linalg.api.ops.impl.shape
 
org.nd4j.linalg.api.ops.impl.shape.tensorops - package org.nd4j.linalg.api.ops.impl.shape.tensorops
 
org.nd4j.linalg.api.ops.impl.transforms - package org.nd4j.linalg.api.ops.impl.transforms
 
org.nd4j.linalg.api.ops.impl.transforms.arithmetic - package org.nd4j.linalg.api.ops.impl.transforms.arithmetic
 
org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp - package org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
 
org.nd4j.linalg.api.ops.impl.transforms.clip - package org.nd4j.linalg.api.ops.impl.transforms.clip
 
org.nd4j.linalg.api.ops.impl.transforms.comparison - package org.nd4j.linalg.api.ops.impl.transforms.comparison
 
org.nd4j.linalg.api.ops.impl.transforms.dtype - package org.nd4j.linalg.api.ops.impl.transforms.dtype
 
org.nd4j.linalg.api.ops.impl.transforms.gradient - package org.nd4j.linalg.api.ops.impl.transforms.gradient
 
org.nd4j.linalg.api.ops.persistence - package org.nd4j.linalg.api.ops.persistence
 
org.nd4j.linalg.api.ops.random - package org.nd4j.linalg.api.ops.random
 
org.nd4j.linalg.api.ops.random.custom - package org.nd4j.linalg.api.ops.random.custom
 
org.nd4j.linalg.api.ops.random.impl - package org.nd4j.linalg.api.ops.random.impl
 
org.nd4j.linalg.api.rng - package org.nd4j.linalg.api.rng
 
org.nd4j.linalg.api.rng.distribution - package org.nd4j.linalg.api.rng.distribution
 
org.nd4j.linalg.api.rng.distribution.factory - package org.nd4j.linalg.api.rng.distribution.factory
 
org.nd4j.linalg.api.rng.distribution.impl - package org.nd4j.linalg.api.rng.distribution.impl
 
org.nd4j.linalg.api.shape - package org.nd4j.linalg.api.shape
 
org.nd4j.linalg.api.shape.loop.coordinatefunction - package org.nd4j.linalg.api.shape.loop.coordinatefunction
 
org.nd4j.linalg.cache - package org.nd4j.linalg.cache
 
org.nd4j.linalg.checkutil - package org.nd4j.linalg.checkutil
 
org.nd4j.linalg.compression - package org.nd4j.linalg.compression
 
org.nd4j.linalg.convolution - package org.nd4j.linalg.convolution
 
org.nd4j.linalg.dataset - package org.nd4j.linalg.dataset
 
org.nd4j.linalg.dataset.api - package org.nd4j.linalg.dataset.api
 
org.nd4j.linalg.dataset.api.iterator - package org.nd4j.linalg.dataset.api.iterator
 
org.nd4j.linalg.dataset.api.iterator.cache - package org.nd4j.linalg.dataset.api.iterator.cache
 
org.nd4j.linalg.dataset.api.iterator.enums - package org.nd4j.linalg.dataset.api.iterator.enums
 
org.nd4j.linalg.dataset.api.iterator.fetcher - package org.nd4j.linalg.dataset.api.iterator.fetcher
 
org.nd4j.linalg.dataset.api.preprocessor - package org.nd4j.linalg.dataset.api.preprocessor
 
org.nd4j.linalg.dataset.api.preprocessor.classimbalance - package org.nd4j.linalg.dataset.api.preprocessor.classimbalance
 
org.nd4j.linalg.dataset.api.preprocessor.serializer - package org.nd4j.linalg.dataset.api.preprocessor.serializer
 
org.nd4j.linalg.dataset.api.preprocessor.stats - package org.nd4j.linalg.dataset.api.preprocessor.stats
 
org.nd4j.linalg.dimensionalityreduction - package org.nd4j.linalg.dimensionalityreduction
 
org.nd4j.linalg.eigen - package org.nd4j.linalg.eigen
 
org.nd4j.linalg.exception - package org.nd4j.linalg.exception
 
org.nd4j.linalg.executors - package org.nd4j.linalg.executors
 
org.nd4j.linalg.factory - package org.nd4j.linalg.factory
 
org.nd4j.linalg.heartbeat - package org.nd4j.linalg.heartbeat
 
org.nd4j.linalg.heartbeat.reports - package org.nd4j.linalg.heartbeat.reports
 
org.nd4j.linalg.heartbeat.utils - package org.nd4j.linalg.heartbeat.utils
 
org.nd4j.linalg.indexing - package org.nd4j.linalg.indexing
 
org.nd4j.linalg.indexing.conditions - package org.nd4j.linalg.indexing.conditions
 
org.nd4j.linalg.indexing.functions - package org.nd4j.linalg.indexing.functions
 
org.nd4j.linalg.inverse - package org.nd4j.linalg.inverse
 
org.nd4j.linalg.learning - package org.nd4j.linalg.learning
 
org.nd4j.linalg.learning.config - package org.nd4j.linalg.learning.config
 
org.nd4j.linalg.learning.legacy - package org.nd4j.linalg.learning.legacy
 
org.nd4j.linalg.lossfunctions - package org.nd4j.linalg.lossfunctions
 
org.nd4j.linalg.lossfunctions.impl - package org.nd4j.linalg.lossfunctions.impl
 
org.nd4j.linalg.lossfunctions.serde - package org.nd4j.linalg.lossfunctions.serde
 
org.nd4j.linalg.memory - package org.nd4j.linalg.memory
 
org.nd4j.linalg.memory.abstracts - package org.nd4j.linalg.memory.abstracts
 
org.nd4j.linalg.memory.provider - package org.nd4j.linalg.memory.provider
 
org.nd4j.linalg.memory.stash - package org.nd4j.linalg.memory.stash
 
org.nd4j.linalg.ops.transforms - package org.nd4j.linalg.ops.transforms
 
org.nd4j.linalg.profiler - package org.nd4j.linalg.profiler
 
org.nd4j.linalg.profiler.data - package org.nd4j.linalg.profiler.data
 
org.nd4j.linalg.profiler.data.primitives - package org.nd4j.linalg.profiler.data.primitives
 
org.nd4j.linalg.schedule - package org.nd4j.linalg.schedule
 
org.nd4j.linalg.string - package org.nd4j.linalg.string
 
org.nd4j.linalg.util - package org.nd4j.linalg.util
 
org.nd4j.list - package org.nd4j.list
 
org.nd4j.list.matrix - package org.nd4j.list.matrix
 
org.nd4j.serde.binary - package org.nd4j.serde.binary
 
org.nd4j.versioncheck - package org.nd4j.versioncheck
 
org.nd4j.weightinit - package org.nd4j.weightinit
 
org.nd4j.weightinit.impl - package org.nd4j.weightinit.impl
 
org.tensorflow.framework - package org.tensorflow.framework
 
org.tensorflow.util - package org.tensorflow.util
 
originalOffset() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the start of where the ndarray is for the original data buffer
originalOffset() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
originalOffset() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the start of where the ndarray is for the original data buffer
ormqr(char, char, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
ormqr(char, char, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
ormqr(char, char, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
OrthogonalDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Limited Orthogonal distribution implementation
OrthogonalDistribution(double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
 
OS_KEY - Static variable in class org.nd4j.linalg.api.environment.Nd4jEnvironment
 
OUT_ARG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
outcome() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
outcome() - Method in class org.nd4j.linalg.dataset.DataSet
 
output(int) - Method in class org.nd4j.graph.FlatNode
 
output() - Method in interface org.nd4j.linalg.api.ops.LossFunction
The guess
OUTPUT_ARG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
OUTPUT_COUNT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
OUTPUT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
OUTPUT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.NodeProto
 
OUTPUT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
OUTPUT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.NodeProto
 
OUTPUT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
OUTPUT_INFO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
OUTPUT_PORT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
OUTPUT_RENAME_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
outputArguments() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
outputArguments() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
outputArguments() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
outputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
outputArguments() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
outputAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
outputLength() - Method in class org.nd4j.graph.FlatNode
 
OutputMode - Enum in org.nd4j.autodiff.execution.conf
 
outputMode() - Method in class org.nd4j.graph.FlatConfiguration
 
OutputMode - Class in org.nd4j.graph
 
outputs(int) - Method in class org.nd4j.graph.FlatGraph
 
outputs(IntPair, int) - Method in class org.nd4j.graph.FlatGraph
 
outputShapes - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp.DynamicCustomOpsBuilder
 
outputSize(int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.Convolution
 
outputsLength() - Method in class org.nd4j.graph.FlatGraph
 
outputVariables() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Return the output variables for this differential function.
outputVariables(String) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Return the output functions for this differential function.
outputVariables() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
outputVariables(String) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
outputVariables(String) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
outputVariables - Variable in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
outputVariables(String) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
outputVariables() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
outputVariables(String) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
outputVariables(String) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
outputVariables() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
outputVariables(String) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
outputVars - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
outputVars - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
outSize(int, int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.Convolution
Deprecated.
outSize(int, int, int, int, boolean) - Static method in class org.nd4j.linalg.convolution.OldConvolution
The out size for a convolution
overrideMinorityDefault(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingMultiDataSetPreProcessor
Will change the default minority label from "1" to "0" and correspondingly the majority class from "0" to "1" for the label at the index specified
overrideMinorityDefault() - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingPreProcessor
Will change the default minority label from "1" to "0" and correspondingly the majority class from "0" to "1"

P

pad(INDArray, int[][], Nd4j.PadMode) - Static method in class org.nd4j.linalg.factory.Nd4j
Pad the given ndarray to the size along each dimension
pad(INDArray, int[][], List<double[]>, Nd4j.PadMode) - Static method in class org.nd4j.linalg.factory.Nd4j
Pad the given ndarray to the size along each dimension
pad(INDArray, int[], List<double[]>, Nd4j.PadMode) - Static method in class org.nd4j.linalg.factory.Nd4j
Pad the given ndarray to the size along each dimension
pad(INDArray, int[], Nd4j.PadMode) - Static method in class org.nd4j.linalg.factory.Nd4j
Pad the given ndarray to the size along each dimension
padding - Variable in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
PADDING_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
padWithZeros(IComplexNDArray, int[]) - Static method in class org.nd4j.linalg.util.ComplexNDArrayUtil
Pads an ndarray with zeros
PAIRWISE - Static variable in class org.nd4j.graph.OpType
 
parallel_stack(SDVariable[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
parallel_stack(SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
parallel_stack(String, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ParallelDataSetIterator - Interface in org.nd4j.linalg.dataset.api.iterator
 
ParallelMultiDataSetIterator - Interface in org.nd4j.linalg.dataset.api.iterator
 
ParallelStack - Class in org.nd4j.linalg.api.ops.impl.shape
Stacks n input tensors of same shape to tensor of rank n + 1.
ParallelStack() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
ParallelStack(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
parentWorkspace - Variable in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
parseComplexNumber(String) - Static method in class org.nd4j.linalg.factory.Nd4j
Parse a complex number
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.GraphProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.ModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.NodeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TypeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseDelimitedFrom(InputStream) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDefs
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.AttrValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.FunctionDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GradientDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.HistogramProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.KernelDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.NameAttrList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.NodeDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.NodeOutput
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.OpList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.StepStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Image
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.Summary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorDescription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.VariableDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.framework.VersionDef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseDelimitedFrom(InputStream) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseDelimitedFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseDelimitedFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseDelimitedFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseDelimitedFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.GraphProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ModelProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.NodeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.AttributeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.GraphProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ModelProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.NodeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parseFrom(ByteBuffer) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(ByteString) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(byte[]) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(InputStream) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(CodedInputStream) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescription
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationRecord
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefs
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValue
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributes
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceLocality
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceStepStats
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GradientDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.HistogramProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogStep
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.MemoryStats
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NameAttrList
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeExecStats
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeOutput
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDeprecation
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpList
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseState
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStats
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Audio
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Image
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.Summary.Value
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryDescription
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescription
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(ByteString) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(byte[]) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(InputStream) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionDef
 
parseFrom(ByteBuffer) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(ByteString) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(byte[]) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(InputStream) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(CodedInputStream) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parseFrom(ByteBuffer) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(ByteString) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(byte[]) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(CodedInputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parseFrom(ByteBuffer) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(ByteString) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(byte[]) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(CodedInputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parseFrom(ByteBuffer) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(ByteString) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(byte[]) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(CodedInputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parseFrom(ByteBuffer) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(ByteString) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(byte[]) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(InputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(CodedInputStream) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseGraphFrom(byte[]) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Parse a graph from an input stream
parseGraphFrom(InputStream) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Parse a graph from an input stream
parseGraphFrom(byte[]) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
parseGraphFrom(InputStream) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
parseGraphFrom(byte[]) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
parseGraphFrom(InputStream) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
parser() - Static method in class onnx.OnnxMlProto3.AttributeProto
 
parser() - Static method in class onnx.OnnxMlProto3.GraphProto
 
parser() - Static method in class onnx.OnnxMlProto3.ModelProto
 
parser() - Static method in class onnx.OnnxMlProto3.NodeProto
 
parser() - Static method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
parser() - Static method in class onnx.OnnxMlProto3.StringStringEntryProto
 
parser() - Static method in class onnx.OnnxMlProto3.TensorProto
 
parser() - Static method in class onnx.OnnxMlProto3.TensorProto.Segment
 
parser() - Static method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
parser() - Static method in class onnx.OnnxMlProto3.TensorShapeProto
 
parser() - Static method in class onnx.OnnxMlProto3.TypeProto.Map
 
parser() - Static method in class onnx.OnnxMlProto3.TypeProto
 
parser() - Static method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
parser() - Static method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
parser() - Static method in class onnx.OnnxMlProto3.ValueInfoProto
 
parser() - Static method in class onnx.OnnxOperatorsProto3.OperatorProto
 
parser() - Static method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
parser() - Static method in class onnx.OnnxProto3.AttributeProto
 
parser() - Static method in class onnx.OnnxProto3.GraphProto
 
parser() - Static method in class onnx.OnnxProto3.ModelProto
 
parser() - Static method in class onnx.OnnxProto3.NodeProto
 
parser() - Static method in class onnx.OnnxProto3.OperatorSetIdProto
 
parser() - Static method in class onnx.OnnxProto3.StringStringEntryProto
 
parser() - Static method in class onnx.OnnxProto3.TensorProto
 
parser() - Static method in class onnx.OnnxProto3.TensorProto.Segment
 
parser() - Static method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
parser() - Static method in class onnx.OnnxProto3.TensorShapeProto
 
parser() - Static method in class onnx.OnnxProto3.TypeProto
 
parser() - Static method in class onnx.OnnxProto3.TypeProto.Tensor
 
parser() - Static method in class onnx.OnnxProto3.ValueInfoProto
 
parser() - Static method in class org.tensorflow.framework.AllocationDescription
 
parser() - Static method in class org.tensorflow.framework.AllocationRecord
 
parser() - Static method in class org.tensorflow.framework.AllocatorMemoryUsed
 
parser() - Static method in class org.tensorflow.framework.ApiDef.Arg
 
parser() - Static method in class org.tensorflow.framework.ApiDef.Attr
 
parser() - Static method in class org.tensorflow.framework.ApiDef.Endpoint
 
parser() - Static method in class org.tensorflow.framework.ApiDef
 
parser() - Static method in class org.tensorflow.framework.ApiDefs
 
parser() - Static method in class org.tensorflow.framework.AttrValue.ListValue
 
parser() - Static method in class org.tensorflow.framework.AttrValue
 
parser() - Static method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
parser() - Static method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
parser() - Static method in class org.tensorflow.framework.CostGraphDef.Node
 
parser() - Static method in class org.tensorflow.framework.CostGraphDef
 
parser() - Static method in class org.tensorflow.framework.DeviceAttributes
 
parser() - Static method in class org.tensorflow.framework.DeviceLocality
 
parser() - Static method in class org.tensorflow.framework.DeviceStepStats
 
parser() - Static method in class org.tensorflow.framework.FunctionDef
 
parser() - Static method in class org.tensorflow.framework.FunctionDefLibrary
 
parser() - Static method in class org.tensorflow.framework.GradientDef
 
parser() - Static method in class org.tensorflow.framework.GraphDef
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
parser() - Static method in class org.tensorflow.framework.GraphTransferInfo
 
parser() - Static method in class org.tensorflow.framework.HistogramProto
 
parser() - Static method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
parser() - Static method in class org.tensorflow.framework.KernelDef
 
parser() - Static method in class org.tensorflow.framework.MemoryLogRawAllocation
 
parser() - Static method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
parser() - Static method in class org.tensorflow.framework.MemoryLogStep
 
parser() - Static method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
parser() - Static method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
parser() - Static method in class org.tensorflow.framework.MemoryLogTensorOutput
 
parser() - Static method in class org.tensorflow.framework.MemoryStats
 
parser() - Static method in class org.tensorflow.framework.NameAttrList
 
parser() - Static method in class org.tensorflow.framework.NodeDef
 
parser() - Static method in class org.tensorflow.framework.NodeExecStats
 
parser() - Static method in class org.tensorflow.framework.NodeOutput
 
parser() - Static method in class org.tensorflow.framework.OpDef.ArgDef
 
parser() - Static method in class org.tensorflow.framework.OpDef.AttrDef
 
parser() - Static method in class org.tensorflow.framework.OpDef
 
parser() - Static method in class org.tensorflow.framework.OpDeprecation
 
parser() - Static method in class org.tensorflow.framework.OpList
 
parser() - Static method in class org.tensorflow.framework.ReaderBaseState
 
parser() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
parser() - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
parser() - Static method in class org.tensorflow.framework.ResourceHandleProto
 
parser() - Static method in class org.tensorflow.framework.SaveSliceInfoDef
 
parser() - Static method in class org.tensorflow.framework.StepStats
 
parser() - Static method in class org.tensorflow.framework.Summary.Audio
 
parser() - Static method in class org.tensorflow.framework.Summary.Image
 
parser() - Static method in class org.tensorflow.framework.Summary
 
parser() - Static method in class org.tensorflow.framework.Summary.Value
 
parser() - Static method in class org.tensorflow.framework.SummaryDescription
 
parser() - Static method in class org.tensorflow.framework.SummaryMetadata
 
parser() - Static method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
parser() - Static method in class org.tensorflow.framework.TensorDescription
 
parser() - Static method in class org.tensorflow.framework.TensorProto
 
parser() - Static method in class org.tensorflow.framework.TensorShapeProto.Dim
 
parser() - Static method in class org.tensorflow.framework.TensorShapeProto
 
parser() - Static method in class org.tensorflow.framework.TensorSliceProto.Extent
 
parser() - Static method in class org.tensorflow.framework.TensorSliceProto
 
parser() - Static method in class org.tensorflow.framework.VariableDef
 
parser() - Static method in class org.tensorflow.framework.VariantTensorDataProto
 
parser() - Static method in class org.tensorflow.framework.VersionDef
 
parser() - Static method in class org.tensorflow.util.IteratorStateMetadata
 
parser() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
parser() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
parser() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
parser() - Static method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
parseVariable(String) - Static method in class org.nd4j.autodiff.samediff.SameDiff
This method extract base variable name and output index (if exists) from raw variable name.
passThrough - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
PCA - Class in org.nd4j.linalg.dimensionalityreduction
PCA class for dimensionality reduction and general analysis
PCA(INDArray) - Constructor for class org.nd4j.linalg.dimensionalityreduction.PCA
Create a PCA instance with calculated data: covariance, mean, eigenvectors, and eigenvalues.
pca(INDArray, int, boolean) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Calculates pca vectors of a matrix, for a flags number of reduced features returns the reduced feature set The return is a projection of A onto principal nDims components To use the PCA: assume A is the original feature set then project A onto a reduced set of features.
pca(INDArray, double, boolean) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Calculates pca reduced value of a matrix, for a given variance.
pca2(INDArray, double) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
This method performs a dimensionality reduction, including principal components that cover a fraction of the total variance of the system.
pca_factor(INDArray, int, boolean) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Calculates pca factors of a matrix, for a flags number of reduced features returns the factors to scale observations The return is a factor matrix to reduce (normalized) feature sets
pca_factor(INDArray, double, boolean) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Calculates pca vectors of a matrix, for a given variance.
PEAK_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
percentile(Number, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
percentile(Number, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
percentile(Number, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns median along given dimension(s)
percentileNumber(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
percentileNumber(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
percentileNumber(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method returns percentile value for this INDArray
periodicEnabled - Variable in class org.nd4j.linalg.memory.BasicMemoryManager
 
permute(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
permute(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
permute(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
permute(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
See: http://www.mathworks.com/help/matlab/ref/permute.html
permute(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
See: http://www.mathworks.com/help/matlab/ref/permute.html
permute(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
See: http://www.mathworks.com/help/matlab/ref/permute.html
permute(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
permute(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
See: http://www.mathworks.com/help/matlab/ref/permute.html
Permute - Class in org.nd4j.linalg.api.ops.impl.shape
Permute function
Permute(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Permute
 
Permute() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Permute
 
permuteDataFormatForSameDiff(String, boolean) - Static method in class org.nd4j.autodiff.samediff.SameDiff
Permute indices for the samediff/dl4j format.
permuteDims - Variable in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
permutei(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
An in-place version of permute.
permutei(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
permutei(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
An in-place version of permute.
PHYSICAL_DEVICE_DESC_FIELD_NUMBER - Static variable in class org.tensorflow.framework.DeviceAttributes
 
pickReference(MemoryWorkspace) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
pile(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
This method stacks vertically examples with the same shape, increasing result dimensionality.
pile(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
This method stacks vertically examples with the same shape, increasing result dimensionality.
pinnedAllocations - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
pinnedAllocationsSize - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
pinnedCount - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
PLACEHOLDER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
planRewind(String, boolean) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method announces future rewind of graph execution to specified position
PLUGIN_DATA_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryMetadata
 
PLUGIN_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryMetadata.PluginData
 
point(int) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Returns a point index
pointerB - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
pointerE - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
PointIndex - Class in org.nd4j.linalg.indexing
 
PointIndex(int) - Constructor for class org.nd4j.linalg.indexing.PointIndex
 
PolySchedule - Class in org.nd4j.linalg.schedule
Polynomial decay schedule, with 3 parameters: initial value, maxIter, power.
Note that the the value will be 0 after maxIter, otherwise is given by: value(i) = initialValue * (1 + i/maxIter)^(-power) where i is the iteration or epoch (depending on the setting)
PolySchedule(ScheduleType, double, double, int) - Constructor for class org.nd4j.linalg.schedule.PolySchedule
 
Pooling2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Pooling2D operation
Pooling2D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
Pooling2D(SameDiff, SDVariable[], INDArray[], INDArray[], Pooling2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
pooling2D(INDArray, int, int, int, int, int, int, int, int, boolean, Pooling2D.Pooling2DType, Pooling2D.Divisor, double, int, int, INDArray) - Static method in class org.nd4j.linalg.convolution.Convolution
Pooling 2d implementation
Pooling2D.Divisor - Enum in org.nd4j.linalg.api.ops.impl.layers.convolution
Divisor mode for average pooling only.
Pooling2D.Pooling2DType - Enum in org.nd4j.linalg.api.ops.impl.layers.convolution
 
Pooling2DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
Pooling2DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Pooling2DConfig
 
Pooling2DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Pooling2DDerivative operation
Pooling2DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], Pooling2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2DDerivative
 
Pooling2DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2DDerivative
 
Pooling3D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Pooling3D operation
Pooling3D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
Pooling3D(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, Pooling3DConfig, Pooling3D.Pooling3DType) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
Pooling3D.Pooling3DType - Enum in org.nd4j.linalg.api.ops.impl.layers.convolution
 
Pooling3DConfig - Class in org.nd4j.linalg.api.ops.impl.layers.convolution.config
 
Pooling3DConfig() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Pooling3DConfig
 
Pooling3DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Pooling3DDerivative operation
Pooling3DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, Pooling3DConfig, Pooling3D.Pooling3DType) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3DDerivative
 
Pooling3DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3DDerivative
 
populateInputsAndOutputsFromSameDiff() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
populateInputsAndOutputsFromSameDiff() - Method in interface org.nd4j.linalg.api.ops.CustomOp
Attempt to populate inputs and outputs from samediff.
populateInputsAndOutputsFromSameDiff() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
populateInputsAndOutputsFromSameDiff() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
populateInputsAndOutputsFromSameDiff() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
PostulateMetaOp - Class in org.nd4j.linalg.api.ops.impl.meta
You're NOT supposed to directly call this op.
PostulateMetaOp() - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
PostulateMetaOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
PostulateMetaOp(ScalarOp, Accumulation) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
PostulateMetaOp(TransformOp, Accumulation) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
PostulateMetaOp(OpDescriptor, OpDescriptor) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PostulateMetaOp
 
posv(char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
posv(char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
posv(char, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
potrf(INDArray, boolean) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
potrf(INDArray, boolean) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
potrf(INDArray, boolean) - Method in interface org.nd4j.linalg.api.blas.Lapack
Triangular decomposiiton of a positive definite matrix ( cholesky ) Factorize a matrix A such that A = LL* (assuming lower==true) or A = U*U (a * represents conjugate i.e.
pow(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
pow(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
pow(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Pow - Class in org.nd4j.linalg.api.ops.impl.transforms
Pow function
Pow() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
Pow(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
pow(INDArray, Number) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Pow function
pow(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element-wise power function - x^y, performed element-wise.
pow(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Element-wise power function - x^y, performed element-wise
pow(INDArray, Number, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Pow function
pow(IComplexNumber, IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Raise a complex number to a power
pow(IComplexNumber, double) - Static method in class org.nd4j.linalg.util.ComplexUtil
Raise a complex number to a power
powDerivative(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
PowDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Pow derivative z = n * x ^ (n-1)
PowDerivative(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PowDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PowDerivative(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PowDerivative(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PowDerivative(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PowDerivative(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
PRECEDING_NODE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
PRECEDING_PORT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
predicate - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
predicate - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
predicateExecution - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
predicateExecution - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
PredicateMetaOp - Class in org.nd4j.linalg.api.ops.impl.meta
This MetaOp covers case, when Op A and Op B are both using linear memory access You're NOT supposed to directly call this op.
PredicateMetaOp() - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(Op, Op) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(OpDescriptor, OpDescriptor) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(ScalarOp, TransformOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(TransformOp, TransformOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(TransformOp, ScalarOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
PredicateMetaOp(ScalarOp, ScalarOp) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.PredicateMetaOp
 
prepareBounds(INDArray, INDArray) - Static method in class org.nd4j.finitedifferences.TwoPointApproximation
Prepare the boundaries for processing
prepend(INDArray, int, double, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Append the given array with the specified value size along a particular axis
preProcess(DataSet) - Method in interface org.nd4j.linalg.dataset.api.DataSetPreProcessor
Pre process a dataset
preProcess(MultiDataSet) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSetPreProcessor
Preprocess the MultiDataSet
preProcess(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Pre process a dataset
preProcess(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Pre process a MultiDataSet
preProcess(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingMultiDataSetPreProcessor
 
preProcess(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingPreProcessor
 
preProcess(DataSet) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
 
preProcess(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageFlatteningDataSetPreProcessor
 
preProcess(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
preProcess(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
preProcess(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
preProcess(INDArray, INDArray, MinMaxStats) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MinMaxStrategy
Normalize a data array
preProcess(MultiDataSet) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
 
preProcess(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
 
preProcess(INDArray, INDArray, S) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.NormalizerStrategy
Normalize a data array
preProcess(INDArray, INDArray, DistributionStats) - Method in class org.nd4j.linalg.dataset.api.preprocessor.StandardizeStrategy
Normalize a data array
preProcess(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
preProcess(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
preProcessor - Variable in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
preProcessor - Variable in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
preventUnpack - Static variable in class org.nd4j.linalg.factory.Nd4j
 
previousWorkspace - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
principalComponents(INDArray) - Static method in class org.nd4j.linalg.dimensionalityreduction.PCA
Calculates the principal component vectors and their eigenvalues (lambda) for the covariance matrix.
printAllocationStatisticsForCurrentThread() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method prints out basic statistics for workspaces allocated in current thread
printApacheMatrix(RealMatrix) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printAvailableCompressors() - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Prints available compressors to standard out
printEnvironmentInformation() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method prints out environmental information returned by getEnvironmentInformation() method
printEnvironmentInformation() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
printEnvironmentInformation() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method prints out environmental information returned by getEnvironmentInformation() method
printFailureDetails(INDArray, INDArray, RealMatrix, INDArray, INDArray, String) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printFailureDetails(INDArray, INDArray, INDArray, INDArray, INDArray, String) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Print the given function for debugging (will not print functions)
printGemmFailureDetails(INDArray, INDArray, INDArray, boolean, boolean, double, double, RealMatrix, INDArray, INDArray) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printMatrixFullPrecision(INDArray) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printNDArrayHeader(INDArray) - Static method in class org.nd4j.linalg.checkutil.CheckUtil
 
printOutDashboard() - Method in class org.nd4j.linalg.profiler.OpProfiler
This method prints out dashboard state
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
probability(double) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X = x).
probability(double) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
For a random variable X whose values are distributed according to this distribution, this method returns P(X = x).
probability(int) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
probability(double, double) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
For a random variable X whose values are distributed according to this distribution, this method returns P(x0 < X <= x1).
ProbablisticMerge - Class in org.nd4j.linalg.api.ops.random.impl
 
ProbablisticMerge() - Constructor for class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
ProbablisticMerge(INDArray, INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
ProbablisticMerge(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
process(int[]...) - Method in interface org.nd4j.linalg.api.shape.loop.coordinatefunction.CoordinateFunction
 
processBlasCall(String) - Method in class org.nd4j.linalg.profiler.OpProfiler
Deprecated.
processBlasCall(boolean, INDArray...) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processMemoryAccess() - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processOpCall(Op) - Method in class org.nd4j.linalg.profiler.OpProfiler
This method tracks op calls
processOpCall(Op, DataBuffer...) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processOperands(INDArray, INDArray) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processOperands(INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processOperands(INDArray...) - Method in class org.nd4j.linalg.profiler.OpProfiler
This method checks for something somewhere
processOrders(INDArray...) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
processScalarCall() - Method in class org.nd4j.linalg.profiler.OpProfiler
This method tracks INDArray.putScalar()/getScalar() calls
processStackCall(Op, long) - Method in class org.nd4j.linalg.profiler.OpProfiler
This method builds
processTADOperands(DataBuffer...) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
prod(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
prod(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
prod(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
prod(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
prod(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the product along a given dimension
prod(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the product along a given dimension
prod(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
prod(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the product along a given dimension
Prod - Class in org.nd4j.linalg.api.ops.impl.accum
Prod the components
Prod(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
Prod(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Prod
 
prod(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
prod(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
prod(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
prod(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
prodComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
prodComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
prodComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
prodComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
prodNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
prodNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
prodNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
prodNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate the product of all values in the array
PRODUCER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VersionDef
 
PRODUCER_NAME_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
PRODUCER_NAME_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
PRODUCER_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ModelProto
 
PRODUCER_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ModelProto
 
profilingHookIn(Op, DataBuffer...) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
profilingHookIn(Op) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
profilingHookOut(Op, long) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
profilingMode() - Method in class org.nd4j.graph.FlatConfiguration
 
ProfilingMode - Class in org.nd4j.graph
 
profilingMode - Variable in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
project(INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Create a copy random projection by using matrix product with a random matrix
project(INDArray, INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Create a copy random projection by using matrix product with a random matrix
projecti(INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Create an in-place random projection by using in-place matrix product with a random matrix
projecti(INDArray, INDArray) - Method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Create an in-place random projection by using in-place matrix product with a random matrix
properties(int) - Method in class org.nd4j.graph.FlatNode
 
properties(FlatProperties, int) - Method in class org.nd4j.graph.FlatNode
 
propertiesForFunction() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Returns the properties for a given function
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Col2Im
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Im2col
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Split
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
propertiesForFunction() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
propertiesLength() - Method in class org.nd4j.graph.FlatNode
 
propertiesToResolveForFunction(DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Return the properties to resolve for the given function.
PropertyMapping - Class in org.nd4j.imports.descriptors.properties
 
PropertyMapping() - Constructor for class org.nd4j.imports.descriptors.properties.PropertyMapping
 
props - Static variable in class org.nd4j.linalg.factory.Nd4j
 
PTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
PTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
pullRows(INDArray, int, int[], char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
pullRows(INDArray, int, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
pullRows(INDArray, int, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
pullRows(INDArray, int, int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
pullRows(INDArray, int, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
pullRows(INDArray, int, int[], char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
This method produces concatenated array, that consist from tensors, fetched from source array, against some dimension and specified indexes
purge() - Method in class org.nd4j.linalg.memory.stash.BasicStash
 
purge() - Method in interface org.nd4j.linalg.memory.stash.Stash
 
purgeBuffers() - Method in interface org.nd4j.linalg.cache.TADManager
This method removes all cached shape buffers
purgeCache() - Method in interface org.nd4j.linalg.api.ndarray.ShapeInfoProvider
This method forces cache purge, if cache is available for specific implementation
purgeCache() - Method in interface org.nd4j.linalg.api.ndarray.SparseInfoProvider
 
purgeCaches() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
This method purges all cached memory chunks
purgeCaches() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method purges all cached memory chunks
purgeConstants() - Method in interface org.nd4j.linalg.cache.ConstantHandler
This method removes all cached constants
push() - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method ensures all operations that supposed to be executed at this moment, are executed.
push() - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
push() - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method ensures all operations that supposed to be executed at this moment, are executed.
put(INDArrayIndex[], INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(int, int, Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Inserts the element at the specified index
put(int[], double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(int, int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(int, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Inserts the element at the specified index
put(int[], INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Inserts the element at the specified index
put(int, int, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Inserts the element at the specified index
put(INDArrayIndex[], IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(INDArrayIndex[], IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(INDArrayIndex[], Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(int, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Inserts the element at the specified index
put(int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(int[], float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
put(INDArrayIndex[], IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(INDArrayIndex[], IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(INDArrayIndex[], Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(int, int, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Inserts the element at the specified index
put(int[], INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Inserts the element at the specified index
put(int, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Put a scalar ndarray at the specified index
put(int, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Inserts the element at the specified index
put(int[], float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(int[], double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(int, int, IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
put(int[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Inserts the element at the specified index
put(int, int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Inserts the element at the specified index
put(int, int, Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Inserts the element at the specified index
put(List<List<Integer>>, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
put(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
put(INDArrayIndex[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
put(INDArrayIndex[], Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
put(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Inserts the element at the specified index
put(List<List<Integer>>, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(INDArrayIndex[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(INDArrayIndex[], Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(int[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(int, int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(int, int, Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
put(INDArrayIndex[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(INDArrayIndex[], Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(int[], INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(int, int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(int, int, Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
put(List<List<Integer>>, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put element in to the indices denoted by the indices ndarray.
put(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put element in to the indices denoted by the indices ndarray.
put(INDArrayIndex[], INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put the elements of the ndarray in to the specified indices
put(INDArrayIndex[], Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put the elements of the ndarray in to the specified indices
put(int[], INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Inserts the element at the specified index
put(int, int, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Inserts the element at the specified index
put(int, int, Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Inserts the element at the specified index
put(int, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Inserts the element at the specified index
put(String, DataSet) - Method in interface org.nd4j.linalg.dataset.api.iterator.cache.DataSetCache
 
put(String, DataSet) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
put(String, DataSet) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
put(String, DataSet) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
put(T, INDArray) - Method in class org.nd4j.linalg.memory.stash.BasicStash
 
put(T, INDArray) - Method in interface org.nd4j.linalg.memory.stash.Stash
 
putAllAttr(Map<String, AttrValue>) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
putAllAttr(Map<String, AttrValue>) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
putAllAttr(Map<String, AttrValue>) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
putAllRet(Map<String, String>) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
putArrayForVarName(String, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
Adds an ndarray for a given vertex id.
putAttr(String, AttrValue) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
putAttr(String, AttrValue) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
putAttr(String, AttrValue) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
putColumn(int, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Insert a column in to this array Will throw an exception if this ndarray is not a matrix
putColumn(int, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Insert a column in to this array Will throw an exception if this ndarray is not a matrix
putColumn(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Insert a column in to this array Will throw an exception if this ndarray is not a matrix
putColumn(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putColumn(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putColumn(int, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert a column in to this array Will throw an exception if this ndarray is not a matrix
putFunctionForId(String, DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Put the function for id
putiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
putiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place assignment of a column vector
putImag(int, int, double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putImag(int, float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putImag(int[], float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putImag(int[], double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putImag(int, int, float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putImag(int[], float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putImag(int[], double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putImag(int, int, float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putImag(int, int, double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putImag(int, float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
putiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place assignment of row vector, to each row of this array
putPlaceHolderForVariable(String, String...) - Method in class org.nd4j.autodiff.samediff.SameDiff
Add one or or more place holder variables for the given vertex id.
putReal(int, int, double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putReal(int, float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putReal(int, int, float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putReal(int[], float) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putReal(int[], double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putReal(int[], float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putReal(int[], double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putReal(int, int, float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putReal(int, int, double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putReal(int, float) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putRet(String, String) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
putRow(int, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Insert a row in to this array Will throw an exception if this ndarray is not a matrix
putRow(int, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Insert a row in to this array Will throw an exception if this ndarray is not a matrix
putRow(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Insert a row in to this array Will throw an exception if this ndarray is not a matrix
putRow(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putRow(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putRow(int, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert a row in to this array Will throw an exception if this ndarray is not a matrix
putScalar(int, int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putScalar(int, IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putScalar(int, double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putScalar(int[], double) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putScalar(int[], IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
putScalar(int, IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putScalar(int, double) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putScalar(int[], IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putScalar(int, int, IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putScalar(int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, float) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int[], double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int[], float) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int[], int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalar(int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, float) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int[], double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int[], float) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int[], int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalar(int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, float) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int[], double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, int, int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
putScalar(int, int, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
putScalar(int, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert the number linearly in to the ndarray
putScalar(int, float) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert a scalar float at the specified index
putScalar(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert a scalar int at the specified index
putScalar(int[], double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert the item at the specified indices
putScalar(int, int, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert the value at the specified indices, in a 2d (rank 2) NDArray
Equivalent to INDArray.putScalar(int[], double) but avoids int[] creation
putScalar(int, int, int, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert the value at the specified indices, in a 3d (rank 3) NDArray
Equivalent to INDArray.putScalar(int[], double) but avoids int[] creation
putScalar(int, int, int, int, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert the value at the specified indices, in a 4d (rank 4) NDArray
Equivalent to INDArray.putScalar(int[], double) but avoids int[] creation
putScalar(int[], float) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put the specified float value at the specified indices in this array
putScalar(int[], int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Put the specified integer value at the specified indices in this array
putScalarUnsafe(long, double) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putScalarUnsafe(long, double) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putScalarUnsafe(long, double) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Insert a scalar at the given linear offset
putShapeForVarName(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Associate a vertex id with the given shape.
putSlice(int, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Assigns the given matrix (put) to the specified slice
putSlice(int, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Assigns the given matrix (put) to the specified slice
putSlice(int, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Assigns the given matrix (put) to the specified slice
putSlice(int, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
putSlice(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Assigns the given matrix (put) to the specified slice
putSlice(int, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putSlice(int, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assigns the given matrix (put) to the specified slice
putSubFunction(String, SameDiff) - Method in class org.nd4j.autodiff.samediff.SameDiff
Associate a SameDiff namespace as a sub function.
putTime(String, Op, long) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
putTime(String, long) - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
putWhere(INDArray, INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putWhere(Number, INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putWhere(Number, Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putWhere(INDArray, INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putWhere(Number, INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putWhere(Number, Number, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putWhere(INDArray, INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assign the element according to the comparison array
putWhere(Number, INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assign the element according to the comparison array
putWhere(Number, Number, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Assign the element according to the comparison array
putWhereWithMask(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putWhereWithMask(INDArray, Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
putWhereWithMask(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putWhereWithMask(INDArray, Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
putWhereWithMask(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Use a pre computed mask for assigning arrays
putWhereWithMask(INDArray, Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Use a pre computed mask for assigning arrays

Q

QINT16 - Static variable in class org.nd4j.graph.DataType
 
QINT8 - Static variable in class org.nd4j.graph.DataType
 
queuedOps - Variable in class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 

R

r0 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
r1 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
r2 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
r3 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
rand(int[], double, double, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
rand(int, int, double, double, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
rand(int[], float, float, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Generates a random matrix between min and max
rand(int, int, float, float, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Generates a random matrix between min and max
rand(int, int, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int, int, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the current time as the seed
rand(char, int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random (uniform 0-1) NDArray with the specified shape and order
rand(int[], Distribution) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[], Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape using the current time as the seed
rand(char, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a random ndarray with the given shape and order
rand(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the current time as the seed
rand(char, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape and array order
rand(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the current time as the seed
rand(char, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape and output order
rand(int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using given seed
rand(long, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the given seed
rand(int, int, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the given seed
rand(int[], Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the given RandomGenerator
rand(int[], Distribution) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the given rng
rand(int, int, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a random ndarray with the given shape using the given rng
rand(int[], double, double, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Generates a random matrix between min and max
rand(int, int, double, double, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Generates a random matrix between min and max
rand(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a uniform distribution
rand(INDArray, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a uniform distribution
rand(INDArray, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a uniform distribution using the given RandomGenerator
rand(INDArray, Distribution) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from the given distribution
rand(INDArray, double, double, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a uniform distribution using the given RandomGenerator
rand(int[], float, float, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Generates a random matrix between min and max
rand(int, int, float, float, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Generates a random matrix between min and max
rand(int, int, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int, int, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the current time as the seed
rand(char, int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random (uniform 0-1) NDArray with the specified shape and order
rand(int[], Distribution) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[], Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the given rng
rand(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape using the current time as the seed
rand(char, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a random ndarray with the given shape, and specified output order
rand(int, int, double, double, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
rand(int[], double, double, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
randn(int, int, Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the given rng
randn(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the current time stamp as the seed
randn(char, int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Generate a random normal N(0,1) with the specified order and shape
randn(int, int, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the specified seed
randn(int[], Random) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the given rng
randn(char, int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the current time stamp as the seed
randn(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal N(0,1) with the specified shape and
randn(int[], long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Random normal using the specified seed
randn(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a normal distribution
randn(int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the current time stamp as the seed
randn(char, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal N(0,1) with the specified shape and array order
randn(int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the specified seed
randn(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the current time stamp as the seed
randn(char, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal N(0,1) with the specified shape and array order
randn(int, int, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the specified seed
randn(int, int, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the given rng
randn(int[], Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Random normal using the given rng
randn(INDArray, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a normal distribution
randn(INDArray, Random) - Static method in class org.nd4j.linalg.factory.Nd4j
Fill the given ndarray with random numbers drawn from a normal distribution utilizing the given random generator
randn(int, int, Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal using the given rng
randn(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal (N(0,1)) using the current time stamp as the seed
randn(char, int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal N(0,1), with specified output order
randn(int, int, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal using the specified seed
randn(int[], Random) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal using the given rng
randn(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal N(0,1) using the current time stamp as the seed
randn(char, int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal N(0,1) with the specified shape and order
randn(int[], long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Random normal using the specified seed
RANDOM - Static variable in class org.nd4j.graph.OpType
 
random - Variable in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
Random - Interface in org.nd4j.linalg.api.rng
Random generation based on commons math.
RANDOM_PROVIDER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
randomClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
randomFactory - Static variable in class org.nd4j.linalg.factory.Nd4j
 
RandomFactory - Class in org.nd4j.linalg.factory
This class acts as factory for new Random objects and thread-isolated holder for previously created Random instances
RandomFactory(Class) - Constructor for class org.nd4j.linalg.factory.RandomFactory
 
randomGenerator - Variable in class org.nd4j.linalg.api.rng.DefaultRandom
 
RandomOp - Interface in org.nd4j.linalg.api.ops
 
RandomProjection - Class in org.nd4j.linalg.dimensionalityreduction
Created by huitseeker on 7/28/17.
RandomProjection(double, Random) - Constructor for class org.nd4j.linalg.dimensionalityreduction.RandomProjection
 
RandomProjection(double) - Constructor for class org.nd4j.linalg.dimensionalityreduction.RandomProjection
 
RandomProjection(int, Random) - Constructor for class org.nd4j.linalg.dimensionalityreduction.RandomProjection
 
RandomProjection(int) - Constructor for class org.nd4j.linalg.dimensionalityreduction.RandomProjection
 
Range - Class in org.nd4j.linalg.api.ops.random.impl
Range Op implementation, generates from..to distribution within Z
Range() - Constructor for class org.nd4j.linalg.api.ops.random.impl.Range
 
rangeOfLength(INDArrayIndex[]) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Create a range based on the given indexes.
rank() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rank - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rank() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rank() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the rank of the ndarray (the number of dimensions).
Rank - Class in org.nd4j.linalg.api.ops.impl.shape
Rank function
Rank() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Rank
 
rank(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Gets the rank given the shape info buffer
rank(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Gets the rank given the shape info buffer
rank(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
rankFromShape(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Return the rank for the given shape
rarg() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The right argument for this function.
RationalTanh - Class in org.nd4j.linalg.api.ops.impl.transforms
Rational Tanh Approximation elementwise function, as described at https://github.com/deeplearning4j/libnd4j/issues/351
RationalTanh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
RationalTanhDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Rational Tanh Derivative, as described at as described at https://github.com/deeplearning4j/libnd4j/issues/351
RationalTanhDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
RationalTanhDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
ravel() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Flattens the array for linear indexing
ravel() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns a flattened version (row vector) of this ndarray
ravel(char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Flattens the array for linear indexing
ravel() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Flattens the array for linear indexing
ravel() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ravel(char) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ravel() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a flattened version (row vector) of this ndarray
ravel(char) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns a flattened version (row vector) of this ndarray
RAW_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
RAW_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
rdiv(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rdiv(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rdiv(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdiv(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdiv(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdiv(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdiv(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiv(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiv(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiv(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiv(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse division
rdiv(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse division
rdiv(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiv(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiv(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiv(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiv(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiv(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse division
rdiv(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse division
rdiv(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiv(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse division
rdiv(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse division
rdiv(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiv(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiv(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiv(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiv(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division with a scalar - i.e., (n / thisArrayValues)
rdiv(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division (number / ndarray)
rdiv(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division, elements wise.
rdiv(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division
rdiv(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rdiv(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rdiv(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast reverse division op.
rdivBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
RDivBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Division backprop operation.
RDivBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RDivBpOp
 
RDivBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RDivBpOp
 
rdivColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division of a column vector (copy)
rdivi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rdivi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rdivi(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdivi(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdivi(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdivi(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rdivi(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivi(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse divsion (in place)
rdivi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse division (in-place)
rdivi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivi(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivi(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse divsion (in place)
rdivi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse division (in-place)
rdivi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse divsion (in place)
rdivi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse division (in-place)
rdivi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place reverse division - i.e., (n / thisArrayValues)
rdivi(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse in place division
rdivi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse divsion (in place).
rdivi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division (in-place)
rdivi(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rdivi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rdiviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiviColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiviColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiviColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place reverse divison of a column vector
rdiviRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdiviRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdiviRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdiviRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdiviRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place reverse division of a column vector
RDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
OldReverse Division operation
RDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
RDivOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
RDivOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
rdivRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rdivRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rdivRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rdivRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rdivRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse division of a column vector (copy)
read(ObjectInputStream) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
read(ObjectInputStream) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
read(File) - Method in class org.nd4j.linalg.api.ndarray.NdArrayJSONReader
Deprecated.
 
read(InputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Raad an ndarray from an input stream
read(DataInputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Read in an ndarray from a data input stream
readBinary(File) - Static method in class org.nd4j.linalg.factory.Nd4j
Read a binary ndarray from the given file
readComplex(DataInputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Read in an ndarray from a data input stream
ReaderBaseProtos - Class in org.tensorflow.framework
 
ReaderBaseState - Class in org.tensorflow.framework
For serializing and restoring the state of ReaderBase, see reader_base.h for details.
ReaderBaseState.Builder - Class in org.tensorflow.framework
For serializing and restoring the state of ReaderBase, see reader_base.h for details.
ReaderBaseStateOrBuilder - Interface in org.tensorflow.framework
 
readFromDisk(File) - Static method in class org.nd4j.serde.binary.BinarySerde
Read an ndarray from disk
readGraph(InputStream) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
readNumpy(InputStream, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Read line via input streams
readNumpy(String, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Read line via input streams
readNumpy(String) - Static method in class org.nd4j.linalg.factory.Nd4j
Read line via input streams
readShapeFromDisk(File) - Static method in class org.nd4j.serde.binary.BinarySerde
This method returns shape databuffer from saved earlier file
readTxt(String, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
readTxt(String) - Static method in class org.nd4j.linalg.factory.Nd4j
Read line via input streams
readTxtString(InputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Read line via input streams
readTxtString(InputStream, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
readUnknown(DataInputStream, long) - Static method in class org.nd4j.linalg.compression.CompressedDataBuffer
Drop-in replacement wrapper for BaseDataBuffer.read() method, aware of CompressedDataBuffer
real() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get realComponent part of the matrix.
real() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Return all the real components in this ndarray
realArguments - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
RealDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
RealDivision operation
RealDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
RealDivOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
RealDivOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
reallocate(DataBuffer) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
reciprocal(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reciprocal(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reciprocal(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Reciprocal - Class in org.nd4j.linalg.api.ops.impl.transforms
Created by susaneraly on 3/28/18.
Reciprocal(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
Reciprocal(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
RectifedLinear - Class in org.nd4j.linalg.api.ops.impl.transforms
Rectified linear units
RectifedLinear(SameDiff, SDVariable, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(SameDiff, SDVariable, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifedLinear(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
RectifiedTanh - Class in org.nd4j.linalg.api.ops.impl.transforms
RectifiedTanh Essentially max(0, tanh(x))
RectifiedTanh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
RectifiedTanhDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
Rectified Tanh Derivative
RectifiedTanhDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
RectifiedTanhDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
reducedBasis(double) - Method in class org.nd4j.linalg.dimensionalityreduction.PCA
Return a reduced basis set that covers a certain fraction of the variance of the data
ReduceMetaOp - Class in org.nd4j.linalg.api.ops.impl.meta
This is special case PredicateOp, with opB being only either Accumulation, Variance or Reduce3 op
ReduceMetaOp() - Constructor for class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
ReduceMetaOp(ScalarOp, Accumulation, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
ReduceMetaOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
ReduceMetaOp(ScalarOp, Accumulation) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
ReduceMetaOp(OpDescriptor, OpDescriptor) - Constructor for class org.nd4j.linalg.api.ops.impl.meta.ReduceMetaOp
 
REDUCTION - Static variable in class org.nd4j.graph.OpClass
 
reductionBroadcastableWithOrigShape(int, int[], SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Add 1s as required to the array make an array possible to be broadcast with the original (pre-reduce) array.
REFERENCED_TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
referenceQueue - Static variable in class org.nd4j.linalg.factory.Nd4j
 
references - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
refQueue() - Static method in class org.nd4j.linalg.factory.Nd4j
The reference queue used for cleaning up ndarrays
registerAllExtensions(ExtensionRegistryLite) - Static method in class onnx.OnnxMlProto3
 
registerAllExtensions(ExtensionRegistry) - Static method in class onnx.OnnxMlProto3
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class onnx.OnnxOperatorsProto3
 
registerAllExtensions(ExtensionRegistry) - Static method in class onnx.OnnxOperatorsProto3
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class onnx.OnnxProto3
 
registerAllExtensions(ExtensionRegistry) - Static method in class onnx.OnnxProto3
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AllocationDescriptionProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.AllocationDescriptionProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ApiDefProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.ApiDefProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.AttrValueProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.AttrValueProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.CostGraphProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.CostGraphProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.DeviceAttributesProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.DeviceAttributesProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.FunctionProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.FunctionProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.GraphProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.GraphTransferInfoProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.GraphTransferInfoProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.KernelDefProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.KernelDefProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.LogMemoryProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.LogMemoryProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.NodeProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.NodeProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.OpDefProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.OpDefProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ReaderBaseProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.ReaderBaseProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfoProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfoProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.ResourceHandle
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.ResourceHandle
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.StepStatsProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.StepStatsProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.SummaryProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.SummaryProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorDescriptionProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.TensorDescriptionProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.TensorProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorShapeProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.TensorShapeProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TensorSliceProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.TensorSliceProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.TypesProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.TypesProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VariableProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.VariableProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.framework.VersionsProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.framework.VersionsProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.tensorflow.util.IteratorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.tensorflow.util.IteratorProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class tensorflow.OpGenOverridesOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class tensorflow.OpGenOverridesOuterClass
 
registerFrame(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method adds Frame to tracking PLEASE NOTE: Only works for first call, subsequent calls are no-op
registerGraph(SameDiff) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
This method stores given graph for future execution
registerGraph(SameDiff) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
This method stores given graph for future execution
registerGraph(long, Pointer) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
registerGraph(long, Pointer) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
registerGraph(long, Pointer) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
 
release(Pointer, MemoryKind) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method releases previously allocated memory chunk
relocateConstantSpace(DataBuffer) - Method in class org.nd4j.linalg.cache.BasicConstantHandler
 
relocateConstantSpace(DataBuffer) - Method in interface org.nd4j.linalg.cache.ConstantHandler
PLEASE NOTE: This method implementation is hardware-dependant.
relu(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
relu(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
relu(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
relu(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
relu(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
relu6(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
relu6(SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
relu6(String, SDVariable, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Relu6 - Class in org.nd4j.linalg.api.ops.impl.transforms
Rectified linear unit 6, i.e.
Relu6(SameDiff, SDVariable, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(SameDiff, SDVariable, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
Relu6(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
relu6(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
relu6(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
ReluInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: randn(shape) //N(0, 2/nIn);
ReluInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.ReluInitScheme
 
reluLayer(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reluLayer(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reluLayer(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ReluLayer - Class in org.nd4j.linalg.api.ops.impl.transforms
Composed op: relu((X, W) + b)
ReluLayer(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReluLayer
 
ReluUniformInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: U(-sqrt(6/fanIn), sqrt(6/fanIn)
ReluUniformInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.ReluUniformInitScheme
 
remainder(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainder(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainder(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainder(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainder(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainder(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainder(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainder(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainder(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Remainder operator
remainder(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Remainder operator
remainder(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
The scalar denominator
remainder(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
remainderi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainderi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
remainderi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainderi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
remainderi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place remainder
remainderi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place remainder
RemainderOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Floating-point remainder operation
RemainderOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff, SDVariable, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
RemainderOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
REMOTE_GRAPH_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
RemoteFusedGraphExecuteInfo - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
RemoteFusedGraphExecuteInfo.Builder - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
RemoteFusedGraphExecuteInfo.NodeType - Enum in org.tensorflow.framework
Protobuf enum tensorflow.RemoteFusedGraphExecuteInfo.NodeType
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto - Class in org.tensorflow.framework
Protobuf type tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder - Interface in org.tensorflow.framework
 
RemoteFusedGraphExecuteInfoOrBuilder - Interface in org.tensorflow.framework
 
RemoteFusedGraphExecuteInfoProto - Class in org.tensorflow.framework
 
remove() - Method in class org.nd4j.linalg.api.iter.FirstAxisIterator
 
remove() - Method in class org.nd4j.linalg.api.iter.FlatIterator
 
remove() - Method in class org.nd4j.linalg.api.iter.INDArrayIterator
 
remove() - Method in class org.nd4j.linalg.api.iter.NdIndexIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
remove() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
remove(Object) - Method in class org.nd4j.list.BaseNDArrayList
 
remove(int) - Method in class org.nd4j.list.BaseNDArrayList
 
remove(Object) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
remove(int) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
remove(Object) - Method in class org.nd4j.list.NDArrayList
 
remove(int) - Method in class org.nd4j.list.NDArrayList
 
removeAll(Collection<?>) - Method in class org.nd4j.list.BaseNDArrayList
 
removeAll(Collection<?>) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
removeAll(Collection<?>) - Method in class org.nd4j.list.NDArrayList
 
removeAllocationRecords(int) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
removeArgFromFunction(String, DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Remove an argument for a function.
removeAttr(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
removeAttr(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
Attributes specific to this function definition.
removeAttr(String) - Method in class org.tensorflow.framework.NameAttrList.Builder
map<string, .tensorflow.AttrValue> attr = 2;
removeAttr(String) - Method in class org.tensorflow.framework.NodeDef.Builder
Operation-specific graph-construction-time configuration.
removeAttr(int) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
removeAttrDefault(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
removeAttribute(int) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
removeAttribute(int) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
removeAttrRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
removeConstNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
removeConstraint(int) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
removeDefaultGraphInputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
removeDefaultGraphOutputTensorShape(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
removeDevStats(int) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
removeDim(int) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
removeDim(int) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
removeDim(int) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
removeEndpoint(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
removeEntry(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Remove an element of the ndarray
removeExtent(int) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
removeFunc(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
removeFunction(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
removeGradient(int) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
removeGraphInputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
removeGraphOutputNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
removeGraphs(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
removeGraphs(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
removeIArgument(Integer) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
removeIArgument(Integer) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
removeIArgument(Integer) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
removeIArgument(Integer) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
removeIArgument(Integer) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
removeInArg(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
removeInitializer(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
removeInitializer(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
removeInput(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
removeInput(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
removeInputArg(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
removeInputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
removeInputArgument(INDArray) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
removeInputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
removeInputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
removeInputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
removeInputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
removeInputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
removeMemory(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
removeMetadataProps(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
removeMetadataProps(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
removeNode(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
removeNode(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
removeNode(int) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
removeNode(int) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
removeNodeDef(int) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
removeNodeInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
removeNodeInput(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
removeNodeInputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
removeNodeOutputInfo(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
removeNodeStats(int) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
removeOp(int) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
removeOp(int) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
removeOp(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
removeOperator(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
removeOpsetImport(int) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
removeOpsetImport(int) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
removeOutArg(int) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
removeOutput(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
removeOutput(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
removeOutput(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
removeOutputArg(int) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
removeOutputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
removeOutputArgument(INDArray) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
removeOutputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
removeOutputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
removeOutputArgument(INDArray) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
removeOutputInfo(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
removeOutputRename(int) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
removeReferencedTensor(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
removeResourceHandleVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
removeRet(String) - Method in class org.tensorflow.framework.FunctionDef.Builder
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
removeShape(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
removeTArgument(Double) - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
removeTArgument(Double) - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
removeTArgument(Double) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
removeTArgument(Double) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
removeTArgument(Double) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
removeTensor(int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
removeTensors(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
removeTensors(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
removeTensors(int) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
removeValue(int) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
removeValueInfo(int) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
removeValueInfo(int) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
removeVariantVal(int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
RENAME_TO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Arg
 
RENAME_TO_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef.Attr
 
RENAME_TO_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
renderTree(boolean) - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
renderTree() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
renderTree(boolean) - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
repeat(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
repeat(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
repeat(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
repeat(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
repeat(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
repeat(int, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Repeat elements along a specified dimension.
Repeat - Class in org.nd4j.linalg.api.ops.impl.shape
Repeat function
Repeat(int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
Repeat(SameDiff, SDVariable[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
Repeat(INDArray[], INDArray[], List<Double>, List<Integer>, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
Repeat(INDArray[], INDArray[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
Repeat(SameDiff, SDVariable[], boolean, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
repeat(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an n x (shape) ndarray where the ndarray is repeated num times
repeat(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an n x (shape) ndarray where the ndarray is repeated num times
ReplaceNans - Class in org.nd4j.linalg.api.ops.impl.transforms
Element-wise "Replace NaN" implementation as Op
ReplaceNans(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
ReplaceNans(INDArray, INDArray, double, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
replaceWhere(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Replaces all elements in this ndarray that are matching give condition, with corresponding elements from given array
replaceWhere(INDArray, Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
replaceWhere(INDArray, Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Replaces all elements in this ndarray that are matching give condition, with corresponding elements from given array
replaceWhere(INDArray, INDArray, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method does element-wise comparison for 2 equal-sized matrices, for each element that matches Condition
replaceWhere(INDArray, Number, Condition) - Static method in class org.nd4j.linalg.indexing.BooleanIndexing
This method does element-wise assessing for 2 equal-sized matrices, for each element that matches Condition
replicateToDevice(Integer, INDArray) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method replicates given INDArray, and places it to target device.
replicateToDevice(Integer, DataBuffer) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method replicates given DataBuffer, and places it to target device.
replicateToDevice(Integer, INDArray) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
This method replicates given INDArray, and places it to target device.
replicateToDevice(Integer, DataBuffer) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
This method replicates given DataBuffer, and places it to target device.
repmat(int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Replicate and tile array to fill out to the given shape
repmat(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Replicate and tile array to fill out to the given shape
repmat(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Replicate and tile array to fill out to the given shape See: https://github.com/numpy/numpy/blob/master/numpy/matlib.py#L310-L358
repmat(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
repmat(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Replicate and tile array to fill out to the given shape
reportEvent(Event, Environment, Task) - Method in class org.nd4j.linalg.heartbeat.Heartbeat
 
REQUESTED_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocationDescription
 
reSeed() - Method in class org.nd4j.linalg.api.rng.DefaultRandom
Identical to setSeed(System.currentTimeMillis());
reSeed(long) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
Identical to setSeed(seed);
reSeed() - Method in interface org.nd4j.linalg.api.rng.Random
This method is similar to setSeed() but it doesn't really touches underlying buffer, if any.
reSeed(long) - Method in interface org.nd4j.linalg.api.rng.Random
This method is similar to setSeed() but it doesn't really touches underlying buffer, if any.
reseedRandomGenerator(long) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
Reseed the random generator used to generate samples.
reseedRandomGenerator(long) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Reseed the random generator used to generate samples.
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
reset() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Resets the iterator back to the beginning
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
reset() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
Returns the fetcher back to the beginning of the dataset
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
Shuffles the dataset and resets to the first fold
reset() - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Resets the iterator back to the beginning
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Resets the iterator back to the beginning
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
reset() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
reset() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
 
reset() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
reset() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
reset() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
reset() - Method in class org.nd4j.linalg.indexing.NewAxis
 
reset() - Method in class org.nd4j.linalg.indexing.PointIndex
 
reset() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
reset() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method reset host/device offsets within workspace PLEASE NOTE: Never call this method unless you realize all consequences
reset() - Method in class org.nd4j.linalg.profiler.data.primitives.StackTree
 
reset() - Method in class org.nd4j.linalg.profiler.data.StackAggregator
 
reset() - Method in class org.nd4j.linalg.profiler.data.StringAggregator
 
reset() - Method in class org.nd4j.linalg.profiler.data.StringCounter
 
reset() - Method in class org.nd4j.linalg.profiler.OpProfiler
This method resets all counters
resetLinearView() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
resetLinearView() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
resetLinearView() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
resetLinearView() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Resets the linear view
resetPlanned - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
resetSupported() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Is resetting supported by this DataSetIterator? Many DataSetIterators do support resetting, but some don't
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
resetSupported() - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Is resetting supported by this DataSetIterator? Many DataSetIterators do support resetting, but some don't
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
 
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
resetSupported() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
resetWorkspace() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
reshape(SDVariable, int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reshape(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reshape(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reshape(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reshape the ndarray in to the specified dimensions, possible errors being thrown for invalid shapes
reshape(char, int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
reshape(char, int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
reshape(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reshape the matrix.
reshape(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reshapes the ndarray (can't change the length of the ndarray)
reshape(char, int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
reshape(char, int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
reshape(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reshapes the ndarray (can't change the length of the ndarray)
reshape(char, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
reshape(char, int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
reshape(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reshape the ndarray in to the specified dimensions, possible errors being thrown for invalid shapes Note here that one dimension can be -1.
reshape(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reshape the matrix.
reshape(char, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
reshape(char, int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
reshape(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
reshape(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
reshape(char, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reshapes the ndarray (can't change the length of the ndarray).
reshape(char, int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reshapes the ndarray (can't change the length of the ndarray).
reshape(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reshapes the ndarray (can't change the length of the ndarray).
reshape(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reshapes the ndarray (can't change the length of the ndarray).
Reshape - Class in org.nd4j.linalg.api.ops.impl.shape
Reshape function
Reshape(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
Reshape() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
reshape(int, int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
reshape(int, int) - Method in class org.nd4j.linalg.dataset.DataSet
Reshapes the input in to the given rows and columns
resolve(INDArray, INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Given an all index and the intended indexes, return an index array containing a combination of all elements for slicing and overriding particular indexes where necessary
resolve(DataBuffer, INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Given an all index and the intended indexes, return an index array containing a combination of all elements for slicing and overriding particular indexes where necessary
resolve(int[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Given an all index and the intended indexes, return an index array containing a combination of all elements for slicing and overriding particular indexes where necessary
resolve(INDArrayIndex[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Given an all index and the intended indexes, return an index array containing a combination of all elements for slicing and overriding particular indexes where necessary
resolveFixedDimensionsCOO(INDArrayIndex...) - Method in class org.nd4j.linalg.indexing.ShapeOffsetResolution
 
resolveNegativeShapeIfNeccessary(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Resolve properties and arguments right before execution of this operation.
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
resolvePropertiesFromSameDiffBeforeExecution() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
resolveSparseOffsetsCOO() - Method in class org.nd4j.linalg.indexing.ShapeOffsetResolution
 
resolveVariablesWith(Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
Resolve all ndarrays by updating the variables for each array specified in the given map.
RESOURCE_HANDLE_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
RESOURCE_MANGER_ON - Static variable in class org.nd4j.linalg.factory.Nd4j
 
ResourceHandle - Class in org.tensorflow.framework
 
ResourceHandleProto - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
ResourceHandleProto.Builder - Class in org.tensorflow.framework
Protocol buffer representing a handle to a tensorflow resource.
ResourceHandleProtoOrBuilder - Interface in org.tensorflow.framework
 
resourceManagerOn - Static variable in class org.nd4j.linalg.factory.Nd4j
 
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MinMaxSerializerStrategy
 
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiHybridSerializerStrategy
Restore a MultiNormalizerHybrid that was previously serialized by this strategy
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiMinMaxSerializerStrategy
Restore a MultiNormalizerMinMaxScaler that was previously serialized by this strategy
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiStandardizeSerializerStrategy
Restore a MultiNormalizerStandardize that was previously serialized by this strategy
restore(String) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Restore a normalizer from the given path
restore(File) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Restore a normalizer from the given file
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Restore a normalizer from an input stream
restore(InputStream) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializerStrategy
Restore a normalizer that was previously serialized by this strategy
restore(InputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.StandardizeSerializerStrategy
 
RestoreV2 - Class in org.nd4j.linalg.api.ops.persistence
 
RestoreV2() - Constructor for class org.nd4j.linalg.api.ops.persistence.RestoreV2
 
RET_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDef
 
retainAll(Collection<?>) - Method in class org.nd4j.list.BaseNDArrayList
 
retainAll(Collection<?>) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
retainAll(Collection<?>) - Method in class org.nd4j.list.NDArrayList
 
reuseGraph(SameDiff, Map<Integer, INDArray>) - Method in class org.nd4j.autodiff.execution.BasicGraphExecutioner
 
reuseGraph(SameDiff, Map<Integer, INDArray>) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
 
reverse(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reverse(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reverse(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reverse - Variable in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
reverse - Variable in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
Reverse - Class in org.nd4j.linalg.api.ops.impl.transforms
 
Reverse(SameDiff, SDVariable, int...) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
Reverse() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
reverse(INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
reverse(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
reverse(INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
reverse() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
Reverse the indexes
reverse() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
reverse() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
reverse() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
reverse() - Method in class org.nd4j.linalg.indexing.NewAxis
 
reverse() - Method in class org.nd4j.linalg.indexing.PointIndex
 
reverse() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
reverse(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
reverseIndexes(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Return the index of the value corresponding to the indexes
reverseSequence(SDVariable, SDVariable, int, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reverseSequence(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
reverseSequence(String, SDVariable, SDVariable, int, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reverseSequence(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reverseSequence(SDVariable, SDVariable, int, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
reverseSequence(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ReverseSequence - Class in org.nd4j.linalg.api.ops.impl.transforms
Created by farizrahman4u on 3/16/18.
ReverseSequence(SameDiff, SDVariable, SDVariable, int, int) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
ReverseSequence(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
ReverseSequence() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
revert(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Revert the data to what it was before transform
revert(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Revert the data to what it was before transform
revert(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
revert(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
revert(INDArray, INDArray, MinMaxStats) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MinMaxStrategy
Denormalize a data array
revert(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance (arrays are modified in-place)
revert(T) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.Normalizer
Undo (revert) the normalization applied by this DataNormalization instance (arrays are modified in-place)
revert(INDArray, INDArray, S) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.NormalizerStrategy
Denormalize a data array
revert(INDArray, INDArray, DistributionStats) - Method in class org.nd4j.linalg.dataset.api.preprocessor.StandardizeStrategy
Denormalize a data array
revert(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
revertFeatures(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
revertFeatures(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
revertFeatures(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this normalizer to the features arrays
revertFeatures(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this normalizer to the features arrays
revertFeatures(INDArray, INDArray, int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this normalizer to a specific features array.
revertFeatures(INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified features array
revertFeatures(INDArray, INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified features array
revertFeatures(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
revertFeatures(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
revertFeatures(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
revertFeatures(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
revertFeatures(INDArray[], INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified features array
revertFeatures(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified features array
revertFeatures(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the entire inputs array
revertFeatures(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the entire inputs array
revertFeatures(INDArray[], INDArray[], int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the features of a particular input
revertFeatures(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
revertFeatures(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
revertLabels(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
revertLabels(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this normalizer to the labels arrays.
revertLabels(INDArray, INDArray, int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
Undo (revert) the normalization applied by this normalizer to a specific labels array.
revertLabels(INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray, INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
revertLabels(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
revertLabels(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
revertLabels(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
revertLabels(INDArray[], INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.MultiDataNormalization
Undo (revert) the normalization applied by this DataNormalization instance to the specified labels array.
revertLabels(INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the entire outputs array
revertLabels(INDArray[], INDArray[]) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the entire outputs array
revertLabels(INDArray[], INDArray[], int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Undo (revert) the normalization applied by this DataNormalization instance to the labels of a particular output
revertLabels(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
revertLabels(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
Rint - Class in org.nd4j.linalg.api.ops.impl.transforms
Rint function
Rint(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
Rint(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
RmsProp - Class in org.nd4j.linalg.learning.config
RMS Prop updates:
RmsProp() - Constructor for class org.nd4j.linalg.learning.config.RmsProp
 
RmsProp(double) - Constructor for class org.nd4j.linalg.learning.config.RmsProp
 
RmsProp(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.RmsProp
 
RmsProp(double, double, double) - Constructor for class org.nd4j.linalg.learning.config.RmsProp
 
RmsProp.Builder - Class in org.nd4j.linalg.learning.config
 
RmsPropUpdater - Class in org.nd4j.linalg.learning
RMS Prop updates:
RmsPropUpdater(RmsProp) - Constructor for class org.nd4j.linalg.learning.RmsPropUpdater
 
rollAxis(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rollAxis(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
rollAxis(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
RollAxis - Class in org.nd4j.linalg.api.ops.impl.shape
Transpose function
RollAxis(SameDiff, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(SameDiff, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(SameDiff, SDVariable, int[], boolean, Object[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
RollAxis(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
rollAxis(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Roll the specified axis backwards, until it lies in a given position.
rollAxis(INDArray, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Roll the specified axis backwards, until it lies in a given position.
rot(int, INDArray, INDArray, double, double) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
performs rotation of points in the plane.
rot(int, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNumber) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
performs rotation of points in the plane.
rot(int, INDArray, INDArray, double, double) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Applies Givens rotation to sparse vectors one of which is in compressed form.
rot(int, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNumber) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
rot(int, INDArray, INDArray, double, double) - Method in interface org.nd4j.linalg.api.blas.Level1
performs rotation of points in the plane.
rot(int, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNumber) - Method in interface org.nd4j.linalg.api.blas.Level1
performs rotation of points in the plane.
rot(INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
rot(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
rot(INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Reverses the passed in matrix such that m[0] becomes m[m.length - 1] etc
rot90(INDArray) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Rotate a matrix 90 degrees
rot90(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Rotate a matrix 90 degrees
rot90(INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Rotate a matrix 90 degrees
rotg(INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes parameters for a Givens rotation.
rotg(INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
rotg(INDArray, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes parameters for a Givens rotation.
rotmg(INDArray, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the modified parameters for a Givens rotation.
rotmg(IComplexNDArray, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes the modified parameters for a Givens rotation.
rotmg(INDArray, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
rotmg(IComplexNDArray, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
rotmg(INDArray, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the modified parameters for a Givens rotation.
rotmg(IComplexNDArray, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes the modified parameters for a Givens rotation.
round(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
round(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
round(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Round - Class in org.nd4j.linalg.api.ops.impl.transforms
Rounding function
Round(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
Round(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Round
 
round(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Rounding function
round(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Rounding function
round(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
 
roundToTheNearest(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
roundToTheNearest(int) - Method in class org.nd4j.linalg.dataset.DataSet
 
rowNumber(int, INDArray) - Static method in class org.nd4j.linalg.indexing.Indices
Compute the linear offset for an index in an ndarray.
rows() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the number of rows in the array (only 2d) throws an exception when called when not 2d
rows - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rows() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rows() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the number of rows in this matrix (throws exception if not 2d)
RowVectorDeserializer - Class in org.nd4j.linalg.lossfunctions.serde
Simple JSON deserializer for use in ILossFunction loss function weight serialization.
RowVectorDeserializer() - Constructor for class org.nd4j.linalg.lossfunctions.serde.RowVectorDeserializer
 
RowVectorSerializer - Class in org.nd4j.linalg.lossfunctions.serde
Simple JSON serializer for use in ILossFunction weight serialization.
RowVectorSerializer() - Constructor for class org.nd4j.linalg.lossfunctions.serde.RowVectorSerializer
 
rsqrt(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rsqrt(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
rsqrt(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
RSqrt - Class in org.nd4j.linalg.api.ops.impl.transforms
RSqrt function
RSqrt(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
RSqrt(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
rsub(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rsub(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rsub(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsub(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsub(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsub(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsub(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsub(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsub(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsub(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse subtraction
rsub(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsub(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse subtraction
rsub(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsub(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse subtraction
rsub(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsub(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsub(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsub(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsub(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsub(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction with duplicates - i.e., (n - thisArrayValues)
rsub(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction
rsub(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction
rsub(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element-wise reverse subtraction (copy op).
rsub(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rsub(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rsub(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast reverse subtraction op.
rsubBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
RSubBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Division backprop operation.
RSubBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RSubBpOp
 
RSubBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.RSubBpOp
 
rsubColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction of a column vector (copy)
rsubi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rsubi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
rsubi(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsubi(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsubi(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsubi(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
rsubi(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Reverse subtraction (in-place)
rsubi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Reverse subtraction (in-place)
rsubi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Reverse subtraction (in-place)
rsubi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction in place - i.e., (n - thisArrayValues)
rsubi(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse in place subtraction
rsubi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Element-wise reverse subtraction (in the place op) - i.e., other - this
rsubi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction (in-place)
rsubi(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rsubi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
rsubiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place reverse subtraction of a column vector
rsubiRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place reverse subtraction of a row vector
RSubOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
OldReverse 'Subtraction operation
RSubOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
RSubOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
RSubOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
RSubOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
RSubOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
rsubRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
rsubRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
rsubRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
rsubRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
rsubRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Reverse subtraction of a row vector (copy)
run() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager.WorkspaceDeallocatorThread
 

S

s0 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
s1 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
s2 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
s3 - Variable in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
S_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
S_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
S_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
S_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
SaddlePointExpansion - Class in org.nd4j.linalg.api.rng.distribution.impl
Utility class used by various distributions to accurately compute their respective probability mass functions.
SAFETY_OFFSET - Static variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
sameDiff - Variable in class org.nd4j.autodiff.functions.DifferentialFunction
 
sameDiff - Variable in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sameDiff() - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
SameDiff - Class in org.nd4j.autodiff.samediff
SameDiff is the entrypoint for nd4j's autodiff.
sameDiff(SameDiff) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
SameDiff.DefaultSameDiffConditional - Class in org.nd4j.autodiff.samediff
 
SameDiff.SameDiffConditional - Interface in org.nd4j.autodiff.samediff
An interface for representing a conditional statement
SameDiff.SameDiffFunctionDefinition - Interface in org.nd4j.autodiff.samediff
A function definition for samediff
sameDiffBuilder(String, SameDiff) - Static method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
SameDiffBuilder(String, SameDiff, long, int, int, boolean, int, int) - Constructor for class org.nd4j.linalg.api.ops.DynamicCustomOp.SameDiffBuilder
 
SameDiffOpExecutioner - Class in org.nd4j.autodiff.samediff
 
SameDiffOpExecutioner() - Constructor for class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
Generate a random value sampled from this distribution.
sample(int) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
Generate a random sample from the distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
sample() - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Generate a random value sampled from this distribution.
sample(int) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Generate a random sample from the distribution.
sample(int[]) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Sample the given shape
sample(INDArray) - Method in interface org.nd4j.linalg.api.rng.distribution.Distribution
Fill the target array by sampling from the distribution
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.BinomialDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.ConstantDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.LogNormalDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.NormalDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.OrthogonalDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
sample() - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Generate a random value sampled from this distribution.
sample(int[]) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
 
sample(INDArray) - Method in class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
 
sample(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sample(int, Random) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sample(int, boolean) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sample(int, Random, boolean) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sample(int) - Method in class org.nd4j.linalg.dataset.DataSet
Sample without replacement and a random rng
sample(int, Random) - Method in class org.nd4j.linalg.dataset.DataSet
Sample without replacement
sample(int, boolean) - Method in class org.nd4j.linalg.dataset.DataSet
Sample a dataset numSamples times
sample(int, Random, boolean) - Method in class org.nd4j.linalg.dataset.DataSet
Sample a dataset
SAMPLE_RATE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Audio
 
SamplingDataSetIterator - Class in org.nd4j.linalg.dataset.api.iterator
A wrapper for a dataset to sample from.
SamplingDataSetIterator(DataSet, int, int, boolean) - Constructor for class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
SamplingDataSetIterator(DataSet, int, int) - Constructor for class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
sasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sasum(int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sasum(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
save(OutputStream) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Write the contents of this DataSet to the specified OutputStream
save(File) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Save this DataSet to a file.
save(File, File) - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
Save the current mean and std
save(OutputStream) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Save this MultiDataSet to the specified stream.
save(File) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Save this MultiDataSet to the specified file
save(List<File>, List<File>) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerStandardize
Deprecated.
use MultiStandardizeSerializerStrategy instead

Save the current means and standard deviations to the file system

save(File...) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
Deprecated.
save(File...) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
Deprecated.
use NormalizerSerializer instead

Save the current means and standard deviations to the file system

save(File, File) - Method in class org.nd4j.linalg.dataset.api.preprocessor.stats.DistributionStats
Save distribution statistics to the file system
save(OutputStream) - Method in class org.nd4j.linalg.dataset.DataSet
 
save(File) - Method in class org.nd4j.linalg.dataset.DataSet
 
save(OutputStream) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
save(File) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
SAVE_SLICE_INFO_DEF_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
saveBinary(INDArray, File) - Static method in class org.nd4j.linalg.factory.Nd4j
Save an ndarray to the given file
SaveSliceInfoDef - Class in org.tensorflow.framework
Protobuf type tensorflow.SaveSliceInfoDef
SaveSliceInfoDef.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.SaveSliceInfoDef
SaveSliceInfoDefOrBuilder - Interface in org.tensorflow.framework
 
SaveV2 - Class in org.nd4j.linalg.api.ops.persistence
 
SaveV2() - Constructor for class org.nd4j.linalg.api.ops.persistence.SaveV2
 
saxpy(int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
saxpy(int, float, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
saxpy(double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
saxpy(float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
saxpy(double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
saxpy(float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
saxpy(double, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
saxpy(float, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
saxpyi(int, double, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
sbmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
sbmv computes a matrix-vector product using a symmetric band matrix: y := alpha*a*x + beta*y.
sbmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
sbmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
sbmv computes a matrix-vector product using a symmetric band matrix: y := alpha*a*x + beta*y.
scal(int, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector by a scalar product.
scal(int, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
computes a vector by a scalar product.
scal(int, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
Computes the product of a vector by a scalar.
scal(int, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
scal(int, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector by a scalar product.
scal(int, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
computes a vector by a scalar product.
scal(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
scal(double, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
scal(float, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
scal(IComplexFloat, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
scal(IComplexDouble, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
scal(double, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
scal(float, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
scal(IComplexFloat, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
scal(IComplexDouble, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
scal(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
scal(double, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
scal(float, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
scal(IComplexFloat, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
scal(IComplexDouble, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
scal(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute x <- alpha * x (scale a matrix)
scalar(String, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
scalar() - Method in class org.nd4j.graph.FlatNode
 
SCALAR - Static variable in class org.nd4j.graph.OpType
 
scalar() - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
scalar() - Method in interface org.nd4j.linalg.api.ops.ScalarOp
The normal scalar
scalar(Number, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
scalar(float, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(double, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(int, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(Number) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
scalar(float) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
scalar(IComplexFloat) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar ndarray with the specified offset
scalar(IComplexFloat, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble, long) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(Number, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
scalar(double, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(float, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(Number) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
scalar(double) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(float) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
scalar(IComplexFloat) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar ndarray with the specified offset
scalar(IComplexFloat, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble, long) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a scalar nd array with the specified value and offset
scalar(Number, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
scalar(float, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(double, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(int, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
scalar(Number) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
scalar(float) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
scalar(IComplexFloat) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexNumber) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar ndarray with the specified offset
scalar(IComplexFloat, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
scalar(IComplexDouble, long) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create a scalar nd array with the specified value and offset
ScalarAdd - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar addition
ScalarAdd() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarAdd(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
ScalarDivision - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar division
ScalarDivision() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarDivision(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
ScalarEquals - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when greater than a number
ScalarEquals() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
ScalarEquals(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
scalarEquals(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given shapes are both scalars (0 dimension or shape[0] == 1)
ScalarFMod - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar floating-point remainder (fmod)
ScalarFMod() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
ScalarFMod(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
ScalarFMod(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
ScalarGreaterThan - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when greater than a number
ScalarGreaterThan() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThan(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
ScalarGreaterThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when greater than or equal to a number
ScalarGreaterThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarGreaterThanOrEqual(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
ScalarLessThan - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when less than a number
ScalarLessThan() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
ScalarLessThan(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
ScalarLessThan(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
ScalarLessThan(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
ScalarLessThanOrEqual - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when less than or equal to a number
ScalarLessThanOrEqual(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
ScalarLessThanOrEqual(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
ScalarLessThanOrEqual() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
ScalarLessThanOrEqual(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
ScalarLessThanOrEqual(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
ScalarMax - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar max operation.
ScalarMax() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
ScalarMax(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
ScalarMax(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
ScalarMin - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar max operation.
ScalarMin() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
ScalarMin(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
ScalarMin(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
ScalarMultiplication - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar multiplication
ScalarMultiplication() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarMultiplication(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
ScalarNotEquals - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Return a binary (0 or 1) when greater than a number
ScalarNotEquals() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarNotEquals(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
ScalarOp - Interface in org.nd4j.linalg.api.ops
Applies a scalar along a bigger input array.
ScalarRemainder - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar floating-point remainder
ScalarRemainder() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarRemainder(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
ScalarReverseDivision - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar reverse division
ScalarReverseDivision() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseDivision(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
ScalarReverseSubtraction - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar reverse subtraction
ScalarReverseSubtraction() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarReverseSubtraction(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
ScalarSet - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar max operation.
ScalarSet() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSet(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
ScalarSetValue - Class in org.nd4j.linalg.api.ops.impl.scalar.comparison
Scalar value set operation.
ScalarSetValue(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSetValue(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
ScalarSubtraction - Class in org.nd4j.linalg.api.ops.impl.scalar
Scalar subtraction
ScalarSubtraction() - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(INDArray, INDArray, INDArray, long, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(SameDiff, SDVariable, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(SameDiff, SDVariable, Number, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(SameDiff, SDVariable, Number, boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
ScalarSubtraction(SameDiff, SDVariable, Number, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
scalarValue - Variable in class org.nd4j.autodiff.functions.DifferentialFunction
 
scale() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
scale() - Method in class org.nd4j.linalg.dataset.DataSet
Divides the input data transform by the max number in each row
scaleByMax(INDArray) - Static method in class org.nd4j.linalg.util.FeatureUtil
Divides each row by its max
scaleFactor - Variable in class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
scaleMinAndMax(double, double) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
scaleMinAndMax(double, double) - Method in class org.nd4j.linalg.dataset.DataSet
 
scaleMinMax(double, double, INDArray) - Static method in class org.nd4j.linalg.util.FeatureUtil
Scales the ndarray columns to the given min/max values
scan(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
scan(Condition) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
scan(Condition) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
This method takes boolean condition, and returns number of elements matching this condition
scasum(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
scatterAdd(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
scatterAdd(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
scatterAdd(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ScatterAdd - Class in org.nd4j.linalg.api.ops.impl.scatter
Created by farizrahman4u on 3/23/18.
ScatterAdd(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterAdd
 
ScatterAdd() - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterAdd
 
scatterDiv(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
scatterDiv(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
scatterDiv(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ScatterDiv - Class in org.nd4j.linalg.api.ops.impl.scatter
Created by farizrahman4u on 3/23/18.
ScatterDiv(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterDiv
 
ScatterDiv() - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterDiv
 
scatterMul(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
scatterMul(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
scatterMul(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ScatterMul - Class in org.nd4j.linalg.api.ops.impl.scatter
Created by farizrahman4u on 3/23/18.
ScatterMul(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterMul
 
ScatterMul() - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterMul
 
scatterSub(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
scatterSub(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
scatterSub(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ScatterSub - Class in org.nd4j.linalg.api.ops.impl.scatter
Created by farizrahman4u on 3/23/18.
ScatterSub(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterSub
 
ScatterSub() - Constructor for class org.nd4j.linalg.api.ops.impl.scatter.ScatterSub
 
ScatterUpdate - Class in org.nd4j.linalg.api.ops.custom
 
ScatterUpdate(INDArray, INDArray, int[], int[], ScatterUpdate.UpdateOp) - Constructor for class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
ScatterUpdate(INDArray, INDArray, INDArray, int[], int[], ScatterUpdate.UpdateOp) - Constructor for class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
ScatterUpdate.UpdateOp - Enum in org.nd4j.linalg.api.ops.custom
 
SCHEDULED_MICROS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
ScheduleType - Enum in org.nd4j.linalg.schedule
 
scnrm2(int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
SCOMPLEX_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
sconv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
Separable Conv2d operation.
sconv2d(SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Separable Conv2d operation.
sconv2d(String, SDVariable[], Conv2DConfig) - Method in class org.nd4j.autodiff.samediff.SameDiff
Separable Conv2d operation.
SConv2D - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Separable convolution 2D operation
SConv2D(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
SConv2D() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
SConv2DDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
SConv2DDerivative operation
SConv2DDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], Conv2DConfig) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
SConv2DDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
scoomv(char, int, DataBuffer, DataBuffer, DataBuffer, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
scopeId() - Method in class org.nd4j.graph.FlatNode
 
scopeName() - Method in class org.nd4j.graph.FlatNode
 
scopeNameAsByteBuffer() - Method in class org.nd4j.graph.FlatNode
 
scopeOutOfWorkspaces() - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
scopeOutOfWorkspaces() - Method in interface org.nd4j.linalg.memory.MemoryManager
This method temporary opens block out of any workspace scope.
scopeOutOfWorkspaces() - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method temporary opens block out of any workspace scope.
scopy(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
scopy(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
scoreArray(INDArray, INDArray, IActivation, INDArray) - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
sdot(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sdot(int, DataBuffer, int, int, DataBuffer, int, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sdoti(int, INDArray, DataBuffer, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
sdsdot(int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
SDVariable - Class in org.nd4j.autodiff.samediff
A variable representing a component within a graph.
second() - Method in class org.nd4j.graph.IntPair
 
second() - Method in class org.nd4j.graph.IntTriple
 
second() - Method in class org.nd4j.graph.LongPair
 
secondaryStride() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
secondaryStride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
secondaryStride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
secondaryStride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return the second stride for an ndarray.
seed - Variable in class org.nd4j.linalg.api.rng.DefaultRandom
 
SEGMENT_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
SEGMENT_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
Select - Class in org.nd4j.linalg.api.ops.impl.controlflow
 
Select(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
Select(INDArray[], INDArray[], List<Double>, List<Integer>) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
Select(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
Select(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
selu(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
selu(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
selu(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SELU - Class in org.nd4j.linalg.api.ops.impl.transforms
SELU activation function
SELU(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
SELU(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
seluDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
SELUDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
SELU Derivative elementwise function https://arxiv.org/pdf/1706.02515.pdf
SELUDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SELUDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
SEQUENCE_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto
 
sequenceMask(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sequenceMask(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sequenceMask(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sequenceMask(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sequenceMask(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sequenceMask(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sequenceMask(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sequenceMask(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sequenceMask(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SequenceMask - Class in org.nd4j.linalg.api.ops.impl.shape
Created by farizrahman4u on 3/28/18.
SequenceMask(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
SequenceMask(SameDiff, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
SequenceMask(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
SEQUENTIAL - Static variable in class org.nd4j.graph.ExecutionMode
 
serialize(INDArray, JsonGenerator, SerializerProvider) - Method in class org.nd4j.linalg.lossfunctions.serde.RowVectorSerializer
 
SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
serialVersionUID - Static variable in error org.nd4j.linalg.api.blas.BlasException
 
Set - Class in org.nd4j.linalg.api.ops.impl.transforms
Set
Set(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
Set(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Set
 
set(Throwable) - Method in class org.nd4j.linalg.util.AtomicThrowable
This method updates state with given Throwable
set(int, T) - Method in class org.nd4j.linalg.util.DeviceLocal
This method sets object for specific device
set(T) - Method in class org.nd4j.linalg.util.DeviceLocal
This method sets object for current device
set(int, X) - Method in class org.nd4j.list.BaseNDArrayList
 
set(int, X) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
set(int, Double) - Method in class org.nd4j.list.NDArrayList
 
setActiveBranch(String, int) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method sets active/inactive branch for divergent nodes (aka Switch)
setAlias(int, String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
setAliasInputPort(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
If >= 0, the output is an alias of an input.
setAllEndRelMicros(long) - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_end_rel_micros = 5;
setAllocatedBytes(long) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes allocated if known
setAllocationDescription(AllocationDescription) - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
setAllocationDescription(AllocationDescription.Builder) - Method in class org.tensorflow.framework.TensorDescription.Builder
Information about the size and allocator used for the data
setAllocationId(long) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Identifier of the allocated buffer if known
setAllocationId(long) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
setAllocationId(long) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
setAllocationId(long) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
setAllocationRecords(int, AllocationRecord) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
setAllocationRecords(int, AllocationRecord.Builder) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The allocation and deallocation timeline.
setAllocatorBytesInUse(long) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are snapshots of the overall allocator memory stats.
setAllocatorName(String) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Name of the allocator used
setAllocatorName(String) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
string allocator_name = 1;
setAllocatorName(String) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the allocator used.
setAllocatorName(String) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the allocator used.
setAllocatorName(String) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Name of the allocator used.
setAllocatorNameBytes(ByteString) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Name of the allocator used
setAllocatorNameBytes(ByteString) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
string allocator_name = 1;
setAllocatorNameBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the allocator used.
setAllocatorNameBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the allocator used.
setAllocatorNameBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
Name of the allocator used.
setAllocBytes(long) - Method in class org.tensorflow.framework.AllocationRecord.Builder
Number of bytes allocated, or de-allocated if negative.
setAllocMicros(long) - Method in class org.tensorflow.framework.AllocationRecord.Builder
The timestamp of the operation.
setAllowedValues(AttrValue) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
setAllowedValues(AttrValue.Builder) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
A list of values that this kernel supports for this attr.
setAllowedValues(AttrValue) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
setAllowedValues(AttrValue.Builder) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
The set of allowed values.
setAllowsUninitializedInput(boolean) - Method in class org.tensorflow.framework.OpDef.Builder
By default, all inputs to an Op must be initialized Tensors.
setAllStartMicros(long) - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 all_start_micros = 2;
setArgOrder(int, String) - Method in class org.tensorflow.framework.ApiDef.Builder
List of original in_arg names to specify new argument order.
setAttr(int, ApiDef.Attr) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
setAttr(int, ApiDef.Attr.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Attr attr = 6;
setAttr(int, OpDef.AttrDef) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
setAttr(int, OpDef.AttrDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
repeated .tensorflow.OpDef.AttrDef attr = 4;
setAttrDefault(int, OpGenOverridesOuterClass.OpGenOverride.AttrDefault) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
setAttrDefault(int, OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;
setAttribute(int, OnnxMlProto3.AttributeProto) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
setAttribute(int, OnnxMlProto3.AttributeProto.Builder) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
Additional named attributes.
setAttribute(int, OnnxProto3.AttributeProto) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
setAttribute(int, OnnxProto3.AttributeProto.Builder) - Method in class onnx.OnnxProto3.NodeProto.Builder
Additional named attributes.
setAttrRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
setAttrRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;
setAudio(Summary.Audio) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
setAudio(Summary.Audio.Builder) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Audio audio = 6;
setAutoGcWindow(int) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
setAutoGcWindow(int) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method enables/disables periodic System.gc() calls.
setB(boolean) - Method in class org.tensorflow.framework.AttrValue.Builder
"bool"
setB(int, boolean) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(bool)"
setBadConsumers(int, int) - Method in class org.tensorflow.framework.VersionDef.Builder
Specific consumer versions which are disallowed (e.g.
setBaseNameForFunctionInstanceId(String, DifferentialFunction) - Method in class org.nd4j.autodiff.samediff.SameDiff
Sets a base name for the function id.
setBegin(long) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 begin = 1;
setBegin(long) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 begin = 1;
setBiasCorrected(boolean) - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
setBlasWrapper(BlasWrapper) - Static method in class org.nd4j.linalg.factory.Nd4j
Sets the global blas wrapper
setBoolVal(int, boolean) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_BOOL
setBucket(int, double) - Method in class org.tensorflow.framework.HistogramProto.Builder
repeated double bucket = 7 [packed = true];
setBucketLimit(int, double) - Method in class org.tensorflow.framework.HistogramProto.Builder
Parallel arrays encoding the bucket boundaries and the bucket values.
setBusId(int) - Method in class org.tensorflow.framework.DeviceLocality.Builder
Optional bus locality of device.
setColorspace(int) - Method in class org.tensorflow.framework.Summary.Image.Builder
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
setColumnNames(List<String>) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
setColumnNames(List<String>) - Method in class org.nd4j.linalg.dataset.DataSet
Deprecated.
setComplete(String, boolean) - Method in interface org.nd4j.linalg.dataset.api.iterator.cache.DataSetCache
Sets the flag indicating whether given namespace is fully cached
setComplete(String, boolean) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileAndMemoryDataSetCache
 
setComplete(String, boolean) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InFileDataSetCache
 
setComplete(String, boolean) - Method in class org.nd4j.linalg.dataset.api.iterator.cache.InMemoryDataSetCache
 
setComputeCost(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Estimate of the computational cost of this node, in microseconds.
setComputeTime(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the computational cost of this node, in microseconds.
setConstNodeInfo(int, GraphTransferInfo.ConstNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
setConstNodeInfo(int, GraphTransferInfo.ConstNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
setConstraint(int, KernelDef.AttrConstraint) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
setConstraint(int, KernelDef.AttrConstraint.Builder) - Method in class org.tensorflow.framework.KernelDef.Builder
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
setContainer(String) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Container in which this resource is placed.
setContainerBytes(ByteString) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Container in which this resource is placed.
setContent(ByteString) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The content to store for the plugin.
setContentType(String) - Method in class org.tensorflow.framework.Summary.Audio.Builder
string content_type = 5;
setContentTypeBytes(ByteString) - Method in class org.tensorflow.framework.Summary.Audio.Builder
string content_type = 5;
setControlInput(int, int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Ids of the control inputs for this node.
setConvolution(ConvolutionInstance) - Static method in class org.nd4j.linalg.factory.Nd4j
Set a convolution instance
setCurrentWork(ByteString) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
bytes current_work = 4;
setCurrentWorkspace(MemoryWorkspace) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
setCurrentWorkspace(MemoryWorkspace) - Method in interface org.nd4j.linalg.memory.MemoryManager
 
setData(float[], INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Set the data for the underlying array.
setData(double[], INDArray) - Static method in class org.nd4j.linalg.api.blas.BlasBufferUtil
Set the data for the underlying array.
setData(DataBuffer) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
setData(DataBuffer) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setData(DataBuffer) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
setData(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
bytes data = 4;
setDataBufferLogEntries(List<DataBufferLogEntry>) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
setDataType(OnnxMlProto3.TensorProto.DataType) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The data type of the tensor.
setDataType(OnnxProto3.TensorProto.DataType) - Method in class onnx.OnnxProto3.TensorProto.Builder
The data type of the tensor.
setDataType(String) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setDataType(String) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setDataType(DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
This method sets dataType for the current JVM runtime
setDataTypeValue(int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The data type of the tensor.
setDataTypeValue(int) - Method in class onnx.OnnxProto3.TensorProto.Builder
The data type of the tensor.
setDcomplexVal(int, double) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX128.
setDefaultCompression(String) - Method in class org.nd4j.linalg.compression.BasicNDArrayCompressor
Set the default compression algorithm
setDefaultGraphInputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
setDefaultGraphInputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op
setDefaultGraphOutputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
setDefaultGraphOutputTensorShape(int, RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
setDefaultValue(AttrValue) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
setDefaultValue(AttrValue.Builder) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Specify a new default value to use for this attr.
setDefaultValue(AttrValue) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
setDefaultValue(AttrValue.Builder) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A reasonable default for this attribute if the user does not supply a value.
setDefaultWorkspaceConfiguration(WorkspaceConfiguration) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
This method allows to specify "Default" configuration, that will be used in signatures which do not have WorkspaceConfiguration argument
setDeferred(boolean) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
True if the deallocation is queued and will be performed later, e.g.
setDeprecation(OpDeprecation) - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
setDeprecation(OpDeprecation.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Optional deprecation based on GraphDef versions.
setDeprecationVersion(int) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
First GraphDef version at which the op is disallowed.
setDescription(String) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Note: this will replace any inherited arg doc.
setDescription(String) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
setDescription(String) - Method in class org.tensorflow.framework.ApiDef.Builder
Additional, longer human-readable description of what the Op does.
setDescription(String) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Human readable description.
setDescription(String) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
Human-readable description.
setDescription(String) - Method in class org.tensorflow.framework.OpDef.Builder
Additional, longer human-readable description of what the Op does.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Note: this will replace any inherited arg doc.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
Additional, longer human-readable description of what the Op does.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Human readable description.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
Human-readable description.
setDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.Builder
Additional, longer human-readable description of what the Op does.
setDescriptionPrefix(String) - Method in class org.tensorflow.framework.ApiDef.Builder
Modify an existing/inherited description by adding text to the beginning or end.
setDescriptionPrefixBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
Modify an existing/inherited description by adding text to the beginning or end.
setDescriptionSuffix(String) - Method in class org.tensorflow.framework.ApiDef.Builder
string description_suffix = 10;
setDescriptionSuffixBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
string description_suffix = 10;
setDestination(GraphTransferInfo.Destination) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Destination of graph transfer
setDestinationValue(int) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Destination of graph transfer
setDevice(String) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The device of the node.
setDevice(String) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
string device = 1;
setDevice(String) - Method in class org.tensorflow.framework.NodeDef.Builder
A (possibly partial) specification for the device on which this node should be placed.
setDevice(String) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name for the device containing the resource.
setDeviceBytes(ByteString) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The device of the node.
setDeviceBytes(ByteString) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
string device = 1;
setDeviceBytes(ByteString) - Method in class org.tensorflow.framework.NodeDef.Builder
A (possibly partial) specification for the device on which this node should be placed.
setDeviceBytes(ByteString) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name for the device containing the resource.
setDevicePersistentMemorySize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_persistent_memory_size = 16;
setDevicePersistentMemorySize(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_persistent_memory_size = 4;
setDevicePersistentTensorAllocIds(int, long) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 device_persistent_tensor_alloc_ids = 6;
setDeviceTempMemorySize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 device_temp_memory_size = 11;
setDeviceTempMemorySize(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 device_temp_memory_size = 2;
setDeviceType(String) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of device_type.
setDeviceType(String) - Method in class org.tensorflow.framework.KernelDef.Builder
Type of device this kernel runs on.
setDeviceTypeBytes(ByteString) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of device_type.
setDeviceTypeBytes(ByteString) - Method in class org.tensorflow.framework.KernelDef.Builder
Type of device this kernel runs on.
setDevStats(int, DeviceStepStats) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
setDevStats(int, DeviceStepStats.Builder) - Method in class org.tensorflow.framework.StepStats.Builder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
setDim(int, OnnxMlProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
setDim(int, OnnxMlProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
setDim(int, OnnxProto3.TensorShapeProto.Dimension) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
setDim(int, OnnxProto3.TensorShapeProto.Dimension.Builder) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
repeated .onnx.TensorShapeProto.Dimension dim = 1;
setDim(int, TensorShapeProto.Dim) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
setDim(int, TensorShapeProto.Dim.Builder) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
setDimension(int...) - Method in class org.nd4j.linalg.api.ops.BaseBroadcastOp
 
setDimension(int...) - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
setDimension(int...) - Method in interface org.nd4j.linalg.api.ops.BroadcastOp
Set the dimension for the vector op.
setDimension(int...) - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
setDimParam(String) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
namespace Shape
setDimParam(String) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
namespace Shape
setDimParamBytes(ByteString) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
namespace Shape
setDimParamBytes(ByteString) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
namespace Shape
setDims(int, long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
The shape of the tensor.
setDims(int, long) - Method in class onnx.OnnxProto3.TensorProto.Builder
The shape of the tensor.
setDimValue(long) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
setDimValue(long) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
int64 dim_value = 1;
setDisplayName(String) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Display name for viewing in TensorBoard.
setDisplayNameBytes(ByteString) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Display name for viewing in TensorBoard.
setDocString(String) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
setDocString(String) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A human-readable documentation for this graph.
setDocString(String) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
A human-readable documentation for this model.
setDocString(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
A human-readable documentation for this node.
setDocString(String) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
A human-readable documentation for this tensor.
setDocString(String) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
setDocString(String) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
A human-readable documentation for this operator.
setDocString(String) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
A human-readable documentation for this set of operators.
setDocString(String) - Method in class onnx.OnnxProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
setDocString(String) - Method in class onnx.OnnxProto3.GraphProto.Builder
A human-readable documentation for this graph.
setDocString(String) - Method in class onnx.OnnxProto3.ModelProto.Builder
A human-readable documentation for this model.
setDocString(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
A human-readable documentation for this node.
setDocString(String) - Method in class onnx.OnnxProto3.TensorProto.Builder
A human-readable documentation for this tensor.
setDocString(String) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A human-readable documentation for this graph.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
A human-readable documentation for this model.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
A human-readable documentation for this node.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
A human-readable documentation for this tensor.
setDocStringBytes(ByteString) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
setDocStringBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
A human-readable documentation for this operator.
setDocStringBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
A human-readable documentation for this set of operators.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.AttributeProto.Builder
A human-readable documentation for this attribute.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.GraphProto.Builder
A human-readable documentation for this graph.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.ModelProto.Builder
A human-readable documentation for this model.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
A human-readable documentation for this node.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.TensorProto.Builder
A human-readable documentation for this tensor.
setDocStringBytes(ByteString) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
A human-readable documentation for this value.
setDomain(String) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Domain name of the model.
setDomain(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
setDomain(String) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
setDomain(String) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
setDomain(String) - Method in class onnx.OnnxProto3.ModelProto.Builder
Domain name of the model.
setDomain(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
setDomain(String) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
setDomainBytes(ByteString) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Domain name of the model.
setDomainBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
setDomainBytes(ByteString) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
setDomainBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
setDomainBytes(ByteString) - Method in class onnx.OnnxProto3.ModelProto.Builder
Domain name of the model.
setDomainBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
The domain of the OperatorSet that specifies the operator named by op_type.
setDomainBytes(ByteString) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The domain of the operator set being identified.
setDoubleData(int, double) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
setDoubleData(int, double) - Method in class onnx.OnnxProto3.TensorProto.Builder
For double Complex64 tensors are encoded as a single array of doubles, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
setDoubleVal(int, double) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_DOUBLE.
setDType(DataBuffer.Type) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Sets the data opType
setDType(DataBuffer.Type) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Sets the data opType
setDtype(DataType) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.DataType dtype = 4;
setDtype(DataType) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
.tensorflow.DataType dtype = 5;
setDtype(DataType) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
setDtype(DataType) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
setDtype(DataType) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.DataType dtype = 1;
setDtype(DataType) - Method in class org.tensorflow.framework.TensorDescription.Builder
Data type of tensor elements
setDtype(DataType) - Method in class org.tensorflow.framework.TensorProto.Builder
.tensorflow.DataType dtype = 1;
setDtypeValue(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.DataType dtype = 4;
setDtypeValue(int) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
.tensorflow.DataType dtype = 5;
setDtypeValue(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
setDtypeValue(int) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
.tensorflow.DataType dtype = 3;
setDtypeValue(int) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.DataType dtype = 1;
setDtypeValue(int) - Method in class org.tensorflow.framework.TensorDescription.Builder
Data type of tensor elements
setDtypeValue(int) - Method in class org.tensorflow.framework.TensorProto.Builder
.tensorflow.DataType dtype = 1;
setElementsThreshold(int) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method allows to set desired number of elements per thread, for performance optimization purposes.
setElementsThreshold(int) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method allows to set desired number of elements per thread, for performance optimization purposes.
setElementsThreshold(int) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method allows to set desired number of elements per thread, for performance optimization purposes.
setElementWiseStride(IntBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the element wise stride for the shape info buffer
setElementWiseStride(DataBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the element wise stride for the shape info buffer
setElemType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
setElemType(OnnxMlProto3.TypeProto.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
The type and optional shape of each element of the sequence.
setElemType(OnnxMlProto3.TensorProto.DataType) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
setElemType(OnnxProto3.TensorProto.DataType) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
setElemTypeValue(int) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
setElemTypeValue(int) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
setEncodedAudioString(ByteString) - Method in class org.tensorflow.framework.Summary.Audio.Builder
Encoded audio data and its associated RFC 2045 content type (e.g.
setEncodedImageString(ByteString) - Method in class org.tensorflow.framework.Summary.Image.Builder
Image data in encoded format.
setEnd(long) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
int64 end = 2;
setEnd(long) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
int64 end = 2;
setEndpoint(int, ApiDef.Endpoint) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
setEndpoint(int, ApiDef.Endpoint.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
setEntries(List<LogEntry>) - Method in class org.nd4j.linalg.api.instrumentation.InMemoryInstrumentation
 
setExampleMetaData(List<? extends Serializable>) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Set the metadata for this DataSet
By convention: the metadata can be any serializable object, one per example in the DataSet
setExampleMetaData(List<? extends Serializable>) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set the metadata for this MultiDataSet
By convention: the metadata can be any serializable object, one per example in the MultiDataSet
setExampleMetaData(List<? extends Serializable>) - Method in class org.nd4j.linalg.dataset.DataSet
 
setExampleMetaData(List<? extends Serializable>) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setExecutionMode(OpExecutioner.ExecutionMode) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
Set the execution mode
setExecutionMode(OpExecutioner.ExecutionMode) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
setExecutionMode(OpExecutioner.ExecutionMode) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
Set the execution mode
setExecutorName(String) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Executor's name
setExecutorNameBytes(ByteString) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Executor's name
setExplanation(String) - Method in class org.tensorflow.framework.OpDeprecation.Builder
Explanation of why it was deprecated and what to use instead.
setExplanationBytes(ByteString) - Method in class org.tensorflow.framework.OpDeprecation.Builder
Explanation of why it was deprecated and what to use instead.
setExtent(int, TensorSliceProto.Extent) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
setExtent(int, TensorSliceProto.Extent.Builder) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
Extent of the slice in all tensor dimensions.
setExtraArgs(Object[]) - Method in interface org.nd4j.linalg.api.ops.Op
 
setF(float) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
setF(float) - Method in class onnx.OnnxProto3.AttributeProto.Builder
Exactly ONE of the following fields must be present for this version of the IR
setF(float) - Method in class org.tensorflow.framework.AttrValue.Builder
"float"
setF(int, float) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(float)"
setFactory(NDArrayFactory) - Static method in class org.nd4j.linalg.factory.Nd4j
 
setFeatures(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Set the features array for the DataSet
setFeatures(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set all of the features arrays for the MultiDataSet
setFeatures(int, INDArray) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set a single features array (by index) for the MultiDataSet
setFeatures(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
 
setFeatures(INDArray[]) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setFeatures(int, INDArray) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setFeaturesMaskArray(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Set the features mask array in this DataSet
setFeaturesMaskArray(int, INDArray) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set a single feature mask array by index
setFeaturesMaskArray(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
 
setFeaturesMaskArray(int, INDArray) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setFeaturesMaskArrays(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set the feature mask arrays
setFeaturesMaskArrays(INDArray[]) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setFeatureStats(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AttrValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GradientDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.KernelDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.OpList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.StepStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VariableDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.framework.VersionDef.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
setFinalResult(double) - Method in interface org.nd4j.linalg.api.ops.Accumulation
Get the final result (may return null if getAndSetFinalResult has not been called, or for accumulation ops on complex arrays)
setFinalResult(Number) - Method in interface org.nd4j.linalg.api.ops.aggregates.Aggregate
 
setFinalResult(Number) - Method in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
setFinalResult(double) - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
setFinalResult(int) - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
setFinalResult(int) - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Set the final index/result of the accumulation.
setFirstPointers(GridPointers) - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
setFirstPointers(GridPointers) - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
setFloatData(int, float) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
setFloatData(int, float) - Method in class onnx.OnnxProto3.TensorProto.Builder
For float and complex64 values Complex64 tensors are encoded as a single array of floats, with the real components appearing in odd numbered positions, and the corresponding imaginary component apparing in the subsequent even numbered position.
setFloats(int, float) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of floats
setFloats(int, float) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of floats
setFloatVal(int, float) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_FLOAT.
setForwardVariableForVarName(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
setFrameName(String) - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.BaseCompatOp
 
setFrom(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string from = 1;
setFromBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string from = 1;
setFullName(String) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Name of the full variable of which this is a slice.
setFullNameBytes(ByteString) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Name of the full variable of which this is a slice.
setFullShape(int, long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of the full variable.
setFunc(NameAttrList) - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
setFunc(NameAttrList.Builder) - Method in class org.tensorflow.framework.AttrValue.Builder
"func" represents a function.
setFunc(int, NameAttrList) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
setFunc(int, NameAttrList.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(attr)"
setFunction(int, FunctionDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
setFunction(int, FunctionDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.FunctionDef function = 1;
setFunctionName(String) - Method in class org.tensorflow.framework.GradientDef.Builder
The function name.
setFunctionNameBytes(ByteString) - Method in class org.tensorflow.framework.GradientDef.Builder
The function name.
setG(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
setG(OnnxMlProto3.GraphProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
graph
setG(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
setG(OnnxProto3.GraphProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
graph
setGradient(int, GradientDef) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
setGradient(int, GradientDef.Builder) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
repeated .tensorflow.GradientDef gradient = 2;
setGradientForVariableName(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Assign a vertex id to a gradient
setGradientFunc(String) - Method in class org.tensorflow.framework.GradientDef.Builder
The gradient function's name.
setGradientFuncBytes(ByteString) - Method in class org.tensorflow.framework.GradientDef.Builder
The gradient function's name.
setGradientViewArray(INDArray) - Method in class org.nd4j.linalg.activations.BaseActivationFunction
 
setGradientViewArray(INDArray) - Method in interface org.nd4j.linalg.activations.IActivation
 
setGraph(OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
setGraph(OnnxMlProto3.GraphProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
setGraph(OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
setGraph(OnnxProto3.GraphProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
The parameterized graph that is evaluated to execute the model.
setGraphInputNodeInfo(int, GraphTransferInfo.GraphInputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
setGraphInputNodeInfo(int, GraphTransferInfo.GraphInputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
Input Node parameters of transferred graph
setGraphInputNodeName(int, String) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph input node name
setGraphOpName(String) - Method in class org.tensorflow.framework.ApiDef.Builder
Name of the op (in the OpDef) to specify the API for.
setGraphOpNameBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
Name of the op (in the OpDef) to specify the API for.
setGraphOutputNodeInfo(int, GraphTransferInfo.GraphOutputNodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
setGraphOutputNodeInfo(int, GraphTransferInfo.GraphOutputNodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
setGraphOutputNodeName(int, String) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Remote fused graph output node name
setGraphs(int, OnnxMlProto3.GraphProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
setGraphs(int, OnnxMlProto3.GraphProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of graph
setGraphs(int, OnnxProto3.GraphProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
setGraphs(int, OnnxProto3.GraphProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of graph
setHalfVal(int, int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_HALF.
setHandle(String) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Handle describing the feeds and fetches of the step.
setHandleBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Handle describing the feeds and fetches of the step.
setHashCode(long) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Hash code for the type of the resource.
setHasMinimum(boolean) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
For type == "int", this is a minimum value.
setHasSingleReference(boolean) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Set if this tensor only has one remaining reference
setHeight(int) - Method in class org.tensorflow.framework.Summary.Image.Builder
Dimensions of the image.
setHide(boolean) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
setHisto(HistogramProto) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
setHisto(HistogramProto.Builder) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.HistogramProto histo = 5;
setHostMemoryArg(int, String) - Method in class org.tensorflow.framework.KernelDef.Builder
Names of the Op's input_/output_args that reside in host memory instead of device memory.
setHostPersistentMemorySize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_persistent_memory_size = 12;
setHostPersistentMemorySize(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_persistent_memory_size = 3;
setHostPersistentTensorAllocIds(int, long) - Method in class org.tensorflow.framework.MemoryStats.Builder
repeated int64 host_persistent_tensor_alloc_ids = 5;
setHostTempMemorySize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
int64 host_temp_memory_size = 10;
setHostTempMemorySize(long) - Method in class org.tensorflow.framework.MemoryStats.Builder
int64 host_temp_memory_size = 1;
setI(long) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
int
setI(long) - Method in class onnx.OnnxProto3.AttributeProto.Builder
int
setI(long) - Method in class org.tensorflow.framework.AttrValue.Builder
"int"
setI(int, long) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(int)"
setId(String) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setId(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The id of the node.
setIfFirst(Throwable) - Method in class org.nd4j.linalg.util.AtomicThrowable
This method updates state only if it wasn't set before
setImage(Summary.Image) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
setImage(Summary.Image.Builder) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.Summary.Image image = 4;
setInArg(int, ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
setInArg(int, ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg in_arg = 4;
setIncarnation(long) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
A device is assigned a global unique number each time it is initialized.
setIndex(int) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Index of the output being set.
setIndexer(Indexer) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
setInitializer(int, OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
setInitializer(int, OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
setInitializer(int, OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
setInitializer(int, OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph.
setInitializerName(String) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the initializer op.
setInitializerNameBytes(ByteString) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the initializer op.
setInitialValueName(String) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the tensor holding the variable's initial value.
setInitialValueNameBytes(ByteString) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the tensor holding the variable's initial value.
setInput(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
setInput(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The inputs and outputs of the graph.
setInput(int, String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
setInput(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
setInput(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The inputs and outputs of the graph.
setInput(int, String) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
setInput(int, String) - Method in class org.tensorflow.framework.NodeDef.Builder
Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".
setInputArg(int, OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
setInputArg(int, OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the input(s).
setInputArgument(int, INDArray) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
setInputCount(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 input_count = 6;
setInputInfo(int, CostGraphDef.Node.InputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
setInputInfo(int, CostGraphDef.Node.InputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
setInputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
setInputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;
setInstanceId() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
 
setInt32Data(int, int) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
setInt32Data(int, int) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int32, uint8, int8, uint16, int16, bool, and float16 values float16 values must be bit-wise converted to an uint16_t prior to writing to the buffer.
setInt64Data(int, long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For int64.
setInt64Data(int, long) - Method in class onnx.OnnxProto3.TensorProto.Builder
For int64.
setInt64Val(int, long) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT64
setInterval(boolean) - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.NewAxis
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.PointIndex
 
setInterval(boolean) - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
setInts(int, long) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of ints
setInts(int, long) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of ints
setIntVal(int, int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
setIrBuildMetadata(String) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The build metadata component of the SemVer of the IR.
setIrBuildMetadataBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The build metadata component of the SemVer of the IR.
setIrVersion(long) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the IR this model targets.
setIrVersion(int) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.
setIrVersion(long) - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the IR this model targets.
setIrVersionPrerelease(String) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The prerelease component of the SemVer of the IR.
setIrVersionPrereleaseBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The prerelease component of the SemVer of the IR.
setIsAggregate(boolean) - Method in class org.tensorflow.framework.OpDef.Builder
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.
setIsCommutative(boolean) - Method in class org.tensorflow.framework.OpDef.Builder
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
setIsFinal(boolean) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
If true, the output is permanent: it can't be discarded, because this node is part of the "final output".
setIsRef(boolean) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
For inputs: if true, the inputs are required to be refs.
setIsResource(boolean) - Method in class org.tensorflow.framework.VariableDef.Builder
Whether to represent this as a ResourceVariable.
setIsStateful(boolean) - Method in class org.tensorflow.framework.OpDef.Builder
By default Ops may be moved between devices.
setKernelName(String) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
setKernelName(String) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
setKernelNameBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
setKernelNameBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
setKey(String) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string key = 1;
setKey(String) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string key = 1;
setKeys(int, String) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
Keys for tensors in the VariantTensorDataProto.
setKeyType(OnnxMlProto3.TensorProto.DataType) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
setKeyTypeValue(int) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
setLabel(String) - Method in class org.tensorflow.framework.KernelDef.Builder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
setLabelBytes(ByteString) - Method in class org.tensorflow.framework.KernelDef.Builder
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
setLabelNames(List<String>) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
setLabelNames(List<String>) - Method in class org.nd4j.linalg.dataset.DataSet
Sets the label names, will throw an exception if the passed in label names doesn't equal the number of outcomes
setLabels(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
setLabels(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set all of the labels arrays for the MultiDataSet
setLabels(int, INDArray) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set a single labels array (by index) for the MultiDataSet
setLabels(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
 
setLabels(INDArray[]) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setLabels(int, INDArray) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setLabelsMaskArray(INDArray) - Method in interface org.nd4j.linalg.dataset.api.DataSet
Set the labels mask array in this data set
setLabelsMaskArray(INDArray[]) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set the labels mask arrays
setLabelsMaskArray(int, INDArray) - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Set a single labels mask array by index
setLabelsMaskArray(INDArray) - Method in class org.nd4j.linalg.dataset.DataSet
 
setLabelsMaskArray(INDArray[]) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setLabelsMaskArray(int, INDArray) - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
setLabelStats(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerMinMaxScaler
 
setLabelStats(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize
 
setLength(long) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setLength(long) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setLength(long) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
int64 length = 2;
setLengthFrames(long) - Method in class org.tensorflow.framework.Summary.Audio.Builder
Length of the audio in frames (samples per channel).
setLibrary(FunctionDefLibrary) - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
setLibrary(FunctionDefLibrary.Builder) - Method in class org.tensorflow.framework.GraphDef.Builder
EXPERIMENTAL.
setList(AttrValue.ListValue) - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
setList(AttrValue.ListValue.Builder) - Method in class org.tensorflow.framework.AttrValue.Builder
any "list(...)"
setLiveBytes(long) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
The bytes that are not deallocated.
setLocality(DeviceLocality) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
setLocality(DeviceLocality.Builder) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Platform-specific data about device that may be useful for supporting efficient data transfers.
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.Adam
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.AdaMax
 
setLrAndSchedule(double, ISchedule) - Method in interface org.nd4j.linalg.learning.config.IUpdater
Set the learning rate and schedule.
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.Nadam
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.NoOp
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.RmsProp
 
setLrAndSchedule(double, ISchedule) - Method in class org.nd4j.linalg.learning.config.Sgd
 
setMagic(String) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
setMagicBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.
setMapType(OnnxMlProto3.TypeProto.Map) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
setMapType(OnnxMlProto3.TypeProto.Map.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a map.
setMaskedValuesToZero(INDArray, INDArray) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
setMax(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
double max = 2;
setMaxByteSize(int, int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
repeated int32 max_byte_size = 2;
setMaxThreads(int) - Method in interface org.nd4j.linalg.api.blas.Blas
 
setMaybeTypeName(String) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
For debug-only, the name of the type pointed to by this handle, if available.
setMaybeTypeNameBytes(ByteString) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
For debug-only, the name of the type pointed to by this handle, if available.
setMemory(int, AllocatorMemoryUsed) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
setMemory(int, AllocatorMemoryUsed.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
setMemoryLimit(long) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Memory capacity of device in bytes.
setMemoryStats(MemoryStats) - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
setMemoryStats(MemoryStats.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
.tensorflow.MemoryStats memory_stats = 12;
setMemoryTime(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Analytical estimate of the memory access cost of this node, in microseconds.
setMetadata(SummaryMetadata) - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
setMetadata(SummaryMetadata.Builder) - Method in class org.tensorflow.framework.Summary.Value.Builder
Contains metadata on the summary value such as which plugins may use it.
setMetadata(ByteString) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Portions of the object that are not Tensors.
setMetadataProps(int, OnnxMlProto3.StringStringEntryProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
setMetadataProps(int, OnnxMlProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
setMetadataProps(int, OnnxProto3.StringStringEntryProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
setMetadataProps(int, OnnxProto3.StringStringEntryProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
Named metadata values; keys should be distinct.
setMin(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
double min = 1;
setMinConsumer(int) - Method in class org.tensorflow.framework.VersionDef.Builder
Any consumer below this version is not allowed to consume this data.
setMinimum(long) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
int64 minimum = 6;
setModelVersion(long) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the graph encoded.
setModelVersion(long) - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the graph encoded.
setN(long) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
setN(long) - Method in interface org.nd4j.linalg.api.ops.Op
Change n
setName(String) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
setName(String) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The name of the graph.
setName(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
An optional identifier for this node in a graph.
setName(String) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Optionally, a name for the tensor.
setName(String) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setName(String) - Method in class onnx.OnnxProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
setName(String) - Method in class onnx.OnnxProto3.GraphProto.Builder
The name of the graph.
setName(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
An optional identifier for this node in a graph.
setName(String) - Method in class onnx.OnnxProto3.TensorProto.Builder
Optionally, a name for the tensor.
setName(String) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setName(String) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
setName(String) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The name of the node.
setName(String) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Fully specified name of the device within a cluster.
setName(String) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
Name of an attr from the Op.
setName(String) - Method in class org.tensorflow.framework.NameAttrList.Builder
string name = 1;
setName(String) - Method in class org.tensorflow.framework.NodeDef.Builder
The name given to this operator.
setName(String) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Name for the input/output.
setName(String) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A descriptive name for the argument.
setName(String) - Method in class org.tensorflow.framework.OpDef.Builder
Op names starting with an underscore are reserved for internal use.
setName(String) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name of this resource.
setName(String) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Optional name of the tensor dimension.
setName(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
string name = 1;
setName(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Name of the op to apply overrides to.
setNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
setNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The name of the graph.
setNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
An optional identifier for this node in a graph.
setNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Optionally, a name for the tensor.
setNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setNameBytes(ByteString) - Method in class onnx.OnnxProto3.AttributeProto.Builder
The name field MUST be present for this version of the IR.
setNameBytes(ByteString) - Method in class onnx.OnnxProto3.GraphProto.Builder
The name of the graph.
setNameBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
An optional identifier for this node in a graph.
setNameBytes(ByteString) - Method in class onnx.OnnxProto3.TensorProto.Builder
Optionally, a name for the tensor.
setNameBytes(ByteString) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
Name should be either like "CamelCaseName" or "Package.CamelCaseName".
setNameBytes(ByteString) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
The name of the node.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
Fully specified name of the device within a cluster.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
Name of an attr from the Op.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.NameAttrList.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.tensorflow.framework.NodeDef.Builder
The name given to this operator.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Name for the input/output.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
A descriptive name for the argument.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.Builder
Op names starting with an underscore are reserved for internal use.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
Unique name of this resource.
setNameBytes(ByteString) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Optional name of the tensor dimension.
setNameBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
string name = 1;
setNameBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Name of the op to apply overrides to.
setNdArrayFactoryClazz(Class<? extends NDArrayFactory>) - Static method in class org.nd4j.linalg.factory.Nd4j
 
setNdArrayType(String) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setNewNumberOfLabels(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
setNewNumberOfLabels(int) - Method in class org.nd4j.linalg.dataset.DataSet
Clears the outcome matrix setting a new number of labels
setNode(int, OnnxMlProto3.NodeProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
setNode(int, OnnxMlProto3.NodeProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
The nodes in the graph.
setNode(int, OnnxProto3.NodeProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
setNode(int, OnnxProto3.NodeProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
The nodes in the graph.
setNode(int, CostGraphDef.Node) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
setNode(int, CostGraphDef.Node.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Builder
repeated .tensorflow.CostGraphDef.Node node = 1;
setNode(int, NodeDef) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
setNode(int, NodeDef.Builder) - Method in class org.tensorflow.framework.GraphDef.Builder
repeated .tensorflow.NodeDef node = 1;
setNodeDef(int, NodeDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
setNodeDef(int, NodeDef.Builder) - Method in class org.tensorflow.framework.FunctionDef.Builder
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
setNodeId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
int32 node_id = 2;
setNodeId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 node_id = 2;
setNodeId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 node_id = 1;
setNodeId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
int32 node_id = 1;
setNodeId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
int32 node_id = 1;
setNodeInfo(int, GraphTransferInfo.NodeInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
setNodeInfo(int, GraphTransferInfo.NodeInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
setNodeInput(int, GraphTransferInfo.NodeInput) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
setNodeInput(int, GraphTransferInfo.NodeInput.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;
setNodeInputInfo(int, GraphTransferInfo.NodeInputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
setNodeInputInfo(int, GraphTransferInfo.NodeInputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
setNodeName(String) - Method in class org.tensorflow.framework.NodeExecStats.Builder
TODO(tucker): Use some more compact form of node identity than the full string name.
setNodeName(String) - Method in class org.tensorflow.framework.Summary.Value.Builder
This field is deprecated and will not be set.
setNodeNameBytes(ByteString) - Method in class org.tensorflow.framework.NodeExecStats.Builder
TODO(tucker): Use some more compact form of node identity than the full string name.
setNodeNameBytes(ByteString) - Method in class org.tensorflow.framework.Summary.Value.Builder
This field is deprecated and will not be set.
setNodeOutputInfo(int, GraphTransferInfo.NodeOutputInfo) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
setNodeOutputInfo(int, GraphTransferInfo.NodeOutputInfo.Builder) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
setNodeStats(int, NodeExecStats) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
setNodeStats(int, NodeExecStats.Builder) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
repeated .tensorflow.NodeExecStats node_stats = 2;
setNum(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
double num = 3;
setNumberAttr(String) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "int"
setNumberAttrBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "int"
setNumBytes(long) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Number of bytes in the allocation.
setNumChannels(long) - Method in class org.tensorflow.framework.Summary.Audio.Builder
Number of channels of audio.
setNumRecordsProduced(long) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 num_records_produced = 3;
setObsoleteOldStyleHistogram(ByteString) - Method in class org.tensorflow.framework.Summary.Value.Builder
bytes obsolete_old_style_histogram = 3;
setOccasionalGcFrequency(int) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
setOccasionalGcFrequency(int) - Method in interface org.nd4j.linalg.memory.MemoryManager
Sets manual GC invocation frequency.
setOp(int, ApiDef) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
setOp(int, ApiDef.Builder) - Method in class org.tensorflow.framework.ApiDefs.Builder
repeated .tensorflow.ApiDef op = 1;
setOp(String) - Method in class org.tensorflow.framework.KernelDef.Builder
Must match the name of an Op.
setOp(String) - Method in class org.tensorflow.framework.NodeDef.Builder
The operation name.
setOp(int, OpDef) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
setOp(int, OpDef.Builder) - Method in class org.tensorflow.framework.OpList.Builder
repeated .tensorflow.OpDef op = 1;
setOp(int, OpGenOverridesOuterClass.OpGenOverride) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
setOp(int, OpGenOverridesOuterClass.OpGenOverride.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
repeated .tensorflow.OpGenOverride op = 1;
setOpBytes(ByteString) - Method in class org.tensorflow.framework.KernelDef.Builder
Must match the name of an Op.
setOpBytes(ByteString) - Method in class org.tensorflow.framework.NodeDef.Builder
The operation name.
setOpEndRelMicros(long) - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_end_rel_micros = 4;
setOperation(String) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the operation making the allocation.
setOperation(String) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the operation making the deallocation.
setOperationBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Name of the operation making the allocation.
setOperationBytes(ByteString) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Name of the operation making the deallocation.
setOperator(int, OnnxOperatorsProto3.OperatorProto) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
setOperator(int, OnnxOperatorsProto3.OperatorProto.Builder) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The operators specified by this operator set.
setOpsetImport(int, OnnxMlProto3.OperatorSetIdProto) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
setOpsetImport(int, OnnxMlProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The OperatorSets this model relies on.
setOpsetImport(int, OnnxProto3.OperatorSetIdProto) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
setOpsetImport(int, OnnxProto3.OperatorSetIdProto.Builder) - Method in class onnx.OnnxProto3.ModelProto.Builder
The OperatorSets this model relies on.
setOpsetVersion(long) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
The version of the set of operators.
setOpStartRelMicros(long) - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 op_start_rel_micros = 3;
setOpType(String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
setOpType(String) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The name of the operator within a domain.
setOpType(String) - Method in class onnx.OnnxProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
setOpTypeBytes(ByteString) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
setOpTypeBytes(ByteString) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The name of the operator within a domain.
setOpTypeBytes(ByteString) - Method in class onnx.OnnxProto3.NodeProto.Builder
The symbolic identifier of the Operator to execute.
setOrder(char) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
setOrder(char) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setOrder(char) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Set the ordering
setOrder(IntBuffer, char) - Static method in class org.nd4j.linalg.api.shape.Shape
Deprecated.
setOrder(char) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Sets the order.
setOrder(char) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Sets the order.
setOriginalPlaceHolderShape(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Set the original shape for a given place holder.
setOutArg(int, ApiDef.Arg) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
setOutArg(int, ApiDef.Arg.Builder) - Method in class org.tensorflow.framework.ApiDef.Builder
repeated .tensorflow.ApiDef.Arg out_arg = 5;
setOutcome(int, int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
setOutcome(int, int) - Method in class org.nd4j.linalg.dataset.DataSet
Sets the outcome of a particular example
setOutput(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
setOutput(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
setOutput(int, String) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
namespace Value
setOutput(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
setOutput(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
repeated .onnx.ValueInfoProto output = 12;
setOutput(int, String) - Method in class onnx.OnnxProto3.NodeProto.Builder
namespace Value
setOutput(int, NodeOutput) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
setOutput(int, NodeOutput.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.NodeOutput output = 7;
setOutputArg(int, OpDef.ArgDef) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
setOutputArg(int, OpDef.ArgDef.Builder) - Method in class org.tensorflow.framework.OpDef.Builder
Description of the output(s).
setOutputArgument(int, INDArray) - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
setOutputCount(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 output_count = 7;
setOutputInfo(int, CostGraphDef.Node.OutputInfo) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
setOutputInfo(int, CostGraphDef.Node.OutputInfo.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
setOutputPort(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
int32 output_port = 2;
setOutputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
setOutputRename(int, OpGenOverridesOuterClass.OpGenOverride.Rename.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;
setPaddingId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 padding_id = 5;
setParametersViewArray(INDArray, boolean) - Method in class org.nd4j.linalg.activations.BaseActivationFunction
 
setParametersViewArray(INDArray, boolean) - Method in interface org.nd4j.linalg.activations.IActivation
 
setParams(INDArray, Collection<INDArray>...) - Static method in class org.nd4j.linalg.factory.Nd4j
Given a sequence of Iterators over a transform of matrices, fill in all of the matrices with the entries in the theta vector.
setParams(INDArray, Iterator<? extends INDArray>...) - Static method in class org.nd4j.linalg.factory.Nd4j
Given a sequence of Iterators over a transform of matrices, fill in all of the matrices with the entries in the theta vector.
setPeakBytes(long) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
int64 peak_bytes = 3;
setPhysicalDeviceDesc(String) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of the physical device that this device maps to.
setPhysicalDeviceDescBytes(ByteString) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
String representation of the physical device that this device maps to.
setPlaceholder(String) - Method in class org.tensorflow.framework.AttrValue.Builder
This is a placeholder only used in nodes defined inside a function.
setPlaceholderBytes(ByteString) - Method in class org.tensorflow.framework.AttrValue.Builder
This is a placeholder only used in nodes defined inside a function.
setPluginData(SummaryMetadata.PluginData) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
setPluginData(SummaryMetadata.PluginData.Builder) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Data that associates a summary with a certain plugin.
setPluginName(String) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The name of the plugin this data pertains to.
setPluginNameBytes(ByteString) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
The name of the plugin this data pertains to.
setPrecedingNode(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_node = 1;
setPrecedingPort(int) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
int32 preceding_port = 2;
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
Set a pre processor
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
setPreProcessor(DataSetPreProcessor) - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Set a pre processor
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
setPreProcessor(MultiDataSetPreProcessor) - Method in interface org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator
Set the preprocessor to be applied to each MultiDataSet, before each MultiDataSet is returned.
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Set a pre processor
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
Set a pre processor
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
setPreProcessor(MultiDataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
 
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
setPreProcessor(DataSetPreProcessor) - Method in class org.nd4j.linalg.dataset.ViewIterator
 
setProducer(int) - Method in class org.tensorflow.framework.VersionDef.Builder
The version of the code that produced this data.
setProducerName(String) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
setProducerName(String) - Method in class onnx.OnnxProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
setProducerNameBytes(ByteString) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
setProducerNameBytes(ByteString) - Method in class onnx.OnnxProto3.ModelProto.Builder
The name of the framework or tool used to generate this model.
setProducerVersion(String) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
setProducerVersion(String) - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
setProducerVersionBytes(ByteString) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
setProducerVersionBytes(ByteString) - Method in class onnx.OnnxProto3.ModelProto.Builder
The version of the framework or tool used to generate this model.
setProfilingMode(OpExecutioner.ProfilingMode) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method specifies desired profiling mode
setProfilingMode(OpExecutioner.ProfilingMode) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
setProfilingMode(OpExecutioner.ProfilingMode) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method specifies desired profiling mode
setPtr(long) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Address of the allocation.
setPtr(long) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Address of the allocation.
SetRange - Class in org.nd4j.linalg.api.ops.impl.transforms
Set range to a particular set of values
SetRange(SameDiff, SDVariable, boolean, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(SameDiff, SDVariable, int[], boolean, Object[], double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(SameDiff, SDVariable, Object[], double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(INDArray, INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(INDArray, INDArray, long, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(INDArray, INDArray, INDArray, long, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
SetRange(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
setRawData(ByteString) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
setRawData(ByteString) - Method in class onnx.OnnxProto3.TensorProto.Builder
Serializations can either use one of the fields above, or use this raw bytes field.
setReferencedTensor(int, AllocationDescription) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
setReferencedTensor(int, AllocationDescription.Builder) - Method in class org.tensorflow.framework.NodeExecStats.Builder
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
setReferences(Collection<String>) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setReferences(Collection<String>) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setRemoteGraph(GraphDef) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
setRemoteGraph(GraphDef.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Definition of remote graph
setRenameTo(String) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Change the name used to access this arg in the API from what is used in the GraphDef.
setRenameTo(String) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Change the name used to access this attr in the API from what is used in the GraphDef.
setRenameTo(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Use a different name in the API than the op's name.
setRenameToBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
Change the name used to access this arg in the API from what is used in the GraphDef.
setRenameToBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
Change the name used to access this attr in the API from what is used in the GraphDef.
setRenameToBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Use a different name in the API than the op's name.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ApiDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.AttrValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GradientDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.KernelDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.NodeDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.OpDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.OpList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.StepStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.Summary.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.VariableDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.framework.VersionDef.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
setRequestedBytes(long) - Method in class org.tensorflow.framework.AllocationDescription.Builder
Total number of bytes requested
setResourceHandleVal(int, ResourceHandleProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
setResourceHandleVal(int, ResourceHandleProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_RESOURCE
setRewindPosition(String, int) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method allows to set position for next rewind within graph
setRewindPositionOnce(String, int) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method allows to set position for next rewind within graph.
setRootDir(File) - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
setS(ByteString) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
UTF-8 string
setS(ByteString) - Method in class onnx.OnnxProto3.AttributeProto.Builder
UTF-8 string
setS(ByteString) - Method in class org.tensorflow.framework.AttrValue.Builder
"string"
setS(int, ByteString) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(string)"
setSampleRate(float) - Method in class org.tensorflow.framework.Summary.Audio.Builder
Sample rate of the audio in Hz.
setSaveSliceInfoDef(SaveSliceInfoDef) - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
setSaveSliceInfoDef(SaveSliceInfoDef.Builder) - Method in class org.tensorflow.framework.VariableDef.Builder
Support for saving variables as slices of a larger variable.
setScalar(Number) - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
setScalar(Number) - Method in interface org.nd4j.linalg.api.ops.ScalarOp
 
setScheduledMicros(long) - Method in class org.tensorflow.framework.NodeExecStats.Builder
int64 scheduled_micros = 9;
setScomplexVal(int, float) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_COMPLEX64.
setSecondPointers(GridPointers) - Method in class org.nd4j.linalg.api.ops.impl.meta.BaseMetaOp
 
setSecondPointers(GridPointers) - Method in interface org.nd4j.linalg.api.ops.MetaOp
 
setSeed(int) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
setSeed(int[]) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
setSeed(long) - Method in class org.nd4j.linalg.api.rng.DefaultRandom
 
setSeed(int) - Method in interface org.nd4j.linalg.api.rng.Random
Sets the seed of the underlying random number generator using an int seed.
setSeed(int[]) - Method in interface org.nd4j.linalg.api.rng.Random
Sets the seed of the underlying random number generator using an int seed.
setSeed(long) - Method in interface org.nd4j.linalg.api.rng.Random
Sets the seed of the underlying random number generator using a long seed.
setSegment(OnnxMlProto3.TensorProto.Segment) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
setSegment(OnnxMlProto3.TensorProto.Segment.Builder) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
setSegment(OnnxProto3.TensorProto.Segment) - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
setSegment(OnnxProto3.TensorProto.Segment.Builder) - Method in class onnx.OnnxProto3.TensorProto.Builder
.onnx.TensorProto.Segment segment = 3;
setSequenceType(OnnxMlProto3.TypeProto.Sequence) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
setSequenceType(OnnxMlProto3.TypeProto.Sequence.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a sequence.
setSerializedExecutorParameters(ByteString) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
Optional: Parameters given to the executor
setShape(OnnxMlProto3.TensorShapeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
setShape(OnnxMlProto3.TensorShapeProto.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
setShape(OnnxProto3.TensorShapeProto) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
setShape(OnnxProto3.TensorShapeProto.Builder) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
.onnx.TensorShapeProto shape = 2;
setShape(int[]) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setShape(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
setShape(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setShape(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Deprecated.
setShape(TensorShapeProto) - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
setShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.AttrValue.Builder
"shape"
setShape(int, TensorShapeProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
setShape(int, TensorShapeProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(shape)"
setShape(TensorShapeProto) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
setShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
.tensorflow.TensorShapeProto shape = 3;
setShape(int, long) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
repeated int64 shape = 3;
setShape(int, long) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
repeated int64 shape = 2;
setShape(int, long) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
repeated int64 shape = 2;
setShape(TensorShapeProto) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
setShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
.tensorflow.TensorShapeProto shape = 2;
setShape(TensorShapeProto) - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
setShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.TensorDescription.Builder
Shape of the tensor.
setShapeAndStride(int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
setShapeAndStride(int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setShapeAndStride(int[], int[]) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Shape and stride setter
setShapeInformation(Pair<DataBuffer, int[]>) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setSignature(OpDef) - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
setSignature(OpDef.Builder) - Method in class org.tensorflow.framework.FunctionDef.Builder
The definition of the function's name, arguments, return values, attrs etc.
setSimpleValue(float) - Method in class org.tensorflow.framework.Summary.Value.Builder
float simple_value = 2;
setSinceVersion(long) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
The version of the operator set that first introduced this operator.
setSize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
int64 size = 1;
setSize(long) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
Size of the tensor in that dimension.
setSkip(boolean) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
Do not include this op in the generated API.
setSlot(int) - Method in class org.tensorflow.framework.NodeOutput.Builder
int32 slot = 1;
setSnapshotName(String) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the snapshot tensor.
setSnapshotNameBytes(ByteString) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the snapshot tensor.
setSocOpId(int) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
int32 soc_op_id = 4;
setSparseFactory(NDArrayFactory) - Static method in class org.nd4j.linalg.factory.Nd4j
 
setSparseNDArrayClazz(Class<? extends NDArrayFactory>) - Static method in class org.nd4j.linalg.factory.Nd4j
 
setStackTraceElements(StackTraceElement[]) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setStackTraceElements(StackTraceElement[]) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setStart(long) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
Start index of the slice, starting at 0.
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.AdaDeltaUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.AdaGradUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.AdaMaxUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.AdamUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in interface org.nd4j.linalg.learning.GradientUpdater
For the internal updater state (if any): set this to use the provided array.
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.NadamUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.NesterovsUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.NoOpUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.RmsPropUpdater
 
setStateViewArray(INDArray, int[], char, boolean) - Method in class org.nd4j.linalg.learning.SgdUpdater
 
setStatus(OnnxOperatorsProto3.OperatorProto.OperatorStatus) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
setStatus(String) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setStatusValue(int) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
This field indicates whether the syntax, semantics, or presence of this operator is in an experimental or stable stage.
setStepId(long) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
Process-unique step id.
setStepId(long) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
Process-unique step id.
setStepId(long) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
Process-unique step id.
setStepId(long) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Process-unique step id.
setStepId(long) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Process-unique step id.
setStride(int[]) - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
setStride(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
setStride(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setStride(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Deprecated.
setStringData(int, ByteString) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For strings.
setStringData(int, ByteString) - Method in class onnx.OnnxProto3.TensorProto.Builder
For strings.
setStrings(int, ByteString) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of UTF-8 strings
setStrings(int, ByteString) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of UTF-8 strings
setStringVal(int, ByteString) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_STRING
setSum(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum = 4;
setSummary(String) - Method in class org.tensorflow.framework.ApiDef.Builder
One-line human-readable description of what the Op does.
setSummary(String) - Method in class org.tensorflow.framework.OpDef.Builder
One-line human-readable description of what the Op does.
setSummaryBytes(ByteString) - Method in class org.tensorflow.framework.ApiDef.Builder
One-line human-readable description of what the Op does.
setSummaryBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.Builder
One-line human-readable description of what the Op does.
setSummaryDescription(String) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Longform readable description of the summary sequence.
setSummaryDescriptionBytes(ByteString) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
Longform readable description of the summary sequence.
setSumSquares(double) - Method in class org.tensorflow.framework.HistogramProto.Builder
double sum_squares = 5;
setT(OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
setT(OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
tensor value
setT(OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
setT(OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
tensor value
setTadThreshold(int) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method allows to set desired number of sub-arrays per thread, for performance optimization purposes.
setTadThreshold(int) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
This method allows to set desired number of sub-arrays per thread, for performance optimization purposes.
setTadThreshold(int) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method allows to set desired number of sub-arrays per thread, for performance optimization purposes.
setTag(String) - Method in class org.tensorflow.framework.Summary.Value.Builder
Tag name for the data.
setTagBytes(ByteString) - Method in class org.tensorflow.framework.Summary.Value.Builder
Tag name for the data.
setTemporaryMemorySize(long) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
Temporary memory used by this node.
setTensor(TensorProto) - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
setTensor(TensorProto.Builder) - Method in class org.tensorflow.framework.AttrValue.Builder
"tensor"
setTensor(int, TensorProto) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
setTensor(int, TensorProto.Builder) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(tensor)"
setTensor(TensorDescription) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
setTensor(TensorDescription.Builder) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
Allocated tensor details.
setTensor(TensorDescription) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
setTensor(TensorDescription.Builder) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
Output tensor details.
setTensor(TensorProto) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
setTensor(TensorProto.Builder) - Method in class org.tensorflow.framework.Summary.Value.Builder
.tensorflow.TensorProto tensor = 8;
setTensorContent(ByteString) - Method in class org.tensorflow.framework.TensorProto.Builder
Serialized raw tensor content from either Tensor::AsProtoTensorContent or memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
setTensorDescription(TensorDescription) - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
setTensorDescription(TensorDescription.Builder) - Method in class org.tensorflow.framework.NodeOutput.Builder
.tensorflow.TensorDescription tensor_description = 3;
setTensors(int, OnnxMlProto3.TensorProto) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
setTensors(int, OnnxMlProto3.TensorProto.Builder) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
list of tensors
setTensors(int, OnnxProto3.TensorProto) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
setTensors(int, OnnxProto3.TensorProto.Builder) - Method in class onnx.OnnxProto3.AttributeProto.Builder
list of tensors
setTensors(int, TensorProto) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
setTensors(int, TensorProto.Builder) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Tensors contained within objects being serialized.
setTensorShape(TensorShapeProto) - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
setTensorShape(TensorShapeProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
Shape of the tensor.
setTensorType(OnnxMlProto3.TypeProto.Tensor) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
setTensorType(OnnxMlProto3.TypeProto.Tensor.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
The type of a tensor.
setTensorType(OnnxProto3.TypeProto.Tensor) - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
setTensorType(OnnxProto3.TypeProto.Tensor.Builder) - Method in class onnx.OnnxProto3.TypeProto.Builder
The type of a tensor.
setTest(DataSet) - Method in class org.nd4j.linalg.dataset.SplitTestAndTrain
 
setThreadId(int) - Method in class org.tensorflow.framework.NodeExecStats.Builder
uint32 thread_id = 10;
setTimelineLabel(String) - Method in class org.tensorflow.framework.NodeExecStats.Builder
string timeline_label = 8;
setTimelineLabelBytes(ByteString) - Method in class org.tensorflow.framework.NodeExecStats.Builder
string timeline_label = 8;
setTimestamp(long) - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
setTo(String) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string to = 2;
setToBytes(ByteString) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
string to = 2;
setTotalBytes(long) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
These are per-node allocator memory stats.
setTrain(DataSet) - Method in class org.nd4j.linalg.dataset.SplitTestAndTrain
 
setType(OnnxMlProto3.AttributeProto.AttributeType) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
setType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setType(OnnxMlProto3.TypeProto.Builder) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setType(OnnxProto3.AttributeProto.AttributeType) - Method in class onnx.OnnxProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
setType(OnnxProto3.TypeProto) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setType(OnnxProto3.TypeProto.Builder) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
This field MUST be present in this version of the IR.
setType(DataType) - Method in class org.tensorflow.framework.AttrValue.Builder
"type"
setType(int, DataType) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
setType(DataType) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
setType(String) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
setTypeAttr(String) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "type"
setTypeAttrBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
if specified, attr must have type "type"
setTypeBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
setTypeHint(String) - Method in class org.tensorflow.framework.SummaryDescription.Builder
Hint on how plugins should process the data in this series.
setTypeHintBytes(ByteString) - Method in class org.tensorflow.framework.SummaryDescription.Builder
Hint on how plugins should process the data in this series.
setTypeListAttr(String) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
setTypeListAttrBytes(ByteString) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
setTypeName(String) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string type_name = 3;
setTypeName(String) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Name of the type of objects being serialized.
setTypeNameBytes(ByteString) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
string type_name = 3;
setTypeNameBytes(ByteString) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
Name of the type of objects being serialized.
setTypeValue(int) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
setTypeValue(int) - Method in class onnx.OnnxProto3.AttributeProto.Builder
The type field MUST be present for this version of the IR.
setTypeValue(int) - Method in class org.tensorflow.framework.AttrValue.Builder
"type"
setTypeValue(int, int) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
"list(type)"
setTypeValue(int) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
Describes the type of one or more tensors that are accepted/produced by this input/output arg.
setUint32Val(int, int) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT32
setUint64Data(int, long) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
setUint64Data(int, long) - Method in class onnx.OnnxProto3.TensorProto.Builder
For uint64 and uint32 values When this field is present, the data_type field MUST be UINT32 or UINT64
setUint64Val(int, long) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_UINT64
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.AttributeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.ModelProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.NodeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorProto.Segment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxMlProto3.ValueInfoProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxOperatorsProto3.OperatorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.AttributeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.GraphProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.ModelProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.NodeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorProto.Segment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorShapeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TypeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.TypeProto.Tensor.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class onnx.OnnxProto3.ValueInfoProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocationDescription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocationRecord.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AllocatorMemoryUsed.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Arg.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Attr.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDef.Endpoint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ApiDefs.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AttrValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.AttrValue.ListValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceAttributes.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceLocality.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.DeviceStepStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.FunctionDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.FunctionDefLibrary.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GradientDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.HistogramProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.KernelDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogRawAllocation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogStep.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryLogTensorOutput.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.MemoryStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NameAttrList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeExecStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.NodeOutput.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.ArgDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.AttrDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpDeprecation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.OpList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.ResourceHandleProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.StepStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Audio.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Image.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.Summary.Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryDescription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorDescription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorShapeProto.Dim.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorSliceProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.TensorSliceProto.Extent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VariableDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VariantTensorDataProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.framework.VersionDef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides.Builder
 
setUnknownRank(boolean) - Method in class org.tensorflow.framework.TensorShapeProto.Builder
If true, the number of dimensions in the shape is unknown.
setupFunction(X) - Method in class org.nd4j.autodiff.samediff.SameDiff
Attempts to insert the DifferentialFunction reference in to this SameDiff instance.
setValue(String) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string value = 2;
setValue(String) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string value = 2;
setValue(int, Summary.Value) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
setValue(int, Summary.Value.Builder) - Method in class org.tensorflow.framework.Summary.Builder
Set of values for the summary.
setValue(AttrValue) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
setValue(AttrValue.Builder) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder
.tensorflow.AttrValue value = 2;
setValueBytes(ByteString) - Method in class onnx.OnnxMlProto3.StringStringEntryProto.Builder
string value = 2;
setValueBytes(ByteString) - Method in class onnx.OnnxProto3.StringStringEntryProto.Builder
string value = 2;
setValueFor(Field, Object) - Method in class org.nd4j.autodiff.functions.DifferentialFunction
Set the value for this function.
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.BaseConvolutionConfig
Set the value for this function.
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
setValueFor(Field, Object) - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
setValueInfo(int, OnnxMlProto3.ValueInfoProto) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
setValueInfo(int, OnnxMlProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxMlProto3.GraphProto.Builder
Information for the values in the graph.
setValueInfo(int, OnnxProto3.ValueInfoProto) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
setValueInfo(int, OnnxProto3.ValueInfoProto.Builder) - Method in class onnx.OnnxProto3.GraphProto.Builder
Information for the values in the graph.
setValueType(OnnxMlProto3.TypeProto) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
setValueType(OnnxMlProto3.TypeProto.Builder) - Method in class onnx.OnnxMlProto3.TypeProto.Map.Builder
This field MUST be present for this version of the IR.
setVariableName(String) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the variable tensor.
setVariableNameBytes(ByteString) - Method in class org.tensorflow.framework.VariableDef.Builder
Name of the variable tensor.
setVariantVal(int, VariantTensorDataProto) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
setVariantVal(int, VariantTensorDataProto.Builder) - Method in class org.tensorflow.framework.TensorProto.Builder
DT_VARIANT
setVarOffset(int, long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Offset of this variable into the full variable.
setVarShape(int, long) - Method in class org.tensorflow.framework.SaveSliceInfoDef.Builder
Shape of this variable.
setVersion(long) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
setVersion(long) - Method in class onnx.OnnxProto3.OperatorSetIdProto.Builder
The version of the operator set being identified.
setVersion(int) - Method in class org.tensorflow.framework.GraphDef.Builder
Deprecated.
setVersion(int) - Method in class org.tensorflow.framework.OpDeprecation.Builder
First GraphDef version at which the op is disallowed.
setVersion(String) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
A user-specified version string.
setVersionBytes(ByteString) - Method in class org.tensorflow.util.IteratorStateMetadata.Builder
A user-specified version string.
setVersionNumber(int) - Method in class org.tensorflow.framework.TensorProto.Builder
Version number.
setVersions(VersionDef) - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
setVersions(VersionDef.Builder) - Method in class org.tensorflow.framework.GraphDef.Builder
Compatibility versions of the graph.
setVisibility(ApiDef.Visibility) - Method in class org.tensorflow.framework.ApiDef.Builder
.tensorflow.ApiDef.Visibility visibility = 2;
setVisibilityValue(int) - Method in class org.tensorflow.framework.ApiDef.Builder
.tensorflow.ApiDef.Visibility visibility = 2;
setWidth(int) - Method in class org.tensorflow.framework.Summary.Image.Builder
int32 width = 2;
setWorkFinished(long) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_finished = 2;
setWorkspaceForCurrentThread(MemoryWorkspace) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
setWorkspaceForCurrentThread(MemoryWorkspace, String) - Method in class org.nd4j.linalg.memory.provider.BasicWorkspaceManager
 
setWorkStarted(long) - Method in class org.tensorflow.framework.ReaderBaseState.Builder
int64 work_started = 1;
setWrapAround(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Deprecated.
setWrapAround(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
setWrapAround(boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Set the ndarray to wrap around
setX(INDArray) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
setX(INDArray) - Method in interface org.nd4j.linalg.api.ops.Op
set x (the input ndarray)
setY(INDArray) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
setY(INDArray) - Method in interface org.nd4j.linalg.api.ops.Op
set y(the pairwise ndarray)
setZ(INDArray) - Method in class org.nd4j.linalg.api.ops.BaseOp
 
setZ(INDArray) - Method in interface org.nd4j.linalg.api.ops.Op
set z (the solution ndarray)
sgbmv(char, char, int, int, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
Sgd - Class in org.nd4j.linalg.learning.config
SGD updater applies a learning rate only
Sgd() - Constructor for class org.nd4j.linalg.learning.config.Sgd
 
Sgd(double) - Constructor for class org.nd4j.linalg.learning.config.Sgd
 
Sgd(ISchedule) - Constructor for class org.nd4j.linalg.learning.config.Sgd
 
Sgd.Builder - Class in org.nd4j.linalg.learning.config
 
SgdUpdater - Class in org.nd4j.linalg.learning
SGD updater applies a learning rate only
SgdUpdater(Sgd) - Constructor for class org.nd4j.linalg.learning.SgdUpdater
 
sgemm(char, char, char, int, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
sgemv(char, char, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sgeqrf(int, int, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
Float/Double versions of QR decomp.
sger(char, int, int, float, INDArray, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sgesvd(byte, byte, int, int, INDArray, INDArray, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
sgetrf(int, int, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
Float/Double versions of LU decomp.
shannonEntropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns non-normalized Shannon entropy along dimension
shannonEntropy(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns non-normalized Shannon entropy along dimension
shannonEntropy(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns entropy value for this INDArray along specified dimension(s)
ShannonEntropy - Class in org.nd4j.linalg.api.ops.impl.accum
Non-normalized Shannon Entropy Op - returns the entropy (information gain, or uncertainty of a random variable).
ShannonEntropy(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
ShannonEntropy(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
shannonEntropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns non-normalized Shannon entropy value for this INDArray
shannonEntropyNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
Returns non-normalized Shannon entropy value for this INDArray
shannonEntropyNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns non-normalized Shannon entropy value for this INDArray
shape(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
shape(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
shape(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
shape(int) - Method in class org.nd4j.graph.FlatArray
 
shape(int) - Method in class org.nd4j.graph.FlatVariable
 
SHAPE - Static variable in class org.nd4j.graph.OpType
 
shape() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the shape(dimensions) of this array
shape - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shape() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shape() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the shape of this ndarray
Shape - Class in org.nd4j.linalg.api.ops.impl.shape
Returns the shape of the input array.
Shape() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Shape
 
Shape(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Shape
 
Shape - Class in org.nd4j.linalg.api.shape
Encapsulates all shape related logic (vector of 0 dimension is a scalar is equivalent to a vector of length 1...)
shape(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get array shape from the buffer, as an int[]
shape(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get array shape from the buffer, as an int[]
shape(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Get array shape from an int[]
shape(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Returns the shape of the ndarray
shape(INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Calculate the shape for the given set of indices.
shape(int[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Calculate the shape for the given set of indices and offsets.
shape(long[], INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
 
shape - Variable in class org.nd4j.linalg.learning.AdaGradUpdater
 
shape - Variable in class org.nd4j.linalg.learning.legacy.AdaGrad
 
SHAPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto.Tensor
 
SHAPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TypeProto.Tensor
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorDescription
 
SHAPE_KEY - Static variable in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
shapeAlreadyExistsForVarName(String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Returns true if the given vertex id and shape already exist.
shapeAsByteBuffer() - Method in class org.nd4j.graph.FlatArray
 
shapeAsByteBuffer() - Method in class org.nd4j.graph.FlatVariable
 
ShapeDescriptor - Class in org.nd4j.linalg.api.shape
 
ShapeDescriptor(int[], int[], long, int, char) - Constructor for class org.nd4j.linalg.api.shape.ShapeDescriptor
 
shapeEquals(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns whether 2 shapes are equals by checking for dimension semantics as well as array equality
shapeInfo() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
shapeInfo() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shapeInfo() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Shape info
SHAPEINFO_PROVIDER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
shapeInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
shapeInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shapeInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
shapeInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
shapeInfoDataBuffer() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Shape info
shapeInfoLength(int) - Static method in class org.nd4j.linalg.api.shape.Shape
Return the shape info length given the rank
ShapeInfoProvider - Interface in org.nd4j.linalg.api.ndarray
 
shapeInfoProvider - Static variable in class org.nd4j.linalg.factory.Nd4j
 
shapeInfoProviderClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
shapeInformation - Variable in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
shapeInformation - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shapeInfoToString() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the shape information debugging information
shapeInfoToString() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shapeInfoToString() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the shape information debugging information
shapeIsScalar(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if this shape is scalar
shapeLength() - Method in class org.nd4j.graph.FlatArray
 
shapeLength() - Method in class org.nd4j.graph.FlatVariable
 
shapeOf() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
shapeOf() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
shapeOf(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the shape from the given int buffer
shapeOf(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the shape from the given int buffer
shapeOf(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
ShapeOffsetResolution - Class in org.nd4j.linalg.indexing
Sets up the strides, shape , and offsets for an indexing operation
ShapeOffsetResolution(INDArray) - Constructor for class org.nd4j.linalg.indexing.ShapeOffsetResolution
Specify the array to use for resolution
ShapeOp - Class in org.nd4j.linalg.api.ops
Shape manipulation ops
ShapeOp() - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
 
ShapeOp(SameDiff) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
 
ShapeOp(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
 
ShapeOp(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
 
ShapeOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
Specify an alternative output array
ShapeOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
 
ShapeOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
An op for one ndarray
ShapeOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.ShapeOp
Specify an alternative result array
shapes - Variable in class org.nd4j.linalg.api.ops.aggregates.BaseAggregate
 
shapeToString(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Prints the shape for this shape information
shapeToString(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Prints the shape for this shape information
shiftLeft(DataBuffer, int, int, long) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
shouldInstrument - Static variable in class org.nd4j.linalg.factory.Nd4j
 
shouldSkip(NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
shouldSkip(OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
shouldSkip(NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
showDataSet(int, String, DataSet, int, int, int, int) - Method in class org.nd4j.linalg.util.DataSetUtils
showDataSet
public void showDataSet( int mtLv, String itemCode, DataSet ds,
int in_Digits, int ot_Digits, int r_End_I, int c_End_I )
Shows content of DataSet.
showINDArray(int, String, INDArray, int, int, int) - Method in class org.nd4j.linalg.util.DataSetUtils
showINDArray
public void showINDArray( int mtLv, String itemCode, INDArray INDA,
int digits, int r_End_I, int c_End_I )
Shows content of INDArray.
Shows first rows and than columns.
showINDArray(int, String, INDArray, int, int, int, boolean) - Method in class org.nd4j.linalg.util.DataSetUtils
showINDArray
public void showINDArray( int mtLv, String itemCode, INDArray INDA,
int digits, int r_End_I, int c_End_I, boolean turned )
Shows content of INDArray.
If turned is false shows first rows and than columns.
If turned is true shows first columns and than rows.
shuffle() - Method in interface org.nd4j.linalg.dataset.api.DataSet
Shuffle the order of the rows in the DataSet.
shuffle() - Method in interface org.nd4j.linalg.dataset.api.MultiDataSet
Shuffle the order of the examples in the MultiDataSet.
shuffle() - Method in class org.nd4j.linalg.dataset.DataSet
 
shuffle(long) - Method in class org.nd4j.linalg.dataset.DataSet
Shuffles the dataset in place, given a seed for a random number generator.
shuffle() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
shuffle(INDArray, Random, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
In place shuffle of an ndarray along a specified set of dimensions
shuffle(INDArray, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
In place shuffle of an ndarray along a specified set of dimensions
shuffle(Collection<INDArray>, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Symmetric in place shuffle of an ndarray along a specified set of dimensions
shuffle(Collection<INDArray>, Random, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Symmetric in place shuffle of an ndarray along a specified set of dimensions
shuffle(List<INDArray>, Random, List<int[]>) - Static method in class org.nd4j.linalg.factory.Nd4j
Symmetric in place shuffle of an ndarray along a variable dimensions
shuffle(INDArray, Random, int...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
In place shuffle of an ndarray along a specified set of dimensions
shuffle(Collection<INDArray>, Random, int...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Symmetric in place shuffle of an ndarray along a specified set of dimensions.
shuffle(List<INDArray>, Random, List<int[]>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Symmetric in place shuffle of an ndarray along a specified set of dimensions.
sigmoid(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sigmoid(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sigmoid(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Sigmoid - Class in org.nd4j.linalg.api.ops.impl.transforms
Sigmoid function
Sigmoid(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
Sigmoid(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
sigmoid(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sigmoid function
sigmoid(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sigmoid function
SigmoidCrossEntropyLoss - Class in org.nd4j.linalg.api.ops.impl.accum
Sigmoid cross entropy loss with logits
SigmoidCrossEntropyLoss(SameDiff, SDVariable, SDVariable, SDVariable, int, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
SigmoidCrossEntropyLoss(SameDiff, SDVariable, SDVariable, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
sigmoidCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sigmoidCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sigmoidCrossEntropyWithLogits(String, SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sigmoidDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sigmoidDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sigmoidDerivative(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SigmoidDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
 
SigmoidDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
SigmoidDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Sigmoid derivative
SigmoidDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
SigmoidDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
sigmoidDerivative(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sigmoid function
sigmoidDerivative(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sigmoid function
SigmoidSchedule - Class in org.nd4j.linalg.schedule
Sigmoid decay schedule, with 3 parameters: initial value, gamma and stepSize.
value(i) = initialValue * 1.0 / (1 + exp(-gamma * (iter - stepSize))) where i is the iteration or epoch (depending on the setting)
SigmoidSchedule(ScheduleType, double, double, int) - Constructor for class org.nd4j.linalg.schedule.SigmoidSchedule
 
SigmoidUniformInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: range = 4.0 * Math.sqrt(6.0 / (fanIn + fanOut)) U(-range,range)
SigmoidUniformInitScheme(char, double, double) - Constructor for class org.nd4j.weightinit.impl.SigmoidUniformInitScheme
 
sign(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sign(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sign(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Sign - Class in org.nd4j.linalg.api.ops.impl.transforms
Signum function
Sign(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
Sign(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
sign(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Signum function of this ndarray
sign(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Signum function of this ndarray
SIGNATURE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.FunctionDef
 
SIMPLE_VALUE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
sin(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sin(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sin(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Sin - Class in org.nd4j.linalg.api.ops.impl.transforms
Log elementwise function
Sin(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
Sin() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
sin(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sin function
sin(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sin function
sin(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the sin value of the given complex number
SINCE_VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorProto
 
SingleGenerator() - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex.SingleGenerator
 
sinh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sinh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sinh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Sinh - Class in org.nd4j.linalg.api.ops.impl.transforms
Sinh function
Sinh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
Sinh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
sinh(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sinh function
sinh(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sinh function
size(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the size of this array along a particular dimension
size(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
size(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the size along a specified dimension
size(IntBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the size of the specified dimension.
size(DataBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the size of the specified dimension.
size(int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
size() - Method in interface org.nd4j.linalg.compression.AbstractStorage
This method returns number of entries available in storage
size() - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
size() - Method in class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
size - Variable in class org.nd4j.list.BaseNDArrayList
 
size() - Method in class org.nd4j.list.BaseNDArrayList
 
size() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
size() - Method in class org.nd4j.list.NDArrayList
 
SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorShapeProto.Dim
 
sizeForAxes(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Output an int array for a particular dimension
sizeOfDataType() - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns sizeOf(currentDataType), in bytes
sizeOfDataType(DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
This method returns size of element for specified dataType, in bytes
SizeThresholdIntArrayIntIndexAdpater - Class in org.nd4j.imports.descriptors.properties.adapters
 
SizeThresholdIntArrayIntIndexAdpater() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.SizeThresholdIntArrayIntIndexAdpater
 
sizeUnsafe(DataBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the size of the specified dimension.
sizeUnsafe(int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
SKIP_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
SKIP_VALUE - Static variable in enum org.tensorflow.framework.ApiDef.Visibility
Do not include this op in the generated API.
slice(SDVariable, int[], int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
slice(SDVariable, int[], int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
slice(String, SDVariable, int[], int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
slice(int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the specified slice of this matrix.
slice(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the slice of this from the specified dimension
slice(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the specified slice of this ndarray
slice(int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the specified slice of this ndarray
slice(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the specified slice of this matrix.
slice(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the slice of this from the specified dimension
slice(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
slice(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
slice(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the specified slice of this ndarray
slice(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the specified slice of this ndarray
Slice - Class in org.nd4j.linalg.api.ops.impl.shape
Slice function
Slice() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Slice
 
Slice(SameDiff, SDVariable, int[], int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Slice
 
sliceOffsetForTensor(int, INDArray, int[]) - Static method in class org.nd4j.linalg.util.NDArrayMath
calculates the offset for a tensor
slices() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Number of slices: aka shape[0]
slices() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
slices() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the number of slices in this ndarray
sliceVectors(List<INDArray>) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Flattens the array for linear indexing
sliceVectors(List<INDArray>) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sliceVectors(List<INDArray>) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
SLOT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeOutput
 
SNAPSHOT_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
snrm2(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
snrm2(int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
SOC_OP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
softmax(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softmax(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softmax(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SoftMax - Class in org.nd4j.linalg.api.ops.impl.transforms
Soft max function row_maxes is a row vector (max for each row) row_maxes = rowmaxes(input) diff = exp(input - max) / diff.rowSums() Outputs a probability distribution.
SoftMax() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
SoftMax(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
SoftMax(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
softmax(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softmax(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
SoftmaxCrossEntropyLoss - Class in org.nd4j.linalg.api.ops.impl.accum
Softmax cross entropy loss with logits
SoftmaxCrossEntropyLoss(SameDiff, SDVariable, SDVariable, SDVariable, int, double) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
SoftmaxCrossEntropyLoss(SameDiff, SDVariable, SDVariable, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
softmaxCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softmaxCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softmaxCrossEntropyWithLogits(String, SDVariable, SDVariable, SDVariable, int, double) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softmaxDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softmaxDerivative(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SoftMaxDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
 
SoftMaxDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
SoftMaxDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
SoftMaxDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
SoftMaxDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
SoftMaxDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
SoftMaxDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Softmax derivative
SoftMaxDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
SoftMaxDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
softplus(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softplus(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softplus(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SoftPlus - Class in org.nd4j.linalg.api.ops.impl.transforms
 
SoftPlus(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
SoftPlus(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
softPlus(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softPlus(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softsign(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softsign(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softsign(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SoftSign - Class in org.nd4j.linalg.api.ops.impl.transforms
Softsign element-wise activation function.
SoftSign(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
SoftSign(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
softsign(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softsign(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softsignDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
softsignDerivative(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
softsignDerivative(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SoftSignDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
SoftSign derivative.
SoftSignDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
SoftSignDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
softsignDerivative(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
softsignDerivative(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
solverAbsoluteAccuracy - Variable in class org.nd4j.linalg.api.rng.distribution.BaseDistribution
 
sort() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Sort the indexes and the values buffers
sort(IComplexNDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort an ndarray along a particular dimension
sort(INDArray, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
 
sort(INDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort an ndarray along a particular dimension
sort(INDArray, boolean) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
sort(INDArray, boolean, int...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
sortAndBatchByNumLabels() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sortAndBatchByNumLabels() - Method in class org.nd4j.linalg.dataset.DataSet
Sorts the dataset by label: Splits the data transform such that examples are sorted by their labels.
sortByLabel() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
sortByLabel() - Method in class org.nd4j.linalg.dataset.DataSet
Organizes the dataset to minimize sampling error while still allowing efficient batching.
sortColumns(INDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort (shuffle) the columns of a 2d array according to the value at a specified row.
sortCooIndices(INDArray) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
sortRows(INDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort (shuffle) the rows of a 2d array according to the value at a specified column.
sortWithIndices(IComplexNDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort an ndarray along a particular dimension
sortWithIndices(INDArray, int, boolean) - Static method in class org.nd4j.linalg.factory.Nd4j
Sort an ndarray along a particular dimension
spaceToBatch(SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
spaceToBatch(SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
spaceToBatch(String, SDVariable, int[], int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SpaceToBatch - Class in org.nd4j.linalg.api.ops.impl.transforms
N-dimensional space to batch operation.
SpaceToBatch() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
SpaceToBatch(SameDiff, SDVariable[], int[], int[][], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
spaceToDepth(SDVariable, int, String) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
spaceToDepth(SDVariable, int, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
spaceToDepth(String, SDVariable, int, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
SpaceToDepth - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
This operation takes 4D array in, in either NCHW or NHWC format, and moves data from spatial dimensions (HW) to channels (C) for given blockSize
SpaceToDepth() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
SpaceToDepth(SameDiff, SDVariable[], int, String) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
SPARSE_BLAS_OPS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
SPARSE_BLAS_WRAPPER_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
SPARSE_INSTANCE - Static variable in class org.nd4j.linalg.factory.Nd4j
 
SPARSE_NDARRAY_FACTORY_CLASS - Static variable in class org.nd4j.linalg.factory.Nd4j
 
SparseBaseLapack - Class in org.nd4j.linalg.api.blas.impl
 
SparseBaseLapack() - Constructor for class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
SparseBaseLevel - Class in org.nd4j.linalg.api.blas.impl
 
SparseBaseLevel() - Constructor for class org.nd4j.linalg.api.blas.impl.SparseBaseLevel
 
SparseBaseLevel1 - Class in org.nd4j.linalg.api.blas.impl
 
SparseBaseLevel1() - Constructor for class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
SparseBaseLevel2 - Class in org.nd4j.linalg.api.blas.impl
 
SparseBaseLevel2() - Constructor for class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
SparseBaseLevel3 - Class in org.nd4j.linalg.api.blas.impl
 
SparseBaseLevel3() - Constructor for class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
sparseBlasWrapperClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
SparseCOOGemvParameters - Class in org.nd4j.linalg.api.blas.params
 
SparseCOOGemvParameters(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.blas.params.SparseCOOGemvParameters
 
SparseDescriptor - Class in org.nd4j.linalg.api.shape
 
SparseDescriptor(int[], long[], int[], int) - Constructor for class org.nd4j.linalg.api.shape.SparseDescriptor
 
sparseFactory() - Static method in class org.nd4j.linalg.factory.Nd4j
 
SparseFormat - Enum in org.nd4j.linalg.api.ndarray
 
sparseGenerator() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
SPARSEINFO_PROVIDER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
sparseInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sparseInfoDataBuffer() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sparseInfoDataBuffer() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Sparse info
SparseInfoProvider - Interface in org.nd4j.linalg.api.ndarray
 
sparseInfoProvider - Static variable in class org.nd4j.linalg.factory.Nd4j
 
sparseInfoProviderClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
sparseInformation - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sparseNDArrayClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
sparseOffsets() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sparseOffsets() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sparseOffsets() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
sparseOffsets(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
 
SparseSingleGenerator() - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex.SparseSingleGenerator
 
SparseSpecifiedIndexesGenerator(INDArrayIndex[]) - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex.SparseSpecifiedIndexesGenerator
The indexes to generate from
specialConcat(int, INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatneate ndarrays along a dimension PLEASE NOTE: This method is special for GPU backend, it works on HOST side only.
specialConcat(int, INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Concatenate ndarrays along a dimension PLEASE NOTE: This method is special for GPU backend, it works on HOST side only.
SpecifiedIndex - Class in org.nd4j.linalg.indexing
 
SpecifiedIndex(int...) - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex
 
SpecifiedIndex(long...) - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex
 
SpecifiedIndex.SingleGenerator - Class in org.nd4j.linalg.indexing
 
SpecifiedIndex.SparseSingleGenerator - Class in org.nd4j.linalg.indexing
 
SpecifiedIndex.SparseSpecifiedIndexesGenerator - Class in org.nd4j.linalg.indexing
A generator for SpecifiedIndex for Itertools.product(Generator) to iterate over an array given a set of iterators
SpecifiedIndex.SpecifiedIndexesGenerator - Class in org.nd4j.linalg.indexing
A generator for SpecifiedIndex for Itertools.product(Generator) to iterate over an array given a set of iterators
SpecifiedIndexesGenerator(INDArrayIndex[]) - Constructor for class org.nd4j.linalg.indexing.SpecifiedIndex.SpecifiedIndexesGenerator
The indexes to generate from
spilledAllocationsSize - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
Split - Class in org.nd4j.linalg.api.ops.impl.shape
SplitV op
Split() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Split
 
splitTestAndTrain(int, Random) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
splitTestAndTrain(int) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
splitTestAndTrain(double) - Method in interface org.nd4j.linalg.dataset.api.DataSet
SplitV the DataSet into two DataSets randomly
splitTestAndTrain(int, Random) - Method in class org.nd4j.linalg.dataset.DataSet
Splits a dataset in to test and train randomly.
splitTestAndTrain(int) - Method in class org.nd4j.linalg.dataset.DataSet
Splits a dataset in to test and train
splitTestAndTrain(double) - Method in class org.nd4j.linalg.dataset.DataSet
 
SplitTestAndTrain - Class in org.nd4j.linalg.dataset
SplitV test and train
SplitTestAndTrain(DataSet, DataSet) - Constructor for class org.nd4j.linalg.dataset.SplitTestAndTrain
 
SplitV - Class in org.nd4j.linalg.api.ops.impl.shape
SplitV op
SplitV() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
spmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
spmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
spmv(char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
 
spotrf(byte, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
Float/Double versions of cholesky decomp for positive definite matrices A = LL*
spr(char, char, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
spr performs a rank-1 update of an n-by-n packed symmetric matrix a: a := alpha*x*x' + a.
spr(char, char, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
spr(char, char, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
spr performs a rank-1 update of an n-by-n packed symmetric matrix a: a := alpha*x*x' + a.
spr2(char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
?spr2 performs a rank-2 update of an n-by-n packed symmetric matrix a: a := alpha*x*y' + alpha*y*x' + a.
spr2(char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
spr2(char, char, double, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
?spr2 performs a rank-2 update of an n-by-n packed symmetric matrix a: a := alpha*x*y' + alpha*y*x' + a.
sqrt(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sqrt(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sqrt(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Sqrt - Class in org.nd4j.linalg.api.ops.impl.transforms
Sqrt function
Sqrt(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
Sqrt(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
sqrt(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sqrt function
sqrt(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Sqrt function
sqrt(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the absolute value of the given complex number
square(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
square(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
square(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
squaredDifference(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
squaredDifference(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
squaredDifference(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
SquaredDifferenceOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Squared difference operation, i.e.
SquaredDifferenceOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
SquaredDifferenceOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
SquaredDifferenceOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
squaredDistance(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Returns the squared (Euclidean) distance.
squaredDistance(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the square of the Euclidean distance.
squaredDistance(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
squaredDistance(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the square of the Euclidean distance.
squeeze(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
squeeze(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
squeeze(String, SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Squeeze - Class in org.nd4j.linalg.api.ops.impl.shape
 
Squeeze() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
Squeeze(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
squeeze(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Gets rid of any singleton dimensions of the given array
squishToRange(double, double) - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
squishToRange(double, double) - Method in class org.nd4j.linalg.dataset.DataSet
Squeezes input data to a max and a min
srot(int, INDArray, int, INDArray, int, float, float) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
srotg(float, float, float, float) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sroti(int, INDArray, DataBuffer, INDArray, double, double) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
srotm(int, INDArray, int, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
srotmg(float, float, float, float, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sru(SRUConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
Simple recurrent unit
sru(String, SRUConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
Simiple recurrent unit
SRU - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent
Simple recurrent unit
SRU() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
SRU(SameDiff, SRUConfiguration) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
sruCell(SRUCellConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
An sru cell
sruCell(String, SRUCellConfiguration) - Method in class org.nd4j.autodiff.samediff.SameDiff
An sru cell
SRUCell - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent
A simple recurrent unit cell.
SRUCell() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
SRUCell(SameDiff, SRUCellConfiguration) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
SRUCellConfiguration - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
 
SRUCellConfiguration() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.SRUCellConfiguration
 
SRUConfiguration - Class in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
 
SRUConfiguration() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.SRUConfiguration
 
ssbmv(char, char, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sscal(int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
sscal(int, double, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
sspmv(char, char, int, float, INDArray, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sspr(char, char, int, float, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sspr2(char, char, int, float, INDArray, int, INDArray, int, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sswap(int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
ssyev(char, char, int, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
Float/Double versions of eigen value/vector calc.
ssymm(char, char, char, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ssymv(char, char, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ssyr(char, char, int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ssyr2(char, char, int, float, INDArray, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ssyr2k(char, char, char, int, int, float, INDArray, int, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ssyrk(char, char, char, int, int, float, INDArray, int, float, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
Stabilize - Class in org.nd4j.linalg.api.ops.impl.transforms
Stabilization function, forces values to be within a range
Stabilize(SameDiff, SDVariable, boolean, double, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(SameDiff, SDVariable, int[], boolean, Object[], double, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(SameDiff, SDVariable, Object[], double, double, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
Stabilize(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
stabilize(INDArray, double) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
stabilize(INDArray, double, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Stabilize to be within a range of k
STABLE_VALUE - Static variable in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
STABLE = 1;
StableNumber - Class in org.nd4j.linalg.indexing.functions
Returns a stable number based on infinity or nan
StableNumber(StableNumber.Type) - Constructor for class org.nd4j.linalg.indexing.functions.StableNumber
 
StableNumber.Type - Enum in org.nd4j.linalg.indexing.functions
 
stack(SDVariable[], int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
stack(SDVariable[], int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
stack(String, SDVariable[], int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Stack - Class in org.nd4j.linalg.api.ops.impl.shape
Stack operation.
Stack() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Stack
 
Stack(SameDiff, SDVariable[], int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Stack
 
StackAggregator - Class in org.nd4j.linalg.profiler.data
This is utility class, provides stack traces collection, used in OpProfiler, to count events occurrences based on their position in code
StackAggregator() - Constructor for class org.nd4j.linalg.profiler.data.StackAggregator
 
StackComparator - Class in org.nd4j.linalg.profiler.data.primitives
 
StackComparator() - Constructor for class org.nd4j.linalg.profiler.data.primitives.StackComparator
 
StackDescriptor - Class in org.nd4j.linalg.profiler.data.primitives
 
StackDescriptor(StackTraceElement[]) - Constructor for class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
StackNode - Class in org.nd4j.linalg.profiler.data.primitives
 
StackNode(String) - Constructor for class org.nd4j.linalg.profiler.data.primitives.StackNode
 
stackTrace - Variable in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
stackTraceElements - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
StackTree - Class in org.nd4j.linalg.profiler.data.primitives
 
StackTree() - Constructor for class org.nd4j.linalg.profiler.data.primitives.StackTree
 
standardDeviation(SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
standardDeviation(String, SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
StandardDeviation - Class in org.nd4j.linalg.api.ops.impl.accum
Standard deviation (sqrt of variance)
StandardDeviation(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(SameDiff, SDVariable, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(INDArray, INDArray, INDArray, long, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
StandardDeviation(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.StandardDeviation
 
standardizeAllInputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply standardization to all inputs, except the ones individually configured
standardizeAllOutputs() - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply standardization to all outputs, except the ones individually configured
standardizeInput(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply standardization to a specific input, overriding the global input strategy if any
standardizeOutput(int) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Apply standardization to a specific output, overriding the global output strategy if any
StandardizeSerializerStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor.serializer
Strategy for saving and restoring NormalizerStandardize instances in single binary files
StandardizeSerializerStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.serializer.StandardizeSerializerStrategy
 
StandardizeStrategy - Class in org.nd4j.linalg.dataset.api.preprocessor
NormalizerStrategy implementation that will standardize and de-standardize data arrays, based on statistics of the means and standard deviations of the population
StandardizeStrategy() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.StandardizeStrategy
 
StandardScaler - Class in org.nd4j.linalg.dataset.api.iterator
Deprecated.
Use NormalizerStandardize for equivalent functionality. NormalizerStandardize is more stable (for examples, when a column contains all the same values for every example) but otherwise provides equivalent functionality. See also NormalizerMinMaxScaler
StandardScaler() - Constructor for class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
 
START_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorSliceProto.Extent
 
startAVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
startBufferVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatArray
 
startDimensionsVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startDVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
startExtraIntegerVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startExtraParamsVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startFlatArray(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatArray
 
startFlatConfiguration(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatConfiguration
 
startFlatGraph(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatGraph
 
startFlatNode(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatNode
 
startFlatProperties(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatProperties
 
startFlatResult(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatResult
 
startFlatTiming(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatTiming
 
startFlatVariable(FlatBufferBuilder) - Static method in class org.nd4j.graph.FlatVariable
 
startInputPairedVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startInputVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startIntPair(FlatBufferBuilder) - Static method in class org.nd4j.graph.IntPair
 
startIntTriple(FlatBufferBuilder) - Static method in class org.nd4j.graph.IntTriple
 
startIVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
startLongPair(FlatBufferBuilder) - Static method in class org.nd4j.graph.LongPair
 
startLVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatProperties
 
startNodesVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
startOutputsVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
startOutputVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startPropertiesVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatNode
 
startShapeVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatArray
 
startShapeVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatVariable
 
startTimingVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatResult
 
startVariablesVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatGraph
 
startVariablesVector(FlatBufferBuilder, int) - Static method in class org.nd4j.graph.FlatResult
 
stash - Variable in class org.nd4j.linalg.memory.stash.BasicStash
 
Stash<T> - Interface in org.nd4j.linalg.memory.stash
This interface describe short-living storage, with pre-defined life time.
StashManager - Interface in org.nd4j.linalg.memory.stash
This interface describes factory/holder for manipulating Stash objects
states - Variable in class org.nd4j.autodiff.samediff.flow.FlowPath
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.AdaDelta
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.AdaGrad
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.Adam
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.AdaMax
 
stateSize(long) - Method in interface org.nd4j.linalg.learning.config.IUpdater
Determine the updater state size for the given number of parameters.
stateSize(long) - Method in class org.nd4j.linalg.learning.config.Nadam
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.Nesterovs
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.NoOp
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.RmsProp
 
stateSize(long) - Method in class org.nd4j.linalg.learning.config.Sgd
 
stateSizeForInputSize(int) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
status - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
STATUS_FIELD_NUMBER - Static variable in class onnx.OnnxOperatorsProto3.OperatorProto
 
stbmv(char, char, char, char, int, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
stbsv(char, char, char, char, int, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
std(SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
std(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
std(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
std(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Standard deviation of an ndarray along a dimension
std(boolean, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
std(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
std(boolean, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
std(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Standard deviation of an INDArray along one or more dimensions
std(boolean, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Standard deviation of an ndarray along a dimension
std(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
std(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
std(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
std(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
stdComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
stdComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
stdComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stdComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
stdNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
stdNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
stdNumber(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
stdNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stdNumber(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stdNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate the standard deviation for the entire array
stdNumber(boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate the standard deviation for the entire array, specifying whether it is bias corrected or not
Step - Class in org.nd4j.linalg.api.ops.impl.transforms
Unit step function.
Step(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, INDArray, INDArray, long, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
Step(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Step
 
step(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
step(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
STEP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawAllocation
 
STEP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogRawDeallocation
 
STEP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogStep
 
STEP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorAllocation
 
STEP_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorOutput
 
StepSchedule - Class in org.nd4j.linalg.schedule
Step decay schedule, with 3 parameters: initial value, gamma and step.
value(i) = initialValue * gamma^( floor(iter/step) ) where i is the iteration or epoch (depending on the setting)
StepSchedule(ScheduleType, double, double, double) - Constructor for class org.nd4j.linalg.schedule.StepSchedule
 
stepsCount - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
stepsNumber - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
StepStats - Class in org.tensorflow.framework
Protobuf type tensorflow.StepStats
StepStats.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.StepStats
StepStatsOrBuilder - Interface in org.tensorflow.framework
 
StepStatsProtos - Class in org.tensorflow.framework
 
store(T, INDArray) - Method in interface org.nd4j.linalg.compression.AbstractStorage
Store object into storage
store(T, float[]) - Method in interface org.nd4j.linalg.compression.AbstractStorage
Store object into storage
store(T, double[]) - Method in interface org.nd4j.linalg.compression.AbstractStorage
Store object into storage
storeAndAllocateNewArray() - Method in class org.nd4j.autodiff.samediff.SDVariable
Allocate and return a new array based on the vertex id and weight initialization.
storeIfAbsent(T, INDArray) - Method in interface org.nd4j.linalg.compression.AbstractStorage
Store object into storage, if it doesn't exist
stpmv(char, char, char, char, int, INDArray, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
stpsv(char, char, char, char, int, INDArray, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
strategy - Variable in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
strategy - Variable in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
STRICT - Static variable in class org.nd4j.graph.ExecutionMode
 
stride(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
stride() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the stride(indices along the linear index for which each slice is accessed) of this array
stride - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stride(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stride() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
stride(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Calculate the stride along a particular dimension
stride() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the stride of this ndarray
stride(IntBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the stride of the specified dimension
stride(DataBuffer, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the stride of the specified dimension
stride(int[], int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
stride(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the stride for the given shape information buffer
stride(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the shape from the given int buffer
stride(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
stride() - Method in interface org.nd4j.linalg.indexing.INDArrayIndex
The stride for the index (most of the time will be 1)
stride(INDArray, INDArrayIndex[], int...) - Static method in class org.nd4j.linalg.indexing.Indices
Return the stride to be used for indexing
stride - Variable in class org.nd4j.linalg.indexing.IntervalIndex
 
stride() - Method in class org.nd4j.linalg.indexing.IntervalIndex
 
stride() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
stride() - Method in class org.nd4j.linalg.indexing.NDArrayIndexEmpty
 
stride() - Method in class org.nd4j.linalg.indexing.NewAxis
 
stride() - Method in class org.nd4j.linalg.indexing.PointIndex
 
stride() - Method in class org.nd4j.linalg.indexing.SpecifiedIndex
 
strideArr(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
Get array shape from the buffer, as an int[]
strideDescendingCAscendingF(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Check if strides are in order suitable for non-strided mmul etc.
stridedSlice(SDVariable, int[], int[], int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
stridedSlice(SDVariable, int[], int[], int[], int, int, int, int, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
stridedSlice(SDVariable, int[], int[], int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
stridedSlice(String, SDVariable, int[], int[], int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
stridedSlice(SDVariable, int[], int[], int[], int, int, int, int, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
stridedSlice(String, SDVariable, int[], int[], int[], int, int, int, int, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
StridedSlice - Class in org.nd4j.linalg.api.ops.impl.shape
Strided Slice function
StridedSlice() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
StridedSlice(SameDiff, SDVariable, int[], int[], int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
StridedSlice(SameDiff, SDVariable, int[], int[], int[], int, int, int, int, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
strideOf() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
strideOf() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
strides(char, NDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.Indices
Calculate the strides based on the given indices
stridesOf(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
strideUnsafe(DataBuffer, int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
Get the stride of the specified dimension, without any input validation
strideUnsafe(int[], int, int) - Static method in class org.nd4j.linalg.api.shape.Shape
 
STRING_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
STRING_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
STRING_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
STRING_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
STRING = 3;
STRING_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
string
STRING_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
STRING = 3;
STRING_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
string
StringAggregator - Class in org.nd4j.linalg.profiler.data
 
StringAggregator() - Constructor for class org.nd4j.linalg.profiler.data.StringAggregator
 
StringCounter - Class in org.nd4j.linalg.profiler.data
Simple key-value counter
StringCounter() - Constructor for class org.nd4j.linalg.profiler.data.StringCounter
 
StringEqualsAdapter - Class in org.nd4j.imports.descriptors.properties.adapters
Comparison for whether a string equals a target string returning a boolean
StringEqualsAdapter() - Constructor for class org.nd4j.imports.descriptors.properties.adapters.StringEqualsAdapter
 
STRINGS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
STRINGS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
STRINGS_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
STRINGS = 8;
STRINGS_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
STRINGS = 8;
STRINGULAR - Static variable in class org.nd4j.graph.InputType
 
STRINGULAR_SET - Static variable in class org.nd4j.graph.InputType
 
stripOnes(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Reshapes an ndarray to remove leading 1s
strmm(char, char, char, char, char, int, int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
strmv(char, char, char, char, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
strsm(char, char, char, char, char, int, int, float, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
strsv(char, char, char, char, int, INDArray, int, INDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
sub(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sub(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sub(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
sub(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
sub(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
sub(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
sub(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sub(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sub(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy subtraction of two matrices
sub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
copy subtraction of two matrices
sub(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sub(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sub(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
sub(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
sub(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
sub(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
sub(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
sub(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy subtraction of two matrices
sub(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
copy subtraction of two matrices
sub(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sub(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy subtraction of two matrices
sub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
copy subtraction of two matrices
sub(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sub(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sub(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sub(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sub(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Scalar subtraction (copied)
sub(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
sub(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
copy subtraction of two NDArrays
sub(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
copy subtraction of two NDArrays
sub(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
sub(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
sub(INDArray, INDArray, INDArray, int...) - Static method in class org.nd4j.linalg.factory.Broadcast
Broadcast subtraction op.
sub2Ind(int[], int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert the given index (such as 1,1) to a linear index
subArray(long[], int[], int[]) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subArray(ShapeOffsetResolution) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subArray(long[], int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subArray(ShapeOffsetResolution) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subArray(long[], int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subArray(ShapeOffsetResolution) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
subArray(ShapeOffsetResolution, ShapeOffsetResolution) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
subArray(long[], int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
subArray(ShapeOffsetResolution) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
subArray(long[], int[], int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
subArray(ShapeOffsetResolution) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Sub array based on the pre calculated shape,strides, offsets
subArray(long[], int[], int[]) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
subBp(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
SubBpOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp
Division backprop operation.
SubBpOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.SubBpOp
 
SubBpOp(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.bp.SubBpOp
 
subColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
subColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
subColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
subColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Subtraction of a column vector (copy)
subi(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
subi(SDVariable, double) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
subi(double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
subi(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
subi(String, double) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
subi(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
subi(Number, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subi(Number) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subi(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place subtraction of two matrices
subi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
in place subtraction of two matrices
subi(IComplexNumber, INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subi(IComplexNumber) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
subi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
subi(IComplexNumber, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
subi(IComplexNumber) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
subi(Number, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
subi(Number) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
subi(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place subtraction of two matrices
subi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
in place subtraction of two matrices
subi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place subtraction of two matrices
subi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
in place subtraction of two matrices
subi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
subi(Number) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(Number, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(IComplexNumber) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subi(Number) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place scalar subtraction
subi(Number, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place subtraction of this ndarray
subi(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) subtraction of two NDArrays
subi(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
in place (element wise) subtraction of two NDArrays
subi(IComplexNumber) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
subi(IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
subiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
subiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
subiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
subiColumnVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subiColumnVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place subtraction of a column vector
subiRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
subiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
subiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
subiRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subiRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
In place subtraction of a row vector
subList(int, int) - Method in class org.nd4j.list.NDArrayList
 
subModules() - Method in class org.nd4j.linalg.api.ops.BaseModule
 
subModules() - Method in interface org.nd4j.linalg.api.ops.Module
 
SubOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Subtraction operation
SubOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
SubOp(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
SubOp(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
subRowVector(INDArray) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
In place addition of a column vector
subRowVector(INDArray) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
In place addition of a column vector
subRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
In place addition of a column vector
subRowVector(INDArray) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
subRowVector(INDArray) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Subtraction of a row vector (copy)
sum(SDVariable, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
sum(SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sum(String, SDVariable, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
sum(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sum(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Returns the sum along the last dimension of this ndarray
sum(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the sum along the last dimension of this ndarray
sum(INDArray, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sum(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sum(INDArray, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sum(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the sum along the last dimension of this ndarray
sum(INDArray, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the sum along the last dimension of this ndarray
Sum - Class in org.nd4j.linalg.api.ops.impl.accum
Sum the components
Sum(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(SameDiff, SDVariable, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
Sum(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Sum
 
sum(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
sum(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
sum(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
sum(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
SUM_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
SUM_SQUARES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.HistogramProto
 
sumComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sumComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sumComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sumComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Sum the entire array
Summary - Class in org.tensorflow.framework
A Summary is a set of named values to be displayed by the visualizer.
Summary.Audio - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Audio
Summary.Audio.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Audio
Summary.AudioOrBuilder - Interface in org.tensorflow.framework
 
Summary.Builder - Class in org.tensorflow.framework
A Summary is a set of named values to be displayed by the visualizer.
Summary.Image - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Image
Summary.Image.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Image
Summary.ImageOrBuilder - Interface in org.tensorflow.framework
 
Summary.Value - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Value
Summary.Value.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.Summary.Value
Summary.Value.ValueCase - Enum in org.tensorflow.framework
 
Summary.ValueOrBuilder - Interface in org.tensorflow.framework
 
SUMMARY_DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryMetadata
 
SUMMARY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
SUMMARY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef
 
SummaryDescription - Class in org.tensorflow.framework
Metadata associated with a series of Summary data
SummaryDescription.Builder - Class in org.tensorflow.framework
Metadata associated with a series of Summary data
SummaryDescriptionOrBuilder - Interface in org.tensorflow.framework
 
SummaryMetadata - Class in org.tensorflow.framework
A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.
SummaryMetadata.Builder - Class in org.tensorflow.framework
A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.
SummaryMetadata.PluginData - Class in org.tensorflow.framework
Protobuf type tensorflow.SummaryMetadata.PluginData
SummaryMetadata.PluginData.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.SummaryMetadata.PluginData
SummaryMetadata.PluginDataOrBuilder - Interface in org.tensorflow.framework
 
SummaryMetadataOrBuilder - Interface in org.tensorflow.framework
 
SummaryOrBuilder - Interface in org.tensorflow.framework
 
SummaryProtos - Class in org.tensorflow.framework
 
SUMMARYSTATS - Static variable in class org.nd4j.graph.OpType
 
sumNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
sumNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
sumNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
sumNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Sum the entire array
supportsDataBufferL1Ops() - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
supportsDataBufferL1Ops() - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
supportsDataBufferL1Ops() - Method in interface org.nd4j.linalg.api.blas.Level1
Can we use the axpy and copy methods that take a DataBuffer instead of an INDArray with this backend?
swap(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
swaps a vector with another vector.
swap(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
swap(INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
swap(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel1
 
swap(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
swaps a vector with another vector.
swap(IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level1
 
swap(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
swap(INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
swap(INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Compute x <-> y (swap two matrices)
swapAxes(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Mainly here for people coming from numpy.
swapAxes(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Mainly here for people coming from numpy.
swapAxes(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Mainly here for people coming from numpy.
swapAxes(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
swapAxes(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Mainly here for people coming from numpy.
swish(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
swish(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
swish(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Swish - Class in org.nd4j.linalg.api.ops.impl.transforms
Swish function
Swish(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
Swish(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
swishDerivative(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
SwishDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Swish derivative
SwishDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
SwishDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
Switch - Class in org.nd4j.linalg.api.ops.impl.controlflow.compat
 
Switch() - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
syev(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLapack
 
syev(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLapack
 
syev(char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Lapack
Caclulate the eigenvalues and vectors of a symmetric matrix.
syev(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syev(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syev(char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
syevd(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevd(char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevd(char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
syevr(char, char, char, INDArray, float, float, int, int, Number, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevr(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevr(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevr(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevr(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevr(char, char, char, INDArray, float, float, int, int, Number, INDArray, INDArray, int[]) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevr(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray, int[]) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
syevr(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray, int[]) - Method in interface org.nd4j.linalg.factory.BlasWrapper
Deprecated.
syevr(char, char, char, INDArray, float, float, int, int, Number, INDArray, INDArray, int[]) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
syevx(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevx(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
syevx(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevx(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
syevx(char, char, char, INDArray, double, double, int, int, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
syevx(char, char, char, INDArray, float, float, int, int, float, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
sygvd(int, char, char, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
sygvd(int, char, char, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
sygvd(int, char, char, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 
symm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
her2k performs a rank-2k update of an n-by-n Hermitian matrix c, that is, one of the following operations: c := alpha*a*conjg(b') + conjg(alpha)*b*conjg(a') + beta*c, for trans = 'N'or'n' c := alpha*conjg(b')*a + conjg(alpha)*conjg(a')*b + beta*c, for trans = 'C'or'c' where c is an n-by-n Hermitian matrix; a and b are n-by-k matrices if trans = 'N'or'n', a and b are k-by-n matrices if trans = 'C'or'c'.
symm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
her2k performs a rank-2k update of an n-by-n Hermitian matrix c, that is, one of the following operations: c := alpha*a*conjg(b') + conjg(alpha)*b*conjg(a') + beta*c, for trans = 'N'or'n' c := alpha*conjg(b')*a + conjg(alpha)*conjg(a')*b + beta*c, for trans = 'C'or'c' where c is an n-by-n Hermitian matrix; a and b are n-by-k matrices if trans = 'N'or'n', a and b are k-by-n matrices if trans = 'C'or'c'.
symm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
symm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
symm(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
her2k performs a rank-2k update of an n-by-n Hermitian matrix c, that is, one of the following operations: c := alpha*a*conjg(b') + conjg(alpha)*b*conjg(a') + beta*c, for trans = 'N'or'n' c := alpha*conjg(b')*a + conjg(alpha)*conjg(a')*b + beta*c, for trans = 'C'or'c' where c is an n-by-n Hermitian matrix; a and b are n-by-k matrices if trans = 'N'or'n', a and b are k-by-n matrices if trans = 'C'or'c'.
symm(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
her2k performs a rank-2k update of an n-by-n Hermitian matrix c, that is, one of the following operations: c := alpha*a*conjg(b') + conjg(alpha)*b*conjg(a') + beta*c, for trans = 'N'or'n' c := alpha*conjg(b')*a + conjg(alpha)*conjg(a')*b + beta*c, for trans = 'C'or'c' where c is an n-by-n Hermitian matrix; a and b are n-by-k matrices if trans = 'N'or'n', a and b are k-by-n matrices if trans = 'C'or'c'.
symmetricGeneralizedEigenvalues(INDArray) - Static method in class org.nd4j.linalg.eigen.Eigen
Compute generalized eigenvalues of the problem A x = L x.
symmetricGeneralizedEigenvalues(INDArray, boolean) - Static method in class org.nd4j.linalg.eigen.Eigen
Compute generalized eigenvalues of the problem A x = L x.
symmetricGeneralizedEigenvalues(INDArray, INDArray) - Static method in class org.nd4j.linalg.eigen.Eigen
Compute generalized eigenvalues of the problem A x = L B x.
symmetricGeneralizedEigenvalues(INDArray, INDArray, boolean) - Static method in class org.nd4j.linalg.eigen.Eigen
Compute generalized eigenvalues of the problem A x = L B x.
symv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
symv computes a matrix-vector product for a symmetric matrix: y := alpha*a*x + beta*y.
symv(char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
symv(char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
symv computes a matrix-vector product for a symmetric matrix: y := alpha*a*x + beta*y.
syr(char, char, int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
syr performs a rank-1 update of an n-by-n symmetric matrix a: a := alpha*x*x' + a.
syr(char, char, int, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
syr(char, char, int, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
syr performs a rank-1 update of an n-by-n symmetric matrix a: a := alpha*x*x' + a.
syr2(char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
syr2(char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
syr2(char, char, double, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
 
syr2k(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
yr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
syr2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
yr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
syr2k(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
syr2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
syr2k(char, char, char, double, INDArray, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
yr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
syr2k(char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
yr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
syrk(char, char, char, double, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
syrk performs a rank-n update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*a' + beta*c for trans = 'N'or'n' c := alpha*a'*a + beta*c for trans = 'T'or't','C'or'c', where c is an n-by-n symmetric matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'T'or't','C'or'c'.
syrk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
syrk performs a rank-n update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*a' + beta*c for trans = 'N'or'n' c := alpha*a'*a + beta*c for trans = 'T'or't','C'or'c', where c is an n-by-n symmetric matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'T'or't','C'or'c'.
syrk(char, char, char, double, INDArray, double, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
syrk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
syrk(char, char, char, double, INDArray, double, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
syrk performs a rank-n update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*a' + beta*c for trans = 'N'or'n' c := alpha*a'*a + beta*c for trans = 'T'or't','C'or'c', where c is an n-by-n symmetric matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'T'or't','C'or'c'.
syrk(char, char, char, IComplexNumber, IComplexNDArray, IComplexNumber, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
syrk performs a rank-n update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*a' + beta*c for trans = 'N'or'n' c := alpha*a'*a + beta*c for trans = 'T'or't','C'or'c', where c is an n-by-n symmetric matrix; a is an n-by-k matrix, if trans = 'N'or'n', a is a k-by-n matrix, if trans = 'T'or't','C'or'c'.
sysv(char, INDArray, int[], INDArray) - Method in class org.nd4j.linalg.factory.BaseBlasWrapper
 
sysv(char, INDArray, int[], INDArray) - Method in class org.nd4j.linalg.factory.BaseSparseBlasWrapper
 
sysv(char, INDArray, int[], INDArray) - Method in interface org.nd4j.linalg.factory.BlasWrapper
 

T

t - Variable in class org.nd4j.linalg.util.AtomicThrowable
 
T_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
T_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
TadDescriptor - Class in org.nd4j.linalg.cache
This is utility class, made to compare TADs for caching purposes.
TadDescriptor(INDArray, int[]) - Constructor for class org.nd4j.linalg.cache.TadDescriptor
Pass in an ndarray to get the databuffer and the appropriate dimensions
TADManager - Interface in org.nd4j.linalg.cache
This interface describes TAD caching.
TAG_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
tagLocation(INDArray, AffinityManager.Location) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method tags specific INDArray as "recent" on specified location
tagLocation(DataBuffer, AffinityManager.Location) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method tags specific DataBuffer as "recent" on specified location
tagLocation(INDArray, AffinityManager.Location) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
tagLocation(DataBuffer, AffinityManager.Location) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
tagOutOfScopeUse() - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
 
tagOutOfScopeUse() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
tagScope - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
tailor2d(DataSet, boolean) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
tailor2d(INDArray, INDArray) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
tailor3d2d(DataSet, boolean) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
Deprecated. 
tailor3d2d(INDArray, INDArray) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
tailor4d2d(DataSet, boolean) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
tailor4d2d(INDArray) - Static method in class org.nd4j.linalg.dataset.api.DataSetUtil
 
tan(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
tan(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
tan(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Tan - Class in org.nd4j.linalg.api.ops.impl.transforms
Tanh elementwise function
Tan(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
Tan(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
TanDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Tan Derivative elementwise function
TanDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
TanDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
TanDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
TanDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
TanDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
TanDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
tanh(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
tanh(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
tanh(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Tanh - Class in org.nd4j.linalg.api.ops.impl.transforms
Tanh elementwise function
Tanh(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
Tanh(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
tanh(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Tanh function
tanh(INDArray, boolean) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Tanh function
tanh(IComplexNumber) - Static method in class org.nd4j.linalg.util.ComplexUtil
Return the tanh of a complex number
tanhDerivative(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
TanhDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms.gradient
 
TanhDerivative(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
TanhDerivative - Class in org.nd4j.linalg.api.ops.impl.transforms
Tanh derivative
TanhDerivative(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
TanhDerivative(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
targetBoolean - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
targetBoolean - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
targetShape(INDArray, double) - Static method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Compute the target shape of a suitable projection matrix
targetShape(INDArray, int) - Static method in class org.nd4j.linalg.dimensionalityreduction.RandomProjection
Compute the target shape of a suitable projection matrix
tArgs() - Method in class org.nd4j.linalg.api.ops.custom.ScatterUpdate
 
tArgs() - Method in interface org.nd4j.linalg.api.ops.CustomOp
 
tArgs() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
tArgs() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
tArgs() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
tArgs() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
 
Task - Class in org.nd4j.linalg.heartbeat.reports
 
Task() - Constructor for class org.nd4j.linalg.heartbeat.reports.Task
 
Task.ArchitectureType - Enum in org.nd4j.linalg.heartbeat.reports
 
Task.NetworkType - Enum in org.nd4j.linalg.heartbeat.reports
 
TaskUtils - Class in org.nd4j.linalg.heartbeat.utils
 
tbmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
syr2 performs a rank-2 update of an n-by-n symmetric matrix a: a := alpha*x*y' + alpha*y*x' + a.
tbmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
tbmv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
syr2 performs a rank-2 update of an n-by-n symmetric matrix a: a := alpha*x*y' + alpha*y*x' + a.
tbpttWindowSize - Variable in class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.BaseUnderSamplingPreProcessor
 
tbsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
?tbsv solves a system of linear equations whose coefficients are in a triangular band matrix.
tbsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
tbsv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
?tbsv solves a system of linear equations whose coefficients are in a triangular band matrix.
tear(INDArray, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
This method does the opposite to pile/vstack/hstack - it returns independent TAD copies along given dimensions
tear(INDArray, int...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
tempFile - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
TEMPORARY_MEMORY_SIZE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.CostGraphDef.Node
 
Tensor1DStats() - Constructor for class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
TENSOR_CONTENT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
TENSOR_DESCRIPTION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeOutput
 
TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorAllocation
 
TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.MemoryLogTensorOutput
 
TENSOR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Value
 
TENSOR_SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
TENSOR_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto
 
TENSOR_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TypeProto
 
TENSOR_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
TENSOR = 4;
TENSOR_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
TENSOR = 4;
tensorAlongDimension(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
tensorAlongDimension(int, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
tensorAlongDimension(int, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the vector along a particular dimension
TensorArrayGatherV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorArrayGatherV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
TensorArrayReadV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorArrayReadV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayReadV3
 
TensorArrayScatterV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorArrayScatterV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayScatterV3
 
TensorArrayV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorArrayV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
TensorArrayWriteV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorArrayWriteV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayWriteV3
 
TensorDescription - Class in org.tensorflow.framework
Protobuf type tensorflow.TensorDescription
TensorDescription.Builder - Class in org.tensorflow.framework
Protobuf type tensorflow.TensorDescription
TensorDescriptionOrBuilder - Interface in org.tensorflow.framework
 
TensorDescriptionProtos - Class in org.tensorflow.framework
 
TensorDescriptor - Class in org.nd4j.imports.descriptors.onnx
 
TensorDescriptor() - Constructor for class org.nd4j.imports.descriptors.onnx.TensorDescriptor
 
tensorflow - package tensorflow
 
TensorflowDescriptorParser - Class in org.nd4j.imports.descriptors.tensorflow
 
TensorflowDescriptorParser() - Constructor for class org.nd4j.imports.descriptors.tensorflow.TensorflowDescriptorParser
 
tensorflowName() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The opName of this function tensorflow
tensorflowName() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.DefaultOpConverter
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMean
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ASum
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Bias
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountNonZero
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CountZero
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumProd
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.CumSum
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineDistance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.CosineSimilarity
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.EuclideanDistance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.HammingDistance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.JaccardDistance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.distances.ManhattanDistance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Dot
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Entropy
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.EqualsWithEps
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogEntropy
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.LogSumExp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.MatchCondition
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mean
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Mmul
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Moments
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm1
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Norm2
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormalizeMoments
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.NormMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ShannonEntropy
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SigmoidCrossEntropyLoss
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.SoftmaxCrossEntropyLoss
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Sum
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.Variance
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.WeightedCrossEntropyLoss
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.accum.ZeroFraction
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAdd
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BiasAddGrad
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAddOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastAMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastCopyOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastEqualTo
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGradientArgs
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastGreaterThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastLessThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastMulOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastNotEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastRSubOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.broadcast.BroadcastSubOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Enter
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Exit
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.LoopCond
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Merge
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.NextIteration
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.compat.Switch
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.Select
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.grid.BaseGridOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.BatchNorm
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DeConv2DDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthwiseConv2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D
Deprecated.
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.Linear
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.LSTMCell
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRU
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.SRUCell
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarEquals
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarGreaterThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarLessThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarNotEquals
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.comparison.ScalarSetValue
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarAdd
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarDivision
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarFMod
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarMultiplication
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarRemainder
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseDivision
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarReverseSubtraction
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSet
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scalar.ScalarSubtraction
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterAdd
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterDiv
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterMul
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.scatter.ScatterSub
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ApplyGradientDescent
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Broadcast
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ConfusionMatrix
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Cross
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Diag
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.DiagPart
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ExpandDims
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Eye
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeAvg
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.MergeSum
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OneHot
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.OnesLike
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ParallelStack
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Rank
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Repeat
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Reshape
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.SequenceMask
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Shape
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Slice
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Split
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.SplitV
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Squeeze
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.StridedSlice
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayReadV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayScatterV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayWriteV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Tile
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Abs
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACos
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ACosh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.All
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.And
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.AddOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.Axpy
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.CopyOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.DivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FloorModOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.FModOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MergeAddOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.MulOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldAddOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFloorDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldFModOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldMulOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldRDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.OldSubOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RealDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RemainderOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.RSubOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SquaredDifferenceOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.SubOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ASinh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Assign
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATan2
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ATanh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.BatchToSpace
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Ceil
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndReplace
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.CompareAndSet
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Eps
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.EqualTo
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.GreaterThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNonDecreasing
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsNumericTensor
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.IsStrictlyIncreasing
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.LessThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.ListDiff
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Max
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.Min
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.NotEqualTo
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldEqualTo
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldGreaterThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldLessThanOrEqual
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldMin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.comparison.OldNotEqualTo
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Constant
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cos
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cosh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Cube
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Dilation2D
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.dtype.Cast
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicPartition
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.DynamicStitch
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ELU
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erf
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Erfc
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Exp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Expm1
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Fill
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Floor
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.CubeDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.ELUDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.GradientBackwardsMarker
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardSigmoidDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.HardTanhDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LeakyReLUDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.LogSoftMaxDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RationalTanhDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.RectifiedTanhDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SELUDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SigmoidDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftMaxDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.SoftSignDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.gradient.TanhDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardSigmoid
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.HardTanh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Histogram
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.InvertPermutation
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsFinite
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsInf
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.IsNaN
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LeakyReLU
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOut
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LegacyDropOutInverted
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Log1p
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoid
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSigmoidDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.LogX
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatchConditionTransform
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixDiagPart
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MatrixSetDiag
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.MaxOut
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Negative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Not
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldAtan2Op
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldIdentity
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldReverse
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OldSoftMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.OneMinus
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Or
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Pow
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.PowDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RationalTanh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reciprocal
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifedLinear
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RectifiedTanh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Relu6
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReluLayer
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReplaceNans
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.ReverseSequence
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Rint
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Round
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.RSqrt
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SELU
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Set
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SetRange
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sigmoid
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SigmoidDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sign
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sin
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sinh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMax
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftMaxDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftPlus
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SoftSign
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SpaceToBatch
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Sqrt
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Stabilize
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Step
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Swish
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.SwishDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tan
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Tanh
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TanhDerivative
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.impl.transforms.XwPlusB
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.NoOp
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.persistence.RestoreV2
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.persistence.SaveV2
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.custom.DistributionUniform
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.AlphaDropOut
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.BinomialDistributionEx
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.Choice
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOut
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.DropOutInverted
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.GaussianDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.Linspace
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.LogNormalDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.ProbablisticMerge
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.Range
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
tensorflowName() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
tensorflowNames() - Method in class org.nd4j.autodiff.functions.DifferentialFunction
The opName of this function tensorflow
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv1D
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2D
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv2DDerivative
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.Conv3DDerivative
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.DepthToSpace
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.FullConv3DDerivative
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2D
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SConv2DDerivative
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.SpaceToDepth
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.shape.Concat
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.shape.Gather
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.shape.GatherNd
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Identity
 
tensorflowNames() - Method in class org.nd4j.linalg.api.ops.impl.transforms.Reverse
 
tensorLength - Variable in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
tensorMmul(SDVariable, SDVariable, int[][]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
tensorMmul(SDVariable, SDVariable, int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
tensorMmul(String, SDVariable, SDVariable, int[][]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
TensorMmul - Class in org.nd4j.linalg.api.ops.impl.accum
TensorMmul
TensorMmul(SameDiff, SDVariable, SDVariable, int[][]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
TensorMmul(SameDiff, SDVariable, SDVariable, int[][], MMulTranspose) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
TensorMmul(INDArray, INDArray, int[][]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
 
TensorMmul(INDArray, INDArray, INDArray, int[][]) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.TensorMmul
Initialize with the given input, pairwise transform, result, and number of elements
tensorMmul(INDArray, INDArray, INDArray, int[][]) - Static method in class org.nd4j.linalg.factory.Nd4j
Tensor matrix multiplication.
tensorMmul(INDArray, INDArray, int[][]) - Static method in class org.nd4j.linalg.factory.Nd4j
Tensor matrix multiplication.
TensorProto - Class in org.tensorflow.framework
Protocol buffer representing a tensor.
TensorProto.Builder - Class in org.tensorflow.framework
Protocol buffer representing a tensor.
TensorProtoOrBuilder - Interface in org.tensorflow.framework
 
TensorProtos - Class in org.tensorflow.framework
 
TENSORS_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
TENSORS_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
TENSORS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariantTensorDataProto
 
TENSORS_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
TENSORS = 9;
TENSORS_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
TENSORS = 9;
TensorShapeProto - Class in org.tensorflow.framework
Dimensions of a tensor.
TensorShapeProto.Builder - Class in org.tensorflow.framework
Dimensions of a tensor.
TensorShapeProto.Dim - Class in org.tensorflow.framework
One dimension of the tensor.
TensorShapeProto.Dim.Builder - Class in org.tensorflow.framework
One dimension of the tensor.
TensorShapeProto.DimOrBuilder - Interface in org.tensorflow.framework
 
TensorShapeProtoOrBuilder - Interface in org.tensorflow.framework
 
TensorShapeProtos - Class in org.tensorflow.framework
 
TensorSizeV3 - Class in org.nd4j.linalg.api.ops.impl.shape.tensorops
 
TensorSizeV3() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorSizeV3
 
TensorSliceProto - Class in org.tensorflow.framework
Can only be interpreted if you know the corresponding TensorShape.
TensorSliceProto.Builder - Class in org.tensorflow.framework
Can only be interpreted if you know the corresponding TensorShape.
TensorSliceProto.Extent - Class in org.tensorflow.framework
Extent of the slice in one dimension.
TensorSliceProto.Extent.Builder - Class in org.tensorflow.framework
Extent of the slice in one dimension.
TensorSliceProto.Extent.HasLengthCase - Enum in org.tensorflow.framework
 
TensorSliceProto.ExtentOrBuilder - Interface in org.tensorflow.framework
 
TensorSliceProtoOrBuilder - Interface in org.tensorflow.framework
 
TensorSliceProtos - Class in org.tensorflow.framework
 
tensorsPerSlice(INDArray, int[]) - Static method in class org.nd4j.linalg.util.NDArrayMath
Computes the tensors per slice given a tensor shape and array
tensorssAlongDimension(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
tensorssAlongDimension(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
tensorssAlongDimension(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the number of possible vectors for a given dimension
tensorStartSeparation - Variable in class org.nd4j.linalg.api.ops.executioner.OpExecutionerUtil.Tensor1DStats
 
TestDataSetIterator - Class in org.nd4j.linalg.dataset.api.iterator
Created by susaneraly on 5/26/16.
TestDataSetIterator(DataSet, int) - Constructor for class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
TestDataSetIterator(List<DataSet>, int) - Constructor for class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
TestDataSetIterator(DataSet) - Constructor for class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
This makes an iterator from the given dataset and batchsize ONLY for use in tests in nd4j Initializes with a default batch of 5
testFold() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
TestMultiDataSetIterator - Class in org.nd4j.linalg.dataset.api.iterator
 
TestMultiDataSetIterator(int, MultiDataSet...) - Constructor for class org.nd4j.linalg.dataset.api.iterator.TestMultiDataSetIterator
Makes an iterator from the given datasets.
TFGraphMapper - Class in org.nd4j.imports.graphmapper.tf
Map tensorflow graph protos to the intermediate representation for samediff.
third() - Method in class org.nd4j.graph.IntTriple
 
THREAD_ID_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
threadId - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
THRESHOLD_MEMORY_ALLOCATION - Static variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
ThresholdCompression - Class in org.nd4j.linalg.compression
 
ThresholdCompression() - Constructor for class org.nd4j.linalg.compression.ThresholdCompression
 
thresholdDecode(INDArray, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method decodes thresholds array, and puts it into target array
thresholdDecode(INDArray, INDArray) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
thresholdDecode(INDArray, INDArray) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method decodes thresholds array, and puts it into target array
thresholdEncode(INDArray, double) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method encodes array as thresholds, updating input array at the same time
thresholdEncode(INDArray, double, Integer) - Method in class org.nd4j.autodiff.samediff.SameDiffOpExecutioner
This method encodes array as thresholds, updating input array at the same time
thresholdEncode(INDArray, double) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
thresholdEncode(INDArray, double, Integer) - Method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
thresholdEncode(INDArray, double) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method encodes array as thresholds, updating input array at the same time
thresholdEncode(INDArray, double, Integer) - Method in interface org.nd4j.linalg.api.ops.executioner.OpExecutioner
This method encodes array as thresholds, updating input array at the same time
tile(SDVariable, int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
tile(SDVariable, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
tile(String, SDVariable, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Tile - Class in org.nd4j.linalg.api.ops.impl.shape
Tile function
Tile(SameDiff, SDVariable, int[]) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Tile
 
Tile() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Tile
 
tile(INDArray, int...) - Static method in class org.nd4j.linalg.factory.Nd4j
An alias for repmat
timeBlasCall() - Method in class org.nd4j.linalg.profiler.OpProfiler
 
TIMELINE_LABEL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.NodeExecStats
 
timeOpCall(Op, long) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
TimeSet - Class in org.nd4j.linalg.profiler.data.primitives
Utility holder class, used to store timing sets retrieved with profiler.
TimeSet() - Constructor for class org.nd4j.linalg.profiler.data.primitives.TimeSet
 
TimesOneMinus - Class in org.nd4j.linalg.api.ops.impl.transforms
If x is input: output is x*(1-x)
TimesOneMinus(SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(SameDiff, SDVariable, int[], boolean, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(SameDiff, SDVariable, Object[]) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
TimesOneMinus(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.TimesOneMinus
 
timestamp - Variable in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
timestats() - Method in class org.nd4j.graph.FlatConfiguration
 
timing(int) - Method in class org.nd4j.graph.FlatResult
 
timing(FlatTiming, int) - Method in class org.nd4j.graph.FlatResult
 
timing() - Method in class org.nd4j.graph.FlatTiming
 
timing(LongPair) - Method in class org.nd4j.graph.FlatTiming
 
timingLength() - Method in class org.nd4j.graph.FlatResult
 
TO_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
toArray() - Method in class org.nd4j.list.BaseNDArrayList
 
toArray(T[]) - Method in class org.nd4j.list.BaseNDArrayList
 
toArray() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
toArray(T[]) - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
toArray() - Method in class org.nd4j.list.NDArrayList
 
toArray(T[]) - Method in class org.nd4j.list.NDArrayList
 
toArray(ByteBuffer, int) - Static method in class org.nd4j.serde.binary.BinarySerde
Create an ndarray from the unsafe buffer
toArray(ByteBuffer) - Static method in class org.nd4j.serde.binary.BinarySerde
Create an ndarray from the unsafe buffer
toArrayAndByteBuffer(ByteBuffer, int) - Static method in class org.nd4j.serde.binary.BinarySerde
Create an ndarray and existing bytebuffer
toBuffer(int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert an array to a byte buffer
toBuilder() - Method in class onnx.OnnxMlProto3.AttributeProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.GraphProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.ModelProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.NodeProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
toBuilder() - Method in class onnx.OnnxMlProto3.TensorProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
toBuilder() - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
toBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
toBuilder() - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
toBuilder() - Method in class onnx.OnnxMlProto3.TypeProto
 
toBuilder() - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
toBuilder() - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
toBuilder() - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
toBuilder() - Method in class onnx.OnnxProto3.AttributeProto
 
toBuilder() - Method in class onnx.OnnxProto3.GraphProto
 
toBuilder() - Method in class onnx.OnnxProto3.ModelProto
 
toBuilder() - Method in class onnx.OnnxProto3.NodeProto
 
toBuilder() - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
toBuilder() - Method in class onnx.OnnxProto3.StringStringEntryProto
 
toBuilder() - Method in class onnx.OnnxProto3.TensorProto.Segment
 
toBuilder() - Method in class onnx.OnnxProto3.TensorProto
 
toBuilder() - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
toBuilder() - Method in class onnx.OnnxProto3.TensorShapeProto
 
toBuilder() - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
toBuilder() - Method in class onnx.OnnxProto3.TypeProto
 
toBuilder() - Method in class onnx.OnnxProto3.ValueInfoProto
 
toBuilder() - Method in class org.tensorflow.framework.AllocationDescription
 
toBuilder() - Method in class org.tensorflow.framework.AllocationRecord
 
toBuilder() - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
toBuilder() - Method in class org.tensorflow.framework.ApiDef.Arg
 
toBuilder() - Method in class org.tensorflow.framework.ApiDef.Attr
 
toBuilder() - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
toBuilder() - Method in class org.tensorflow.framework.ApiDef
 
toBuilder() - Method in class org.tensorflow.framework.ApiDefs
 
toBuilder() - Method in class org.tensorflow.framework.AttrValue.ListValue
 
toBuilder() - Method in class org.tensorflow.framework.AttrValue
 
toBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
toBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
toBuilder() - Method in class org.tensorflow.framework.CostGraphDef.Node
 
toBuilder() - Method in class org.tensorflow.framework.CostGraphDef
 
toBuilder() - Method in class org.tensorflow.framework.DeviceAttributes
 
toBuilder() - Method in class org.tensorflow.framework.DeviceLocality
 
toBuilder() - Method in class org.tensorflow.framework.DeviceStepStats
 
toBuilder() - Method in class org.tensorflow.framework.FunctionDef
 
toBuilder() - Method in class org.tensorflow.framework.FunctionDefLibrary
 
toBuilder() - Method in class org.tensorflow.framework.GradientDef
 
toBuilder() - Method in class org.tensorflow.framework.GraphDef
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
toBuilder() - Method in class org.tensorflow.framework.GraphTransferInfo
 
toBuilder() - Method in class org.tensorflow.framework.HistogramProto
 
toBuilder() - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
toBuilder() - Method in class org.tensorflow.framework.KernelDef
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogStep
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
toBuilder() - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
toBuilder() - Method in class org.tensorflow.framework.MemoryStats
 
toBuilder() - Method in class org.tensorflow.framework.NameAttrList
 
toBuilder() - Method in class org.tensorflow.framework.NodeDef
 
toBuilder() - Method in class org.tensorflow.framework.NodeExecStats
 
toBuilder() - Method in class org.tensorflow.framework.NodeOutput
 
toBuilder() - Method in class org.tensorflow.framework.OpDef.ArgDef
 
toBuilder() - Method in class org.tensorflow.framework.OpDef.AttrDef
 
toBuilder() - Method in class org.tensorflow.framework.OpDef
 
toBuilder() - Method in class org.tensorflow.framework.OpDeprecation
 
toBuilder() - Method in class org.tensorflow.framework.OpList
 
toBuilder() - Method in class org.tensorflow.framework.ReaderBaseState
 
toBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
toBuilder() - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
toBuilder() - Method in class org.tensorflow.framework.ResourceHandleProto
 
toBuilder() - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
toBuilder() - Method in class org.tensorflow.framework.StepStats
 
toBuilder() - Method in class org.tensorflow.framework.Summary.Audio
 
toBuilder() - Method in class org.tensorflow.framework.Summary.Image
 
toBuilder() - Method in class org.tensorflow.framework.Summary
 
toBuilder() - Method in class org.tensorflow.framework.Summary.Value
 
toBuilder() - Method in class org.tensorflow.framework.SummaryDescription
 
toBuilder() - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
toBuilder() - Method in class org.tensorflow.framework.SummaryMetadata
 
toBuilder() - Method in class org.tensorflow.framework.TensorDescription
 
toBuilder() - Method in class org.tensorflow.framework.TensorProto
 
toBuilder() - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
toBuilder() - Method in class org.tensorflow.framework.TensorShapeProto
 
toBuilder() - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
toBuilder() - Method in class org.tensorflow.framework.TensorSliceProto
 
toBuilder() - Method in class org.tensorflow.framework.VariableDef
 
toBuilder() - Method in class org.tensorflow.framework.VariantTensorDataProto
 
toBuilder() - Method in class org.tensorflow.framework.VersionDef
 
toBuilder() - Method in class org.tensorflow.util.IteratorStateMetadata
 
toBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
toBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
toBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
toBuilder() - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
toByteArray(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Convert an ndarray to a byte array
toByteBuffer() - Method in class org.nd4j.linalg.compression.CompressionDescriptor
Return a direct allocated bytebuffer from the compression codec.
toByteBuffer(INDArray) - Static method in class org.nd4j.serde.binary.BinarySerde
Convert an ndarray to an unsafe buffer for use by aeron
toCompactString() - Method in class org.nd4j.linalg.heartbeat.reports.Environment
 
toCompactString() - Method in class org.nd4j.linalg.heartbeat.reports.Task
 
toCustomOp() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
toCustomOp() - Method in interface org.nd4j.linalg.api.ops.Op
Converts this op to be a CustomOp A CustomOp is a more flexible op meant for multiple inputs and outputs.
toDense() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toDense() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toDense() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Converts the sparse ndarray into a dense one
toDense() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
toDense() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Return a dense representation of the sparse ndarray
toDense() - Method in interface org.nd4j.linalg.api.ndarray.ISparseNDArray
Return a dense representation of the sparse ndarray
toDoubleMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toDoubleMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toDoubleMatrix() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 2d double matrix.
toDoubleVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toDoubleVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toDoubleVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 1d double matrix.
toFlatArray(FlatBufferBuilder) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toFlatArray(FlatBufferBuilder) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
toFlatArray(FlatBufferBuilder) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Add an INDArray to flatbuffers builder
toFlattened(Collection<INDArray>) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Returns a vector with all of the elements in every nd array equal to the sum of the lengths of the ndarrays
toFlattened(int, Iterator<? extends INDArray>...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
toFlattened(INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
toFlattened(char, INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
toFlattened(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
toFlattened(char, Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
toFlattened(int, Iterator<? extends INDArray>...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
toFlattened(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays
toFlattened(char, INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create a long row vector of all of the given ndarrays/
toFlattened(Collection<INDArray>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
/** Returns a flattened ndarray with all of the elements in each ndarray regardless of dimension
toFlattened(int, Iterator<? extends INDArray>...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Returns a flattened ndarray with all of the elements in each ndarray regardless of dimension
toFlattened(char, Collection<INDArray>) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Returns a flattened ndarray with all elements in each ndarray regardless of dimension.
toFlattened(INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Flatten all of the ndarrays in to one long vector
toFlattened(char, INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Flatten all of the ndarrays in to one long vector
toFloatMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toFloatMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toFloatMatrix() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 2d float matrix.
toFloatVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toFloatVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toFloatVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 1d float vector.
toggleAveraging(boolean) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
toggleAveraging(boolean) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method enables/disables calculation of average time spent within loops Default: false
togglePeriodicGc(boolean) - Method in class org.nd4j.linalg.memory.BasicMemoryManager
 
togglePeriodicGc(boolean) - Method in interface org.nd4j.linalg.memory.MemoryManager
This method enables/disables periodic GC
toggleWorkspaceUse(boolean) - Method in class org.nd4j.linalg.memory.abstracts.DummyWorkspace
This method allows you to temporary disable/enable given Workspace use.
toggleWorkspaceUse(boolean) - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
This method allows to temporary disable this workspace, and issue allocations directly.
toIndexes(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
Convert the given int indexes to nd array indexes
toIntMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toIntMatrix() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toIntMatrix() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 2d int matrix.
toInts(long[]) - Static method in class org.nd4j.linalg.util.LongUtils
 
toInts(INDArray) - Static method in class org.nd4j.linalg.util.NDArrayUtil
 
toIntVector() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
toIntVector() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
toIntVector() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Convert this ndarray to a 1d int matrix.
toLongs(int[]) - Static method in class org.nd4j.linalg.util.LongUtils
 
toMmulCompatible(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
This method is used in DL4J LSTM implementation
toNDArray(int[][]) - Static method in class org.nd4j.linalg.util.NDArrayUtil
 
toNDArray(int[]) - Static method in class org.nd4j.linalg.util.NDArrayUtil
 
toOffsetZero(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Create a copy of the matrix where the new offset is zero
toOffsetZeroCopy(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Create a copy of the ndarray where the new offset is zero
toOffsetZeroCopy(INDArray, char) - Static method in class org.nd4j.linalg.api.shape.Shape
Create a copy of the ndarray where the new offset is zero, and has specified order
toOffsetZeroCopyAnyOrder(INDArray) - Static method in class org.nd4j.linalg.api.shape.Shape
Create a copy of the ndarray where the new offset is zero.
toOutcomeMatrix(int[], int) - Static method in class org.nd4j.linalg.util.FeatureUtil
Creates an out come vector from the specified inputs
toOutcomeVector(int, int) - Static method in class org.nd4j.linalg.util.FeatureUtil
Creates an out come vector from the specified inputs
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv1DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv2DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Conv3DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.DeConv2DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.FullConv3DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.LocalResponseNormalizationConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Pooling2DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.convolution.config.Pooling3DConfig
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.GRUCellConfiguration
 
toProperties() - Method in class org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
 
toString() - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
toString() - Method in class org.nd4j.autodiff.samediff.SDVariable
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationCube
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationELU
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationHardSigmoid
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationHardTanH
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationIdentity
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationLReLU
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationRationalTanh
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationRectifiedTanh
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationReLU
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationRReLU
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSELU
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSigmoid
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSoftmax
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSoftPlus
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSoftSign
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationSwish
 
toString() - Method in class org.nd4j.linalg.activations.impl.ActivationTanH
 
toString() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Generate string representation of the matrix.
toString() - Method in class org.nd4j.linalg.api.instrumentation.DataBufferLogEntry
 
toString() - Method in class org.nd4j.linalg.api.instrumentation.LogEntry
 
toString() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Generate string representation of the matrix.
toString() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
toString() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
toString() - Method in class org.nd4j.linalg.api.ops.exception.BlasOpErrorMessage
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.shape.Stack
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.BaseTensorOp
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayGatherV3
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayScatterV3
 
toString() - Method in class org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArrayV3
 
toString(IntBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
To String for an int buffer
toString(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
To String for an int buffer
toString() - Method in class org.nd4j.linalg.api.shape.ShapeDescriptor
 
toString() - Method in class org.nd4j.linalg.api.shape.SparseDescriptor
 
toString() - Method in class org.nd4j.linalg.dataset.DataSet
 
toString() - Method in class org.nd4j.linalg.dataset.MultiDataSet
 
toString() - Method in class org.nd4j.linalg.indexing.NDArrayIndex
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossBinaryXENT
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossCosineProximity
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossFMeasure
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossHinge
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossKLD
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAE
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMAPE
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMCXENT
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSE
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMSLE
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossMultiLabel
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossNegativeLogLikelihood
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossPoisson
 
toString() - Method in class org.nd4j.linalg.lossfunctions.impl.LossSquaredHinge
 
toString() - Method in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
toString() - Method in class org.nd4j.linalg.profiler.data.primitives.StackDescriptor
 
toString() - Method in class org.nd4j.list.BaseNDArrayList
 
toString() - Method in class org.nd4j.list.matrix.MatrixBaseNDArrayList
 
toString() - Method in class org.nd4j.list.NDArrayList
 
TOTAL_BYTES_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AllocatorMemoryUsed
 
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
totalExamples() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Total examples in the iterator
totalExamples - Variable in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
totalExamples() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
The total number of examples
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
Returns total number of examples in the dataset (all k folds)
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
Total examples in the iterator
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
totalExamples() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
totalExamples() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
totalExamples() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
totalExamples() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.BaseDatasetIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.CachingDataSetIterator
 
totalOutcomes() - Method in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
The number of labels for the dataset
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.fetcher.BaseDataFetcher
 
totalOutcomes() - Method in interface org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
The number of labels for a dataset
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.KFoldIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.MultipleEpochsIterator
Deprecated.
The number of labels for the dataset
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.SamplingDataSetIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.api.iterator.TestDataSetIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.ExistingMiniBatchDataSetIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.MiniBatchFileDataSetIterator
 
totalOutcomes() - Method in class org.nd4j.linalg.dataset.ViewIterator
 
totalsIncrement() - Method in class org.nd4j.linalg.profiler.data.StringCounter
 
touch(INDArray) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
Utility method, to associate INDArray with specific device (backend-specific)
touch(DataBuffer) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
Utility method, to associate INDArray with specific device (backend-specific)
tpmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
tpmv computes a matrix-vector product using a triangular packed matrix.
tpmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
tpmv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
tpmv computes a matrix-vector product using a triangular packed matrix.
tpsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
tpsv solves a system of linear equations whose coefficients are in a triangular packed matrix.
tpsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
tpsv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
tpsv solves a system of linear equations whose coefficients are in a triangular packed matrix.
TRANSFORM - Static variable in class org.nd4j.graph.OpClass
 
TRANSFORM - Static variable in class org.nd4j.graph.OpType
 
transform(DataSet) - Method in class org.nd4j.linalg.dataset.api.iterator.StandardScaler
Deprecated.
Transform the data
transform(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Transform the given dataset
transform(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Transform the given INDArray
transform(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
transform(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractMultiDataSetNormalizer
 
transform(INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Transform the dataset
transform(INDArray, INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Transform the features, with an optional mask array
transform(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImageMultiPreProcessingScaler
 
transform(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
Transform the data
transform(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
transform(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
transform(MultiDataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerHybrid
Transform the dataset
transform(T) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.Normalizer
Transform the dataset
transform(DataSet) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
Transform the data
transform(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
transform(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
transformLabel(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
Transform the labels.
transformLabel(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.AbstractDataSetNormalizer
 
transformLabel(INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Transform the labels.
transformLabel(INDArray, INDArray) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.DataNormalization
Transform the labels.
transformLabel(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
transformLabel(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
 
transformLabel(INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
transformLabel(INDArray, INDArray) - Method in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
TransformOp - Interface in org.nd4j.linalg.api.ops
Transform operation: stores the result in an ndarray
Transforms - Class in org.nd4j.linalg.ops.transforms
Functional interface for the different op classes
translateToPhysical(int[]) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
Translate the view index to the corresponding index of the original ndarray
translateToSameDiffName(String, NODE_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
 
translateToSameDiffName(String, OnnxProto3.NodeProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
translateToSameDiffName(String, NodeDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
transpose(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
transpose(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
transpose(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
transpose() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Return transposed copy of this matrix.
transpose() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Flip the rows and columns of a matrix
transpose() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Return transposed copy of this matrix.
transpose() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
transpose() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Flip the rows and columns of a matrix
Transpose - Class in org.nd4j.linalg.api.ops.impl.shape
Transpose function
Transpose(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
Transpose() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Transpose
 
transposei() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Return transposed copy of this matrix.
transposei() - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
transposei() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Return transposed version of this matrix.
transposei() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
transposei() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Flip the rows and columns of a matrix, in-place
traverse(int, boolean) - Method in class org.nd4j.linalg.profiler.data.primitives.StackNode
 
tri(int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
tri(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
tri(int, int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Like the scipy function tri.
trimmedMode - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
trimmedStep - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
triu(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
trmm(char, char, char, char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
syr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
trmm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
syr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
trmm(char, char, char, char, char, double, INDArray, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
trmm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
trmm(char, char, char, char, char, double, INDArray, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
syr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
trmm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
syr2k performs a rank-2k update of an n-by-n symmetric matrix c, that is, one of the following operations: c := alpha*a*b' + alpha*b*a' + beta*c for trans = 'N'or'n' c := alpha*a'*b + alpha*b'*a + beta*c for trans = 'T'or't', where c is an n-by-n symmetric matrix; a and b are n-by-k matrices, if trans = 'N'or'n', a and b are k-by-n matrices, if trans = 'T'or't'.
trmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
trmv computes a matrix-vector product using a triangular matrix.
trmv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
trmv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
trmv computes a matrix-vector product using a triangular matrix.
trsm(char, char, char, char, char, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
?trsm solves one of the following matrix equations: op(a)*x = alpha*b or x*op(a) = alpha*b, where x and b are m-by-n general matrices, and a is triangular; op(a) must be an m-by-m matrix, if side = 'L'or'l' op(a) must be an n-by-n matrix, if side = 'R'or'r'.
trsm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
?trsm solves one of the following matrix equations: op(a)*x = alpha*b or x*op(a) = alpha*b, where x and b are m-by-n general matrices, and a is triangular; op(a) must be an m-by-m matrix, if side = 'L'or'l' op(a) must be an n-by-n matrix, if side = 'R'or'r'.
trsm(char, char, char, char, char, double, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
trsm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel3
 
trsm(char, char, char, char, char, double, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
?trsm solves one of the following matrix equations: op(a)*x = alpha*b or x*op(a) = alpha*b, where x and b are m-by-n general matrices, and a is triangular; op(a) must be an m-by-m matrix, if side = 'L'or'l' op(a) must be an n-by-n matrix, if side = 'R'or'r'.
trsm(char, char, char, char, char, IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in interface org.nd4j.linalg.api.blas.Level3
?trsm solves one of the following matrix equations: op(a)*x = alpha*b or x*op(a) = alpha*b, where x and b are m-by-n general matrices, and a is triangular; op(a) must be an m-by-m matrix, if side = 'L'or'l' op(a) must be an n-by-n matrix, if side = 'R'or'r'.
trsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
trsv solves a system of linear equations whose coefficients are in a triangular matrix.
trsv(char, char, char, char, INDArray, INDArray) - Method in class org.nd4j.linalg.api.blas.impl.SparseBaseLevel2
 
trsv(char, char, char, char, INDArray, INDArray) - Method in interface org.nd4j.linalg.api.blas.Level2
trsv solves a system of linear equations whose coefficients are in a triangular matrix.
trueBody - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
trueBody - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
trueBodyExecuted - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
trueBodyName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.If
 
trueBodyName - Variable in class org.nd4j.linalg.api.ops.impl.controlflow.While
 
trueScalar(Number) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
trueScalar(Number) - Static method in class org.nd4j.linalg.factory.Nd4j
This method creates new 0D INDArray, aka scalar.
trueScalar(Number) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
trueVector(float[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
trueVector(double[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
trueVector(float[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
trueVector(double[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
trueVector(float[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
trueVector(double[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
 
truncate(IComplexNDArray, int, int) - Static method in class org.nd4j.linalg.util.ComplexNDArrayUtil
Truncates an ndarray to the specified shape.
truncatedDiv(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
truncatedDiv(SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
truncatedDiv(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SDVariable
 
TruncateDivOp - Class in org.nd4j.linalg.api.ops.impl.transforms.arithmetic
Truncated division operation
TruncateDivOp(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(SameDiff, SDVariable, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncateDivOp(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.arithmetic.TruncateDivOp
 
TruncatedNormalDistribution - Class in org.nd4j.linalg.api.ops.random.impl
This Op generates truncated normal distribution over provided mean and stddev
TruncatedNormalDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
TruncatedNormalDistribution(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
This op fills Z with random values within stddev..mean..stddev boundaries
TruncatedNormalDistribution(INDArray, INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
 
TruncatedNormalDistribution(INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
This op fills Z with random values within -1.0..0..1.0
TruncatedNormalDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.TruncatedNormalDistribution
This op fills Z with random values within stddev..0..stddev
TruncatedNormalDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Truncated Normal Distribution
TruncatedNormalDistribution(Random, double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
TruncatedNormalDistribution(double, INDArray) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
TruncatedNormalDistribution() - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Create a normal distribution with mean equal to zero and standard deviation equal to one.
TruncatedNormalDistribution(double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Create a normal distribution using the given mean and standard deviation.
TruncatedNormalDistribution(Random, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
TruncatedNormalDistribution(double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Create a normal distribution using the given mean, standard deviation and inverse cumulative distribution accuracy.
TruncatedNormalDistribution(Random, double, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
Creates a normal distribution.
TruncatedNormalDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.TruncatedNormalDistribution
 
tryShortCircuit(INDArrayIndex...) - Method in class org.nd4j.linalg.indexing.ShapeOffsetResolution
 
TwoPointApproximation - Class in org.nd4j.finitedifferences
Simple 2 point finite difference approximation to compute the partial derivatives wrt the 2 given points based on: https://github.com/apache/commons-math/blob/master/src/main/java/org/apache/commons/math4/analysis/interpolation/BicubicInterpolator.java
TwoPointApproximation() - Constructor for class org.nd4j.finitedifferences.TwoPointApproximation
 
type() - Method in class org.nd4j.weightinit.impl.ConstantInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.DistributionInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.IdentityInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.LecunUniformInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.NDArraySupplierInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.OneInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.ReluInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.ReluUniformInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.SigmoidUniformInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.UniformInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanAvgInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanInInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingNormalFanOutInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingNormalUniformFanInInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingNormalUniformFanOutInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.VarScalingUniformFanAvgInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.XavierFanInInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.XavierInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.XavierUniformInitScheme
 
type() - Method in class org.nd4j.weightinit.impl.ZeroInitScheme
 
type() - Method in interface org.nd4j.weightinit.WeightInitScheme
The type of the weight init
TYPE_ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.AttributeProto
 
TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.ValueInfoProto
 
TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.AttributeProto
 
TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.ValueInfoProto
 
TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue.ListValue
 
TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.AttrValue
 
TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
TYPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.AttrDef
 
TYPE_HINT_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SummaryDescription
 
TYPE_LIST_ATTR_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDef.ArgDef
 
TYPE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
TYPE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariantTensorDataProto
 
typeConversion(INDArray, DataBuffer.TypeEx) - Static method in class org.nd4j.linalg.factory.Nd4j
 
TypesProtos - Class in org.tensorflow.framework
 

U

UINT16 - Static variable in class org.nd4j.graph.DataType
 
UINT16_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
uint16_t
UINT16_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
uint16_t
UINT32 - Static variable in class org.nd4j.graph.DataType
 
UINT32_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
UINT32_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
UINT32 = 12;
UINT32_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
UINT32 = 12;
UINT64 - Static variable in class org.nd4j.graph.DataType
 
UINT64_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TensorProto
 
UINT64_DATA_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.TensorProto
 
UINT64_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
UINT64_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
UINT64 = 13;
UINT64_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
UINT64 = 13;
UINT8 - Static variable in class org.nd4j.graph.DataType
 
UINT8_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
uint8_t
UINT8_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
uint8_t
UNDEFINED - Static variable in class org.nd4j.graph.InputType
 
UNDEFINED_VALUE - Static variable in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
UNDEFINED = 0;
UNDEFINED_VALUE - Static variable in enum onnx.OnnxMlProto3.TensorProto.DataType
UNDEFINED = 0;
UNDEFINED_VALUE - Static variable in enum onnx.OnnxProto3.AttributeProto.AttributeType
UNDEFINED = 0;
UNDEFINED_VALUE - Static variable in enum onnx.OnnxProto3.TensorProto.DataType
UNDEFINED = 0;
underlyingRank() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
underlyingRank() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
underlyingRank() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
underlyingRank() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
underlyingRank(DataBuffer) - Static method in class org.nd4j.linalg.api.shape.Shape
 
UnderSamplingByMaskingMultiDataSetPreProcessor - Class in org.nd4j.linalg.dataset.api.preprocessor.classimbalance
The multidataset version of the UnderSamplingByMaskingPreProcessor Constructor takes a map - keys are indices of the multidataset to apply preprocessor to, values are the target distributions
UnderSamplingByMaskingMultiDataSetPreProcessor(Map<Integer, Double>, int) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingMultiDataSetPreProcessor
The target distribution to approximate.
UnderSamplingByMaskingPreProcessor - Class in org.nd4j.linalg.dataset.api.preprocessor.classimbalance
For use in time series with unbalanced binary classes trained with truncated back prop through time Undersamples the majority class by randomly masking time steps belonging to it Given a target distribution for the minority class and the window size (usually the value used with tbptt) the preprocessor will approximate the given target distribution for every window of given size for every sample of the minibatch By default '0' is considered the majority class and '1' the minorityLabel class Default can be overriden with .overrideMinorityDefault()
UnderSamplingByMaskingPreProcessor(double, int) - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.classimbalance.UnderSamplingByMaskingPreProcessor
The target distribution to approximate.
UniformDistribution - Class in org.nd4j.linalg.api.ops.random.impl
 
UniformDistribution() - Constructor for class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
 
UniformDistribution(INDArray, double, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
This op fills Z with random values within from...to boundaries
UniformDistribution(INDArray) - Constructor for class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
This op fills Z with random values within 0...1
UniformDistribution(INDArray, double) - Constructor for class org.nd4j.linalg.api.ops.random.impl.UniformDistribution
This op fills Z with random values within 0...to
UniformDistribution - Class in org.nd4j.linalg.api.rng.distribution.impl
Base distribution derived from apache commons math http://commons.apache.org/proper/commons-math/

(specifically the org.apache.commons.math3.distribution.UniformIntegerDistribution

UniformDistribution(double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Create a uniform real distribution using the given lower and upper bounds.
UniformDistribution(Random, double, double) - Constructor for class org.nd4j.linalg.api.rng.distribution.impl.UniformDistribution
Creates a uniform distribution.
UniformInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: range = 1.0 / Math.sqrt(fanIn) U(-range,range)
UniformInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.UniformInitScheme
 
uniquify(int[]) - Static method in class org.nd4j.linalg.api.shape.Shape
 
UNIT - Static variable in class org.nd4j.linalg.factory.Nd4j
 
unitVec(INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
Scale by 1 / norm2 of the matrix
UNKNOWN_ERROR - Static variable in error org.nd4j.linalg.api.blas.BlasException
 
UNKNOWN_RANK_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorShapeProto
 
unsafeDuplication() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
unsafeDuplication(boolean) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
unsafeDuplication() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform efficient (but unsafe) duplication.
unsafeDuplication(boolean) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Perform efficient (but unsafe) duplication.
unsafeSetDevice(Integer) - Method in interface org.nd4j.linalg.api.concurrency.AffinityManager
This method forces specific device for current thread.
unsafeSetDevice(Integer) - Method in class org.nd4j.linalg.api.concurrency.BasicAffinityManager
 
unstack(SDVariable, int) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
unstack(SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
unstack(String[], SDVariable, int) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Unstack - Class in org.nd4j.linalg.api.ops.impl.shape
Unstack op conversion
Unstack() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
Unstack(SameDiff, SDVariable, int) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.Unstack
 
UNUSED_VALUE - Static variable in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
UNUSED = 0;
update(Object...) - Method in class org.nd4j.linalg.learning.legacy.AdaGrad
 
updateArrayForVarName(String, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
Update the ndarray for the given vertex id.
updateForNewAxes(INDArray, INDArrayIndex...) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
Set the shape and stride for new axes based dimensions
updateInputsFromSameDiff() - Method in class org.nd4j.linalg.api.ops.DynamicCustomOp
 
updatePairs(String, String) - Method in class org.nd4j.linalg.profiler.OpProfiler
 
updateShapeForVarName(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Update a vertex id with the given shape.
updateVariable(String, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
Update the INDArray ndarray for the given variable name
updateVariableName(String, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Update the opName for the variable with the given vertex id
updateVariableNameAndReference(SDVariable, String) - Method in class org.nd4j.autodiff.samediff.SameDiff
Updates the variable name property on the passed in variable, the reference in samediff, and returns the variable.
updateVariableNamesAndReferences(SDVariable[], String[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Updates the variable name property on the passed in variables, its reference in samediff, and returns the variable.
Upsampling - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
Upsampling operation
Upsampling(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, int) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
Upsampling() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.Upsampling
 
UpsamplingDerivative - Class in org.nd4j.linalg.api.ops.impl.layers.convolution
UpsamplingDerivative operation
UpsamplingDerivative() - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.UpsamplingDerivative
 
UpsamplingDerivative(SameDiff, SDVariable[], INDArray[], INDArray[], boolean, int) - Constructor for class org.nd4j.linalg.api.ops.impl.layers.convolution.UpsamplingDerivative
 

V

val(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
validate() - Method in interface org.nd4j.linalg.dataset.api.DataSet
 
validate() - Method in class org.nd4j.linalg.dataset.DataSet
 
validate(long, INDArrayIndex) - Static method in class org.nd4j.linalg.indexing.NDArrayIndex
 
validateConcat(int, INDArray...) - Static method in class org.nd4j.linalg.factory.BaseNDArrayFactory
 
validateDataType(DataBuffer.Type, Op) - Static method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
Validate the data types for the given operation
validateDataType(DataBuffer.Type, INDArray...) - Static method in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner
 
validateDifferentialFunctionGraph(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
validateDifferentialFunctionsameDiff(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
validTensorDataType(TENSOR_TYPE) - Method in class org.nd4j.imports.graphmapper.BaseGraphMapper
 
validTensorDataType(TENSOR_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Whether the data type for the tensor is valid for creating an INDArray
value - Variable in class org.nd4j.linalg.indexing.conditions.BaseCondition
 
Value - Class in org.nd4j.linalg.indexing.functions
Created by agibsonccc on 10/8/14.
Value(Number) - Constructor for class org.nd4j.linalg.indexing.functions.Value
 
VALUE_ATTR_KEY - Static variable in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
VALUE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.StringStringEntryProto
 
VALUE_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.StringStringEntryProto
 
VALUE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary
 
VALUE_FIELD_NUMBER - Static variable in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
VALUE_INFO_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.GraphProto
 
VALUE_INFO_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.GraphProto
 
VALUE_TYPE_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.TypeProto.Map
 
valueArrayOf(int[], double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates an ndarray with the specified value as the only value in the ndarray
valueArrayOf(int, int, double) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
valueArrayOf(int[], double) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates an ndarray with the specified value as the only value in the ndarray.
valueArrayOf(int, double) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector ndarray with the specified value as the only value in the ndarray Some people may know this as np.full
valueArrayOf(int, int, double) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns Some people may know this as np.full
valueArrayOf(int[], double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates an ndarray with the specified value as the only value in the ndarray
valueArrayOf(int, int, double) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.ExponentialSchedule
 
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.InverseSchedule
 
valueAt(int, int) - Method in interface org.nd4j.linalg.schedule.ISchedule
 
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.MapSchedule
 
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.PolySchedule
 
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.SigmoidSchedule
 
valueAt(int, int) - Method in class org.nd4j.linalg.schedule.StepSchedule
 
valueOf(String) - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
 
valueOf(String) - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
 
valueOf(String) - Static method in enum onnx.OnnxMlProto3.TensorShapeProto.Dimension.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxMlProto3.TensorShapeProto.Dimension.ValueCase
valueOf(String) - Static method in enum onnx.OnnxMlProto3.TypeProto.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxMlProto3.TypeProto.ValueCase
valueOf(String) - Static method in enum onnx.OnnxMlProto3.Version
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxMlProto3.Version
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxMlProto3.Version
 
valueOf(String) - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
 
valueOf(String) - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
 
valueOf(String) - Static method in enum onnx.OnnxProto3.TensorProto.DataType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxProto3.TensorProto.DataType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxProto3.TensorProto.DataType
 
valueOf(String) - Static method in enum onnx.OnnxProto3.TensorShapeProto.Dimension.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxProto3.TensorShapeProto.Dimension.ValueCase
valueOf(String) - Static method in enum onnx.OnnxProto3.TypeProto.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxProto3.TypeProto.ValueCase
valueOf(String) - Static method in enum onnx.OnnxProto3.Version
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum onnx.OnnxProto3.Version
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum onnx.OnnxProto3.Version
 
valueOf(String) - Static method in enum org.nd4j.autodiff.execution.conf.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.autodiff.execution.conf.OutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.autodiff.execution.GraphExecutioner.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.autodiff.loss.LossFunctions.Reduction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.activations.Activation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.blas.Blas.Vendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.concurrency.AffinityManager.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ndarray.SparseFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.custom.ScatterUpdate.UpdateOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.executioner.OpExecutioner.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.executioner.OpExecutioner.ProfilingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.executioner.OpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D.Pooling2DType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D.Pooling2DType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D.Divisor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D.Pooling2DType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D.Pooling3DType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.api.ops.Op.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.compression.CompressionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.compression.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.convolution.Convolution.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.dataset.api.iterator.enums.InequalityHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.factory.Nd4j.PadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.heartbeat.reports.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.heartbeat.reports.Task.ArchitectureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.heartbeat.reports.Task.NetworkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.indexing.functions.StableNumber.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.profiler.OpProfiler.PenaltyCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.linalg.schedule.ScheduleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.versioncheck.VersionCheck.Detail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nd4j.weightinit.WeightInit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tensorflow.framework.ApiDef.Visibility
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.ApiDef.Visibility
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.tensorflow.framework.ApiDef.Visibility
 
valueOf(String) - Static method in enum org.tensorflow.framework.AttrValue.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.AttrValue.ValueCase
Deprecated.
valueOf(String) - Static method in enum org.tensorflow.framework.DataType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.DataType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.tensorflow.framework.DataType
 
valueOf(String) - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
 
valueOf(String) - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
 
valueOf(String) - Static method in enum org.tensorflow.framework.Summary.Value.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.Summary.Value.ValueCase
Deprecated.
valueOf(String) - Static method in enum org.tensorflow.framework.TensorSliceProto.Extent.HasLengthCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.tensorflow.framework.TensorSliceProto.Extent.HasLengthCase
values() - Static method in enum onnx.OnnxMlProto3.AttributeProto.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxMlProto3.TensorProto.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxMlProto3.TensorShapeProto.Dimension.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxMlProto3.TypeProto.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxMlProto3.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxOperatorsProto3.OperatorProto.OperatorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxProto3.AttributeProto.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxProto3.TensorProto.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxProto3.TensorShapeProto.Dimension.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxProto3.TypeProto.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum onnx.OnnxProto3.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.autodiff.execution.conf.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.autodiff.execution.conf.OutputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.autodiff.execution.GraphExecutioner.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.autodiff.loss.LossFunctions.Reduction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.activations.Activation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.blas.Blas.Vendor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.concurrency.AffinityManager.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCOO
 
values - Variable in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR
 
values() - Static method in enum org.nd4j.linalg.api.ndarray.SparseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.custom.ScatterUpdate.UpdateOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.executioner.OpExecutioner.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.executioner.OpExecutioner.ProfilingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.executioner.OpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D.Pooling2DType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.LegacyPooling2D.Pooling2DType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D.Divisor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D.Pooling2DType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D.Pooling3DType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.api.ops.Op.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.compression.CompressionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.compression.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.convolution.Convolution.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.dataset.api.iterator.enums.InequalityHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.factory.Nd4j.PadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.heartbeat.reports.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.heartbeat.reports.Task.ArchitectureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.heartbeat.reports.Task.NetworkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.indexing.functions.StableNumber.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.profiler.OpProfiler.PenaltyCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.linalg.schedule.ScheduleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.versioncheck.VersionCheck.Detail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nd4j.weightinit.WeightInit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.ApiDef.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.AttrValue.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.GraphTransferInfo.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.RemoteFusedGraphExecuteInfo.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.Summary.Value.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tensorflow.framework.TensorSliceProto.Extent.HasLengthCase
Returns an array containing the constants of this enum type, in the order they are declared.
var(String, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
var(String, int[], WeightInitScheme) - Method in class org.nd4j.autodiff.samediff.SameDiff
Variable initialization with a specified WeightInitScheme
var(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Creates a SDVariable with the given shape and a depth of 0.
var(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Initialize a SDVariable reference tying this variable to this samediff instance.
var(String, INDArray) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
var(int...) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
var(int...) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
 
var(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the overall variance of this ndarray
var(boolean, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the overall variance of this ndarray
var(int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
var(boolean, int...) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
var(int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall variance of this ndarray
var(boolean, int...) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall variance of this ndarray
var(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
var(IComplexNDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
 
var(INDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
var(IComplexNDArray, int) - Static method in class org.nd4j.linalg.factory.Nd4j
 
VAR_OFFSET_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SaveSliceInfoDef
 
VAR_SHAPE_FIELD_NUMBER - Static variable in class org.tensorflow.framework.SaveSliceInfoDef
 
varComplex() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
varComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
varComplex() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
varComplex() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
 
VARIABLE - Static variable in class org.nd4j.graph.OpType
 
VARIABLE_NAME_FIELD_NUMBER - Static variable in class org.tensorflow.framework.VariableDef
 
VARIABLE_SPACE - Static variable in class org.nd4j.graph.OutputMode
 
VariableDef - Class in org.tensorflow.framework
Protocol buffer representing a Variable.
VariableDef.Builder - Class in org.tensorflow.framework
Protocol buffer representing a Variable.
VariableDefOrBuilder - Interface in org.tensorflow.framework
 
variableMap() - Method in class org.nd4j.autodiff.samediff.SameDiff
Return the internal variable map
VariableProtos - Class in org.tensorflow.framework
 
variables() - Method in class org.nd4j.autodiff.samediff.SameDiff
The list of available variables in the graph
variables(int) - Method in class org.nd4j.graph.FlatGraph
 
variables(FlatVariable, int) - Method in class org.nd4j.graph.FlatGraph
 
variables(int) - Method in class org.nd4j.graph.FlatResult
 
variables(FlatVariable, int) - Method in class org.nd4j.graph.FlatResult
 
variablesForGraph(GRAPH_TYPE) - Method in interface org.nd4j.imports.graphmapper.GraphMapper
Get the variables for the given graph
variablesForGraph(OnnxProto3.GraphProto) - Method in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper
 
variablesForGraph(GraphDef) - Method in class org.nd4j.imports.graphmapper.tf.TFGraphMapper
 
variablesLength() - Method in class org.nd4j.graph.FlatGraph
 
variablesLength() - Method in class org.nd4j.graph.FlatResult
 
variance(SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
variance(SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
variance(String, SDVariable, boolean, int...) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Variance - Class in org.nd4j.linalg.api.ops.impl.accum
Variance with bias correction.
Variance(SameDiff, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(SameDiff, SDVariable, SDVariable, int[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance() - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray, INDArray, long, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray, long, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
Variance(INDArray, INDArray, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.Variance
 
VARIANT_VAL_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
VariantTensorDataProto - Class in org.tensorflow.framework
Protocol buffer representing the serialization format of DT_VARIANT tensors.
VariantTensorDataProto.Builder - Class in org.tensorflow.framework
Protocol buffer representing the serialization format of DT_VARIANT tensors.
VariantTensorDataProtoOrBuilder - Interface in org.tensorflow.framework
 
varNumber() - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
 
varNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
varNumber() - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
varNumber() - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the overall variance of all values in this INDArray
VarScalingNormalFanAvgInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: U / sqrt((fanin _ fanout) / 2)
VarScalingNormalFanAvgInitScheme(char, double, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingNormalFanAvgInitScheme
 
VarScalingNormalFanInInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: U / fanIn
VarScalingNormalFanInInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingNormalFanInInitScheme
 
VarScalingNormalFanOutInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: U / sqrt(fanout)
VarScalingNormalFanOutInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingNormalFanOutInitScheme
 
VarScalingNormalUniformFanInInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: range = = 3.0 / Math.sqrt(fanIn) U(-range,range)
VarScalingNormalUniformFanInInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingNormalUniformFanInInitScheme
 
VarScalingNormalUniformFanOutInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: randn(shape) //N(0, 2/nIn);
VarScalingNormalUniformFanOutInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingNormalUniformFanOutInitScheme
 
VarScalingUniformFanAvgInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: range = = 3.0 / Math.sqrt((fanIn + fanOut) / 2) U(-range,range)
VarScalingUniformFanAvgInitScheme(char, double, double) - Constructor for class org.nd4j.weightinit.impl.VarScalingUniformFanAvgInitScheme
 
vectorAlongDimension(int, int) - Method in class org.nd4j.linalg.api.complex.BaseComplexNDArray
Get the vector along a particular dimension
vectorAlongDimension(int, int) - Method in interface org.nd4j.linalg.api.complex.IComplexNDArray
Get the vector along a particular dimension
vectorAlongDimension(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Get the vector along a particular dimension
vectorAlongDimension(int, int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
vectorAlongDimension(int, int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Get the vector along a particular dimension
vectorsAlongDimension(int) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
Returns the number of possible vectors for a given dimension
vectorsAlongDimension(int) - Method in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray
 
vectorsAlongDimension(int) - Method in interface org.nd4j.linalg.api.ndarray.INDArray
Returns the number of possible vectors for a given dimension
vectorsPerSlice(INDArray) - Static method in class org.nd4j.linalg.util.NDArrayMath
The number of vectors in each slice of an ndarray.
vectorsPerSlice(INDArray, int...) - Static method in class org.nd4j.linalg.util.NDArrayMath
The number of vectors in each slice of an ndarray.
VERSION_CHECK_PROPERTY - Static variable in class org.nd4j.versioncheck.VersionCheck
Setting the system property to false will stop ND4J from performing the version check, and logging any warnings/errors.
VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxMlProto3.OperatorSetIdProto
 
VERSION_FIELD_NUMBER - Static variable in class onnx.OnnxProto3.OperatorSetIdProto
 
VERSION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphDef
 
VERSION_FIELD_NUMBER - Static variable in class org.tensorflow.framework.OpDeprecation
 
VERSION_FIELD_NUMBER - Static variable in class org.tensorflow.util.IteratorStateMetadata
 
VERSION_NUMBER_FIELD_NUMBER - Static variable in class org.tensorflow.framework.TensorProto
 
VersionCheck - Class in org.nd4j.versioncheck
A runtime version check utility that does 2 things:
(a) validates the versions of ND4J, DL4J, DataVec, RL4J, Arbiter on the class path, logging a warning if incompatible versions are found
(b) allows users to get version information for the above projects at runtime.
VersionCheck.Detail - Enum in org.nd4j.versioncheck
Detailed level for logging: GAV: display group ID, artifact, version GAVC: display group ID, artifact, version, commit ID FULL: display group ID, artifact, version, commit ID, build time, branch, commit message
VersionDef - Class in org.tensorflow.framework
Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here.
VersionDef.Builder - Class in org.tensorflow.framework
Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here.
VersionDefOrBuilder - Interface in org.tensorflow.framework
 
VersionInfo - Class in org.nd4j.versioncheck
Created by Alex on 04/08/2017.
VersionInfo(String, String, String) - Constructor for class org.nd4j.versioncheck.VersionInfo
 
VersionInfo(String) - Constructor for class org.nd4j.versioncheck.VersionInfo
 
versionInfoString() - Static method in class org.nd4j.versioncheck.VersionCheck
 
versionInfoString(VersionCheck.Detail) - Static method in class org.nd4j.versioncheck.VersionCheck
Get the version information for dependencies as a string with a specified amount of detail
VERSIONS_FIELD_NUMBER - Static variable in class org.tensorflow.framework.GraphDef
 
VersionsProtos - Class in org.tensorflow.framework
 
VGG16ImagePreProcessor - Class in org.nd4j.linalg.dataset.api.preprocessor
This is a preprocessor specifically for VGG16.
VGG16ImagePreProcessor() - Constructor for class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
VGG_MEAN_OFFSET_BGR - Static variable in class org.nd4j.linalg.dataset.api.preprocessor.VGG16ImagePreProcessor
 
ViewIterator - Class in org.nd4j.linalg.dataset
Iterate over a dataset with views
ViewIterator(DataSet, int) - Constructor for class org.nd4j.linalg.dataset.ViewIterator
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ApiDef
 
VISIBLE_VALUE - Static variable in enum org.tensorflow.framework.ApiDef.Visibility
Publicly visible in the API.
vstack(INDArray...) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Concatenates two matrices vertically.
vstack(INDArray...) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatenates two matrices vertically.
vstack(Collection<INDArray>) - Static method in class org.nd4j.linalg.factory.Nd4j
Concatenates two matrices vertically.
vstack(INDArray...) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Concatenates two matrices vertically.

W

wasExecuted(String) - Method in class org.nd4j.autodiff.samediff.flow.FlowPath
This method returns TRUE if specified node was already executed during current pass, FALSE otherwise
WeightedCrossEntropyLoss - Class in org.nd4j.linalg.api.ops.impl.accum
Weighted cross entropy loss with logits
WeightedCrossEntropyLoss(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.WeightedCrossEntropyLoss
 
weightedCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
weightedCrossEntropyWithLogits(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
weightedCrossEntropyWithLogits(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
WeightInit - Enum in org.nd4j.weightinit
Weight initialization scheme
weightInitScheme - Variable in class org.nd4j.autodiff.samediff.SDVariable
 
WeightInitScheme - Interface in org.nd4j.weightinit
Defines weight initialization for neural networks.
weights - Variable in class org.nd4j.linalg.lossfunctions.impl.LossL1
 
weights - Variable in class org.nd4j.linalg.lossfunctions.impl.LossL2
 
Where - Class in org.nd4j.linalg.api.ops.impl.controlflow
 
Where(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Where
 
Where(String, INDArray[], INDArray[], List<Double>, List<Integer>) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Where
 
Where(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Where
 
Where(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.Where
 
WhereNumpy - Class in org.nd4j.linalg.api.ops.impl.controlflow
 
WhereNumpy(SameDiff, SDVariable[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.WhereNumpy
 
WhereNumpy(String, INDArray[], INDArray[], List<Double>, List<Integer>) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.WhereNumpy
 
WhereNumpy(INDArray[], INDArray[]) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.WhereNumpy
 
WhereNumpy(SameDiff, SDVariable[], boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.WhereNumpy
 
While - Class in org.nd4j.linalg.api.ops.impl.controlflow
Equivalent to tensorflow's while loop Takes in: loopVars loop body condition runs loop till condition is false.
While(AtomicInteger) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.While
Mainly meant for tensorflow import.
While(While) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.While
 
While(String, SameDiff, SDVariable[], SameDiff.SameDiffConditional, SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffFunctionDefinition) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.While
 
WhileDerivative - Class in org.nd4j.linalg.api.ops.impl.controlflow
While loop derivative
WhileDerivative(While) - Constructor for class org.nd4j.linalg.api.ops.impl.controlflow.WhileDerivative
 
whileStatement(SameDiff.SameDiffConditional, SameDiff.SameDiffFunctionDefinition, SameDiff.SameDiffFunctionDefinition, SDVariable[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Creates a while statement
wholeArrayDimension(int...) - Static method in class org.nd4j.linalg.api.shape.Shape
Returns true if the given array is meant for the whole dimension
WIDTH_FIELD_NUMBER - Static variable in class org.tensorflow.framework.Summary.Image
 
WORK_FINISHED_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ReaderBaseState
 
WORK_STARTED_FIELD_NUMBER - Static variable in class org.tensorflow.framework.ReaderBaseState
 
workspace - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
WORKSPACE_MANAGER - Static variable in class org.nd4j.linalg.factory.Nd4j
 
workspaceConfiguration - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
WorkspaceDeallocatorThread(ReferenceQueue<MemoryWorkspace>) - Constructor for class org.nd4j.linalg.memory.provider.BasicWorkspaceManager.WorkspaceDeallocatorThread
 
workspaceManagerClazz - Static variable in class org.nd4j.linalg.factory.Nd4j
 
workspaceType - Variable in class org.nd4j.linalg.memory.abstracts.Nd4jWorkspace
 
write(ObjectOutputStream) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArray
 
write(ObjectOutputStream) - Method in class org.nd4j.linalg.api.ndarray.BaseNDArrayProxy
 
write(INDArray, String) - Static method in class org.nd4j.linalg.api.ndarray.NdArrayJSONWriter
Deprecated.
 
write(DataOutputStream) - Method in class org.nd4j.linalg.compression.CompressedDataBuffer
 
write(NormalizerMinMaxScaler, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MinMaxSerializerStrategy
 
write(MultiNormalizerHybrid, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiHybridSerializerStrategy
Serialize a MultiNormalizerHybrid to a output stream
write(MultiNormalizerMinMaxScaler, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiMinMaxSerializerStrategy
Serialize a MultiNormalizerMinMaxScaler to a output stream
write(MultiNormalizerStandardize, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.MultiStandardizeSerializerStrategy
Serialize a MultiNormalizerStandardize to a output stream
write(Normalizer, File) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Serialize a normalizer to the given file
write(Normalizer, String) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Serialize a normalizer to the given file path
write(Normalizer, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializer
Serialize a normalizer to an output stream
write(T, OutputStream) - Method in interface org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializerStrategy
Serialize a normalizer to a output stream
write(NormalizerStandardize, OutputStream) - Method in class org.nd4j.linalg.dataset.api.preprocessor.serializer.StandardizeSerializerStrategy
 
write(OutputStream, INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Y Write an ndarray to a writer
write(INDArray, DataOutputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Write an ndarray to the specified outputstream
writeArrayToDisk(INDArray, File) - Static method in class org.nd4j.serde.binary.BinarySerde
Write an ndarray to disk in binary format
writeArrayToOutputStream(INDArray, OutputStream) - Static method in class org.nd4j.serde.binary.BinarySerde
Write an array to an output stream.
writeComplex(IComplexNDArray, DataOutputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Write an ndarray to the specified outputs tream
writeNumpy(INDArray, String, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.AttributeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.GraphProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.ModelProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.NodeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.OperatorSetIdProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.StringStringEntryProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TensorProto.Segment
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TensorProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TensorShapeProto.Dimension
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TensorShapeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TypeProto.Map
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TypeProto.Sequence
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TypeProto.Tensor
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.TypeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxMlProto3.ValueInfoProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxOperatorsProto3.OperatorProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxOperatorsProto3.OperatorSetProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.AttributeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.GraphProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.ModelProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.NodeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.OperatorSetIdProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.StringStringEntryProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TensorProto.Segment
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TensorProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TensorShapeProto.Dimension
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TensorShapeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TypeProto.Tensor
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.TypeProto
 
writeTo(CodedOutputStream) - Method in class onnx.OnnxProto3.ValueInfoProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.AllocationDescription
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.AllocationRecord
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.AllocatorMemoryUsed
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ApiDef.Arg
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ApiDef.Attr
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ApiDef.Endpoint
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ApiDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ApiDefs
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.AttrValue.ListValue
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.AttrValue
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.CostGraphDef.Node.InputInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.CostGraphDef.Node.OutputInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.CostGraphDef.Node
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.CostGraphDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.DeviceAttributes
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.DeviceLocality
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.DeviceStepStats
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.FunctionDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.FunctionDefLibrary
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GradientDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.ConstNodeInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphInputNodeInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.GraphOutputNodeInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInput
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeInputInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo.NodeOutputInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.GraphTransferInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.HistogramProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.KernelDef.AttrConstraint
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.KernelDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogRawAllocation
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogRawDeallocation
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogStep
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogTensorAllocation
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogTensorDeallocation
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryLogTensorOutput
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.MemoryStats
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.NameAttrList
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.NodeDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.NodeExecStats
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.NodeOutput
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.OpDef.ArgDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.OpDef.AttrDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.OpDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.OpDeprecation
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.OpList
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ReaderBaseState
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.RemoteFusedGraphExecuteInfo
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.ResourceHandleProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.SaveSliceInfoDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.StepStats
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.Summary.Audio
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.Summary.Image
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.Summary.Value
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.Summary
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.SummaryDescription
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.SummaryMetadata.PluginData
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.SummaryMetadata
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorDescription
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorShapeProto.Dim
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorShapeProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorSliceProto.Extent
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.TensorSliceProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.VariableDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.VariantTensorDataProto
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.framework.VersionDef
 
writeTo(CodedOutputStream) - Method in class org.tensorflow.util.IteratorStateMetadata
 
writeTo(CodedOutputStream) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.AttrDefault
 
writeTo(CodedOutputStream) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride.Rename
 
writeTo(CodedOutputStream) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverride
 
writeTo(CodedOutputStream) - Method in class tensorflow.OpGenOverridesOuterClass.OpGenOverrides
 
writeTxt(INDArray, String, String, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
custom col separators are no longer supported; uses ","
writeTxt(INDArray, String, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
Precision is no longer used. Defaults to scientific notation with 18 digits after the decimal Use Nd4j.writeTxt(INDArray, String)
writeTxt(INDArray, String, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
custom col and higher dimension separators are no longer supported; uses "," Use Nd4j.writeTxt(INDArray, String)
writeTxt(INDArray, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Write NDArray to a text file
writeTxtString(INDArray, OutputStream, String, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
custom col separators are no longer supported; uses ","
writeTxtString(INDArray, OutputStream, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
precision can no longer be specified. The array is written in scientific notation. Use Nd4j.writeTxtString(INDArray, OutputStream)
writeTxtString(INDArray, OutputStream, String) - Static method in class org.nd4j.linalg.factory.Nd4j
Deprecated.
column separator can longer be specified; Uses "," Use Nd4j.writeTxtString(INDArray, OutputStream) instead
writeTxtString(INDArray, OutputStream) - Static method in class org.nd4j.linalg.factory.Nd4j
Write ndarray as text to output stream
wrt() - Method in class org.nd4j.linalg.api.ops.BaseGradientOp
The array to the gradient with respect to
wrt() - Method in interface org.nd4j.linalg.api.ops.GradientOp
The array to the gradient with respect to

X

x - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
x() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
x() - Method in interface org.nd4j.linalg.api.ops.Op
The origin ndarray
XavierFanInInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: randn(shape) //N(0, 2/nIn);
XavierFanInInitScheme(char, double) - Constructor for class org.nd4j.weightinit.impl.XavierFanInInitScheme
 
XavierInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: range = = U * sqrt(2.0 / (fanIn + fanOut)
XavierInitScheme(char, double, double) - Constructor for class org.nd4j.weightinit.impl.XavierInitScheme
 
XavierUniformInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to: //As per Glorot and Bengio 2010: Uniform distribution U(-s,s) with s = sqrt(6/(fanIn + fanOut)) Eq 16: http://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf
XavierUniformInitScheme(char, double, double) - Constructor for class org.nd4j.weightinit.impl.XavierUniformInitScheme
 
xor(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
xor(SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
xor(String, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
Xor - Class in org.nd4j.linalg.api.ops.impl.transforms
Boolean XOR pairwise transform
Xor(SameDiff, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(SameDiff, SDVariable, boolean, double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(SameDiff, SDVariable, int[], boolean, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(SameDiff, SDVariable, Object[], double) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor() - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, INDArray, Number) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, INDArray) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, INDArray, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
Xor(INDArray, INDArray, INDArray, Number, long) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.Xor
 
xor(INDArray, INDArray) - Static method in class org.nd4j.linalg.ops.transforms.Transforms
 
xVertexId - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
xwPlusB(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
xwPlusB(SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
xwPlusB(String, SDVariable, SDVariable, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
XwPlusB - Class in org.nd4j.linalg.api.ops.impl.transforms
Composed op: mmul (X, W) + b
XwPlusB(SameDiff, SDVariable, SDVariable, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.transforms.XwPlusB
 

Y

y - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
y() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
y() - Method in interface org.nd4j.linalg.api.ops.Op
The pairwise op ndarray
yetAnotherExecMethod(Map<String, INDArray>) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
yVertexId - Variable in class org.nd4j.linalg.api.ops.BaseOp
 

Z

z - Variable in class org.nd4j.linalg.api.ops.BaseOp
 
z() - Method in class org.nd4j.linalg.api.ops.BaseOp
 
z() - Method in class org.nd4j.linalg.api.ops.BaseScalarOp
 
z() - Method in class org.nd4j.linalg.api.ops.BaseTransformOp
 
z() - Method in class org.nd4j.linalg.api.ops.impl.shape.RollAxis
 
z() - Method in interface org.nd4j.linalg.api.ops.Op
The resulting ndarray
zaxpy(int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zcopy(int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zdotc_sub(int, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zdotu_sub(int, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zdscal(int, double, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zero(int[]) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
zero(String, int[]) - Method in class org.nd4j.autodiff.samediff.SameDiff
Variable initialization with 0.0
ZERO - Static variable in class org.nd4j.linalg.factory.Nd4j
 
Zero - Class in org.nd4j.linalg.indexing.functions
Created by agibsonccc on 10/8/14.
Zero() - Constructor for class org.nd4j.linalg.indexing.functions.Zero
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
zeroComplex() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
zeroComplex() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Complex initial value
zeroDouble() - Method in interface org.nd4j.linalg.api.ops.Accumulation
Initial value (used to initialize the accumulation op)
zeroDouble() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
zeroDouble() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
zeroDouble() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Initial value for the index accumulation
zeroFloat() - Method in interface org.nd4j.linalg.api.ops.Accumulation
Initial value (used to initialize the accumulation op)
zeroFloat() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
zeroFloat() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
zeroFloat() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Initial value for the index accumulation.
zeroFraction(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
zeroFraction(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
zeroFraction(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
 
ZeroFraction - Class in org.nd4j.linalg.api.ops.impl.accum
Compute the fraction of zero elements
ZeroFraction(SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.accum.ZeroFraction
 
zeroHalf() - Method in interface org.nd4j.linalg.api.ops.Accumulation
Initial value for half
zeroHalf() - Method in class org.nd4j.linalg.api.ops.BaseAccumulation
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.accum.AMin
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.accum.Max
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.accum.Min
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.accum.Prod
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.FirstIndex
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMax
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IAMin
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMax
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.IMin
 
zeroHalf() - Method in class org.nd4j.linalg.api.ops.impl.indexaccum.LastIndex
 
zeroHalf() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
Initial value for the index accumulation.
ZeroInitScheme - Class in org.nd4j.weightinit.impl
Initialize the weight to zero.
ZeroInitScheme(char) - Constructor for class org.nd4j.weightinit.impl.ZeroInitScheme
 
zeroPair() - Method in class org.nd4j.linalg.api.ops.BaseIndexAccumulation
 
zeroPair() - Method in interface org.nd4j.linalg.api.ops.IndexAccumulation
The initial value and initial index to use for the accumulation
zeros(int, int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
zeros(int) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Creates a row vector with the specified number of columns
zeros(int[]) - Method in class org.nd4j.linalg.factory.BaseNDArrayFactory
Create an ndarray of zeros
zeros(int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int, int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int[], int[], long) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int, int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int[], int[]) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int[], DataBuffer.Type) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int, int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int[], int[], long, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int, int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int[], int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int, char) - Static method in class org.nd4j.linalg.factory.Nd4j
 
zeros(int, int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
zeros(int) - Static method in class org.nd4j.linalg.factory.Nd4j
Creates a row vector with the specified number of columns
zeros(int[], char) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray of zeros
zeros(int...) - Static method in class org.nd4j.linalg.factory.Nd4j
Create an ndarray of zeros
zeros(int, int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
zeros(int) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Creates a row vector with the specified number of columns
zeros(int[]) - Method in interface org.nd4j.linalg.factory.NDArrayFactory
Create an ndarray of zeros
zerosLike(SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
zerosLike(String, SDVariable) - Method in class org.nd4j.autodiff.functions.DifferentialFunctionFactory
 
zerosLike(SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Return a variable of all 0s with the same shape as the input
zerosLike(String, SDVariable) - Method in class org.nd4j.autodiff.samediff.SameDiff
Return a variable of all 0s, with the same shape as the input
ZerosLike - Class in org.nd4j.linalg.api.ops.impl.shape
Reshape function
ZerosLike() - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
ZerosLike(String, SameDiff, SDVariable) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
ZerosLike(String, SameDiff, SDVariable, boolean) - Constructor for class org.nd4j.linalg.api.ops.impl.shape.ZerosLike
 
zerosLike(INDArray) - Static method in class org.nd4j.linalg.factory.Nd4j
Empty like
zgbmv(char, char, int, int, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zgemm(char, char, char, int, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zgemv(char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zgerc(char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zgeru(char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zhbmv(char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zhemm(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zhemv(char, char, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zher(char, char, int, double, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zher2(char, char, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zher2k(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zherk(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zhpmv(char, char, int, IComplexDouble, IComplexNDArray, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zhpr(char, char, int, INDArray, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zhpr2(char, char, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zscal(int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zswap(int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel1
 
zsymm(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zsyr2k(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
zsyrk(char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexDouble, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ztbmv(char, char, char, char, int, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ztbsv(char, char, char, char, int, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ztpmv(char, char, char, char, int, IComplexNDArray, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ztpsv(char, char, char, char, int, IComplexNDArray, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ztrmm(char, char, char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ztrmv(char, char, char, char, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
ztrsm(char, char, char, char, char, int, int, IComplexDouble, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel3
 
ztrsv(char, char, char, char, int, IComplexNDArray, int, IComplexNDArray, int) - Method in class org.nd4j.linalg.api.blas.impl.BaseLevel2
 
zVertexId - Variable in class org.nd4j.linalg.api.ops.BaseOp
 

_

__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatArray
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatConfiguration
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatGraph
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatNode
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatProperties
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatResult
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatTiming
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.FlatVariable
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.IntPair
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.IntTriple
 
__assign(int, ByteBuffer) - Method in class org.nd4j.graph.LongPair
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatArray
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatConfiguration
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatGraph
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatNode
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatProperties
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatResult
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatTiming
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.FlatVariable
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.IntPair
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.IntTriple
 
__init(int, ByteBuffer) - Method in class org.nd4j.graph.LongPair
 
_START_VERSION_VALUE - Static variable in enum onnx.OnnxMlProto3.Version
proto3 requires the first enum value to be zero.
_START_VERSION_VALUE - Static variable in enum onnx.OnnxProto3.Version
proto3 requires the first enum value to be zero.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2018. All rights reserved.