@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Concat extends Pointer
N Tensors to concatenate. Their ranks and types must match,
and their sizes must match in all dimensions except concat_dim.
* axis: 0-D. The dimension along which to concatenate. Must be in the
range [-rank(values), rank(values)).
Returns:
* Output: A Tensor with the concatenation of values stacked along the
concat_dim dimension. This tensor's shape matches that of values except
in concat_dim where it has the sum of the sizes.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Concat(Pointer p)
Pointer cast constructor.
|
Concat(tensorflow.Scope scope,
tensorflow.InputList values,
tensorflow.Input axis) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Concat |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.Concat |
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 Concat(Pointer p)
Pointer.Pointer(Pointer).public Concat(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList values, @ByVal tensorflow.Input axis)
@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.Concat operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Concat output(tensorflow.Output output)
Copyright © 2019. All rights reserved.