public interface ShapingStrategy extends ManipulationOption
Modifier and Type | Method and Description |
---|---|
<C> Shape |
shapeLeftRight(Tensor<?> first,
Tensor<?> second)
Resulting tensor shape of given two in following formula: FIRST_TENSOR_SHAPE on SECOND_TENSOR_SHAPE
|
getMarkerInterface