Package org.jetbrains.kotlinx.dl.api.core.shape
Types
TensorShape
Link copied to clipboard
class TensorShape
Content copied to clipboard
Representation of the tensor shape class with helper methods.
Functions
getDimsOfArray
Link copied to clipboard
Get shape of array of arrays (of arrays...) of Array of elements of any type. If the most inner array does not have any elements its size is skipped in the result.
toTensorShape
Link copied to clipboard
Wraps an IntArray to TensorShape.
Properties
tensorShape
Link copied to clipboard