Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc48 const ResourceVarsSnapshot& variable_args) { in Run() argument
64 for (auto& p : variable_args) { in Run()
104 XlaCompilationCache** cache, ResourceVarsSnapshot* variable_args, in Compile() argument
153 ctx, variables_indices, variable_infos, variable_args)); in Compile()
168 ResourceVarsSnapshot variable_args; in Compute() local
173 Compile(ctx, &result, &cache, &variable_args, &executable)); in Compute()
179 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.h146 absl::Span<VariableInfo const> variable_args,
Dxla_launch_util.cc582 absl::Span<VariableInfo const> variable_args, Device* device) { in BuildXlaCompilerArguments() argument
603 for (const VariableInfo& info : variable_args) { in BuildXlaCompilerArguments()
/external/python/cpython2/Lib/test/
Dtest_optparse.py1242 callback=self.variable_args, dest="c")]
1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/external/python/cpython3/Lib/test/
Dtest_optparse.py1240 callback=self.variable_args, dest="c")]
1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs