публичный финальный класс SavedConcreteFunction
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Тип protobuf
tensorflow.SavedConcreteFunction
Вложенные классы
сорт | SavedConcreteFunction.Builder | Stores low-level information about a concrete function. |
Константы
интервал | BOUND_INPUTS_FIELD_NUMBER | |
интервал | CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER | |
интервал | OUTPUT_SIGNATURE_FIELD_NUMBER |
Публичные методы
логическое значение | равно (Объект obj) |
интервал | getBoundInputs (индекс целого числа) Bound inputs to the function. |
интервал | getBoundInputsCount () Bound inputs to the function. |
Список<Целое число> | getBoundInputsList () Bound inputs to the function. |
Структурированное значение | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
Структурированное значениеорбилдер | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
статическая SavedConcreteFunction | |
СохраненнаяКонкретнаяФункция | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
Структурированное значение | получитьВыходнуюподпись () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Структурированное значениеорбилдер | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
интервал | |
окончательный com.google.protobuf.UnknownFieldSet | |
логическое значение | имеетCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
логическое значение | имеетВыходнуюподпись () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
интервал | хэш-код () |
последнее логическое значение | |
статический SavedConcreteFunction.Builder | newBuilder (прототип SavedConcreteFunction ) |
статический SavedConcreteFunction.Builder | |
SavedConcreteFunction.Builder | |
статическая SavedConcreteFunction | parseDelimitedFrom (входной поток) |
статическая SavedConcreteFunction | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статическая SavedConcreteFunction | parseFrom (данные ByteBuffer) |
статическая SavedConcreteFunction | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статическая SavedConcreteFunction | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статическая SavedConcreteFunction | parseFrom (вход com.google.protobuf.CodedInputStream) |
статическая SavedConcreteFunction | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статическая SavedConcreteFunction | parseFrom (данные com.google.protobuf.ByteString) |
статическая SavedConcreteFunction | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статическая SavedConcreteFunction | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
SavedConcreteFunction.Builder | toBuilder () |
пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int BOUND_INPUTS_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int OUTPUT_SIGNATURE_FIELD_NUMBER
Постоянное значение: 4
Публичные методы
общедоступное логическое значение равно (Object obj)
public int getBoundInputs (индекс int)
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
public int getBoundInputsCount ()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
общедоступный список<Integer> getBoundInputsList ()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
public StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступное структурированное значение getOutputSignature ()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
public StructuredValueOrBuilder getOutputSignatureOrBuilder ()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
общественный getParserForType ()
public int getSerializedSize ()
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
общедоступное логическое значение hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
общедоступное логическое значение hasOutputSignature ()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
public int hashCode ()
публичное финальное логическое значение isInitialized ()
общедоступная статическая SavedConcreteFunction parseDelimitedFrom (вход InputStream)
Броски
Исключение IO |
---|
общедоступная статическая SavedConcreteFunction parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступная статическая SavedConcreteFunction parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
public static SavedConcreteFunction parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступная статическая SavedConcreteFunction parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступная статическая SavedConcreteFunction parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступная статическая SavedConcreteFunction parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступная статическая SavedConcreteFunction parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступная статическая SavedConcreteFunction parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступная статическая SavedConcreteFunction parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|