RawOp

kelas abstrak publik RawOp
Subkelas Langsung yang Diketahui

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.

Metode Publik

boolean terakhir
sama dengan (Objek objek)
int terakhir
Operasi
op ()
Kembalikan unit komputasi ini sebagai satu Operation .
String terakhir

Metode Warisan

Metode Publik

public final boolean equals (Object obj)

Kode hash int akhir publik ()

public Operation op ()

Kembalikan unit komputasi ini sebagai satu 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.

Kembali

String toString akhir publik ()