tf.summary.experimental.write_raw_pb

Writes a summary using raw tf.compat.v1.Summary protocol buffers.

tensorthe string Tensor holding one or more serialized Summary protobufs
stepExplicit int64-castable monotonic step value for this summary. If omitted, this defaults to tf.summary.experimental.get_step(), which must not be None.
nameOptional string name for this op.

True on success, or false if no summary was written because no default summary writer was available.

ValueErrorif a default writer exists, but no step was provided and tf.summary.experimental.get_step() is None.