public interface InputDataShapeAware
| Modifier and Type | Method and Description |
|---|---|
DataShape |
getInputDataShape()
Returns the input data shape.
|
void |
setInputDataShape(DataShape dataShape)
Sets the input data shape.
|
static void |
trySetInputDataShape(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.