Searched defs:output_dict (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/ |
D | run_suite_common.py | 34 def __new__(cls, return_code, output_dict=None): argument
|
D | run_suite.py | 178 def suite_result(self, output_dict=None): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | graph_actions.py | 632 def run_n(output_dict, feed_dict=None, restore_checkpoint_path=None, n=1): argument 654 def run_feeds_iter(output_dict, feed_dicts, restore_checkpoint_path=None): argument 712 def infer(restore_checkpoint_path, output_dict, feed_dict=None): argument
|
/external/tensorflow/tensorflow/python/saved_model/model_utils/ |
D | export_output.py | 280 def _prefix_output_keys(self, output_dict, output_name): argument
|