SavedObjectGraph

パブリック最終クラスSavedObjectGraph

Protobuf 型tensorflow.SavedObjectGraph

ネストされたクラス

クラスSavedObjectGraph.Builder Protobuf 型tensorflow.SavedObjectGraph

定数

整数CONCRETE_FUNCTIONS_FIELD_NUMBER
整数NODES_FIELD_NUMBER

パブリックメソッド

ブール値
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.
保存されたコンクリート関数
getConcreteFunctionsOrDefault (文字列キー、 SavedConcreteFunctionのデフォルト値)
 Information about captures and output structures in concrete functions.
保存されたコンクリート関数
getConcreteFunctionsOrThrow (文字列キー)
 Information about captures and output structures in concrete functions.
静的SavedObjectGraph
保存されたオブジェクトグラフ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
保存されたオブジェクト
getNodes (int インデックス)
 Flattened list of objects in the object graph.
整数
getNodesCount ()
 Flattened list of objects in the object graph.
リスト<保存されたオブジェクト>
getNodesList ()
 Flattened list of objects in the object graph.
保存されたオブジェクトまたはビルダー
getNodesOrBuilder (int インデックス)
 Flattened list of objects in the object graph.
リスト<? SavedObjectOrBuilderを拡張 >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SavedObjectGraph.Builder
newBuilder ( SavedObjectGraphプロトタイプ)
静的SavedObjectGraph.Builder
SavedObjectGraph.Builder
静的SavedObjectGraph
parseDelimitedFrom (InputStream 入力)
静的SavedObjectGraph
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedObjectGraph
parseFrom (ByteBuffer データ)
静的SavedObjectGraph
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedObjectGraph
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedObjectGraph
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedObjectGraph
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedObjectGraph
parseFrom (com.google.protobuf.ByteString データ)
静的SavedObjectGraph
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedObjectGraph
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SavedObjectGraph.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数CONCRETE_FUNCTIONS_FIELD_NUMBER

定数値: 2

パブリック静的最終整数NODES_FIELD_NUMBER

定数値: 1

パブリックメソッド

public boolean containsConcreteFunctions (文字列キー)

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

public booleanに等しい(オブジェクト obj)

public 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;

public 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 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;

public static SavedObjectGraph getDefaultInstance ()

public SavedObjectGraph getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public 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 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 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;

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;

公開リスト<? 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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static SavedObjectGraph.Builder newBuilder ( SavedObjectGraphプロトタイプ)

public static SavedObjectGraph.Builder newBuilder ()

public SavedObjectGraph.Builder newBuilderForType ()

public static SavedObjectGraph parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static SavedObjectGraph parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedObjectGraph parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static SavedObjectGraph parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedObjectGraph parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SavedObjectGraph parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static SavedObjectGraph parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SavedObjectGraph parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static SavedObjectGraph parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedObjectGraph parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public SavedObjectGraph.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外