| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.a_is_sparse_(boolean a_is_sparse_) |
static tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.AIsSparse(boolean x) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.AIsSparse(boolean x)
Defaults to false
|
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.b_is_sparse_(boolean b_is_sparse_) |
static tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.BIsSparse(boolean x) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.BIsSparse(boolean x)
Defaults to false
|
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.position(long position) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.transpose_a_(boolean transpose_a_) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.transpose_b_(boolean transpose_b_) |
static tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.TransposeA(boolean x) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.TransposeA(boolean x)
Defaults to false
|
static tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.TransposeB(boolean x) |
tensorflow.SparseMatMul.Attrs |
tensorflow.SparseMatMul.Attrs.TransposeB(boolean x)
Defaults to false
|
| Constructor and Description |
|---|
SparseMatMul(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input b,
tensorflow.SparseMatMul.Attrs attrs) |
Copyright © 2019. All rights reserved.