public final class
FunctionDefLibrary
A library is a set of named functions.
tensorflow.FunctionDefLibrary
Nested Classes
class | FunctionDefLibrary.Builder | A library is a set of named functions. |
Constants
int | FUNCTION_FIELD_NUMBER | |
int | GRADIENT_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static FunctionDefLibrary | |
FunctionDefLibrary | |
final static com.google.protobuf.Descriptors.Descriptor | |
FunctionDef |
getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;
|
int |
getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;
|
List<FunctionDef> |
getFunctionList()
repeated .tensorflow.FunctionDef function = 1;
|
FunctionDefOrBuilder |
getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
|
List<? extends FunctionDefOrBuilder> |
getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
|
GradientDef |
getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;
|
int |
getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;
|
List<GradientDef> |
getGradientList()
repeated .tensorflow.GradientDef gradient = 2;
|
GradientDefOrBuilder |
getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;
|
List<? extends GradientDefOrBuilder> |
getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static FunctionDefLibrary.Builder |
newBuilder(FunctionDefLibrary prototype)
|
static FunctionDefLibrary.Builder | |
FunctionDefLibrary.Builder | |
static FunctionDefLibrary |
parseDelimitedFrom(InputStream input)
|
static FunctionDefLibrary |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDefLibrary |
parseFrom(ByteBuffer data)
|
static FunctionDefLibrary |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDefLibrary |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDefLibrary |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static FunctionDefLibrary |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDefLibrary |
parseFrom(com.google.protobuf.ByteString data)
|
static FunctionDefLibrary |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDefLibrary |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
FunctionDefLibrary.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FUNCTION_FIELD_NUMBER
Constant Value:
1
public static final int GRADIENT_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getFunctionCount ()
repeated .tensorflow.FunctionDef function = 1;
public FunctionDefOrBuilder getFunctionOrBuilder (int index)
repeated .tensorflow.FunctionDef function = 1;
public List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList ()
repeated .tensorflow.FunctionDef function = 1;
public int getGradientCount ()
repeated .tensorflow.GradientDef gradient = 2;
public GradientDefOrBuilder getGradientOrBuilder (int index)
repeated .tensorflow.GradientDef gradient = 2;
public List<? extends GradientDefOrBuilder> getGradientOrBuilderList ()
repeated .tensorflow.GradientDef gradient = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static FunctionDefLibrary parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDefLibrary parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static FunctionDefLibrary parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDefLibrary parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|