@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SplitV extends Pointer
num_split tensors along one dimension.
Arguments:
* scope: A Scope object
* value: The tensor to split.
* size_splits: list containing the sizes of each output tensor along the split
dimension. Must sum to the dimension of value along split_dim.
Can contain one -1 indicating that dimension is to be inferred.
* axis: 0-D. The dimension along which to split. Must be in the range
[-rank(value), rank(value)).
Returns:
* OutputList: Tensors whose shape matches that of value
except along axis, where their sizes are
size_splits[i].Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SplitV(Pointer p)
Pointer cast constructor.
|
SplitV(tensorflow.Scope scope,
tensorflow.Input value,
tensorflow.Input size_splits,
tensorflow.Input axis,
long num_split) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
get(long index) |
tensorflow.Operation |
operation() |
tensorflow.SplitV |
operation(tensorflow.Operation operation) |
tensorflow.OutputVector |
output() |
tensorflow.SplitV |
output(tensorflow.OutputVector 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 SplitV(Pointer p)
Pointer.Pointer(Pointer).public SplitV(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input value, @ByVal tensorflow.Input size_splits, @ByVal tensorflow.Input axis, @Cast(value="tensorflow::int64") long num_split)
@ByVal @Name(value="operator []") public tensorflow.Output get(@Cast(value="size_t") long index)
@ByRef public tensorflow.Operation operation()
public tensorflow.SplitV operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector output()
public tensorflow.SplitV output(tensorflow.OutputVector output)
Copyright © 2019. All rights reserved.