Uses of Class
org.apache.sysds.runtime.transform.TfUtils.TfMethod
-
Packages that use TfUtils.TfMethod Package Description org.apache.sysds.runtime.transform -
-
Uses of TfUtils.TfMethod in org.apache.sysds.runtime.transform
Methods in org.apache.sysds.runtime.transform that return TfUtils.TfMethod Modifier and Type Method Description static TfUtils.TfMethod
TfUtils.TfMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static TfUtils.TfMethod[]
TfUtils.TfMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-