Home
last modified time | relevance | path

Searched refs:ScopedUnlockUnrefVar (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_var.h100 class ScopedUnlockUnrefVar {
102 explicit ScopedUnlockUnrefVar(Var* var) : var_(var) { in ScopedUnlockUnrefVar() function
114 ~ScopedUnlockUnrefVar() { Release(); } in ~ScopedUnlockUnrefVar()
119 ScopedUnlockUnrefVar(const ScopedUnlockUnrefVar&) = delete;
120 void operator=(const ScopedUnlockUnrefVar&) = delete;
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops.cc29 ScopedUnlockUnrefVar* state_var_guard, Tensor* state_tensor, in operator ()()
55 ScopedUnlockUnrefVar state_var_guard(var); in UpdateVariableAndFill()
Dstateful_random_ops_gpu.cu.cc57 int64 alg_tag_skip, ScopedUnlockUnrefVar* not_used, Tensor* state_tensor, in operator ()()
Dstateful_random_ops_cpu_gpu.h91 ScopedUnlockUnrefVar* not_used, Tensor* state_tensor,