@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RestoreV2 extends Pointer
OutputList: shape {N}. The restored tensors, whose shapes are read from the
checkpoint directly.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RestoreV2(Pointer p)
Pointer cast constructor.
|
RestoreV2(tensorflow.Scope scope,
tensorflow.Input prefix,
tensorflow.Input tensor_names,
tensorflow.Input shape_and_slices,
tensorflow.DataTypeVector dtypes) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
get(long index) |
tensorflow.Operation |
operation() |
tensorflow.RestoreV2 |
operation(tensorflow.Operation operation) |
tensorflow.OutputVector |
tensors() |
tensorflow.RestoreV2 |
tensors(tensorflow.OutputVector tensors) |
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 RestoreV2(Pointer p)
Pointer.Pointer(Pointer).public RestoreV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input prefix, @ByVal tensorflow.Input tensor_names, @ByVal tensorflow.Input shape_and_slices, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes)
@ByVal @Name(value="operator []") public tensorflow.Output get(@Cast(value="size_t") long index)
@ByRef public tensorflow.Operation operation()
public tensorflow.RestoreV2 operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector tensors()
public tensorflow.RestoreV2 tensors(tensorflow.OutputVector tensors)
Copyright © 2019. All rights reserved.