@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RefSelect extends Pointer
indexth element of inputs to output.
Arguments:
* scope: A Scope object
* index: A scalar that determines the input that gets selected.
* inputs: A list of ref tensors, one of which will be forwarded to output.
Returns:
* Output: The forwarded tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RefSelect(Pointer p)
Pointer cast constructor.
|
RefSelect(tensorflow.Scope scope,
tensorflow.Input index,
tensorflow.InputList inputs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.RefSelect |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.RefSelect |
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 RefSelect(Pointer p)
Pointer.Pointer(Pointer).public RefSelect(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input index, @ByVal tensorflow.InputList inputs)
@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.RefSelect operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.RefSelect output(tensorflow.Output output)
Copyright © 2019. All rights reserved.