Uses of Class
org.nd4j.linalg.api.shape.LongShapeDescriptor
-
-
Uses of LongShapeDescriptor in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>DifferentialFunction. calculateOutputShape()Calculate the output shape for this opList<LongShapeDescriptor>DifferentialFunction. calculateOutputShape(OpContext oc) -
Uses of LongShapeDescriptor in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return LongShapeDescriptor Modifier and Type Method Description LongShapeDescriptorSDVariable. getShapeDescriptor()Methods in org.nd4j.autodiff.samediff with parameters of type LongShapeDescriptor Modifier and Type Method Description SDVariableSameDiff. var(@NonNull String name, @NonNull LongShapeDescriptor shape, WeightInitScheme weightInitScheme)Creates aSDVariablewith the given shape and name
The underlying array will be initialized using the specified weight initilization scheme
This is a VARIABLE type SDVariable - i.e., must be floating point, and is a trainable parameter.SDVariableSameDiff. var(String name, LongShapeDescriptor shapeDesc)Creates aSDVariablewith the given shape and name
Any array will be generated with all zeros for the values
This is a VARIABLE type SDVariable - i.e., must be floating point, and is a trainable parameter. -
Uses of LongShapeDescriptor in org.nd4j.autodiff.samediff.internal
Methods in org.nd4j.autodiff.samediff.internal with parameters of type LongShapeDescriptor Modifier and Type Method Description INDArraySessionMemMgr. allocate(boolean detached, LongShapeDescriptor descriptor)As perSessionMemMgr.allocate(boolean, DataType, long...)but from a LongShapeDescriptor instead -
Uses of LongShapeDescriptor in org.nd4j.autodiff.samediff.internal.memory
Methods in org.nd4j.autodiff.samediff.internal.memory with parameters of type LongShapeDescriptor Modifier and Type Method Description INDArrayArrayCacheMemoryMgr. allocate(boolean detached, LongShapeDescriptor descriptor)INDArrayNoOpMemoryMgr. allocate(boolean detached, LongShapeDescriptor descriptor) -
Uses of LongShapeDescriptor in org.nd4j.autodiff.validation
Methods in org.nd4j.autodiff.validation with parameters of type LongShapeDescriptor Modifier and Type Method Description OpTestCaseOpTestCase. expectedOutput(int outputNum, @NonNull LongShapeDescriptor expShape, @NonNull Function<INDArray,String> validationFn) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.concurrency
Methods in org.nd4j.linalg.api.concurrency with parameters of type LongShapeDescriptor Modifier and Type Method Description voidDistributedINDArray. allocate(int entry, LongShapeDescriptor shapeDescriptor)This method allocates INDArray for specified entry -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ndarray
Methods in org.nd4j.linalg.api.ndarray that return LongShapeDescriptor Modifier and Type Method Description LongShapeDescriptorINDArray. shapeDescriptor()Returns shape descriptor of this ndarray -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops
Fields in org.nd4j.linalg.api.ops with type parameters of type LongShapeDescriptor Modifier and Type Field Description protected List<LongShapeDescriptor>DynamicCustomOp.DynamicCustomOpsBuilder. outputShapesMethods in org.nd4j.linalg.api.ops with parameters of type LongShapeDescriptor Modifier and Type Method Description DynamicCustomOp.DynamicCustomOpsBuilderDynamicCustomOp.DynamicCustomOpsBuilder. addOutputShape(LongShapeDescriptor shape)Adds an oup -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.compat
Methods in org.nd4j.linalg.api.ops.compat that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>CompatSparseToDense. calculateOutputShape(OpContext oc) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.custom
Methods in org.nd4j.linalg.api.ops.custom that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>Invoke. calculateOutputShape()List<LongShapeDescriptor>Invoke. calculateOutputShape(OpContext oc) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>DefaultOpExecutioner. calculateOutputShape(CustomOp op)List<LongShapeDescriptor>DefaultOpExecutioner. calculateOutputShape(CustomOp op, OpContext opContext)List<LongShapeDescriptor>OpExecutioner. calculateOutputShape(CustomOp op)List<LongShapeDescriptor>OpExecutioner. calculateOutputShape(CustomOp op, OpContext opContext) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.controlflow.compat
Methods in org.nd4j.linalg.api.ops.impl.controlflow.compat that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>BaseCompatOp. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.layers
Methods in org.nd4j.linalg.api.ops.impl.layers that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>ExternalErrorsFunction. calculateOutputShape()List<LongShapeDescriptor>ExternalErrorsFunction. calculateOutputShape(OpContext oc) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.reduce.custom
Methods in org.nd4j.linalg.api.ops.impl.reduce.custom that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>BaseDynamicCustomBoolReduction. calculateOutputShape()List<LongShapeDescriptor>BaseDynamicCustomIndexReduction. calculateOutputShape()List<LongShapeDescriptor>BaseDynamicCustomLongReduction. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.shape
Methods in org.nd4j.linalg.api.ops.impl.shape that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>Eye. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.shape.tensorops
Methods in org.nd4j.linalg.api.ops.impl.shape.tensorops that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>BaseTensorOp. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.summarystats
Methods in org.nd4j.linalg.api.ops.impl.summarystats that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>StandardDeviation. calculateOutputShape()List<LongShapeDescriptor>Variance. calculateOutputShape()List<LongShapeDescriptor>Variance. calculateOutputShape(OpContext oc) -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.transforms
Methods in org.nd4j.linalg.api.ops.impl.transforms that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>MaxOut. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.impl.transforms.gradient
Methods in org.nd4j.linalg.api.ops.impl.transforms.gradient that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>GradientBackwardsMarker. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.random
Methods in org.nd4j.linalg.api.ops.random that return types with arguments of type LongShapeDescriptor Modifier and Type Method Description List<LongShapeDescriptor>BaseRandomOp. calculateOutputShape() -
Uses of LongShapeDescriptor in org.nd4j.linalg.api.ops.random.impl
-
Uses of LongShapeDescriptor in org.nd4j.linalg.api.shape
Methods in org.nd4j.linalg.api.shape that return LongShapeDescriptor Modifier and Type Method Description LongShapeDescriptorLongShapeDescriptor. asDataType(DataType dataType)Return a new LongShapeDescriptor with the same shape, strides, order etc but with the specified datatype insteadstatic LongShapeDescriptorLongShapeDescriptor. empty(@NonNull DataType dataType)static LongShapeDescriptorLongShapeDescriptor. fromShape(@lombok.NonNull long[] shape, @lombok.NonNull long[] strides, long ews, char order, @NonNull DataType dataType, boolean empty)static LongShapeDescriptorLongShapeDescriptor. fromShape(int[] shape, @NonNull DataType dataType)static LongShapeDescriptorLongShapeDescriptor. fromShape(long[] shape, long extras)static LongShapeDescriptorLongShapeDescriptor. fromShape(long[] shape, @NonNull DataType dataType)static LongShapeDescriptorLongShapeDescriptor. fromShapeDescriptor(@NonNull ShapeDescriptor descriptor) -
Uses of LongShapeDescriptor in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory with parameters of type LongShapeDescriptor Modifier and Type Method Description static INDArrayNd4j. create(LongShapeDescriptor descriptor)SeeNd4j.create(LongShapeDescriptor, boolean)with initialize set to true.static INDArrayNd4j. create(LongShapeDescriptor descriptor, boolean initialize)Create an ndarray based on the given description,
-