2edb99daf7752010444dc6b2e58c268b6e070afd,elfi/compiler.py,ReduceCompiler,compile,#Any#Any#Any#,114
Before Change
class ReduceCompiler(Compiler):
@classmethod
def compile(cls, source_net, output_net):
logger.debug("ReduceCompiler compiling...")
outputs = output_net.graph["outputs"]
output_ancestors = all_ancestors(output_net, outputs)
for node in output_net.nodes():
After Change
class ReduceCompiler(Compiler):
@classmethod
def compile(cls, source_net, output_net):
logger.debug("{} compiling...".format(cls.__name__))
outputs = output_net.graph["outputs"]
output_ancestors = all_ancestors(output_net, outputs)
for node in output_net.nodes():
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 5
Instances
Project Name: elfi-dev/elfi
Commit Name: 2edb99daf7752010444dc6b2e58c268b6e070afd
Time: 2017-02-16
Author: jarno.lintusaari@aalto.fi
File Name: elfi/compiler.py
Class Name: ReduceCompiler
Method Name: compile
Project Name: elfi-dev/elfi
Commit Name: 2edb99daf7752010444dc6b2e58c268b6e070afd
Time: 2017-02-16
Author: jarno.lintusaari@aalto.fi
File Name: elfi/compiler.py
Class Name: OutputCompiler
Method Name: compile
Project Name: elfi-dev/elfi
Commit Name: 2edb99daf7752010444dc6b2e58c268b6e070afd
Time: 2017-02-16
Author: jarno.lintusaari@aalto.fi
File Name: elfi/compiler.py
Class Name: BatchSizeCompiler
Method Name: compile
Project Name: ilastik/ilastik
Commit Name: d5376202b17ec1c08bfacfad52abe5e8d6c5331f
Time: 2018-04-25
Author: carstenhaubold@googlemail.com
File Name: lazyflow/classifiers/pytorchLazyflowClassifier.py
Class Name: PyTorchLazyflowClassifier
Method Name: predict_probabilities_pixelwise
Project Name: ilastik/ilastik
Commit Name: 47eb321c6ce7388bf62163d501a8f1831cba3369
Time: 2018-11-26
Author: carstenhaubold@googlemail.com
File Name: lazyflow/classifiers/pytorchLazyflowClassifier.py
Class Name: PyTorchLazyflowClassifier
Method Name: predict_probabilities_pixelwise