classe finale publique SavedBareConcreteFunction
tensorflow.SavedBareConcreteFunction
de type Protobuf.SavedBareConcreteFunction
Classes imbriquées
classe | SavedBareConcreteFunction.Builder | tensorflow.SavedBareConcreteFunction de type Protobuf.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éthodes publiques
booléen | est égal à (Obj objet) |
long | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Chaîne | getArgumentKeywords (index int) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (index int) 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. |
Chaîne | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
fonction statique SavedBareConcreteFunction | |
Fonction SavedBareConcrete | |
final statique com.google.protobuf.Descriptors.Descriptor | |
FonctionSpec | 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 | |
booléen | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
int | |
booléen final | |
statique SavedBareConcreteFunction.Builder | newBuilder (prototype SavedBareConcreteFunction ) |
statique SavedBareConcreteFunction.Builder | |
SavedBareConcreteFunction.Builder | |
fonction statique SavedBareConcreteFunction | parseDelimitedFrom (entrée InputStream) |
fonction statique SavedBareConcreteFunction | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction statique SavedBareConcreteFunction | parseFrom (données ByteBuffer) |
fonction statique SavedBareConcreteFunction | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction statique SavedBareConcreteFunction | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction statique SavedBareConcreteFunction | parseFrom (entrée com.google.protobuf.CodedInputStream) |
fonction statique SavedBareConcreteFunction | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction statique SavedBareConcreteFunction | parseFrom (données com.google.protobuf.ByteString) |
fonction statique SavedBareConcreteFunction | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction statique SavedBareConcreteFunction | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
SavedBareConcreteFunction.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final entier ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
Valeur constante : 3
public statique final int ARGUMENT_KEYWORDS_FIELD_NUMBER
Valeur constante : 2
public statique final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
Valeur constante : 1
public statique final int FUNCTION_SPEC_FIELD_NUMBER
Valeur constante : 4
Méthodes publiques
public booléen égal (Objet obj)
public long getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
chaîne publique getArgumentKeywords (index int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public com.google.protobuf.ByteString getArgumentKeywordsBytes (index 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;
chaîne publique getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public statique 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;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public booléen 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;
code de hachage int public ()
public final booléen isInitialized ()
public static SavedBareConcreteFunction parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedBareConcreteFunction parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedBareConcreteFunction parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedBareConcreteFunction parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static SavedBareConcreteFunction parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedBareConcreteFunction parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedBareConcreteFunction parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|