| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseToDense.Attrs |
tensorflow.SparseToDense.Attrs.position(long position) |
tensorflow.SparseToDense.Attrs |
tensorflow.SparseToDense.Attrs.validate_indices_(boolean validate_indices_) |
static tensorflow.SparseToDense.Attrs |
tensorflow.SparseToDense.ValidateIndices(boolean x) |
tensorflow.SparseToDense.Attrs |
tensorflow.SparseToDense.Attrs.ValidateIndices(boolean x)
If true, indices are checked to make sure they are sorted in
lexicographic order and that there are no repeats.
|
| Constructor and Description |
|---|
SparseToDense(tensorflow.Scope scope,
tensorflow.Input sparse_indices,
tensorflow.Input output_shape,
tensorflow.Input sparse_values,
tensorflow.Input default_value,
tensorflow.SparseToDense.Attrs attrs) |
Copyright © 2019. All rights reserved.