Searched defs:CopyOp (Results 1 – 11 of 11) sorted by relevance
49 pub struct CopyOp { struct56 /// CopyOp is safe to be sent to other threads because: argument60 unsafe impl Send for CopyOp {} implementation62 impl CopyOp { impl134 pub unsafe fn copy(&mut self, src_addr: *const u8, idx: usize, pages: usize) -> Result<CopyOp> { in copy()
347 class CopyOp : public CopyOpBase { class349 explicit CopyOp(OpKernelConstruction* ctx) : CopyOpBase(ctx) {} in CopyOp() function in tensorflow::__anondb235a470211::CopyOp
50 explicit CopyOp(OpKernelConstruction* context) : OpKernel(context) { in CopyOp() function
301 TEST_F(CowTestV3, CopyOp) { in TEST_F() argument
776 MachineOperand CopyOp(Op); in addOperand() local
207 MachineOperand CopyOp(Op); in addOperand() local
195 MachineOperand CopyOp(Op); in addOperand() local
2077 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
3000 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
10227 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp, in diagnoseDeprecatedCopyOperation()