SavedBareConcreteFunction

public final class SavedBareConcreteFunction

tensorflow.SavedBareConcreteFunction type tensorflow.SavedBareConcreteFunction

Classes aninhadas

aula SavedBareConcreteFunction.Builder tensorflow.SavedBareConcreteFunction type tensorflow.SavedBareConcreteFunction

Constantes

int ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
int ARGUMENT_KEYWORDS_FIELD_NUMBER
int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
int FUNCTION_SPEC_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
longo
getAllowedPositionalArguments ()
0f30 relevantd50
Fragmento
getArgumentKeywords (int index)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (int index)
 A sequence of unique strings, one per Tensor argument.
int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
Fragmento
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
static SavedBareConcreteFunction
SavedBareConcreteFunction
final static com.google.protobuf.Descriptors.Descriptor
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.
int
final com.google.protobuf.UnknownFieldSet
boleano
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
int
final booleano
static SavedBareConcreteFunction.Builder
static SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
static SavedBareConcreteFunction
parseDelimitedFrom (input InputStream)
static SavedBareConcreteFunction
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (dados ByteBuffer)
static SavedBareConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream input)
static SavedBareConcreteFunction
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (com.google.protobuf.ByteString data)
static SavedBareConcreteFunction
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedBareConcreteFunction
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedBareConcreteFunction.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public long getAllowedPositionalArguments ()

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

public String getArgumentKeywords (int index)

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

public com.google.protobuf.ByteString getArgumentKeywordsBytes (int index)

 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;

public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public static SavedBareConcreteFunction getDefaultInstance ()

public SavedBareConcreteFunction getDefaultInstanceForType ()

public static 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 (protótipo SavedBareConcreteFunction )

public static SavedBareConcreteFunction.Builder newBuilder ()

public SavedBareConcreteFunction.Builder newBuilderForType ()

public static SavedBareConcreteFunction parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static SavedBareConcreteFunction parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedBareConcreteFunction.Builder toBuilder ()

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

Lança
IOException