Shared dict of numpy arrays?

后端 未结 0 1958
栀梦
栀梦 2021-01-27 05:29

I want to store a dict with many numpy arrays and share it across processes.

import ctypes
import multiprocessing
from typing import Dict, Any

import numpy as np         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题