-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
julia> @code_warntype splitdims([1 2 3; 4 5 6], 1)
Variables
#self#::Core.Compiler.Const(SplitApplyCombine.splitdims, false)
a::Array{Int64,2}
i::Int64
Body::Array{T,N} where T where N
1 ─ nothing
│ %2 = Core.tuple(i)::Tuple{Int64}
│ %3 = SplitApplyCombine.Val(%2)::Val{_A} where _A
│ %4 = SplitApplyCombine._splitdims(a, %3)::Array{T,N} where T where N
└── return %4
andyferris
Metadata
Metadata
Assignees
Labels
No labels