| 332 | }; |
| 333 | |
| 334 | bool CompiledProgramPrivate::IsUseCUDA(DeviceType use_device) { |
| 335 | return use_device == p::kCUDA; |
| 336 | } |
| 337 | |
| 338 | ir::Graph *CompiledProgramPrivate::ApplyMemoryOptimizePass(ir::Graph *graph) { |
| 339 | std::vector<ir::LastLiveOpsOfVars> last_live_ops_of_vars; |
no outgoing calls
no test coverage detected