========================== global helpers ========================== */
| 79 | |
| 80 | /* ========================== global helpers ========================== */ |
| 81 | void cg::update_output_var_shapes(OperatorNodeBase* opr) { |
| 82 | update_output_shapes( |
| 83 | static_cast<static_infer::StaticInferManagerImpl&>( |
| 84 | opr->owner_graph()->static_infer_manager()), |
| 85 | opr, false); |
| 86 | } |
| 87 | |
| 88 | /* ========================= DeviceMemoryAllocator ========================= */ |
| 89 | void DeviceMemoryAllocator::alloc_static( |
nothing calls this directly
no test coverage detected