classe final pública FunctionDefLibrary
A library is a set of named functions.
tensorflow.FunctionDefLibrary Classes aninhadas
| aula | FunctionDefLibrary.Builder | A library is a set of named functions. | |
Constantes
| interno | FUNCTION_FIELD_NUMBER | |
| interno | GRADIENT_FIELD_NUMBER | 
Métodos Públicos
| booleano |  é igual (objeto obj) | 
| FunctionDefLibrary estática | |
| FunçãoDefLibrary | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| FunçãoDef |  getFunction (índice interno) repeated .tensorflow.FunctionDef function = 1; | 
| interno |  getFunctionCount () repeated .tensorflow.FunctionDef function = 1; | 
| Lista< FunçãoDef > |  getFunctionList () repeated .tensorflow.FunctionDef function = 1; | 
| FunçãoDefOrBuilder |  getFunctionOrBuilder (índice interno) repeated .tensorflow.FunctionDef function = 1; | 
| Lista<? estende FunctionDefOrBuilder > |  getFunctionOrBuilderList () repeated .tensorflow.FunctionDef function = 1; | 
| GradienteDef |  getGradient (índice interno) repeated .tensorflow.GradientDef gradient = 2; | 
| interno |  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; | 
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno |  código hash () | 
| booleano final | |
| FunctionDefLibrary.Builder estático |  newBuilder (protótipo FunctionDefLibrary ) | 
| FunctionDefLibrary.Builder estático | |
| FunctionDefLibrary.Builder | |
| FunctionDefLibrary estática |  parseDelimitedFrom (entrada InputStream) | 
| FunctionDefLibrary estática |  parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| FunctionDefLibrary estática |  parseFrom (dados de ByteBuffer) | 
| FunctionDefLibrary estática |  parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| FunctionDefLibrary estática |  parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| FunctionDefLibrary estática |  parseFrom (entrada com.google.protobuf.CodedInputStream) | 
| FunctionDefLibrary estática |  parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| FunctionDefLibrary estática |  parseFrom (dados com.google.protobuf.ByteString) | 
| FunctionDefLibrary estática |  parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| FunctionDefLibrary estática |  parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| estático |  analisador () | 
| FunctionDefLibrary.Builder | |
| vazio |  writeTo (saída com.google.protobuf.CodedOutputStream)  | 
Métodos herdados
Constantes
público estático final int FUNCTION_FIELD_NUMBER
 Valor Constante: 1 
público estático final int GRADIENT_FIELD_NUMBER
 Valor Constante: 2 
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público int getFunctionCount ()
 repeated .tensorflow.FunctionDef function = 1;
public FunctionDefOrBuilder getFunctionOrBuilder (índice int)
 repeated .tensorflow.FunctionDef function = 1;
Lista pública<? estende FunctionDefOrBuilder > getFunctionOrBuilderList ()
 repeated .tensorflow.FunctionDef function = 1;
público int getGradientCount ()
 repeated .tensorflow.GradientDef gradient = 2;
público GradientDefOrBuilder getGradientOrBuilder (índice int)
 repeated .tensorflow.GradientDef gradient = 2;
Lista pública<? estende GradientDefOrBuilder > getGradientOrBuilderList ()
 repeated .tensorflow.GradientDef gradient = 2;
 público
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static FunctionDefLibrary parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException | 
|---|
public static FunctionDefLibrary parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException | 
|---|
public static FunctionDefLibrary parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException | 
|---|
public static FunctionDefLibrary parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException | 
|---|
public static FunctionDefLibrary parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException | 
|---|
public static FunctionDefLibrary parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException | 
|---|
public static FunctionDefLibrary parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException | 
|---|
public static FunctionDefLibrary parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException | 
|---|
 estática pública
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException | 
|---|