Constructor Ops
Ops(BackendType, ITensorAllocator)
Instantiates and returns an Ops object.
Declaration
protected Ops(BackendType backendType, ITensorAllocator allocator)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendType | backendType | The backend type to use for operation execution. |
| ITensorAllocator | allocator | The optional allocator to use for new tensor allocations. |