Public static methods
object convert_to_tensor_or_ragged_tensor(IEnumerable<object> value, DType dtype, object preferred_dtype, string name)
object convert_to_tensor_or_ragged_tensor(object value, DType dtype, object preferred_dtype, string name)
object convert_to_tensor_or_ragged_tensor_dyn(object value, object dtype, object preferred_dtype, object name)
bool is_ragged(IEnumerable<IGraphNodeBase> value)
object is_ragged_dyn(object value)
object match_row_splits_dtypes(IDictionary<string, object> kwargs, Object[] tensors)
object match_row_splits_dtypes(Object[] tensors)
object match_row_splits_dtypes_dyn(IDictionary<string, object> kwargs, Object[] tensors)
object match_row_splits_dtypes_dyn(Object[] tensors)
Public properties