общедоступный статический конечный класс 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, значение объекта) |
СохраненоBareConcreteФункция | строить () |
СохраненоBareConcreteФункция | |
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 | ClearConcreteFunctionName () 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. |
Нить | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
СохраненоBareConcreteФункция | |
окончательный статический 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. |
ФункцияSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
логическое значение | имеетFunctionSpec () 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. |
окончательный 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, значение объекта) |
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.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.BuilderclearConcreteFunctionName ( )
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public SavedBareConcreteFunction.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
public SavedBareConcreteFunction.BuilderclearFunctionSpec ( )
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;
публичная строка 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;
публичная строка getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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 ()
public SavedBareConcreteFunction.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
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;
общедоступный финал SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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;