RawOp

kelas abstrak publik RawOp
Subkelas Langsung yang Diketahui

Kelas dasar untuk implementasi Op yang didukung oleh satu Operation .

Setiap operasi yang terdaftar di inti TensorFlow disediakan sebagai RawOp . Operasi khusus yang bekerja dengan hanya satu operasi juga dapat berasal dari kelas ini.

Metode publik

Boolean terakhir
sama (objek obj)
Int terakhir
Operasi
op ()
Kembalikan unit komputasi ini sebagai Operation tunggal.
string terakhir

Metode yang diwariskan

Metode publik

Publik Boolean Equals (Object Obj)

public final int hashcode ()

OP Operasi Publik ()

Kembalikan unit komputasi ini sebagai Operation tunggal.

Untuk OP raw , nilai yang dikembalikan sesuai dengan operasi TensorFlow yang dibungkus oleh OP ini.

Untuk OP gabungan, nilai yang dikembalikan biasanya sesuai dengan operasi terakhir yang dipanggil dalam rantai atau untuk pengelompokan NoOp satu atau lebih operasi sebagai satu unit komputasi.

Kembali

string akhir publik tostring ()

,
kelas abstrak publik rawop
Subkelas langsung yang dikenal

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

final boolean
equals (Object obj)
final int
Operasi
op ()
Return this unit of computation as a single Operation .
final String

Inherited Methods

Metode publik

public final boolean equals (Object obj)

public final int hashCode ()

public Operation op ()

Return this unit of computation as a single 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

public final String toString ()