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