Searched refs:received_tensor (Results 1 – 1 of 1) sorted by relevance
856 for (auto received_tensor : received_tensors) { in ProcessKViewCMD() local857 MS_LOG(INFO) << "tensor node name: " << received_tensor.node_name(); in ProcessKViewCMD()858 MS_LOG(INFO) << "tensor slot: " << received_tensor.slot(); in ProcessKViewCMD()859 …MS_LOG(INFO) << "tensor finished: " << std::boolalpha << received_tensor.finished() << std::nobool… in ProcessKViewCMD()860 MS_LOG(INFO) << "tensor iter: " << received_tensor.iter(); in ProcessKViewCMD()861 …MS_LOG(INFO) << "tensor truncate: " << std::boolalpha << received_tensor.truncate() << std::nobool… in ProcessKViewCMD()