265
This commit is contained in:
parent
349e81172d
commit
5f1d560e38
@ -7,7 +7,7 @@ end
|
||||
|
||||
function tf(args...)
|
||||
loadtf()
|
||||
TF.tf(args...)
|
||||
eval(:(TF.tf($(args...))))
|
||||
end
|
||||
|
||||
function loadmx()
|
||||
@ -17,5 +17,5 @@ end
|
||||
|
||||
function mxnet(args...)
|
||||
loadmx()
|
||||
MX.mxnet(args...)
|
||||
eval(:(MX.mxnet($(args...))))
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user