MCPcopy
hub / github.com/GPflow/GPflow / default_float

Function default_float

gpflow/config/__config__.py:229–231  ·  view source on GitHub ↗

Returns default float type

()

Source from the content-addressed store, hash-verified

227
228
229def default_float() -> type:
230 """Returns default float type"""
231 return config().float
232
233
234def default_jitter() -> float:

Callers 15

DatumClass · 0.90
test_vgpFunction · 0.90
test_svgpFunction · 0.90
test_vgp_multiclassFunction · 0.90
test_svgp_multiclassFunction · 0.90
test_unknown_size_inputsFunction · 0.90
test_sample_mvn_shapesFunction · 0.90
test_whitenFunction · 0.90
gen_q_sqrtFunction · 0.90

Calls 1

configFunction · 0.85

Tested by 15

test_vgpFunction · 0.72
test_svgpFunction · 0.72
test_vgp_multiclassFunction · 0.72
test_svgp_multiclassFunction · 0.72
test_unknown_size_inputsFunction · 0.72
test_sample_mvn_shapesFunction · 0.72
test_whitenFunction · 0.72
gen_q_sqrtFunction · 0.72
test_rq_1dFunction · 0.72
_f_minimumFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…