Uses of Record Class
uk.ac.manchester.tornado.api.types.tensors.Shape
Packages that use Shape
-
Uses of Shape in uk.ac.manchester.tornado.api.types.tensors
Methods in uk.ac.manchester.tornado.api.types.tensors that return ShapeModifier and TypeMethodDescriptionabstract ShapeTensor.getShape()TensorByte.getShape()TensorFP16.getShape()TensorFP32.getShape()TensorFP64.getShape()TensorInt16.getShape()TensorInt32.getShape()TensorInt64.getShape()Constructors in uk.ac.manchester.tornado.api.types.tensors with parameters of type ShapeModifierConstructorDescriptionprotectedTensorByte(Shape shape) The memory segment representing the tensor data in native memory.TensorFP16(Shape shape) The memory segment representing the tensor data in native memory.TensorFP32(Shape shape) The memory segment representing the tensor data in native memory.TensorFP64(Shape shape) The memory segment representing the tensor data in native memory.TensorInt16(Shape shape) The memory segment representing the tensor data in native memory.TensorInt32(Shape shape) The memory segment representing the tensor data in native memory.TensorInt64(Shape shape) The memory segment representing the tensor data in native memory.