SavedBareConcreteFunction

public final class SavedBareConcreteFunction

Tensorflow de tipo tensorflow.SavedBareConcreteFunction

Clases anidadas

clase SavedBareConcreteFunction.Builder Tensorflow de tipo tensorflow.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 a (Objeto obj)
largo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
Cuerda
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.
Cuerda
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
static SavedBareConcreteFunction
SavedBareConcreteFunction
com.google.protobuf.Descriptors.Descriptor estático final
FunctionSpec
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
En t
booleano final
static SavedBareConcreteFunction.Builder
static SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
static SavedBareConcreteFunction
parseDelimitedFrom (entrada InputStream)
static SavedBareConcreteFunction
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (datos ByteBuffer)
static SavedBareConcreteFunction
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (entrada com.google.protobuf.CodedInputStream)
static SavedBareConcreteFunction
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (datos com.google.protobuf.ByteString)
static SavedBareConcreteFunction
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedBareConcreteFunction.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

Valor constante: 3

public static final int ARGUMENT_KEYWORDS_FIELD_NUMBER

Valor constante: 2

public static final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER

Valor constante: 1

public static final int FUNCTION_SPEC_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public long getAllowedPositionalArguments ()

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

public String getArgumentKeywords (índice int)

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

public 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;

public com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

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

public String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1; nombre_función_concreto string concrete_function_name = 1;

public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1; nombre_función_concreto string concrete_function_name = 1;

public static SavedBareConcreteFunction getDefaultInstance ()

public SavedBareConcreteFunction getDefaultInstanceForType ()

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

public FunctionSpec 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;

public FunctionSpecOrBuilder 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 ()

public int getSerializedSize ()

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

public boolean hasFunctionSpec ()

 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;

public int hashCode ()

public final boolean isInitialized ()

public static SavedBareConcreteFunction.Builder newBuilder (prototipo de SavedBareConcreteFunction )

public static SavedBareConcreteFunction.Builder newBuilder ()

public SavedBareConcreteFunction.Builder newBuilderForType ()

public static SavedBareConcreteFunction parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static SavedBareConcreteFunction parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static SavedBareConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedBareConcreteFunction parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static SavedBareConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static SavedBareConcreteFunction parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static SavedBareConcreteFunction parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SavedBareConcreteFunction.Builder toBuilder ()

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

Lanza
IOException