WriteRawProtoSummary

public final class WriteRawProtoSummary

Writes a serialized proto summary.

Writes `tensor`, a serialized proto at `step` using summary `writer`.

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

static WriteRawProtoSummary
create(Scope scope, Operand<?> writer, Operand<TInt64> step, Operand<TString> tensor)
Factory method to create a class wrapping a new WriteRawProtoSummary operation.

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "WriteRawProtoSummary"

Public Methods

public static WriteRawProtoSummary create (Scope scope, Operand<?> writer, Operand<TInt64> step, Operand<TString> tensor)

Factory method to create a class wrapping a new WriteRawProtoSummary operation.

Parameters
scope current scope
Returns
  • a new instance of WriteRawProtoSummary