The Builder to create an TensorProcessor, which could be executed later.
|
Builder()
Creates a Builder to build
TensorProcessor. |
| Builder<TensorBuffer> | |
| TensorProcessor.Builder | |
| TensorProcessor |
build()
Completes the building process and gets the
TensorProcessor instance. |
Adds an TensorOperator into the Operator chain.
| op | the Operator instance to be executed then. |
|---|
Completes the building process and gets the TensorProcessor instance.