Home
last modified time | relevance | path

Searched defs:variable_list (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c255 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 Dmodule_test.py275 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 Dlambda_post_hook.h10 using variable_list = std::vector<torch::autograd::Variable>; variable
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction_hook.h18 using variable_list = std::vector<Variable>; variable
H A Dfunction.h34 using variable_list = std::vector<Variable>; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.h38 using variable_list = std::vector<Variable>; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dtemplate.py543 def _variables_in_scope(self, variable_list): argument
H A Dvariables.py2895 def __init__(self, name, shape, dtype, variable_list, partitions): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental.cc347 std::vector<std::string> variable_list; member
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.cpp191 const torch::autograd::variable_list& /* unused */) { in Reducer()