| Interface | Description |
|---|---|
| GridExecutioner | |
| OpExecutioner |
An operation executioner handles storage specific details of
executing an operation
|
| Class | Description |
|---|---|
| DefaultOpExecutioner |
Basic op executioner.
|
| OpExecutionerUtil |
Utility functions for the DefaultOpExecutioner
|
| OpExecutionerUtil.Tensor1DStats |
Simple class containing values used for calculating various quantities related to 1d tensors.
offset of ith tensor: firstTensorOffset + i * tensorStartSeparation separation between elements in tensor: elementWiseStride number of elements in each 1d tensor: tensorLength number of 1d tensors: numTensors |
| Enum | Description |
|---|---|
| OpExecutioner.ExecutionMode | |
| OpExecutioner.ProfilingMode | |
| OpStatus |
Copyright © 2018. All rights reserved.