Op

পাবলিক ইন্টারফেস অপ
পরিচিত পরোক্ষ উপশ্রেণী

A logical unit of computation.

Op implementations provide a strongly typed API for building and executing operations without the use of literals and indexes, as required in internal classes like Operation .

Ops can be classified under two categories:

  • Raw ops target a single TensorFlow operation and are, in most cases, generated automatically from the OpDef proto definitions exposed by TensorFlow runtime library.
  • Composite ops execute a series of other ops to accomplish a task logically presented as a single unit of computation.

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

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

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

public abstract ExecutionEnvironment env ()

এই অপারেটিং সিস্টেম তৈরি করা হয়েছিল সেই এক্সিকিউশন এনভায়রনমেন্ট ফিরিয়ে দিন।

public abstract 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.

রিটার্নস