PrimitiveOp

パブリック抽象クラスPrimitiveOp
既知の直接サブクラス

A base class for Op implementations that are backed by a single Operation .

Each operation registered in the TensorFlow core is a primitive and is provided as a PrimitiveOp . Custom operations working with only one primitive may also derive from this class.

パブリックメソッド

最終ブール値
等しい(オブジェクトオブジェクト)
最終整数
手術
オプ()
基礎となるOperationを返します
最後の文字列

継承されたメソッド

パブリックメソッド

public final boolean equals (Object obj)

パラメーター
obj

public final int hashCode ()

public Operation op ()

基礎となるOperationを返します

public final String toString ()