Searched defs:CopyOp (Results 1 – 7 of 7) sorted by relevance
391 class CopyOp : public CopyOpBase { class393 explicit CopyOp(OpKernelConstruction* ctx) : CopyOpBase(ctx) {} in CopyOp() function in tensorflow::__anonb137dc1a0211::CopyOp
39 explicit CopyOp(OpKernelConstruction* context) : OpKernel(context) { in CopyOp() function
207 MachineOperand CopyOp(Op); in addOperand() local
776 MachineOperand CopyOp(Op); in addOperand() local
2077 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
2272 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
10227 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp, in diagnoseDeprecatedCopyOperation()