WriteGraphSummary

public final class WriteGraphSummary

Writes a graph summary.

Writes TensorFlow graph `tensor` at `step` using summary `writer`.

Constants

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

Public Methods

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

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "WriteGraphSummary"

Public Methods

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

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

Parameters
scope current scope
Returns
  • a new instance of WriteGraphSummary