CompileSucceededAssert

public final class CompileSucceededAssert

Asserts that compilation succeeded. This op produces no output and closes the

device during failure to ensure all pending device interactions fail.

'compilation_status' is a serialized CompilationResultProto.

Constants

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

Public Methods

static CompileSucceededAssert
create(Scope scope, Operand<TString> compilationStatus)
Factory method to create a class wrapping a new CompileSucceededAssert operation.

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "TPUCompileSucceededAssert"

Public Methods

public static CompileSucceededAssert create (Scope scope, Operand<TString> compilationStatus)

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

Parameters
scope current scope
Returns
  • a new instance of CompileSucceededAssert