Searched defs:TF_VariableInputLockHolder (Results 1 – 2 of 2) sorted by relevance
51 struct TF_VariableInputLockHolder { struct52 TF_VariableInputLockHolder( in TF_VariableInputLockHolder() function60 std::vector<tensorflow::Var*> vars;61 std::unique_ptr<std::vector<tensorflow::mutex_lock>> locks;62 std::unique_ptr<std::vector<tensorflow::tf_shared_lock>> shared_locks;
50 typedef struct TF_VariableInputLockHolder TF_VariableInputLockHolder; typedef