RawOp

सार्वजनिक सार वर्ग रावओप
ज्ञात प्रत्यक्ष उपवर्ग

Op कार्यान्वयन के लिए एक आधार वर्ग जो एकल Operation द्वारा समर्थित है।

TensorFlow कोर में पंजीकृत प्रत्येक ऑपरेशन को RawOp के रूप में प्रदान किया जाता है। केवल एक ऑपरेशन के साथ काम करने वाले कस्टम संचालन भी इस वर्ग से प्राप्त हो सकते हैं।

सार्वजनिक तरीके

अंतिम बूलियन
बराबर (ऑब्जेक्ट ओबीजे)
अंतिम इंट
संचालन
op ()
एकल Operation के रूप में गणना की इस इकाई को लौटाएं।
अंतिम स्ट्रिंग

विरासत में मिली विधियाँ

सार्वजनिक तरीके

सार्वजनिक अंतिम बूलियन बराबर (ऑब्जेक्ट ओबीजे)

सार्वजनिक अंतिम इंट हैशकोड ()

सार्वजनिक संचालन ओपी ()

एकल 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.

रिटर्न

public final String toString ()

,
public abstract class RawOp
Known Direct Subclasses

Op कार्यान्वयन के लिए एक आधार वर्ग जो एकल 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.

Public Methods

final boolean
equals (Object obj)
final int
संचालन
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.

रिटर्न

public final String toString ()