Thanks for tuning in to Google I/O. View all sessions on demandWatch on demand

ExecutionEnvironment

public interface ExecutionEnvironment
Known Indirect Subclasses

Defines an environment for creating and executing TensorFlow Operations.

Public Methods

abstract OperationBuilder
opBuilder(String type, String name)
Returns a builder to create a new Operation.

Public Methods

public abstract OperationBuilder opBuilder (String type, String name)

Returns a builder to create a new Operation.

Parameters
type of the Operation (i.e., identifies the computation to be performed)
name to refer to the created Operation in this environment scope.
Returns