LostTech.TensorFlow : API Documentation

Type linear_testing_utils_v1

Namespace tensorflow_estimator.python.estimator.canned.v1.linear_testing_utils_v1

Public static methods

object assert_close(IGraphNodeBase expected, object actual, double rtol, string name)

object assert_close_dyn(object expected, object actual, ImplicitContainer<T> rtol, ImplicitContainer<T> name)

IDictionary<object, object> queue_parsed_features(IDictionary<object, object> feature_map)

object queue_parsed_features_dyn(object feature_map)

void save_variables_to_ckpt(Byte[] model_dir)

void save_variables_to_ckpt(string model_dir)

object save_variables_to_ckpt_dyn(object model_dir)

object sigmoid(ndarray x)

object sigmoid_dyn(object x)

Element-wise sigmoid.
Parameters
object x
A tensor or variable.
Returns
object
A tensor.

IDictionary<object, object> sorted_key_dict(IDictionary<object, object> unsorted_dict)

object sorted_key_dict_dyn(object unsorted_dict)

Public properties

PythonFunctionContainer assert_close_fn get;

PythonFunctionContainer BaseLinearClassifierEvaluationTest_fn get;

PythonFunctionContainer BaseLinearClassifierIntegrationTest_fn get;

PythonFunctionContainer BaseLinearClassifierPredictTest_fn get;

PythonFunctionContainer BaseLinearClassifierTrainingTest_fn get;

PythonFunctionContainer BaseLinearLogitFnTest_fn get;

PythonFunctionContainer BaseLinearRegressorEvaluationTest_fn get;

PythonFunctionContainer BaseLinearRegressorIntegrationTest_fn get;

PythonFunctionContainer BaseLinearRegressorPartitionerTest_fn get;

PythonFunctionContainer BaseLinearRegressorPredictTest_fn get;

PythonFunctionContainer BaseLinearRegressorTrainingTest_fn get;

PythonFunctionContainer BaseLinearWarmStartingTest_fn get;

PythonFunctionContainer CheckPartitionerVarHook_fn get;

PythonFunctionContainer queue_parsed_features_fn get;

PythonFunctionContainer save_variables_to_ckpt_fn get;

PythonFunctionContainer sigmoid_fn get;

PythonFunctionContainer sorted_key_dict_fn get;

Public fields

bool HAS_PANDAS

return bool

string HEIGHT_WEIGHT_NAME

return string

string BIAS_NAME

return string

string AGE_WEIGHT_NAME

return string

string OCCUPATION_WEIGHT_NAME

return string

string LANGUAGE_WEIGHT_NAME

return string