@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.UnsortedSegmentMax extends Pointer
j... such
that segment_ids[j...] == i.
If the maximum is empty for a given segment ID i, it outputs the smallest
possible value for the specific numeric type,
output[i] = numeric_limits<T>::lowest().
If the given segment ID i is negative, then the corresponding value is
dropped, and will not be included in the result.
data.shape.END
}
out_arg {
name: "output"
description: <num_segments.
Returns:
* Output: The output tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
UnsortedSegmentMax(Pointer p)
Pointer cast constructor.
|
UnsortedSegmentMax(tensorflow.Scope scope,
tensorflow.Input data,
tensorflow.Input segment_ids,
tensorflow.Input num_segments) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.UnsortedSegmentMax |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.UnsortedSegmentMax |
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 UnsortedSegmentMax(Pointer p)
Pointer.Pointer(Pointer).public UnsortedSegmentMax(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input data, @ByVal tensorflow.Input segment_ids, @ByVal tensorflow.Input num_segments)
@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.UnsortedSegmentMax operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.UnsortedSegmentMax output(tensorflow.Output output)
Copyright © 2019. All rights reserved.