LostTech.TensorFlow : API Documentation

Type gen_ragged_conversion_ops

Namespace tensorflow.python.ops.gen_ragged_conversion_ops

Public static methods

object ragged_tensor_from_variant(IGraphNodeBase encoded_ragged, Nullable<int> input_ragged_rank, Nullable<int> output_ragged_rank, DType Tvalues, DType Tsplits, string name)

object ragged_tensor_from_variant_dyn(object encoded_ragged, object input_ragged_rank, object output_ragged_rank, object Tvalues, object Tsplits, object name)

object ragged_tensor_from_variant_eager_fallback(IGraphNodeBase encoded_ragged, Nullable<int> input_ragged_rank, Nullable<int> output_ragged_rank, DType Tvalues, DType Tsplits, string name, Context ctx)

object ragged_tensor_from_variant_eager_fallback(IGraphNodeBase encoded_ragged, Nullable<int> input_ragged_rank, Nullable<int> output_ragged_rank, DType Tvalues, int Tsplits, string name, Context ctx)

object ragged_tensor_from_variant_eager_fallback(IGraphNodeBase encoded_ragged, Nullable<int> input_ragged_rank, Nullable<int> output_ragged_rank, int Tvalues, DType Tsplits, string name, Context ctx)

object ragged_tensor_from_variant_eager_fallback(IGraphNodeBase encoded_ragged, Nullable<int> input_ragged_rank, Nullable<int> output_ragged_rank, int Tvalues, int Tsplits, string name, Context ctx)

object ragged_tensor_from_variant_eager_fallback_dyn(object encoded_ragged, object input_ragged_rank, object output_ragged_rank, object Tvalues, object Tsplits, object name, object ctx)

object ragged_tensor_to_sparse(ValueTuple<object> rt_nested_splits, IGraphNodeBase rt_dense_values, string name)

object ragged_tensor_to_sparse_dyn(object rt_nested_splits, object rt_dense_values, object name)

object ragged_tensor_to_sparse_eager_fallback(ValueTuple<object> rt_nested_splits, IGraphNodeBase rt_dense_values, string name, Context ctx)

object ragged_tensor_to_sparse_eager_fallback_dyn(object rt_nested_splits, object rt_dense_values, object name, object ctx)

Tensor ragged_tensor_to_tensor(IGraphNodeBase shape, IGraphNodeBase values, IGraphNodeBase default_value, IEnumerable<object> row_partition_tensors, IEnumerable<string> row_partition_types, string name)

object ragged_tensor_to_tensor_dyn(object shape, object values, object default_value, object row_partition_tensors, object row_partition_types, object name)

object ragged_tensor_to_tensor_eager_fallback(IGraphNodeBase shape, IGraphNodeBase values, IGraphNodeBase default_value, IEnumerable<object> row_partition_tensors, IEnumerable<Byte[]> row_partition_types, string name, Context ctx)

object ragged_tensor_to_tensor_eager_fallback_dyn(object shape, object values, object default_value, object row_partition_tensors, object row_partition_types, object name, object ctx)

Tensor ragged_tensor_to_variant(ValueTuple<object> rt_nested_splits, IGraphNodeBase rt_dense_values, bool batched_input, string name)

object ragged_tensor_to_variant_dyn(object rt_nested_splits, object rt_dense_values, object batched_input, object name)

object ragged_tensor_to_variant_eager_fallback(ValueTuple<object> rt_nested_splits, IGraphNodeBase rt_dense_values, bool batched_input, string name, Context ctx)

object ragged_tensor_to_variant_eager_fallback_dyn(object rt_nested_splits, object rt_dense_values, object batched_input, object name, object ctx)

Public properties

PythonFunctionContainer ragged_tensor_from_variant_eager_fallback_fn get;

PythonFunctionContainer ragged_tensor_from_variant_fn get;

PythonFunctionContainer ragged_tensor_to_sparse_eager_fallback_fn get;

PythonFunctionContainer ragged_tensor_to_sparse_fn get;

PythonFunctionContainer ragged_tensor_to_tensor_eager_fallback_fn get;

PythonFunctionContainer ragged_tensor_to_tensor_fn get;

PythonFunctionContainer ragged_tensor_to_variant_eager_fallback_fn get;

PythonFunctionContainer ragged_tensor_to_variant_fn get;