SavedObjectGraph.Builder

общедоступный статический конечный класс SavedObjectGraph.Builder

Тип protobuf tensorflow.SavedObjectGraph

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

SavedObjectGraph.Builder
addAllNodes (Iterable<? расширяет значения SavedObject >)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes (индекс int, значение SavedObject )
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes (значение SavedObject )
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes ( SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes (индекс int, SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObject.Builder
addNodesBuilder (индекс целого числа)
 Flattened list of objects in the object graph.
SavedObject.Builder
добавитьНодесБилдер ()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
СохраненныйОбъектГраф
СохраненныйОбъектГраф
SavedObjectGraph.Builder
SavedObjectGraph.Builder
SavedObjectGraph.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
SavedObjectGraph.Builder
ОчиститьНоды ()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedObjectGraph.Builder
логическое значение
содержитConcreteFunctions (строковый ключ)
 Information about captures and output structures in concrete functions.
Карта<String, SavedConcreteFunction >
getConcreteFunctions ()
Вместо этого используйте getConcreteFunctionsMap() .
интервал
getConcreteFunctionsCount ()
 Information about captures and output structures in concrete functions.
Карта<String, SavedConcreteFunction >
getConcreteFunctionsMap ()
 Information about captures and output structures in concrete functions.
СохраненнаяКонкретнаяФункция
getConcreteFunctionsOrDefault (строковый ключ, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
СохраненнаяКонкретнаяФункция
getConcreteFunctionsOrThrow (строковый ключ)
 Information about captures and output structures in concrete functions.
СохраненныйОбъектГраф
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Карта<String, SavedConcreteFunction >
getMutableConcreteFunctions ()
Вместо этого используйте альтернативные методы доступа к мутациям.
СохраненныйОбъект
getNodes (целочисленный индекс)
 Flattened list of objects in the object graph.
SavedObject.Builder
getNodesBuilder (индекс целого числа)
 Flattened list of objects in the object graph.
Список< СохраненныйОбъект.Builder >
getNodesBuilderList ()
 Flattened list of objects in the object graph.
интервал
getNodesCount ()
 Flattened list of objects in the object graph.
Список < СохраненныйОбъект >
получитьСписокНодов ()
 Flattened list of objects in the object graph.
Саведобжекторбилдер
getNodesOrBuilder (индекс целого числа)
 Flattened list of objects in the object graph.
Список<? расширяет SavedObjectOrBuilder >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.
последнее логическое значение
SavedObjectGraph.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SavedObjectGraph.Builder
mergeFrom (com.google.protobuf.Message другое)
окончательный SavedObjectGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
SavedObjectGraph.Builder
putAllConcreteFunctions (значения Map<String, SavedConcreteFunction >)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
putConcreteFunctions (строковый ключ, значение SavedConcreteFunction )
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
RemoveConcreteFunctions (строковый ключ)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
RemoveNodes (индекс целого числа)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
SavedObjectGraph.Builder
setNodes (индекс int, значение SavedObject )
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setNodes (индекс int, SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
окончательный SavedObjectGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

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

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

public SavedObjectGraph.Builder addAllNodes (Iterable<? расширяет значения SavedObject >)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (индекс int, значение SavedObject )

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (значение SavedObject )

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes ( SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (индекс int, SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObject.Builder addNodesBuilder (индекс int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный SavedObject.Builder addNodesBuilder ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка SavedObjectGraph ()

общедоступный SavedObjectGraph buildPartial ()

общедоступный SavedObjectGraph.Builder очистить ()

общедоступный SavedObjectGraph.Builder ClearConcreteFunctions ()

общедоступный SavedObjectGraph.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступный SavedObjectGraph.Builder ClearNodes ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный SavedObjectGraph.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

общедоступный клон SavedObjectGraph.Builder ()

общедоступное логическое значение containsConcreteFunctions (строковый ключ)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

общедоступная Map<String, SavedConcreteFunction > getConcreteFunctions ()

Вместо этого используйте getConcreteFunctionsMap() .

public int getConcreteFunctionsCount ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

общедоступная карта <String, SavedConcreteFunction > getConcreteFunctionsMap ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrDefault (строковый ключ, SavedConcreteFunction defaultValue)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrThrow (строковый ключ)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

общедоступный SavedObjectGraph getDefaultInstanceForType ()

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

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступная Map<String, SavedConcreteFunction > getMutableConcreteFunctions ()

Вместо этого используйте альтернативные методы доступа к мутациям.

общедоступный SavedObject getNodes (индекс int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный SavedObject.Builder getNodesBuilder (индекс int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный список < SavedObject.Builder > getNodesBuilderList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public int getNodesCount ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный список < SavedObject > getNodesList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectOrBuilder getNodesOrBuilder (индекс int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

общедоступный список<? расширяет SavedObjectOrBuilder > getNodesOrBuilderList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

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

общедоступный SavedObjectGraph.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

общедоступный SavedObjectGraph.Builder mergeFrom (com.google.protobuf.Message другое)

общедоступный финал SavedObjectGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public SavedObjectGraph.Builder putAllConcreteFunctions (значения Map<String, SavedConcreteFunction >)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder putConcreteFunctions (строковый ключ, значение SavedConcreteFunction )

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder removeConcreteFunctions (строковый ключ)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder RemoveNodes (индекс int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public SavedObjectGraph.Builder setNodes (индекс int, значение SavedObject )

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setNodes (индекс int, SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

публичный финальный SavedObjectGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)