Home
last modified time | relevance | path

Searched refs:capture_location (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1637 def __init__(self, capture_location): argument
1638 self.capture_location = capture_location
1642 with open(self.capture_location) as tmp_file: