tf.raw_ops.WriteGraphSummary

Writes a graph summary.

Writes TensorFlow graph tensor at step using summary writer.

writer A Tensor of type resource.
step A Tensor of type int64.
tensor A Tensor of type string.
name A name for the operation (optional).

The created Operation.