Searched refs:key_parts (Results 1 – 2 of 2) sorted by relevance
18 key_parts = data.split(b' ', 2)20 if len(key_parts) < 2:24 key_type = key_parts[0]37 key_body = key_parts[1]
232 std::vector<string> key_parts = str_util::Split(key, ';'); in RecvTensorAsync() local233 if (key_parts.size() != 5) { in RecvTensorAsync()237 key_parts[3], // tensor name in RecvTensorAsync()238 key_parts[0], // src_device in RecvTensorAsync()239 key_parts[2], // dst_device in RecvTensorAsync()