Method CreateOps
CreateOps(BackendType, ITensorAllocator)
Initializes and returns an instance of Ops on a given back end.
Declaration
public static Ops CreateOps(BackendType backendType, ITensorAllocator allocator)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendType | backendType | The type of backend to use. |
| ITensorAllocator | allocator | The tensor allocator to use when allocating new tensors. |
Returns
| Type | Description |
|---|---|
| Ops | The created |