| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SerializeSparse.Attrs |
tensorflow.SerializeSparse.Attrs.out_type_(int out_type_) |
static tensorflow.SerializeSparse.Attrs |
tensorflow.SerializeSparse.OutType(int x) |
tensorflow.SerializeSparse.Attrs |
tensorflow.SerializeSparse.Attrs.OutType(int x)
The
dtype to use for serialization; the supported types are string
(default) and variant. |
tensorflow.SerializeSparse.Attrs |
tensorflow.SerializeSparse.Attrs.position(long position) |
| Constructor and Description |
|---|
SerializeSparse(tensorflow.Scope scope,
tensorflow.Input sparse_indices,
tensorflow.Input sparse_values,
tensorflow.Input sparse_shape,
tensorflow.SerializeSparse.Attrs attrs) |
Copyright © 2019. All rights reserved.