(
initialValue: Tensor, trainable?: boolean, name?: string,
dtype?: DataType)
| 178 | values: DataValues, shape: number[], dtype: DataType, |
| 179 | backend?: Backend): Tensor; |
| 180 | makeVariable( |
| 181 | initialValue: Tensor, trainable?: boolean, name?: string, |
| 182 | dtype?: DataType): Variable; |
| 183 | incRef(a: Tensor, backend: Backend): void; |