SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.tensor
/
Shape
Shape
data
class
Shape
(
val
dimensions
:
IntArray
)
(
source
)
Members
Constructors
Shape
Link copied to clipboard
constructor
(
dimensions
:
IntArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dimensions
Link copied to clipboard
val
dimensions
:
IntArray
rank
Link copied to clipboard
val
rank
:
Int
volume
Link copied to clipboard
val
volume
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Int
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
index
Link copied to clipboard
fun
index
(
indices
:
IntArray
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String