Home
last modified time | relevance | path

Searched refs:RestoreOp (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drestore_op.cc27 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);
Dsave_restore_tensor.cc244 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/
DPPCFrameLowering.cpp1787 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/
DPPCFrameLowering.cpp2280 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/
DPPCFrameLowering.cpp2372 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()