public class Neureka.Settings.View
extends java.lang.Object
String
representations.Modifier and Type | Method and Description |
---|---|
NDPrintSettings |
getNDPrintSettings()
Settings for configuring how tensors should be converted to
String representations. |
void |
ndArrays(java.util.function.Consumer<NDPrintSettings> should)
This allows you to provide a lambda to configure how tensors should be
converted to
String instances. |
java.lang.String |
toString() |
public NDPrintSettings getNDPrintSettings()
String
representations.public void ndArrays(java.util.function.Consumer<NDPrintSettings> should)
String
instances.
The provided Consumer
will receive a NDPrintSettings
instance
which allows you to change various settings with the help of method chaining.should
- A consumer of the NDPrintSettings
ready to be configured.public java.lang.String toString()
toString
in class java.lang.Object