パブリック インターフェイスSavedObjectGraphOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象ブール値 | containsConcreteFunctions (文字列キー) Information about captures and output structures in concrete functions. |
| 抽象 Map<String, SavedConcreteFunction > | getConcreteFunctions () 代わりに getConcreteFunctionsMap()を使用してください。 |
| 抽象整数 | getConcreteFunctionsCount () Information about captures and output structures in concrete functions. |
| 抽象 Map<String, SavedConcreteFunction > | getConcreteFunctionsMap () Information about captures and output structures in concrete functions. |
| 抽象的なSavedConcreteFunction | getConcreteFunctionsOrDefault (文字列キー、 SavedConcreteFunction のデフォルト値) Information about captures and output structures in concrete functions. |
| 抽象的なSavedConcreteFunction | getConcreteFunctionsOrThrow (文字列キー) Information about captures and output structures in concrete functions. |
| 抽象的なSavedObject | getNodes (int インデックス) Flattened list of objects in the object graph. |
| 抽象整数 | getNodesCount () Flattened list of objects in the object graph. |
| 抽象 List< SavedObject > | getNodesList () Flattened list of objects in the object graph. |
| 抽象SavedObjectOrBuilder | getNodesOrBuilder (int インデックス) Flattened list of objects in the object graph. |
| 抽象リスト<? SavedObjectOrBuilder を拡張 > | getNodesOrBuilderList () Flattened list of objects in the object graph. |
パブリックメソッド
public abstract boolean containsConcreteFunctions (文字列キー)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2; public abstract Map<String, SavedConcreteFunction > getConcreteFunctions ()
代わりにgetConcreteFunctionsMap()を使用してください。
public abstract int getConcreteFunctionsCount ()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2; public abstract Map<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 abstract 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 abstract SavedConcreteFunction getConcreteFunctionsOrThrow (文字列キー)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2; パブリック抽象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; public abstract 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; public abstract List< 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; パブリック抽象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; 公開抄録リスト<? extends 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;