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(IEnumerable<object> sp_tensor, Nullable<int> num_elements)
Public properties