ColumnOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Column
- Self type
Members list
Value members
Concrete methods
Adds a scalar to all elements.
Adds a scalar to all elements.
Attributes
Adds a scalar to all elements.
Adds a scalar to all elements.
Attributes
Return a boolean tensor indicating element-wise greater-than.
Return a boolean tensor indicating element-wise greater-than.
Attributes
Return a boolean tensor with element-wise logical and.
Return a boolean tensor with element-wise logical and.
Attributes
Returns a long tensors with the argsort of the given dimension.
Returns a long tensors with the argsort of the given dimension.
Indexing the given dimension by the returned tensor would result in a sorted order.
Attributes
Casts to long
Casts to long
Attributes
Casts to byte. signed 8-bit integer (like Scala's Byte) This is called Char in libtorch
Casts to byte. signed 8-bit integer (like Scala's Byte) This is called Char in libtorch
Attributes
Casts to double
Casts to double
Attributes
Casts to float
Casts to float
Attributes
Casts to long
Casts to long
Attributes
Returns a boolean tensors of the same shape, indicating equality with the other tensor.
Returns a boolean tensors of the same shape, indicating equality with the other tensor.
Attributes
Returns a boolean tensors of the same shape, indicating equality with the other value.
Returns a boolean tensors of the same shape, indicating equality with the other value.
Attributes
Returns a boolean tensors of the same shape, indicating equality with the other value.
Returns a boolean tensors of the same shape, indicating equality with the other value.
Attributes
Fills the tensor with the given fill
value in the locations indicated by the mask
boolean mask.
Fills the tensor with the given fill
value in the locations indicated by the mask
boolean mask.
Attributes
Fills the tensor with the given fill
value in the locations indicated by the mask
boolean mask.
Fills the tensor with the given fill
value in the locations indicated by the mask
boolean mask.