Constructor GPUComputeBackend
GPUComputeBackend(ITensorAllocator)
Initializes and returns an instance of GPUComputeOps.
Declaration
public GPUComputeBackend(ITensorAllocator allocator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ITensorAllocator | allocator | The allocator to use when allocating tensors. |