f8a7c0edb2c4123d032fa32073c7356a7a17d9f0,theano/configdefaults.py,,,#,1477

Before Change


        raise ValueError("Valid values for an vm.lazy parameter "
                         "should be None, False or True, not `%s`." % val)

AddConfigVar("vm.lazy",
             "Useful only for the vm linkers. When lazy is None,"
             " auto detect if lazy evaluation is needed and use the apropriate"
             " version. If lazy is True/False, force the version used between"
             " Loop/LoopGC and Stack.",
             ConfigParam("None", filter_vm_lazy),
             in_c_key=False)

AddConfigVar(
    "warn.identify_1pexp_bug",
    "Warn if Theano versions prior to 7987b51 (2011-12-18) could have "

After Change


    else:
        return ""

AddConfigVar("blas.ldflags",
             "lib[s] to include for [Fortran] level-3 blas implementation",
             StrParam(default_blas_ldflags),
             // Added elsewhere in the c key only when needed.
             in_c_key=False)

AddConfigVar(
    "metaopt.verbose",
    "Enable verbose output for meta optimizers",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: Theano/Theano
Commit Name: f8a7c0edb2c4123d032fa32073c7356a7a17d9f0
Time: 2017-08-07
Author: stevenbocco@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name:


Project Name: Theano/Theano
Commit Name: f8a7c0edb2c4123d032fa32073c7356a7a17d9f0
Time: 2017-08-07
Author: stevenbocco@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name:


Project Name: Theano/Theano
Commit Name: b7d23606db54f1b60d0efae50922549234b20661
Time: 2017-07-31
Author: abergeron@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name: