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