SavedBareConcreteFunction.Builder

מחלקה סופית סטטית ציבורית SavedBareConcreteFunction.Builder

tensorflow.SavedBareConcreteFunction מסוג Protobuf.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, ערך אובייקט)
SavedBareConcreteFunction
SavedBareConcreteFunction
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.
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.
חוּט
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
מפרט פונקציות
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 אחר)
SavedBareConcreteFunction.Builder
mergeFunctionSpec (ערך FunctionSpec )
 The spec of the function that this ConcreteFunction is traced from.
final SavedBareConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedBareConcreteFunction.Builder
setAllowedPositionalArguments (ערך ארוך)
 The prefix of `argument_keywords` which may be identified by position.
SavedBareConcreteFunction.Builder
setArgumentKeywords (int index, ערך מחרוזת)
 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, ערך אובייקט)
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, אינדקס אינט, ערך אובייקט)
final SavedBareConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public SavedBareConcreteFunction.Builder addAllArgumentKeywords (ערכי<String> שניתן לבצע)

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

public SavedBareConcreteFunction.Builder addArgumentKeywords (ערך מחרוזת)

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

public SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (ערך com.google.protobuf.ByteString)

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

Public SavedBareConcreteFunction.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

Public SavedBareConcreteFunction build ()

public SavedBareConcreteFunction buildPartial ()

ציבורי SavedBareConcreteFunction.Builder clear ()

public SavedBareConcreteFunction.Builder clearAllowedPositionionalArguments ()

 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;

Public SavedBareConcreteFunction.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

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)

שיבוט ציבורי 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;

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

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;

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 SavedBareConcreteFunction.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.Message אחר)

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

final public SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedBareConcreteFunction.Builder setAllowedPositionalArguments (ערך ארוך)

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

public SavedBareConcreteFunction.Builder setArgumentKeywords (int index, String value)

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

public SavedBareConcreteFunction.Builder setConcreteFunctionName (ערך מחרוזת)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

Public SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (ערך com.google.protobuf.ByteString)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

Public SavedBareConcreteFunction.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

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 )

 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, אינדקס int, ערך אובייקט)

final public SavedBareConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)