LostTech.TensorFlow : API Documentation

Type test_utils

Namespace tensorflow.contrib.timeseries.state_space_models.test_utils

Public static methods

void noise_accumulator_test_template(TestCase test_case, StateSpaceModel model, int num_steps)

object noise_accumulator_test_template_dyn(object test_case, object model, object num_steps)

void transition_power_test_template(TestCase test_case, StateSpaceModel model, int num_steps)

object transition_power_test_template_dyn(object test_case, object model, object num_steps)

Public properties

PythonFunctionContainer noise_accumulator_test_template_fn get;

PythonFunctionContainer transition_power_test_template_fn get;