Constructor GPUComputeOps
GPUComputeOps(ITensorAllocator)
Instantiates and returns a GPUComputeOps object.
Declaration
public GPUComputeOps(ITensorAllocator allocator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ITensorAllocator | allocator | The optional allocator to use for new tensor allocations. |