SavedObjectOrBuilder

パブリック インターフェイスSavedObjectOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsSaveableObjects (文字列キー)
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.
抽象整数
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 (int インデックス)
 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.
抽象的なSavedConstant
getConstant ()
.tensorflow.SavedConstant constant = 9;
抽象SavedConstantOrBuilder
getConstantOrBuilder ()
.tensorflow.SavedConstant constant = 9;
抽象的なSavedFunction
get関数()
.tensorflow.SavedFunction function = 6;
抽象SavedFunctionOrBuilder
getFunctionOrBuilder ()
.tensorflow.SavedFunction function = 6;
抽象SavedObject.KindCase
抽象的な保存されたリソース
getリソース()
.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 (int インデックス)
 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 (int インデックス)
 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;
抽象ブール値
hasAsset ()
.tensorflow.SavedAsset asset = 5;
抽象ブール値
ベアコンクリート関数がある()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
抽象ブール値
hasConstant ()
.tensorflow.SavedConstant constant = 9;
抽象ブール値
関数がある()
.tensorflow.SavedFunction function = 6;
抽象ブール値
hasResource ()
.tensorflow.SavedResource resource = 10;
抽象ブール値
hasUserObject ()
.tensorflow.SavedUserObject user_object = 4;
抽象ブール値
変数あり()
.tensorflow.SavedVariable variable = 7;

パブリックメソッド

public abstract boolean containsSaveableObjects (文字列キー)

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;

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

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

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

public abstract Map<String, SaveableObject > getSaveableObjects ()

代わりにgetSaveableObjectsMap()を使用してください。

public abstract int getSaveableObjectsCount ()

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

public abstract Map<String, SaveableObject > getSaveableObjectsMap ()

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

public abstract SaveableObject getSaveableObjectsOrDefault (文字列キー、 SaveableObject defaultValue)

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

public abstract SaveableObject getSaveableObjectsOrThrow (文字列キー)

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

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

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

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

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

public abstract boolean hasAsset ()

.tensorflow.SavedAsset asset = 5;

public abstract boolean hasBareConcreteFunction ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

public abstract boolean hasConstant ()

.tensorflow.SavedConstant constant = 9;

public abstract boolean hasFunction ()

.tensorflow.SavedFunction function = 6;

public abstract boolean hasResource ()

.tensorflow.SavedResource resource = 10;

public abstract boolean hasUserObject ()

.tensorflow.SavedUserObject user_object = 4;

public abstract boolean hasVariable ()

.tensorflow.SavedVariable variable = 7;