Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Class and Description |
---|---|
class |
SavedTensorSliceMeta
Metadata describing the set of tensor slices saved in a checkpoint file.
|
static class |
SavedTensorSliceMeta.Builder
Metadata describing the set of tensor slices saved in a checkpoint file.
|
Modifier and Type | Method and Description |
---|---|
SavedTensorSliceMetaOrBuilder |
SavedTensorSlices.getMetaOrBuilder()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
SavedTensorSliceMetaOrBuilder |
SavedTensorSlices.Builder.getMetaOrBuilder()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
SavedTensorSliceMetaOrBuilder |
SavedTensorSlicesOrBuilder.getMetaOrBuilder()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
Copyright © 2015–2017. All rights reserved.