init(tensor:)
Creates a tensor parameter with the tensor you specify.
Declaration
convenience init(tensor: MLCTensor)Parameters
- tensor:
The underlying tensor.
Creates a tensor parameter with the tensor you specify.
convenience init(tensor: MLCTensor)The underlying tensor.