Searched refs:variable_args (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compile_on_demand_op.cc | 48 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()
|
D | xla_compile_on_demand_op.h | 49 ResourceVarsSnapshot* variable_args, 55 const ResourceVarsSnapshot& variable_args);
|
D | xla_launch_util.h | 146 absl::Span<VariableInfo const> variable_args,
|
D | xla_launch_util.cc | 582 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/ |
D | test_optparse.py | 1242 callback=self.variable_args, dest="c")] 1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
|
/external/python/cpython3/Lib/test/ |
D | test_optparse.py | 1240 callback=self.variable_args, dest="c")] 1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
|