Method falses
val falses: int64 list -> Tensor<bool>
Creates a new boolean tensor filled with falses.
Declaration
val falses: shape:int64 list -> Tensor<bool>Parameters
| Type | Name | Description | 
|---|---|---|
| int64 list | shape | The shape of the new tensor. | 
Returns
| Type | Description | 
|---|---|
| Tensor<bool> | The new tensor. |