Skip to content

Commit

Permalink
Merge pull request tensorflow#4804 from terrytangyuan/patch-4
Browse files Browse the repository at this point in the history
Change to use contrib.tfprof since write_op_log is already exposed
  • Loading branch information
yifeif committed Oct 7, 2016
2 parents e312e70 + e14343a commit 55ab5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/contrib/tfprof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ statistics for those ops without accidently missing or including extra ops.
tfprof exposes the following Python API to add op information and logging.

```python
def write_op_log(graph, log_dir, op_log=None)
tf.contrib.tfprof.tfprof_logger.write_op_log(graph, log_dir, op_log=None)
```

<b>--checkpoint_path:</b>
Expand Down

0 comments on commit 55ab5ef

Please sign in to comment.