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.

วิธีการสาธารณะ

บูลีนสุดท้าย
เท่ากับ (วัตถุ obj)
int สุดท้าย
การดำเนินการ
สหกรณ์ ()
ส่งกลับหน่วยการคำนวณนี้เป็นการ Operation เดียว
สตริงสุดท้าย

วิธีการสืบทอด

วิธีการสาธารณะ

public final boolean equals (Object obj)

public final int hashCode ()

ปฏิบัติการ สาธารณะ ( )

ส่งกลับหน่วยการคำนวณนี้เป็นการ 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 ()