SequentialProcessor

public class SequentialProcessor
Known Direct Subclasses

A processor base class that chains a serial of Operator<T> and executes them.

Typically, users could use its subclasses, e.g. ImageProcessor rather than directly use this one.

Public Methods

T
process(T x)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.lite.support.common.Processor
abstract T
process(T input)

Public Methods

public T process (T x)

Parameters
x