Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compile_on_demand_op.cc51 const ResourceVarsSnapshot& variable_args) { in Run()
112 XlaCompilationCache** cache, ResourceVarsSnapshot* variable_args, in Compile()
174 ResourceVarsSnapshot variable_args; in Compute() local
H A Dxla_launch_util.cc614 absl::Span<VariableInfo const> variable_args, Device* device) { in BuildXlaCompilerArguments()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_optparse.py1245 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_optparse.py1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs