Searched refs:ScopedUnlockUnrefVar (Results 1 – 4 of 4) sorted by relevance
100 class ScopedUnlockUnrefVar {102 explicit ScopedUnlockUnrefVar(Var* var) : var_(var) { in ScopedUnlockUnrefVar() function114 ~ScopedUnlockUnrefVar() { Release(); } in ~ScopedUnlockUnrefVar()119 ScopedUnlockUnrefVar(const ScopedUnlockUnrefVar&) = delete;120 void operator=(const ScopedUnlockUnrefVar&) = delete;
29 ScopedUnlockUnrefVar* state_var_guard, Tensor* state_tensor, in operator ()()55 ScopedUnlockUnrefVar state_var_guard(var); in UpdateVariableAndFill()
57 int64 alg_tag_skip, ScopedUnlockUnrefVar* not_used, Tensor* state_tensor, in operator ()()
91 ScopedUnlockUnrefVar* not_used, Tensor* state_tensor,