Searched defs:variable_list (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_variable.c | 255 struct rc_list ** variable_list, in get_variable_helper() 272 struct rc_list ** variable_list, in get_variable_pair_helper() 342 struct rc_list * variable_list = NULL; in rc_get_variables() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/module/ |
H A D | module_test.py | 275 def _from_components(self, variable_list): argument 280 def __init__(self, variable_list): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/utils/ |
H A D | lambda_post_hook.h | 10 using variable_list = std::vector<torch::autograd::Variable>; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | function_hook.h | 18 using variable_list = std::vector<Variable>; variable
|
H A D | function.h | 34 using variable_list = std::vector<Variable>; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tracer.h | 38 using variable_list = std::vector<Variable>; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | template.py | 543 def _variables_in_scope(self, variable_list): argument
|
H A D | variables.py | 2895 def __init__(self, name, shape, dtype, variable_list, partitions): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api_experimental.cc | 347 std::vector<std::string> variable_list; member
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | reducer.cpp | 191 const torch::autograd::variable_list& /* unused */) { in Reducer()
|