FunctionDefLibrary

public final class FunctionDefLibrary

 A library is a set of named functions.
 
tensorflow.FunctionDefLibrary tipo tensorflow.FunctionDefLibrary

Classes aninhadas

aula FunctionDefLibrary.Builder
 A library is a set of named functions. 

Constantes

int FUNCTION_FIELD_NUMBER
int GRADIENT_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto 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 (índice interno )
repeated .tensorflow.FunctionDef function = 1;
Lista <? estende FunctionDefOrBuilder >
getFunctionOrBuilderList ()
repeated .tensorflow.FunctionDef function = 1;
GradientDef
getGradient (int index)
repeated .tensorflow.GradientDef gradient = 2;
int
getGradientCount ()
repeated .tensorflow.GradientDef gradient = 2;
Lista < GradientDef >
getGradientList ()
repeated .tensorflow.GradientDef gradient = 2;
GradientDefOrBuilder
getGradientOrBuilder (índice interno )
repeated .tensorflow.GradientDef gradient = 2;
Lista <? estende GradientDefOrBuilder >
getGradientOrBuilderList ()
repeated .tensorflow.GradientDef gradient = 2;
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static FunctionDefLibrary.Builder
static FunctionDefLibrary.Builder
FunctionDefLibrary.Builder
static FunctionDefLibrary
parseDelimitedFrom (input InputStream)
static FunctionDefLibrary
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FunctionDefLibrary
parseFrom (dados ByteBuffer)
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)
estático
FunctionDefLibrary.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FUNCTION_FIELD_NUMBER

Valor Constante: 1

public static final int GRADIENT_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static FunctionDefLibrary getDefaultInstance ()

public FunctionDefLibrary getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionDef getFunction (int index)

repeated .tensorflow.FunctionDef function = 1;

public int getFunctionCount ()

repeated .tensorflow.FunctionDef function = 1;

public List < FunctionDef > getFunctionList ()

repeated .tensorflow.FunctionDef function = 1;

public FunctionDefOrBuilder getFunctionOrBuilder (índice interno )

repeated .tensorflow.FunctionDef function = 1;

Lista pública <? estende FunctionDefOrBuilder > getFunctionOrBuilderList ()

repeated .tensorflow.FunctionDef function = 1;

public GradientDef getGradient (int index)

repeated .tensorflow.GradientDef gradient = 2;

public int getGradientCount ()

repeated .tensorflow.GradientDef gradient = 2;

public List < GradientDef > getGradientList ()

repeated .tensorflow.GradientDef gradient = 2;

public GradientDefOrBuilder getGradientOrBuilder (índice interno )

repeated .tensorflow.GradientDef gradient = 2;

Lista pública <? estende GradientDefOrBuilder > getGradientOrBuilderList ()

repeated .tensorflow.GradientDef gradient = 2;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static FunctionDefLibrary.Builder newBuilder (protótipo FunctionDefLibrary )

public static FunctionDefLibrary.Builder newBuilder ()

public FunctionDefLibrary.Builder newBuilderForType ()

public static FunctionDefLibrary parseDelimitedFrom (InputStream input)

Lança
IOException

public static FunctionDefLibrary parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FunctionDefLibrary parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static FunctionDefLibrary parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FunctionDefLibrary parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static FunctionDefLibrary parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static FunctionDefLibrary parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static FunctionDefLibrary parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static FunctionDefLibrary parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FunctionDefLibrary parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public FunctionDefLibrary.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException