|
@@ -547,6 +547,7 @@ class PoolRecall(object):
|
|
|
'operation': 'flow_pool_recall',
|
|
|
'executeTime': (time.time() - start_time) * 1000
|
|
|
})
|
|
|
+ flow_pool_recall_result = []
|
|
|
return flow_pool_recall_result[:size]
|
|
|
|
|
|
def check_video_counts(self, video_ids, flow_pool_mapping):
|