https://github.com/GPflow/GPflow
Revision 4cef013dfef43503259694213923828e35c0b4d1 authored by James Hensman on 26 October 2016, 19:15:26 UTC, committed by James Hensman on 26 October 2016, 19:15:26 UTC
Fixed variables are treated as placeholders. In this change, the
placeholder is created on the call to make_tf_array, rather than at the
moment that the fixed bool is set. This lets the placeholder be created
inside the graph context.
1 parent f5b94dd
History
Tip revision: 4cef013dfef43503259694213923828e35c0b4d1 authored by James Hensman on 26 October 2016, 19:15:26 UTC
chanegs to the way fixed placeholder work
Tip revision: 4cef013
File Mode Size
__init__.py -rw-r--r-- 0 bytes
gpflowrc_test.txt -rw-r--r-- 157 bytes
reference.py -rw-r--r-- 891 bytes
test_autoflow.py -rw-r--r-- 5.2 KB
test_conditionals.py -rw-r--r-- 6.4 KB
test_config.py -rw-r--r-- 2.9 KB
test_custom_op.py -rw-r--r-- 2.3 KB
test_data_object.py -rw-r--r-- 6.2 KB
test_hmc.py -rw-r--r-- 4.2 KB
test_kerns.py -rw-r--r-- 14.9 KB
test_likelihoods.py -rw-r--r-- 9.2 KB
test_mean_functions.py -rw-r--r-- 10.3 KB
test_method_equivalence.py -rw-r--r-- 3.6 KB
test_methods.py -rw-r--r-- 6.8 KB
test_model.py -rw-r--r-- 3.8 KB
test_param.py -rw-r--r-- 14.7 KB
test_pickle.py -rw-r--r-- 4.2 KB
test_predict.py -rw-r--r-- 5.7 KB
test_priors.py -rw-r--r-- 2.3 KB
test_transforms.py -rw-r--r-- 2.7 KB
test_variational.py -rw-r--r-- 8.2 KB

back to top