@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.CountUpTo extends Pointer
Variable node.
* limit: If incrementing ref would bring it above limit, instead generates an
'OutOfRange' error.
Returns:
* Output: A copy of the input before increment. If nothing else modifies the
input, the values produced will all be distinct.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CountUpTo(Pointer p)
Pointer cast constructor.
|
CountUpTo(tensorflow.Scope scope,
tensorflow.Input ref,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.CountUpTo |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.CountUpTo |
output(tensorflow.Output output) |
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 CountUpTo(Pointer p)
Pointer.Pointer(Pointer).public CountUpTo(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input ref, @Cast(value="tensorflow::int64") long limit)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.CountUpTo operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.CountUpTo output(tensorflow.Output output)
Copyright © 2019. All rights reserved.