SavedBareConcreteFunction

публичный финальный класс SavedBareConcreteFunction

Тип protobuf tensorflow.SavedBareConcreteFunction

Вложенные классы

сорт SavedBareConcreteFunction.Builder Тип protobuf tensorflow.SavedBareConcreteFunction

Константы

интервал ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
интервал ARGUMENT_KEYWORDS_FIELD_NUMBER
интервал CONCRETE_FUNCTION_NAME_FIELD_NUMBER
интервал FUNCTION_SPEC_FIELD_NUMBER

Публичные методы

логическое значение
равно (Объект obj)
длинный
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.
статическая SavedBareConcreteFunction
СохраненоBareConcreteФункция
окончательный статический com.google.protobuf.Descriptors.Descriptor
Спецификация функции
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
ФункцияSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
интервал
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
интервал
последнее логическое значение
статический SavedBareConcreteFunction.Builder
статический SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
статическая SavedBareConcreteFunction
parseDelimitedFrom (входной поток)
статическая SavedBareConcreteFunction
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая SavedBareConcreteFunction
parseFrom (данные ByteBuffer)
статическая SavedBareConcreteFunction
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая SavedBareConcreteFunction
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая SavedBareConcreteFunction
parseFrom (вход com.google.protobuf.CodedInputStream)
статическая SavedBareConcreteFunction
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая SavedBareConcreteFunction
parseFrom (данные com.google.protobuf.ByteString)
статическая SavedBareConcreteFunction
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая SavedBareConcreteFunction
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
SavedBareConcreteFunction.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

Постоянное значение: 3

общедоступный статический окончательный int ARGUMENT_KEYWORDS_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический окончательный int CONCRETE_FUNCTION_NAME_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int FUNCTION_SPEC_FIELD_NUMBER

Постоянное значение: 4

Публичные методы

общедоступное логическое значение равно (Object obj)

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;

общедоступная статическая SavedBareConcreteFunction getDefaultInstance ()

общественная SavedBareConcreteFunction getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступная 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;

общедоступный 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;

общественный getParserForType ()

public int getSerializedSize ()

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

общедоступное логическое значение 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 int hashCode ()

публичное финальное логическое значение isInitialized ()

public static SavedBareConcreteFunction.Builder newBuilder (прототип SavedBareConcreteFunction )

общедоступный статический SavedBareConcreteFunction.Builder newBuilder ()

public SavedBareConcreteFunction.Builder newBuilderForType ()

общедоступная статическая SavedBareConcreteFunction parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступная статическая SavedBareConcreteFunction parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступная статическая SavedBareConcreteFunction parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступная статическая SavedBareConcreteFunction parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static SavedBareConcreteFunction parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступная статическая SavedBareConcreteFunction parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступная статическая SavedBareConcreteFunction parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступная статическая SavedBareConcreteFunction parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступная статическая SavedBareConcreteFunction parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступная статическая SavedBareConcreteFunction parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

public SavedBareConcreteFunction.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO