classe final pública SavedBareConcreteFunction
Tipo de protobuf tensorflow.SavedBareConcreteFunction
Classes aninhadas
aula | SavedBareConcreteFunction.Builder | Tipo de protobuf tensorflow.SavedBareConcreteFunction |
Constantes
interno | ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER | |
interno | ARGUMENT_KEYWORDS_FIELD_NUMBER | |
interno | CONCRETE_FUNCTION_NAME_FIELD_NUMBER | |
interno | FUNCTION_SPEC_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
longo | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Corda | getArgumentKeywords (índice interno) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (índice interno) A sequence of unique strings, one per Tensor argument. |
interno | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ProtocolStringList | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Corda | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
função estática SavedBareConcrete | |
Função SavedBareConcrete | |
final estático com.google.protobuf.Descriptors.Descriptor | |
FunçãoSpec | 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. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
interno | código hash () |
booleano final | |
estático SavedBareConcreteFunction.Builder | newBuilder (protótipo SavedBareConcreteFunction ) |
estático SavedBareConcreteFunction.Builder | |
SavedBareConcreteFunction.Builder | |
função estática SavedBareConcrete | parseDelimitedFrom (entrada InputStream) |
função estática SavedBareConcrete | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedBareConcrete | parseFrom (dados de ByteBuffer) |
função estática SavedBareConcrete | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedBareConcrete | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedBareConcrete | parseFrom (entrada com.google.protobuf.CodedInputStream) |
função estática SavedBareConcrete | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedBareConcrete | parseFrom (dados com.google.protobuf.ByteString) |
função estática SavedBareConcrete | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedBareConcrete | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SavedBareConcreteFunction.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
Valor Constante: 3
público estático final int ARGUMENT_KEYWORDS_FIELD_NUMBER
Valor Constante: 2
público estático final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
Valor Constante: 1
público estático final int FUNCTION_SPEC_FIELD_NUMBER
Valor Constante: 4
Métodos Públicos
booleano público é igual (Object obj)
público longo getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
string 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;
público 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;
String pública getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
final estático público 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;
função públicaSpecOrBuildergetFunctionSpecOrBuilder ()
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 ()
final público 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;
hashCode int público ()
público final booleano isInitialized ()
público estático SavedBareConcreteFunction.Builder newBuilder (protótipo SavedBareConcreteFunction )
public static SavedBareConcreteFunction parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público estático SavedBareConcreteFunction parseFrom (dados ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedBareConcreteFunction parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SavedBareConcreteFunction parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático SavedBareConcreteFunction parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedBareConcreteFunction parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|