@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.MergeV2Checkpoints extends Pointer
Attrs):
* delete_old_dirs: see above.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.MergeV2Checkpoints.Attrs
Optional attribute setters for MergeV2Checkpoints
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MergeV2Checkpoints(Pointer p)
Pointer cast constructor.
|
MergeV2Checkpoints(tensorflow.Scope scope,
tensorflow.Input checkpoint_prefixes,
tensorflow.Input destination_prefix) |
MergeV2Checkpoints(tensorflow.Scope scope,
tensorflow.Input checkpoint_prefixes,
tensorflow.Input destination_prefix,
tensorflow.MergeV2Checkpoints.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
static tensorflow.MergeV2Checkpoints.Attrs |
DeleteOldDirs(boolean x) |
tensorflow.Operation |
operation() |
tensorflow.MergeV2Checkpoints |
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 MergeV2Checkpoints(Pointer p)
Pointer.Pointer(Pointer).public MergeV2Checkpoints(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input checkpoint_prefixes, @ByVal tensorflow.Input destination_prefix)
public MergeV2Checkpoints(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input checkpoint_prefixes, @ByVal tensorflow.Input destination_prefix, @Const @ByRef tensorflow.MergeV2Checkpoints.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.MergeV2Checkpoints.Attrs DeleteOldDirs(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.MergeV2Checkpoints operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.