Class FunctionDef.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, FunctionDefOrBuilder
Enclosing class:
FunctionDef

public static final class FunctionDef.Builder extends GeneratedMessageV3.Builder<FunctionDef.Builder> implements FunctionDefOrBuilder
A function can be instantiated when the runtime can bind every attr
with a value. When a GraphDef has a call to a function, it must
have binding for every attr defined in the signature.
TODO(zhifengc):
  * device spec, etc.
Protobuf type tensorflow.FunctionDef