LostTech.TensorFlow : API Documentation

Type Head

Namespace tensorflow.contrib.learn

Public instance methods

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, float32 labels, PythonFunctionContainer train_op_fn, ndarray logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, object labels, PythonFunctionContainer train_op_fn, IEnumerable<double> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, object labels, PythonFunctionContainer train_op_fn, IDictionary<object, object> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, object labels, PythonFunctionContainer train_op_fn, ndarray logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IGraphNodeBase labels, PythonFunctionContainer train_op_fn, IGraphNodeBase logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IGraphNodeBase labels, PythonFunctionContainer train_op_fn, IEnumerable<double> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IGraphNodeBase labels, PythonFunctionContainer train_op_fn, IDictionary<object, object> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IGraphNodeBase labels, PythonFunctionContainer train_op_fn, ndarray logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IEnumerable<object> labels, PythonFunctionContainer train_op_fn, IGraphNodeBase logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, object labels, PythonFunctionContainer train_op_fn, IGraphNodeBase logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IEnumerable<object> labels, PythonFunctionContainer train_op_fn, IEnumerable<double> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IEnumerable<object> labels, PythonFunctionContainer train_op_fn, ndarray logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IDictionary<string, ValueTuple<int, int>> labels, PythonFunctionContainer train_op_fn, IGraphNodeBase logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IDictionary<string, ValueTuple<int, int>> labels, PythonFunctionContainer train_op_fn, IEnumerable<double> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IDictionary<string, ValueTuple<int, int>> labels, PythonFunctionContainer train_op_fn, IDictionary<object, object> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IDictionary<string, ValueTuple<int, int>> labels, PythonFunctionContainer train_op_fn, ndarray logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, float32 labels, PythonFunctionContainer train_op_fn, IGraphNodeBase logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, float32 labels, PythonFunctionContainer train_op_fn, IEnumerable<double> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, float32 labels, PythonFunctionContainer train_op_fn, IDictionary<object, object> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

ModelFnOps create_model_fn_ops(IDictionary<object, object> features, string mode, IEnumerable<object> labels, PythonFunctionContainer train_op_fn, IDictionary<object, object> logits, Nullable<ValueTuple<object, object, object>> logits_input, Nullable<int> scope)

object create_model_fn_ops_dyn(object features, object mode, object labels, object train_op_fn, object logits, object logits_input, object scope)

Public properties

Nullable<int> logits_dimension get;

object logits_dimension_dyn get;