Searched refs:getOutputShape (Results 1 – 8 of 8) 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
133 public final StreamShape getOutputShape() { in getOutputShape() method in DoublePipeline623 assert upstream.getOutputShape() == inputShape;655 assert upstream.getOutputShape() == inputShape;
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;
103 public final StreamShape getOutputShape() { in getOutputShape() method in ReferencePipeline646 assert upstream.getOutputShape() == inputShape;679 assert upstream.getOutputShape() == inputShape;
607 return Nodes.emptyNode(op.getOutputShape());647 result = 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()