Searched refs:event_file_path (Results 1 – 1 of 1) sorted by relevance
83 def load_tensor_from_event_file(event_file_path): argument100 with gfile.Open(event_file_path, "rb") as f:143 def _load_graph_def_from_event_file(event_file_path): argument145 with gfile.Open(event_file_path, "rb") as f:151 def _load_log_message_from_event_file(event_file_path): argument153 with gfile.Open(event_file_path, "rb") as f: