@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SaveSlices extends Pointer
Save except that tensors can be listed in the saved file as being
a slice of a larger tensor. shapes_and_slices specifies the shape of the
larger tensor and the slice that this tensor covers. shapes_and_slices must
have as many elements as tensor_names.
Elements of the shapes_and_slices input must either be:
* The empty string, in which case the corresponding tensor is
saved normally.
* A string of the form dim0 dim1 ... dimN-1 slice-spec where the
dimI are the dimensions of the larger tensor and slice-spec
specifies what part is covered by the tensor to save.
slice-spec itself is a :-separated list: slice0:slice1:...:sliceN-1
where each sliceI is either:
* The string - meaning that the slice covers all indices of this dimension
* start,length where start and length are integers. In that
case the slice covers length indices starting at start.
See also Save.
Arguments:
* scope: A Scope object
* filename: Must have a single element. The name of the file to which we write the
tensor.
* tensor_names: Shape [N]. The names of the tensors to be saved.
* shapes_and_slices: Shape [N]. The shapes and slice specifications to use when
saving the tensors.
* data: N tensors to save.
Returns:
* the created OperationPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SaveSlices(Pointer p)
Pointer cast constructor.
|
SaveSlices(tensorflow.Scope scope,
tensorflow.Input filename,
tensorflow.Input tensor_names,
tensorflow.Input shapes_and_slices,
tensorflow.InputList data) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.SaveSlices |
operation(tensorflow.Operation operation) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic SaveSlices(Pointer p)
Pointer.Pointer(Pointer).public SaveSlices(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input filename, @ByVal tensorflow.Input tensor_names, @ByVal tensorflow.Input shapes_and_slices, @ByVal tensorflow.InputList data)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByRef public tensorflow.Operation operation()
public tensorflow.SaveSlices operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.