StenSaddleSyntax
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Converts to a Mat[Float].
Converts to a Mat[Float].
Copies to CPU if needed. Fails if dtype is not float. Fails if shape does not conform a matrix.
Attributes
Converts to a Vec[Float].
Converts to a Vec[Float].
Copies to CPU if needed. Fails if dtype is not float. Flattens the shape.
Attributes
Converts to a Mat[Long].
Converts to a Mat[Long].
Copies to CPU if needed. Fails if dtype is not long. Fails if shape does not conform a matrix.
Attributes
Converts to a Vec[Long].
Converts to a Vec[Long].
Copies to CPU if needed. Fails if dtype is not long. Flattens the shape.
Attributes
Converts to a Mat[Double].
Converts to a Mat[Double].
Copies to CPU if needed. Fails if dtype is not float or double. Fails if shape does not conform a matrix.
Attributes
Converts to a Vec[Double].
Converts to a Vec[Double].
Copies to CPU if needed. Fails if dtype is not float or double. Flattens the shape.