RawOp

publiczna klasa abstrakcyjna RawOp
Znane podklasy bezpośrednie

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.

Metody publiczne

końcowa wartość logiczna
równa się (obiekt obiektu)
końcowy wew
Operacja
op ()
Zwróć tę jednostkę obliczeniową jako pojedynczą Operation .
ostatni ciąg

Metody dziedziczone

Metody publiczne

public final boolean equals (Object obj)

public final int hashCode ()

public Operation op ()

Zwróć tę jednostkę obliczeniową jako pojedynczą 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.

Zwroty

public final String toString ()