| 148 | |
| 149 | #ifdef FORWARD_CALLBACK_ENABLE |
| 150 | Status Instance::ForwardWithCallback(BlobStatisticCallback before, BlobStatisticCallback after) { |
| 151 | output_mats_convert_status_.clear(); |
| 152 | return network_->ForwardWithCallback(before, after); |
| 153 | } |
| 154 | #endif // end of FORWARD_CALLBACK_ENABLE |
| 155 | |
| 156 | #ifdef GET_INTERP_ENABLE |
no test coverage detected