RawOp

classe astratta pubblica RawOp
Sottoclassi dirette conosciute

A base class for Op implementations that are backed by a single Operation .

Each operation registered in the TensorFlow core is provided as a RawOp . Custom operations working with only a single operation may also derive from this class.

Metodi pubblici

booleano finale
è uguale a (Oggetto oggetto)
finale int
Operazione
operazione ()
Restituisce questa unità di calcolo come una singola Operation .
stringa finale

Metodi ereditati

Metodi pubblici

public final boolean equals (Object obj)

public final int hashCode ()

Operazione pubblica op ()

Restituisce questa unità di calcolo come una singola Operation .

For a raw op, the returned value correspond to the TensorFlow operation wrapped by this op.

For a composite op, the returned value usually correspond to the last operation invoked in a chain or to a NoOp grouping one or more operations as a single unit of computation.

ritorna

public final String toString ()