Visualizes the generated graph
view_function_graph( fn, args, ..., name = deparse(substitute(fn)), profiler = FALSE, concrete_fn = do.call(fn$get_concrete_fn, args), graph = concrete_fn$graph )
fn | TensorFlow function (returned from |
---|---|
args | arguments passed to |
... | other arguments passed to |
name | string, provided to tensorboard |
profiler | logical, passed on to |
concrete_fn | a |
graph | a tensorflow graph (only used in graph mode, ignored with a warning if executing eagerly) |