Uses of Class
org.nd4j.linalg.profiler.OpProfiler.PenaltyCause
-
Packages that use OpProfiler.PenaltyCause Package Description org.nd4j.linalg.profiler -
-
Uses of OpProfiler.PenaltyCause in org.nd4j.linalg.profiler
Methods in org.nd4j.linalg.profiler that return OpProfiler.PenaltyCause Modifier and Type Method Description protected OpProfiler.PenaltyCause[]OpProfiler. joinDistinct(OpProfiler.PenaltyCause[] a, OpProfiler.PenaltyCause[] b)OpProfiler.PenaltyCause[]OpProfiler. processOperands(INDArray... operands)This method checks for something somewhereOpProfiler.PenaltyCause[]OpProfiler. processOperands(INDArray x, INDArray y)OpProfiler.PenaltyCause[]OpProfiler. processOperands(INDArray x, INDArray y, INDArray z)OpProfiler.PenaltyCause[]OpProfiler. processTADOperands(DataBuffer... tadBuffers)static OpProfiler.PenaltyCauseOpProfiler.PenaltyCause. valueOf(String name)Returns the enum constant of this type with the specified name.static OpProfiler.PenaltyCause[]OpProfiler.PenaltyCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.linalg.profiler with parameters of type OpProfiler.PenaltyCause Modifier and Type Method Description protected OpProfiler.PenaltyCause[]OpProfiler. joinDistinct(OpProfiler.PenaltyCause[] a, OpProfiler.PenaltyCause[] b)
-