| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseReduceMaxSparse.Attrs |
tensorflow.SparseReduceMaxSparse.Attrs.keep_dims_(boolean keep_dims_) |
static tensorflow.SparseReduceMaxSparse.Attrs |
tensorflow.SparseReduceMaxSparse.KeepDims(boolean x) |
tensorflow.SparseReduceMaxSparse.Attrs |
tensorflow.SparseReduceMaxSparse.Attrs.KeepDims(boolean x)
If true, retain reduced dimensions with length 1.
|
tensorflow.SparseReduceMaxSparse.Attrs |
tensorflow.SparseReduceMaxSparse.Attrs.position(long position) |
| Constructor and Description |
|---|
SparseReduceMaxSparse(tensorflow.Scope scope,
tensorflow.Input input_indices,
tensorflow.Input input_values,
tensorflow.Input input_shape,
tensorflow.Input reduction_axes,
tensorflow.SparseReduceMaxSparse.Attrs attrs) |
Copyright © 2019. All rights reserved.