tf.raw_ops.WriteGraphSummary

Writes a graph summary.

Writes TensorFlow graph tensor at step using summary writer.

writerA Tensor of type resource.
stepA Tensor of type int64.
tensorA Tensor of type string.
nameA name for the operation (optional).

The created Operation.