Searched refs:getOutputShape (Results 1 – 9 of 9) sorted by relevance
229 assert getOutputShape() == terminalOp.inputShape(); in evaluate()468 return p.getOutputShape(); in getSourceShape()598 public abstract StreamShape getOutputShape(); in getOutputShape() method in AbstractPipeline
136 public final StreamShape getOutputShape() { in getOutputShape() method in IntPipeline680 assert upstream.getOutputShape() == inputShape;711 assert upstream.getOutputShape() == inputShape;
134 public final StreamShape getOutputShape() { in getOutputShape() method in LongPipeline661 assert upstream.getOutputShape() == inputShape;693 assert upstream.getOutputShape() == inputShape;
133 public final StreamShape getOutputShape() { in getOutputShape() method in DoublePipeline689 assert upstream.getOutputShape() == inputShape;721 assert upstream.getOutputShape() == inputShape;
107 public final StreamShape getOutputShape() { in getOutputShape() method in ReferencePipeline834 assert upstream.getOutputShape() == inputShape;867 assert upstream.getOutputShape() == inputShape;
621 return Nodes.emptyNode(op.getOutputShape());668 result = Nodes.conc(op.getOutputShape(),
1224 return Nodes.emptyNode(op.getOutputShape());1283 return Nodes.conc(op.getOutputShape(),1407 return Nodes.conc(op.getOutputShape(),
275 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()547 StreamShape shape = ap.getOutputShape(); in exercise()
276 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()548 StreamShape shape = ap.getOutputShape(); in exercise()