Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py55 with summary_ops.create_file_writer_v2(logdir).as_default():
68 writer = summary_ops.create_file_writer_v2(logdir)
87 with summary_ops.create_file_writer_v2(logdir).as_default():
108 with summary_ops.create_file_writer_v2(logdir).as_default():
118 with summary_ops.create_file_writer_v2(logdir).as_default():
128 writer = summary_ops.create_file_writer_v2(logdir)
143 with summary_ops.create_file_writer_v2(logdir).as_default():
397 with summary_ops.create_file_writer_v2(logdir).as_default():
411 writer = summary_ops.create_file_writer_v2(logdir)
434 with summary_ops.create_file_writer_v2(logdir).as_default():
[all …]
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dstats_aggregator.py83 self._summary_writer = summary_ops_v2.create_file_writer_v2(
/external/tensorflow/tensorflow/python/keras/distribute/
Dsidecar_evaluator.py150 self._summary_writer = summary_ops_v2.create_file_writer_v2(
/external/tensorflow/tensorflow/python/keras/tests/
Dautomatic_outside_compilation_test.py250 writer = summary_ops_v2.create_file_writer_v2(self.summary_dir)
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1.py170 self.writer = summary_ops_v2.create_file_writer_v2(self.log_dir)
Dcallbacks.py2196 self._writers['train'] = summary_ops_v2.create_file_writer_v2(
2203 self._writers['val'] = summary_ops_v2.create_file_writer_v2(self._val_dir)
Dcallbacks_test.py2701 writer = summary_ops_v2.create_file_writer_v2(logdir)
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py462 def create_file_writer_v2(logdir, function
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py1667 summary_writer = summary.create_file_writer_v2(
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_test.py976 writer = summary_ops_v2.create_file_writer_v2(tmp_dir)