Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc80 ResourceVarsSnapshot resource_var_snapshots, int num_constant_args) in XlaExecutableClosure() argument
84 resource_var_snapshots_(std::move(resource_var_snapshots)), in XlaExecutableClosure()
95 const ResourceVarsSnapshot& resource_var_snapshots() const { in resource_var_snapshots() function in tensorflow::__anon46563ba90111::XlaExecutableClosure
496 for (auto& p : closure.resource_var_snapshots()) { in Compute()