Searched defs:CopyOp (Results 1 – 8 of 8) sorted by relevance
49 pub struct CopyOp { struct55 /// CopyOp is safe to be sent to other threads because: argument59 unsafe impl Send for CopyOp {} implementation61 impl CopyOp { implementation132 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::__anone5e93a560211::CopyOp
50 explicit CopyOp(OpKernelConstruction* context) : OpKernel(context) { in CopyOp() function
776 MachineOperand CopyOp(Op); in addOperand() local
207 MachineOperand CopyOp(Op); in addOperand() local
2077 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
10227 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp, in diagnoseDeprecatedCopyOperation()