(a: Tensor, backend: Backend)
| 181 | initialValue: Tensor, trainable?: boolean, name?: string, |
| 182 | dtype?: DataType): Variable; |
| 183 | incRef(a: Tensor, backend: Backend): void; |
| 184 | disposeTensor(t: Tensor): void; |
| 185 | disposeVariable(v: Variable): void; |
| 186 | read(dataId: DataId): Promise<BackendValues>; |
no outgoing calls
no test coverage detected