We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_op_name
1 parent 9812009 commit 54acd34Copy full SHA for 54acd34
src/Strings.jl
@@ -21,7 +21,7 @@ end
21
22
const OP_NAME_CACHE = (; x=Dict{UInt64,String}(), lock=Threads.SpinLock())
23
24
-function get_op_name(op)
+function get_op_name(op::F) where {F}
25
h = hash(op)
26
lock(OP_NAME_CACHE.lock)
27
try
0 commit comments