Home
last modified time | relevance | path

Searched defs:variable_args (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
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() local
Dxla_launch_util.cc582 absl::Span<VariableInfo const> variable_args, Device* device) { in BuildXlaCompilerArguments()
/external/python/cpython2/Lib/test/
Dtest_optparse.py1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/external/python/cpython3/Lib/test/
Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs