| Interface | Description |
|---|---|
| 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 |
Copyright © 2016. All Rights Reserved.