0a3547d8479b66499fb0cb9107273c4f081407f5,tensorboard/plugins/profile/profile_plugin.py,ProfilePlugin,is_active,#ProfilePlugin#,338
Before Change
def is_active(self):
The plugin is active iff any run has at least one active tool/tag.
return any(self.index_impl().values())
After Change
target=compute_is_active,
name="ProfilePluginIsActiveThread")
new_thread.start()
return self._is_active
def start_grpc_stub_if_necessary(self):
// We will enable streaming trace viewer on two conditions:
// 1. user specify the flags master_tpu_unsecure_channel to the ip address of
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances Project Name: tensorflow/tensorboard
Commit Name: 0a3547d8479b66499fb0cb9107273c4f081407f5
Time: 2019-03-01
Author: nfelt@users.noreply.github.com
File Name: tensorboard/plugins/profile/profile_plugin.py
Class Name: ProfilePlugin
Method Name: is_active
Project Name: tensorflow/tensorboard
Commit Name: c2b10ee6799518d1017293f09d1b431e9a09c8ac
Time: 2017-08-02
Author: wchargin@gmail.com
File Name: tensorboard/plugins/distribution/distributions_plugin.py
Class Name: DistributionsPlugin
Method Name: is_active
Project Name: tensorflow/tensorboard
Commit Name: dac74be470467f8d01a9e6ad2c3665c9a49f03bb
Time: 2017-10-26
Author: nfelt@users.noreply.github.com
File Name: tensorboard/plugins/text/text_plugin.py
Class Name: TextPlugin
Method Name: is_active