SavedBareConcreteFunction.Builder

パブリック静的最終クラスSavedBareConcreteFunction.Builder

Protobuf 型tensorflow.SavedBareConcreteFunction

パブリックメソッド

SavedBareConcreteFunction.Builder
addAllArgumentKeywords (Iterable<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
クリア引数キーワード()
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
クリアコンクリート関数名()
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
SavedBareConcreteFunction.Builder
クリア関数仕様()
 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 インデックス)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (int インデックス)
 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.
getConcrete関数名()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
機能スペック
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
関数仕様ビルダー
getFunctionSpecBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
関数仕様またはビルダー
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.UnknownFieldSet 不明フィールド)
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 フィールド、オブジェクト値)
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 インデックス、オブジェクト値)
最終的なSavedBareConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public SavedBareConcreteFunction.Builder addAllArgumentKeywords (Iterable<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 ()

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;

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)

public long getAllowedPositionalArguments ()

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

public String getArgumentKeywords (int インデックス)

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

public com.google.protobuf.ByteString getArgumentKeywordsBytes (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;

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;

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

パブリック最終ブール値isInitialized ()

public SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

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;

public Final SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

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 インデックス、文字列値)

 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 インデックス、オブジェクト値)

public Final SavedBareConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)