@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Merge extends Pointer
inputs to output.
Merge waits for at least one of the tensors in inputs to become available.
It is usually combined with Switch to implement branching.
Merge forwards the first tensor to become available to output, and sets
value_index to its index in inputs.
Arguments:
* scope: A Scope object
* inputs: The input tensors, exactly one of which will become available.
Returns:
* Output output: Will be set to the available input tensor.
* Output value_index: The index of the chosen input tensor in inputs.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Merge(Pointer p)
Pointer cast constructor.
|
Merge(tensorflow.Scope scope,
tensorflow.InputList inputs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.Merge |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.Merge |
output(tensorflow.Output output) |
tensorflow.Output |
value_index() |
tensorflow.Merge |
value_index(tensorflow.Output value_index) |
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 Merge(Pointer p)
Pointer.Pointer(Pointer).public Merge(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList inputs)
@ByRef public tensorflow.Operation operation()
public tensorflow.Merge operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Merge output(tensorflow.Output output)
@ByRef public tensorflow.Output value_index()
public tensorflow.Merge value_index(tensorflow.Output value_index)
Copyright © 2019. All rights reserved.