pub fn write_graph_summary<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    writer: &T0,
    step: &T1,
    tensor: &T2
) -> Result<()>
Expand description

Shorthand for WriteGraphSummary::new().call(&ctx, &writer, &step, &tensor).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/WriteGraphSummary