SavedObjectOrBuilder

공용 인터페이스 SavedObjectOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
containSaveableObjects (문자열 키)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
추상 저장된 자산
getAsset ()
.tensorflow.SavedAsset asset = 5;
추상 SavedAssetOrBuilder
getAssetOrBuilder ()
.tensorflow.SavedAsset asset = 5;
추상 저장됨BareConcreteFunction
getBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
추상 저장됨 BareConcreteFunctionOrBuilder
getBareConcreteFunctionOrBuilder ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
추상 TrackableObjectGraph.TrackableObject.ObjectReference
getChildren (정수 인덱스)
 Objects which this object depends on: named edges in the dependency
 graph.
추상 정수
getChildrenCount ()
 Objects which this object depends on: named edges in the dependency
 graph.
추상 목록< TrackableObjectGraph.TrackableObject.ObjectReference >
getChildrenList ()
 Objects which this object depends on: named edges in the dependency
 graph.
추상 TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
getChildrenOrBuilder (정수 인덱스)
 Objects which this object depends on: named edges in the dependency
 graph.
추상 목록<? TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder를 확장합니다. >
getChildrenOrBuilderList ()
 Objects which this object depends on: named edges in the dependency
 graph.
추상 저장 상수
getConstant ()
.tensorflow.SavedConstant constant = 9;
추상 SavedConstantOrBuilder
getConstantOrBuilder ()
.tensorflow.SavedConstant constant = 9;
추상 저장된 함수
get함수 ()
.tensorflow.SavedFunction function = 6;
추상 SavedFunctionOrBuilder
getFunctionOrBuilder ()
.tensorflow.SavedFunction function = 6;
추상 SavedObject.KindCase
추상 저장된 리소스
리소스 가져오기 ()
.tensorflow.SavedResource resource = 10;
추상 SavedResourceOrBuilder
getResourceOrBuilder ()
.tensorflow.SavedResource resource = 10;
추상 Map<String, SaveableObject >
getSaveableObjects ()
대신 getSaveableObjectsMap() 사용하세요.
추상 정수
getSaveableObjectsCount ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
추상 Map<String, SaveableObject >
getSaveableObjectsMap ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
추상 SaveableObject
getSaveableObjectsOrDefault (문자열 키, SaveableObject defaultValue)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
추상 SaveableObject
getSaveableObjectsOrThrow (문자열 키)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
추상 TrackableObjectGraph.TrackableObject.SlotVariableReference
getSlotVariables (정수 인덱스)
 Slot variables owned by this object.
추상 정수
getSlotVariablesCount ()
 Slot variables owned by this object.
추상 목록< TrackableObjectGraph.TrackableObject.SlotVariableReference >
getSlotVariablesList ()
 Slot variables owned by this object.
추상 TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
getSlotVariablesOrBuilder (정수 인덱스)
 Slot variables owned by this object.
추상 목록<? TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder를 확장합니다. >
getSlotVariablesOrBuilderList ()
 Slot variables owned by this object.
추상 SavedUserObject
getUserObject ()
.tensorflow.SavedUserObject user_object = 4;
추상 SavedUserObjectOrBuilder
getUserObjectOrBuilder ()
.tensorflow.SavedUserObject user_object = 4;
추상 저장된 변수
get변수 ()
.tensorflow.SavedVariable variable = 7;
추상 SavedVariableOrBuilder
getVariableOrBuilder ()
.tensorflow.SavedVariable variable = 7;
추상 부울
해시자산 ()
.tensorflow.SavedAsset asset = 5;
추상 부울
hasBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
추상 부울
hasConstant ()
.tensorflow.SavedConstant constant = 9;
추상 부울
has함수 ()
.tensorflow.SavedFunction function = 6;
추상 부울
해시리소스 ()
.tensorflow.SavedResource resource = 10;
추상 부울
hasUserObject ()
.tensorflow.SavedUserObject user_object = 4;
추상 부울
has변수 ()
.tensorflow.SavedVariable variable = 7;

공개 방법

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

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

공개 추상 SavedAsset getAsset ()

.tensorflow.SavedAsset asset = 5;

공개 추상 SavedAssetOrBuilder getAssetOrBuilder ()

.tensorflow.SavedAsset asset = 5;

공개 추상 SavedBareConcreteFunction getBareConcreteFunction ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

공개 추상 SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

공개 추상 TrackableObjectGraph.TrackableObject.ObjectReference getChildren (int 인덱스)

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

공개 추상 int getChildrenCount ()

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

공개 추상 목록< TrackableObjectGraph.TrackableObject.ObjectReference > getChildrenList ()

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

공개 추상 TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder (int 인덱스)

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

공개 요약 목록<? TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder > getChildrenOrBuilderList () 를 확장합니다.

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

공개 추상 SavedConstant getConstant ()

.tensorflow.SavedConstant constant = 9;

공개 추상 SavedConstantOrBuilder getConstantOrBuilder ()

.tensorflow.SavedConstant constant = 9;

공개 추상 SavedFunction getFunction ()

.tensorflow.SavedFunction function = 6;

공개 추상 SavedFunctionOrBuilder getFunctionOrBuilder ()

.tensorflow.SavedFunction function = 6;

공개 추상 SavedObject.KindCase getKindCase ()

공개 추상 SavedResource getResource ()

.tensorflow.SavedResource resource = 10;

공개 추상 SavedResourceOrBuilder getResourceOrBuilder ()

.tensorflow.SavedResource resource = 10;

공개 추상 Map<String, SaveableObject > getSaveableObjects ()

대신 getSaveableObjectsMap() 사용하세요.

공개 추상 int getSaveableObjectsCount ()

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

공개 추상 Map<String, SaveableObject > getSaveableObjectsMap ()

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

공개 추상 SaveableObject getSaveableObjectsOrDefault (문자열 키, SaveableObject defaultValue)

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

공개 추상 SaveableObject getSaveableObjectsOrThrow (문자열 키)

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

공개 추상 TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables (int 인덱스)

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

공개 추상 int getSlotVariablesCount ()

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

공개 추상 목록< TrackableObjectGraph.TrackableObject.SlotVariableReference > getSlotVariablesList ()

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

공개 추상 TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder (int 인덱스)

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

공개 요약 목록<? TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder > getSlotVariablesOrBuilderList () 를 확장합니다.

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

공개 추상 SavedUserObject getUserObject ()

.tensorflow.SavedUserObject user_object = 4;

공개 추상 SavedUserObjectOrBuilder getUserObjectOrBuilder ()

.tensorflow.SavedUserObject user_object = 4;

공개 추상 SavedVariable getVariable ()

.tensorflow.SavedVariable variable = 7;

공개 추상 SavedVariableOrBuilder getVariableOrBuilder ()

.tensorflow.SavedVariable variable = 7;

공개 추상 부울 hasAsset ()

.tensorflow.SavedAsset asset = 5;

공개 추상 부울 hasBareConcreteFunction ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

공개 추상 부울 hasConstant ()

.tensorflow.SavedConstant constant = 9;

공개 추상 부울 hasFunction ()

.tensorflow.SavedFunction function = 6;

공개 추상 부울 hasResource ()

.tensorflow.SavedResource resource = 10;

공개 추상 부울 hasUserObject ()

.tensorflow.SavedUserObject user_object = 4;

공개 추상 부울 hasVariable ()

.tensorflow.SavedVariable variable = 7;