SavedBareConcreteFunction.Builder

کلاس نهایی استاتیک عمومی SavedBareConcreteFunction.Builder

Protobuf نوع tensorflow.SavedBareConcreteFunction

روش های عمومی

SavedBareConcreteFunction.Builder
addAllArgumentKeywords (مقادیر<String> تکرارپذیر)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addArgumentKeywords (مقدار رشته)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addArgumentKeywordsBytes (com.google.protobuf.ByteString مقدار)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
تابع SavedBareConcrete
تابع SavedBareConcrete
SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
clearAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
SavedBareConcreteFunction.Builder
clearArgumentKeywords ()
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
clearConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)
SavedBareConcreteFunction.Builder
clearFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedBareConcreteFunction.Builder
طولانی
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
رشته
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.
بین المللی
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
رشته
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
تابع SavedBareConcrete
نهایی static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
FunctionSpec
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.
بولی
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
بولی نهایی
SavedBareConcreteFunction.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedBareConcreteFunction.Builder
mergeFrom (com.google.protobuf.Message other)
SavedBareConcreteFunction.Builder
mergeFunctionSpec (مقدار FunctionSpec )
 The spec of the function that this ConcreteFunction is traced from.
نهایی SavedBareConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
SavedBareConcreteFunction.Builder
setAllowedPositionalArguments (مقدار طولانی)
 The prefix of `argument_keywords` which may be identified by position.
SavedBareConcreteFunction.Builder
setArgumentKeywords (شاخص int، مقدار رشته)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
setConcreteFunctionName (مقدار رشته)
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
setConcreteFunctionNameBytes (مقدار com.google.protobuf.ByteString)
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
SavedBareConcreteFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
setFunctionSpec (مقدار FunctionSpec )
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
نهایی SavedBareConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

روش های ارثی

روش های عمومی

عمومی SavedBareConcreteFunction.Builder addAllArgumentKeywords (مقادیر<String> تکرارپذیر)

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

عمومی SavedBareConcreteFunction.Builder addArgumentKeywords (مقدار رشته)

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

عمومی SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (com.google.protobuf.ByteString مقدار)

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

عمومی SavedBareConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)

ساخت عمومی SavedBareConcreteFunction ()

عمومی SavedBareConcreteFunction buildPartial ()

عمومی SavedBareConcreteFunction.Builder پاک ()

عمومی SavedBareConcreteFunction.Builder clearAllowedPositionalArguments ()

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

عمومی SavedBareConcreteFunction.Builder clearArgumentKeywords ()

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

عمومی SavedBareConcreteFunction.Builder clearConcreteFunctionName ()

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی SavedBareConcreteFunction.Builder clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)

عمومی 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;

عمومی SavedBareConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

کلون عمومی SavedBareConcreteFunction.Builder ()

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;

عمومی com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

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

رشته عمومی getConcreteFunctionName ()

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی SavedBareConcreteFunction getDefaultInstanceForType ()

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

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

عمومی 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;

عمومی 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;

عمومی 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;

بولی عمومی 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;

بولین نهایی عمومی isInitialized ()

عمومی SavedBareConcreteFunction.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.Message other)

عمومی SavedBareConcreteFunction.Builder mergeFunctionSpec (مقدار FunctionSpec )

 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;

نهایی عمومی SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی SavedBareConcreteFunction.Builder setAllowedPositionalArguments (مقدار طولانی)

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

عمومی SavedBareConcreteFunction.Builder setArgumentKeywords (int index، مقدار رشته)

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

عمومی SavedBareConcreteFunction.Builder setConcreteFunctionName (مقدار رشته)

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (مقدار com.google.protobuf.ByteString)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public SavedBareConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

عمومی 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;

عمومی SavedBareConcreteFunction.Builder setFunctionSpec ( مقدار FunctionSpec )

 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;

عمومی SavedBareConcreteFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)

نهایی عمومی SavedBareConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)