[][src]Type Definition ggpf::deep::tf::ThreadSafeModel

type ThreadSafeModel = Arc<(AtomicBool, RwLock<(Graph, Session)>)>;

Access to a TF model behind Arc and RwLock the AtomicBool is here to indicate the file loader's intention to access the lock.