Uses of Class
org.nd4j.linalg.profiler.data.primitives.StackDescriptor
-
Packages that use StackDescriptor Package Description org.nd4j.linalg.profiler.data org.nd4j.linalg.profiler.data.primitives -
-
Uses of StackDescriptor in org.nd4j.linalg.profiler.data
Methods in org.nd4j.linalg.profiler.data that return StackDescriptor Modifier and Type Method Description StackDescriptorStackAggregator. getLastDescriptor() -
Uses of StackDescriptor in org.nd4j.linalg.profiler.data.primitives
Fields in org.nd4j.linalg.profiler.data.primitives declared as StackDescriptor Modifier and Type Field Description protected StackDescriptorStackTree. lastDescriptorFields in org.nd4j.linalg.profiler.data.primitives with type parameters of type StackDescriptor Modifier and Type Field Description protected Map<StackDescriptor,ComparableAtomicLong>StackTree. branchesMethods in org.nd4j.linalg.profiler.data.primitives with parameters of type StackDescriptor Modifier and Type Method Description voidStackNode. consume(@NonNull StackDescriptor descriptor, int lastLevel)voidStackNode. consume(@NonNull StackDescriptor descriptor, int lastLevel, long delta)voidStackTree. consumeStackTrace(@NonNull StackDescriptor descriptor)voidStackTree. consumeStackTrace(@NonNull StackDescriptor descriptor, long increment)
-