LostTech.TensorFlow : API Documentation

Type ragged_tensor

Namespace tensorflow.python.ragged.ragged_tensor

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

PythonFunctionContainer convert_to_tensor_or_ragged_tensor_fn get;

PythonFunctionContainer is_ragged_fn get;

PythonFunctionContainer match_row_splits_dtypes_fn get;

PythonFunctionContainer RaggedTensor_fn get;

PythonFunctionContainer RaggedTensorSpec_fn get;

PythonFunctionContainer RaggedTensorType_fn get;