Create a graph representation of an R function by tracing.
Arguments
- f
(
function)
The function to trace_fn.- args
(
listof (AnvilTensor|AbstractTensor))
The arguments to the function.- desc
(
NULL|GraphDescriptor)
The descriptor to use for the graph.
Value
(Graph)