LostTech.TensorFlow : API Documentation

Type utils

Namespace tensorflow.python.feature_column.utils

Public static methods

void assert_key_is_string(string key)

void assert_key_is_string(object key)

object assert_key_is_string_dyn(object key)

void assert_string_or_int(DType dtype, IEnumerable<string> prefix)

void assert_string_or_int(DType dtype, string prefix)

object assert_string_or_int_dyn(object dtype, object prefix)

object check_default_value(IEnumerable<int> shape, int default_value, DType dtype, object key)

object check_default_value(IEnumerable<int> shape, int default_value, DType dtype, string key)

object check_default_value(int shape, double default_value, DType dtype, IEnumerable<string> key)

object check_default_value(int shape, double default_value, DType dtype, object key)

object check_default_value(IEnumerable<int> shape, IEnumerable<object> default_value, DType dtype, object key)

object check_default_value(IEnumerable<int> shape, int default_value, DType dtype, IEnumerable<string> key)

object check_default_value(int shape, ndarray default_value, DType dtype, IEnumerable<string> key)

object check_default_value(int shape, ndarray default_value, DType dtype, object key)

object check_default_value(int shape, ndarray default_value, DType dtype, string key)

object check_default_value(int shape, double default_value, DType dtype, string key)

object check_default_value(IEnumerable<int> shape, IEnumerable<object> default_value, DType dtype, string key)

object check_default_value(IEnumerable<int> shape, ndarray default_value, DType dtype, object key)

object check_default_value(IEnumerable<int> shape, IEnumerable<object> default_value, DType dtype, IEnumerable<string> key)

object check_default_value(IEnumerable<int> shape, ndarray default_value, DType dtype, string key)

object check_default_value(int shape, IEnumerable<object> default_value, DType dtype, IEnumerable<string> key)

object check_default_value(IEnumerable<int> shape, ndarray default_value, DType dtype, IEnumerable<string> key)

object check_default_value(IEnumerable<int> shape, double default_value, DType dtype, string key)

object check_default_value(IEnumerable<int> shape, double default_value, DType dtype, object key)

object check_default_value(IEnumerable<int> shape, double default_value, DType dtype, IEnumerable<string> key)

object check_default_value(int shape, IEnumerable<object> default_value, DType dtype, string key)

object check_default_value(int shape, int default_value, DType dtype, IEnumerable<string> key)

object check_default_value(int shape, int default_value, DType dtype, object key)

object check_default_value(int shape, int default_value, DType dtype, string key)

object check_default_value(int shape, IEnumerable<object> default_value, DType dtype, object key)

object check_default_value_dyn(object shape, object default_value, object dtype, object key)

Tensor sequence_length_from_sparse_tensor(object sp_tensor, Nullable<int> num_elements)

Tensor sequence_length_from_sparse_tensor(IGraphNodeBase sp_tensor, Nullable<int> num_elements)

Tensor sequence_length_from_sparse_tensor(IEnumerable<object> sp_tensor, Nullable<int> num_elements)

object sequence_length_from_sparse_tensor_dyn(object sp_tensor, ImplicitContainer<T> num_elements)

Public properties

PythonFunctionContainer assert_key_is_string_fn get;

PythonFunctionContainer assert_string_or_int_fn get;

PythonFunctionContainer check_default_value_fn get;

PythonFunctionContainer sequence_length_from_sparse_tensor_fn get;