Home
last modified time | relevance | path

Searched defs:output_dict (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Drun_suite_common.py34 def __new__(cls, return_code, output_dict=None): argument
Drun_suite.py178 def suite_result(self, output_dict=None): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions.py632 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/
Dexport_output.py280 def _prefix_output_keys(self, output_dict, output_name): argument