TensorProcessorBuilder class

The Builder to create an TensorProcessor, which could be executed later.

Inheritance

Constructors

TensorProcessorBuilder()
Creates a Builder to build TensorProcessor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Operator<TensorBuffer> op) SequentialProcessorBuilder<TensorBuffer>
Adds an TensorOperator op into the Operator chain.
override
build() SequentialProcessor<TensorBuffer>
Completes the building process and gets the TensorProcessor instance.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited