Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc51 const ResourceVarsSnapshot& variable_args) { in Run() argument
67 for (auto& p : variable_args) { in Run()
112 XlaCompilationCache** cache, ResourceVarsSnapshot* variable_args, in Compile() argument
159 ctx, variables_indices, variable_infos, variable_args)); in Compile()
174 ResourceVarsSnapshot variable_args; in Compute() local
179 Compile(ctx, &result, &cache, &variable_args, &executable)); in Compute()
185 OP_REQUIRES_OK(ctx, Run(ctx, cache, result, executable, variable_args)); in Compute()
Dxla_compile_on_demand_op.h49 ResourceVarsSnapshot* variable_args,
55 const ResourceVarsSnapshot& variable_args);
Dxla_launch_util.h155 absl::Span<VariableInfo const> variable_args, Device* device);
Dxla_launch_util.cc614 absl::Span<VariableInfo const> variable_args, Device* device) { in BuildXlaCompilerArguments() argument
638 for (const VariableInfo& info : variable_args) { in BuildXlaCompilerArguments()
/external/python/cpython3/Lib/test/
Dtest_optparse.py1241 callback=self.variable_args, dest="c")]
1245 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs