Searched defs:primary_variable (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint_test.py | 148 def __init__(self, primary_variable, mirrored_variable, name): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | values.py | 1060 def __init__(self, distributed_variable, primary_variable, name): argument 1082 def __init__(self, mirrored_variable, primary_variable, name): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | saver_test.py | 3062 def __init__(self, primary_variable, mirrored_variable, name): argument
|