SavedBareConcreteFunction

clase final pública SavedBareConcreteFunction

tensorflow.SavedBareConcreteFunction tipo Protobuf.SavedBareConcreteFunction

Clases anidadas

clase GuardadoBareConcreteFunction.Builder tensorflow.SavedBareConcreteFunction tipo Protobuf.SavedBareConcreteFunction

Constantes

En t ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
En t ARGUMENT_KEYWORDS_FIELD_NUMBER
En t CONCRETE_FUNCTION_NAME_FIELD_NUMBER
En t FUNCTION_SPEC_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
largo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
Cadena
getArgumentKeywords (índice int)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (índice int)
 A sequence of unique strings, one per Tensor argument.
En t
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
Cadena
getNombreFunciónConcreta ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
Función estática guardada desnuda y concreta
Función de hormigón desnudo guardado
com.google.protobuf.Descriptors.Descriptor estático final
FunciónEspecificación
obtener especificación de función ()
 The spec of the function that this ConcreteFunction is traced from.
FunciónSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
En t
com.google.protobuf.UnknownFieldSet final
booleano
tiene especificación de función ()
 The spec of the function that this ConcreteFunction is traced from.
En t
booleano final
estático SavedBareConcreteFunction.Builder
estático SavedBareConcreteFunction.Builder
GuardadoBareConcreteFunction.Builder
Función estática guardada desnuda y concreta
parseDelimitedFrom (entrada de InputStream)
Función estática guardada desnuda y concreta
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Función estática guardada desnuda y concreta
parseFrom (datos de ByteBuffer)
Función estática guardada desnuda y concreta
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Función estática guardada desnuda y concreta
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Función estática guardada desnuda y concreta
parseFrom (entrada com.google.protobuf.CodedInputStream)
Función estática guardada desnuda y concreta
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Función estática guardada desnuda y concreta
parseFrom (datos com.google.protobuf.ByteString)
Función estática guardada desnuda y concreta
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Función estática guardada desnuda y concreta
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
GuardadoBareConcreteFunction.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

Valor constante: 3

int final estático público ARGUMENT_KEYWORDS_FIELD_NUMBER

Valor constante: 2

público estático final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER

Valor constante: 1

int final estático público FUNCTION_SPEC_FIELD_NUMBER

Valor constante: 4

Métodos públicos

público booleano es igual (Objeto obj)

público largo getAllowedPositionalArguments ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

cadena pública getArgumentKeywords (índice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

público com.google.protobuf.ByteString getArgumentKeywordsBytes (índice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public int getArgumentKeywordsCount ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

público com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

cadena pública getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

público com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

pública estática SavedBareConcreteFunction getDefaultInstance ()

pública SavedBareConcreteFunction getDefaultInstanceForType ()

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

especificación de función pública getFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

función públicaSpecOrBuilder getFunctionSpecOrBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

público getParserForType ()

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasFunctionSpec booleano público ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

código hash int público ()

público final booleano isInitialized ()

pública estática SavedBareConcreteFunction.Builder newBuilder (prototipo SavedBareConcreteFunction )

pública estática SavedBareConcreteFunction.Builder newBuilder ()

pública SavedBareConcreteFunction.Builder newBuilderForType ()

pública estática SavedBareConcreteFunction parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

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

Lanza
IOExcepción

público estático SavedBareConcreteFunction parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

público estático SavedBareConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

parseFrom público estático SavedBareConcreteFunction (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático SavedBareConcreteFunction (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

público estático SavedBareConcreteFunction parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático SavedBareConcreteFunction (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático SavedBareConcreteFunction (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático SavedBareConcreteFunction (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

public SavedBareConcreteFunction.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción