Back to Tensorflow

Processor

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/support/common/Processor.html

2.21.01.2 KB
Original Source

public interface Processor

| Known Indirect Subclasses

ImageProcessor, SequentialProcessor<T>, TensorProcessor

| ImageProcessor | ImageProcessor is a helper class for preprocessing and postprocessing TensorImage. | | SequentialProcessor<T> | A processor base class that chains a serial of Operator&lt;T&gt; and executes them. | | TensorProcessor | TensorProcessor is a helper class for preprocessing and postprocessing tensors. |

|

Processes T object with prepared Operator&lt;T&gt;.

Public Methods

| abstract T | process(T input) |

Public Methods

public abstract T process (T input)

Parameters

| input | |