Searched defs:evol_func (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/integrate/python/ops/
H A Dodes_test.py247 def evol_func(y, t): function in function:OdeIntFixedTest._test_integrate_sine
253 y_grid = odes.odeint_fixed(evol_func, y0, time_grid, method=method)
263 def evol_func(y, t): function in function:OdeIntFixedTest._test_integrate_gaussian
268 y_grid = odes.odeint_fixed(evol_func, y0, time_grid, method=method)

Completed in 86 milliseconds