| 877 | } |
| 878 | |
| 879 | std::string ComputingGraphImpl::VarReceiverInfo::to_string() const { |
| 880 | return mgb_ssprintf_log( |
| 881 | "VarReceiverInfo(" |
| 882 | "nr_direct_comp_req=%zu dev_value=%zu, host_value=%zu, shape=%zu, " |
| 883 | "allow_empty_value=%zu)", |
| 884 | nr_direct_comp_req, dev_value, host_value, shape, allow_empty_value); |
| 885 | } |
| 886 | |
| 887 | std::string ComputingGraphImpl::get_mem_allocation_info() const { |
| 888 | #if MGB_ENABLE_JSON |
no outgoing calls
no test coverage detected