Description Usage Arguments Examples
Visualizes the generated graph
1 2 3 4 5 6 7 8 9 | 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) |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.