Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_launch_util.cc192 std::vector<VariableInfo*> variable_ptrs; in LockVariables() local
193 variable_ptrs.reserve(variables.size()); in LockVariables()
195 variable_ptrs.push_back(&var); in LockVariables()
197 return LockVariables(absl::MakeSpan(variable_ptrs)); in LockVariables()