HomeSort by relevance Sort by last modified time
    Searched refs:run_key (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
common_test.py 33 run_key = common.get_run_key({"a": a}, [b])
34 loaded = json.loads(run_key)
41 run_key = common.get_run_key({"a": a}, [a, b])
42 loaded = json.loads(run_key)
51 run_key = common.get_run_key(
53 loaded = json.loads(run_key)
source_remote.py 172 run_key,
182 run_key: A string describing the feeds, fetches (and targets) names of the
191 destinations, origin_stack, is_eager_execution=False, call_key=run_key,
  /external/tensorflow/tensorflow/python/debug/wrappers/
grpc_wrapper.py 58 run_key = common.get_run_key(feed_dict, fetches)
60 debug_server_urls, run_key, traceback.extract_stack(), graph,

Completed in 67 milliseconds