| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.keep_dims_(boolean keep_dims_) |
static tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.KeepDims(boolean x) |
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.KeepDims(boolean x)
If
True, retain reduced dimensions with length 1. |
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.position(long position) |
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.separator_(BytePointer separator_) |
static tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Separator(BytePointer x) |
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.Separator(BytePointer x)
The separator to use when joining.
|
static tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Separator(String x) |
tensorflow.ReduceJoin.Attrs |
tensorflow.ReduceJoin.Attrs.Separator(String x) |
| Constructor and Description |
|---|
ReduceJoin(tensorflow.Scope scope,
tensorflow.Input inputs,
tensorflow.Input reduction_indices,
tensorflow.ReduceJoin.Attrs attrs) |
Copyright © 2019. All rights reserved.