Searched refs:getOutputShape (Results 1 – 6 of 6) sorted by relevance
229 assert getOutputShape() == terminalOp.inputShape(); in evaluate()465 return p.getOutputShape(); in getSourceShape()568 public abstract StreamShape getOutputShape(); in getOutputShape() method in AbstractPipeline
136 public final StreamShape getOutputShape() { in getOutputShape() method in IntPipeline619 assert upstream.getOutputShape() == inputShape;650 assert upstream.getOutputShape() == inputShape;
134 public final StreamShape getOutputShape() { in getOutputShape() method in LongPipeline599 assert upstream.getOutputShape() == inputShape;631 assert upstream.getOutputShape() == inputShape;
607 return Nodes.emptyNode(op.getOutputShape());647 result = Nodes.conc(op.getOutputShape(),
276 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()548 StreamShape shape = ap.getOutputShape(); in exercise()
275 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()547 StreamShape shape = ap.getOutputShape(); in exercise()