RawOp

genel soyut sınıf RawOp
Bilinen Doğrudan Alt Sınıflar

Tek bir Operation desteklenen Op uygulamaları için bir temel sınıf.

Tensorflow çekirdeğinde kaydedilen her işlem RawOp olarak sağlanır. Yalnızca tek bir işlemle çalışan özel işlemler de bu sınıftan türetilebilir.

Genel yöntemler

son boolean
Eşitler (Nesne OBJ)
son int
Operasyon
OP ()
Bu hesaplama birimini tek bir Operation olarak döndürün.
son dize

Miras alınan yöntemler

Public Methods

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.

İade

public final String toString ()

,
public abstract class RawOp
Known Direct Subclasses

Tek bir Operation desteklenen Op uygulamaları için bir temel sınıf.

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.

Public Methods

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

Inherited Methods

Public Methods

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.

İade

public final String toString ()