public interface OutputDataShapeAware
| Modifier and Type | Method and Description |
|---|---|
DataShape |
getOutputDataShape()
Returns the output data shape.
|
void |
setOutputDataShape(DataShape dataShape)
Sets the output data shape.
|
static void |
trySetOutputDataShape(Object target,
DataShape dataShape)
Assign the given dataShape to the target object if it implements
InputDataShapeAware interface.
|
Copyright © 2016–2019 Red Hat. All rights reserved.