FunctionDefLibrary

FunctionDefLibrary clase final pública

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

Clases anidadas

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

Constantes

En t FUNCTION_FIELD_NUMBER
En t GRADIENT_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estática FunctionDefLibrary
FunctionDefLibrary
com.google.protobuf.Descriptors.Descriptor estático final
FunctionDef
getFunction (índice int)
repeated .tensorflow.FunctionDef function = 1;
En t
getFunctionCount ()
repeated .tensorflow.FunctionDef function = 1;
Lista < FunctionDef >
getFunctionList ()
repeated .tensorflow.FunctionDef function = 1;
FunctionDefOrBuilder
getFunctionOrBuilder (índice int)
repeated .tensorflow.FunctionDef function = 1;
Lista <? extiende FunctionDefOrBuilder >
getFunctionOrBuilderList ()
repeated .tensorflow.FunctionDef function = 1;
GradientDef
getGradient (índice int)
repeated .tensorflow.GradientDef gradient = 2;
En t
getGradientCount ()
repeated .tensorflow.GradientDef gradient = 2;
Lista < GradientDef >
getGradientList ()
repeated .tensorflow.GradientDef gradient = 2;
GradientDefOrBuilder
getGradientOrBuilder (índice int)
repeated .tensorflow.GradientDef gradient = 2;
Lista <? extiende GradientDefOrBuilder >
getGradientOrBuilderList ()
repeated .tensorflow.GradientDef gradient = 2;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
FunctionDefLibrary.Builder estático
FunctionDefLibrary.Builder estático
FunctionDefLibrary.Builder
estática FunctionDefLibrary
parseDelimitedFrom (entrada InputStream)
estática FunctionDefLibrary
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática FunctionDefLibrary
parseFrom (datos ByteBuffer)
estática FunctionDefLibrary
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática FunctionDefLibrary
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática FunctionDefLibrary
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática FunctionDefLibrary
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática FunctionDefLibrary
parseFrom (datos com.google.protobuf.ByteString)
estática FunctionDefLibrary
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática FunctionDefLibrary
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
FunctionDefLibrary.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int FUNCTION_FIELD_NUMBER

Valor constante: 1

público estático final int GRADIENT_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static FunctionDefLibrary getDefaultInstance ()

public FunctionDefLibrary getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionDef getFunction (int índice)

repeated .tensorflow.FunctionDef function = 1;

public int getFunctionCount ()

repeated .tensorflow.FunctionDef function = 1;

lista pública < FunctionDef > getFunctionList ()

repeated .tensorflow.FunctionDef function = 1;

public FunctionDefOrBuilder getFunctionOrBuilder (índice int)

repeated .tensorflow.FunctionDef function = 1;

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

repeated .tensorflow.FunctionDef function = 1;

public GradientDef getGradient (índice int)

repeated .tensorflow.GradientDef gradient = 2;

public int getGradientCount ()

repeated .tensorflow.GradientDef gradient = 2;

Lista pública < GradientDef > getGradientList ()

repeated .tensorflow.GradientDef gradient = 2;

public GradientDefOrBuilder getGradientOrBuilder (índice int)

repeated .tensorflow.GradientDef gradient = 2;

Lista pública <? extiende 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 ()

FunctionDefLibrary.Builder estático público newBuilder (prototipo de FunctionDefLibrary )

FunctionDefLibrary.Builder estático público newBuilder ()

public FunctionDefLibrary.Builder newBuilderForType ()

public static FunctionDefLibrary parseDelimitedFrom (entrada InputStream)

Lanza
IOException

FunctionDefLibrary estática pública parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

FunctionDefLibrary estática pública parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

FunctionDefLibrary estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

FunctionDefLibrary estática pública parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

FunctionDefLibrary estática pública parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

FunctionDefLibrary estática pública parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

FunctionDefLibrary estática pública parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public FunctionDefLibrary.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException