the string Tensor holding one or more serialized Summary protobufs
step
Explicit int64-castable monotonic step value for this summary. If
omitted, this defaults to tf.summary.experimental.get_step(), which must
not be None.
name
Optional string name for this op.
Returns
True on success, or false if no summary was written because no default
summary writer was available.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.summary.experimental.write_raw_pb\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/ops/summary_ops_v2.py#L809-L859) |\n\nWrites a summary using raw [`tf.compat.v1.Summary`](../../../tf/compat/v1/Summary) protocol buffers. \n\n tf.summary.experimental.write_raw_pb(\n tensor, step=None, name=None\n )\n\n| **Experimental:** this exists to support the usage of V1-style manual summary writing (via the construction of a [`tf.compat.v1.Summary`](../../../tf/compat/v1/Summary) protocol buffer) with the V2 summary writing API.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tensor` | the string Tensor holding one or more serialized `Summary` protobufs |\n| `step` | Explicit `int64`-castable monotonic step value for this summary. If omitted, this defaults to [`tf.summary.experimental.get_step()`](../../../tf/summary/experimental/get_step), which must not be None. |\n| `name` | Optional string name for this op. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| True on success, or false if no summary was written because no default summary writer was available. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ValueError` | if a default writer exists, but no step was provided and [`tf.summary.experimental.get_step()`](../../../tf/summary/experimental/get_step) is None. |\n\n\u003cbr /\u003e"]]