| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
Copyright © 2015–2019. All rights reserved.