Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py59 with summary_ops.create_file_writer_v2(logdir).as_default():
72 writer = summary_ops.create_file_writer_v2(logdir)
91 with summary_ops.create_file_writer_v2(logdir).as_default():
112 with summary_ops.create_file_writer_v2(logdir).as_default():
122 with summary_ops.create_file_writer_v2(logdir).as_default():
132 writer = summary_ops.create_file_writer_v2(logdir)
147 with summary_ops.create_file_writer_v2(logdir).as_default():
314 with summary_ops.create_file_writer_v2(logdir).as_default():
328 writer = summary_ops.create_file_writer_v2(logdir)
351 with summary_ops.create_file_writer_v2(logdir).as_default():
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py335 def create_file_writer_v2(logdir, function
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py1258 writer = summary_ops_v2.create_file_writer_v2(path)