SavedBareConcreteFunction.Builder

genel statik son sınıf SavedBareConcreteFunction.Builder

Protobuf türü tensorflow.SavedBareConcreteFunction

Genel Yöntemler

KaydedilenBareConcreteFunction.Builder
addAllArgumentKeywords (Yinelenebilir<String> değerleri)
 A sequence of unique strings, one per Tensor argument.
KaydedilenBareConcreteFunction.Builder
addArgumentKeywords (Dize değeri)
 A sequence of unique strings, one per Tensor argument.
KaydedilenBareConcreteFunction.Builder
addArgumentKeywordsBytes (com.google.protobuf.ByteString değeri)
 A sequence of unique strings, one per Tensor argument.
KaydedilenBareConcreteFunction.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
KaydedilenÇıplakBetonFonksiyon
KaydedilenÇıplakBetonFonksiyon
KaydedilenBareConcreteFunction.Builder
KaydedilenBareConcreteFunction.Builder
clearAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
KaydedilenBareConcreteFunction.Builder
clearArgumentAnahtar Kelimeler ()
 A sequence of unique strings, one per Tensor argument.
KaydedilenBareConcreteFunction.Builder
clearConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
KaydedilenBareConcreteFunction.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
KaydedilenBareConcreteFunction.Builder
clearFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
KaydedilenBareConcreteFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
KaydedilenBareConcreteFunction.Builder
klon ()
uzun
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
Sicim
getArgumentKeywords (int dizini)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (int dizini)
 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.
Sicim
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
KaydedilenÇıplakBetonFonksiyon
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
İşlevÖzellikleri
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpec.Builder
getFunctionSpecBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
boolean
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
son boole değeri
KaydedilenBareConcreteFunction.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KaydedilenBareConcreteFunction.Builder
mergeFrom (com.google.protobuf.Message other)
KaydedilenBareConcreteFunction.Builder
mergeFunctionSpec ( FunctionSpec değeri)
 The spec of the function that this ConcreteFunction is traced from.
son SavedBareConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
KaydedilenBareConcreteFunction.Builder
setAllowedPositionalArguments (uzun değer)
 The prefix of `argument_keywords` which may be identified by position.
KaydedilenBareConcreteFunction.Builder
setArgumentKeywords (int dizini, Dize değeri)
 A sequence of unique strings, one per Tensor argument.
KaydedilenBareConcreteFunction.Builder
setConcreteFunctionName (Dize değeri)
 Identifies a SavedConcreteFunction.
KaydedilenBareConcreteFunction.Builder
setConcreteFunctionNameBytes (com.google.protobuf.ByteString değeri)
 Identifies a SavedConcreteFunction.
KaydedilenBareConcreteFunction.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
KaydedilenBareConcreteFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
 The spec of the function that this ConcreteFunction is traced from.
KaydedilenBareConcreteFunction.Builder
setFunctionSpec ( FunctionSpec değeri)
 The spec of the function that this ConcreteFunction is traced from.
KaydedilenBareConcreteFunction.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
son SavedBareConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public SavedBareConcreteFunction.Builder addAllArgumentKeywords (Yinelenebilir<String> değerleri)

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

public SavedBareConcreteFunction.Builder addArgumentKeywords (Dize değeri)

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

public SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (com.google.protobuf.ByteString değeri)

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

public SavedBareConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public SavedBareConcreteFunction yapısı ()

genel SavedBareConcreteFunction buildPartial ()

public SavedBareConcreteFunction.Builder clearAllowedPositionalArguments ()

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

public SavedBareConcreteFunction.Builder clearArgumentKeywords ()

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

public SavedBareConcreteFunction.Builder clearConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

genel SavedBareConcreteFunction.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

public SavedBareConcreteFunction.Builder clearFunctionSpec ()

 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 SavedBareConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

herkese açık uzun getAllowedPositionalArguments ()

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

public String getArgumentKeywords (int indeksi)

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

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

 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 SavedBareConcreteFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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 FunctionSpec.Builder getFunctionSpecBuilder ()

 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;

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

genel final boolean isInitialized ()

public SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.Message other)

public SavedBareConcreteFunction.Builder mergeFunctionSpec ( FunctionSpec değeri)

 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;

genel final SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public SavedBareConcreteFunction.Builder setAllowedPositionalArguments (uzun değer)

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

public SavedBareConcreteFunction.Builder setArgumentKeywords (int indeksi, Dize değeri)

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

public SavedBareConcreteFunction.Builder setConcreteFunctionName (Dize değeri)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (com.google.protobuf.ByteString değeri)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public SavedBareConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public SavedBareConcreteFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)

 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 SavedBareConcreteFunction.Builder setFunctionSpec ( FunctionSpec değeri)

 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 SavedBareConcreteFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int indeksi, Nesne değeri)

genel final SavedBareConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)