| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.dataFormatDimMap(Operand<T> x,
DataFormatDimMap.Options... options)
Adds an
DataFormatDimMap operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static DataFormatDimMap.Options |
DataFormatDimMap.dstFormat(String dstFormat) |
DataFormatDimMap.Options |
DataFormatDimMap.Options.dstFormat(String dstFormat) |
static DataFormatDimMap.Options |
DataFormatDimMap.srcFormat(String srcFormat) |
DataFormatDimMap.Options |
DataFormatDimMap.Options.srcFormat(String srcFormat) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
DataFormatDimMap.create(Scope scope,
Operand<T> x,
DataFormatDimMap.Options... options)
Factory method to create a class to wrap a new DataFormatDimMap operation to the graph.
|
Copyright © 2015–2019. All rights reserved.