Searched defs:IdentityOp (Results 1 – 6 of 6) sorted by relevance
24 class IdentityOp : public XlaOpKernel { class26 explicit IdentityOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in IdentityOp() function in tensorflow::__anonca0cad630111::IdentityOp
25 explicit IdentityOp(OpKernelConstruction* context) : OpKernel(context) {} in IdentityOp() function
108 struct IdentityOp { struct109 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()
76 class IdentityOp; variable
280 TFE_Op* IdentityOp(TFE_Context* ctx, TFE_TensorHandle* a) { in IdentityOp() function
36155 APInt IdentityOp = APInt::getAllOnesValue(NumOps); in SimplifyMultipleUseDemandedBitsForTargetNode() local