@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedConcat extends Pointer
N Tensors to concatenate. Their ranks and types must match,
and their sizes must match in all dimensions except concat_dim.
* input_mins: The minimum scalar values for each of the input tensors.
* input_maxes: The maximum scalar values for each of the input tensors.
Returns:
* Output 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.
* Output output_min: The float value that the minimum quantized output value represents.
* Output output_max: The float value that the maximum quantized output value represents.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QuantizedConcat(Pointer p)
Pointer cast constructor.
|
QuantizedConcat(tensorflow.Scope scope,
tensorflow.Input concat_dim,
tensorflow.InputList values,
tensorflow.InputList input_mins,
tensorflow.InputList input_maxes) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.QuantizedConcat |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_max() |
tensorflow.QuantizedConcat |
output_max(tensorflow.Output output_max) |
tensorflow.Output |
output_min() |
tensorflow.QuantizedConcat |
output_min(tensorflow.Output output_min) |
tensorflow.Output |
output() |
tensorflow.QuantizedConcat |
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 QuantizedConcat(Pointer p)
Pointer.Pointer(Pointer).public QuantizedConcat(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input concat_dim, @ByVal tensorflow.InputList values, @ByVal tensorflow.InputList input_mins, @ByVal tensorflow.InputList input_maxes)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedConcat operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.QuantizedConcat output(tensorflow.Output output)
@ByRef public tensorflow.Output output_min()
public tensorflow.QuantizedConcat output_min(tensorflow.Output output_min)
@ByRef public tensorflow.Output output_max()
public tensorflow.QuantizedConcat output_max(tensorflow.Output output_max)
Copyright © 2019. All rights reserved.