SavedObjectGraphOrBuilder

공개 인터페이스 SavedObjectGraphOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
containConcreteFunctions (문자열 키)
 Information about captures and output structures in concrete functions.
추상 맵<String, SavedConcreteFunction >
추상 정수
getConcreteFunctionsCount ()
 Information about captures and output structures in concrete functions.
추상 맵<String, SavedConcreteFunction >
getConcreteFunctionsMap ()
 Information about captures and output structures in concrete functions.
추상 SavedConcreteFunction
getConcreteFunctionsOrDefault (문자열 키, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
추상 SavedConcreteFunction
getConcreteFunctionsOrThrow (문자열 키)
 Information about captures and output structures in concrete functions.
추상 저장된 개체
getNodes (정수 인덱스)
 Flattened list of objects in the object graph.
추상 정수
getNodesCount ()
 Flattened list of objects in the object graph.
추상 목록< SavedObject >
getNodesList ()
 Flattened list of objects in the object graph.
추상 SavedObjectOrBuilder
getNodesOrBuilder (정수 인덱스)
 Flattened list of objects in the object graph.
추상 목록<? SavedObjectOrBuilder 확장 >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.

공개 방법

공개 추상 부울 containConcreteFunctions (문자열 키)

 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() 사용하세요.

공개 추상 int getConcreteFunctionsCount ()

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

공개 추상 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;

공개 추상 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;

공개 추상 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;

공개 추상 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;

공개 추상 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;