Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.h49 ResourceVarsSnapshot* variable_args,
55 const ResourceVarsSnapshot& variable_args);
Dxla_compile_on_demand_op.cc48 const ResourceVarsSnapshot& variable_args) { in Run()
104 XlaCompilationCache** cache, ResourceVarsSnapshot* variable_args, in Compile()
168 ResourceVarsSnapshot variable_args; in Compute()
Dxla_launch_util.h40 using ResourceVarsSnapshot = absl::flat_hash_map<int, absl::optional<Tensor>>; variable
102 ResourceVarsSnapshot* result);
Dxla_launch_util.cc180 ResourceVarsSnapshot* result) { in SnapshotResourceVariables()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc80 ResourceVarsSnapshot resource_var_snapshots, int num_constant_args) in XlaExecutableClosure()
95 const ResourceVarsSnapshot& resource_var_snapshots() const { in resource_var_snapshots()
104 ResourceVarsSnapshot resource_var_snapshots_;
376 ResourceVarsSnapshot variables; in Compute()