Package | Description |
---|---|
tensorflow |
Modifier and Type | Class and Description |
---|---|
static class |
SavedObjectGraphOuterClass.SavedVariable
Represents a Variable that is initialized by loading the contents from the
checkpoint.
|
static class |
SavedObjectGraphOuterClass.SavedVariable.Builder
Represents a Variable that is initialized by loading the contents from the
checkpoint.
|
Modifier and Type | Method and Description |
---|---|
SavedObjectGraphOuterClass.SavedVariableOrBuilder |
SavedObjectGraphOuterClass.SavedObjectOrBuilder.getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7; |
SavedObjectGraphOuterClass.SavedVariableOrBuilder |
SavedObjectGraphOuterClass.SavedObject.getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7; |
SavedObjectGraphOuterClass.SavedVariableOrBuilder |
SavedObjectGraphOuterClass.SavedObject.Builder.getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7; |
Copyright © 2015–2019. All rights reserved.