20ea228773616f824fa5099d0a6e51b7f829d094,tfdeploy.py,Operation,eval,#Operation#Any#Any#,310
Before Change
eval(feed_dict=None)
Returns the value of the output tensor. See :py:meth:`Tensor.eval` for more info.
return self.func(*(t.eval(feed_dict=feed_dict, _uuid=_uuid) for t in self.inputs))
@staticmethod
def func():
func(*args)
After Change
if self.unpack:
args.extend(self.kwargs)
else:
args = [args] + self.kwargs
return self.func(*args)
@staticmethod
def func():
func(*args)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: riga/tfdeploy
Commit Name: 20ea228773616f824fa5099d0a6e51b7f829d094
Time: 2016-03-10
Author: marcelrieger@me.com
File Name: tfdeploy.py
Class Name: Operation
Method Name: eval
Project Name: flow-project/flow
Commit Name: 6a98de289a02db6bd0c715affac9242a52c633e3
Time: 2019-06-10
Author: akreidieh@gmail.com
File Name: flow/visualize/time_space_diagram.py
Class Name:
Method Name: get_time_space_data
Project Name: tensorflow/tpu
Commit Name: 546866f67f0674e52fa76547e98380ba51921b8c
Time: 2019-10-08
Author: power@google.com
File Name: models/official/mobilenet/inception_preprocessing.py
Class Name:
Method Name: apply_with_random_selector