Home
last modified time | relevance | path

Searched defs:all_vars (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py534 def _collect_partitioned_variable(name, all_vars): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dtensor.h164 std::vector<VarHandle> all_vars; in Reduce() local