89afe76e70dd61bc4f7455a557438356006e67bb,theano/gpuarray/basic_ops.py,GpuContiguous,c_header_dirs,#GpuContiguous#,1070

Before Change


        return Apply(self, [input], [input.type()])

    def c_header_dirs(self):
        return [os.path.dirname(__file__)]

    def c_headers(self):
        return ["<gpuarray_helper.h>"]

After Change


        return Apply(self, [input], [input.type()])

    def c_header_dirs(self):
        return [gpuarray_helper_inc_dir()]

    def c_headers(self):
        return ["<gpuarray_helper.h>"]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: Theano/Theano
Commit Name: 89afe76e70dd61bc4f7455a557438356006e67bb
Time: 2017-08-08
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/basic_ops.py
Class Name: GpuContiguous
Method Name: c_header_dirs


Project Name: Theano/Theano
Commit Name: 89afe76e70dd61bc4f7455a557438356006e67bb
Time: 2017-08-08
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/basic_ops.py
Class Name: GpuAllocEmpty
Method Name: c_header_dirs


Project Name: Theano/Theano
Commit Name: 89afe76e70dd61bc4f7455a557438356006e67bb
Time: 2017-08-08
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/basic_ops.py
Class Name: GpuFromHost
Method Name: c_header_dirs