Class FunctionDef

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, FunctionDefOrBuilder

public final class FunctionDef extends GeneratedMessageV3 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
See Also: