RawOp

পাবলিক বিমূর্ত বর্গ RawOp
পরিচিত ডাইরেক্ট সাবক্লাস

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.

পাবলিক পদ্ধতি

চূড়ান্ত বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
চূড়ান্ত int
অপারেশন
অপ ()
একটি একক Operation হিসাবে গণনার এই ইউনিটটি ফেরত দিন।
চূড়ান্ত স্ট্রিং

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

পাবলিক পদ্ধতি

public final boolean equals (Object obj)

public final int hashCode ()

public Operation op ()

একটি একক 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 ()