@FunctionalInterface
public interface NDArraySupplier
NDArray
.
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This is a functional interface whose functional method is get(NDManager)
.
Modifier and Type | Method and Description |
---|---|
NDArray |
get(NDManager manager)
|