Searched refs:RestoreOp (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | restore_op.cc | 27 class RestoreOp : public OpKernel { class 29 explicit RestoreOp(OpKernelConstruction* context) : OpKernel(context) { in RestoreOp() function in tensorflow::RestoreOp 51 REGISTER_KERNEL_BUILDER(Name("Restore").Device(DEVICE_CPU), RestoreOp);
|
D | save_restore_tensor.cc | 244 struct RestoreOp { struct 245 RestoreOp& operator=(const RestoreOp&) = delete; 353 std::vector<std::unique_ptr<RestoreOp> > pool_restore_ops; in RestoreTensorsV2() 354 std::vector<std::unique_ptr<RestoreOp> > direct_restore_ops; in RestoreTensorsV2() 383 new RestoreOp{context, i, tensor_name, shape_and_slice, prefix_string}; in RestoreTensorsV2()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1787 unsigned RestoreOp, MoveReg; in restoreCRs() local 1797 RestoreOp = PPC::MTOCRF; in restoreCRs() 1802 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR2) in restoreCRs() 1806 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR3) in restoreCRs() 1810 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR4) in restoreCRs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 2280 unsigned RestoreOp, MoveReg; in restoreCRs() local 2290 RestoreOp = PPC::MTOCRF; in restoreCRs() 2295 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR2) in restoreCRs() 2299 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR3) in restoreCRs() 2303 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR4) in restoreCRs()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 2372 unsigned RestoreOp = PPC::MTOCRF; in restoreCRs() local 2374 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR2) in restoreCRs() 2378 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR3) in restoreCRs() 2382 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR4) in restoreCRs()
|