LostTech.TensorFlow : API Documentation

Type gen_string_ops

Namespace tensorflow.python.ops.gen_string_ops

Methods

Properties

Public static methods

object as_string_eager_fallback(IGraphNodeBase input, int precision, bool scientific, bool shortest, int width, Byte[] fill, string name, Context ctx)

object as_string_eager_fallback(IGraphNodeBase input, int precision, bool scientific, bool shortest, int width, string fill, string name, Context ctx)

object as_string_eager_fallback_dyn(object input, ImplicitContainer<T> precision, ImplicitContainer<T> scientific, ImplicitContainer<T> shortest, ImplicitContainer<T> width, ImplicitContainer<T> fill, object name, object ctx)

object decode_base64_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object decode_base64_eager_fallback_dyn(object input, object name, object ctx)

object encode_base64_eager_fallback(IGraphNodeBase input, bool pad, string name, Context ctx)

object encode_base64_eager_fallback_dyn(object input, ImplicitContainer<T> pad, object name, object ctx)

object reduce_join_eager_fallback(IGraphNodeBase inputs, IGraphNodeBase reduction_indices, Nullable<bool> keep_dims, string separator, string name, Context ctx)

object reduce_join_eager_fallback(IGraphNodeBase inputs, IGraphNodeBase reduction_indices, Nullable<bool> keep_dims, Byte[] separator, string name, Context ctx)

object reduce_join_eager_fallback_dyn(object inputs, object reduction_indices, ImplicitContainer<T> keep_dims, ImplicitContainer<T> separator, object name, object ctx)

Tensor regex_full_match(IGraphNodeBase input, IGraphNodeBase pattern, string name)

Check if the input matches the regex pattern.

The input is a string tensor of any shape. The pattern is a scalar string tensor which is applied to every element of the input tensor. The boolean values (True or False) of the output tensor indicate if the input matches the regex pattern provided.

The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
Parameters
IGraphNodeBase input
A `Tensor` of type `string`. A string tensor of the text to be processed.
IGraphNodeBase pattern
A `Tensor` of type `string`. A scalar string tensor containing the regular expression to match the input.
string name
A name for the operation (optional).
Returns
Tensor
A `Tensor` of type `bool`.

object regex_full_match_dyn(object input, object pattern, object name)

Check if the input matches the regex pattern.

The input is a string tensor of any shape. The pattern is a scalar string tensor which is applied to every element of the input tensor. The boolean values (True or False) of the output tensor indicate if the input matches the regex pattern provided.

The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
Parameters
object input
A `Tensor` of type `string`. A string tensor of the text to be processed.
object pattern
A `Tensor` of type `string`. A scalar string tensor containing the regular expression to match the input.
object name
A name for the operation (optional).
Returns
object
A `Tensor` of type `bool`.

object regex_full_match_eager_fallback(IGraphNodeBase input, IGraphNodeBase pattern, string name, Context ctx)

object regex_full_match_eager_fallback_dyn(object input, object pattern, object name, object ctx)

Tensor regex_replace(IGraphNodeBase input, IGraphNodeBase pattern, IGraphNodeBase rewrite, bool replace_global, string name)

object regex_replace_eager_fallback(IGraphNodeBase input, IGraphNodeBase pattern, IGraphNodeBase rewrite, bool replace_global, string name, Context ctx)

object regex_replace_eager_fallback_dyn(object input, object pattern, object rewrite, ImplicitContainer<T> replace_global, object name, object ctx)

Tensor static_regex_full_match(IGraphNodeBase input, ValueTuple<Byte[], string> pattern, string name)

object static_regex_full_match_dyn(object input, object pattern, object name)

object static_regex_full_match_eager_fallback(IGraphNodeBase input, ValueTuple<Byte[], string> pattern, string name, Context ctx)

object static_regex_full_match_eager_fallback(IGraphNodeBase input, Byte[] pattern, string name, Context ctx)

object static_regex_full_match_eager_fallback_dyn(object input, object pattern, object name, object ctx)

Tensor static_regex_replace(IGraphNodeBase input, string pattern, string rewrite, bool replace_global, string name)

object static_regex_replace_dyn(object input, object pattern, object rewrite, ImplicitContainer<T> replace_global, object name)

object static_regex_replace_eager_fallback(IGraphNodeBase input, Byte[] pattern, Byte[] rewrite, bool replace_global, string name, Context ctx)

object static_regex_replace_eager_fallback(IGraphNodeBase input, Byte[] pattern, string rewrite, bool replace_global, string name, Context ctx)

object static_regex_replace_eager_fallback(IGraphNodeBase input, string pattern, Byte[] rewrite, bool replace_global, string name, Context ctx)

object static_regex_replace_eager_fallback(IGraphNodeBase input, string pattern, string rewrite, bool replace_global, string name, Context ctx)

object static_regex_replace_eager_fallback_dyn(object input, object pattern, object rewrite, ImplicitContainer<T> replace_global, object name, object ctx)

Tensor string_format(string inputs, string template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(string inputs, IGraphNodeBase template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(string inputs, IGraphNodeBase template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IEnumerable<object> inputs, IEnumerable<object> template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(string inputs, ValueTuple template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(string inputs, ValueTuple template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(string inputs, IEnumerable<object> template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(string inputs, IEnumerable<object> template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IEnumerable<object> inputs, IEnumerable<object> template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IGraphNodeBase inputs, string template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IGraphNodeBase inputs, IGraphNodeBase template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IGraphNodeBase inputs, IGraphNodeBase template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IGraphNodeBase inputs, ValueTuple template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IGraphNodeBase inputs, ValueTuple template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IGraphNodeBase inputs, IEnumerable<object> template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IGraphNodeBase inputs, IEnumerable<object> template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(ValueTuple inputs, string template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IGraphNodeBase inputs, string template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(ValueTuple inputs, IGraphNodeBase template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IEnumerable<object> inputs, ValueTuple template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(ValueTuple inputs, string template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IEnumerable<object> inputs, ValueTuple template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IEnumerable<object> inputs, IGraphNodeBase template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(IEnumerable<object> inputs, IGraphNodeBase template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IEnumerable<object> inputs, string template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(string inputs, string template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(ValueTuple inputs, IGraphNodeBase template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(ValueTuple inputs, IEnumerable<object> template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(ValueTuple inputs, IEnumerable<object> template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(ValueTuple inputs, ValueTuple template, string placeholder, ImplicitContainer<T> summarize, string name)

Tensor string_format(ValueTuple inputs, ValueTuple template, string placeholder, PythonFunctionContainer summarize, string name)

Tensor string_format(IEnumerable<object> inputs, string template, string placeholder, PythonFunctionContainer summarize, string name)

object string_format_dyn(object inputs, ImplicitContainer<T> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, object name)

object string_format_eager_fallback(IEnumerable<object> inputs, Byte[] template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IEnumerable<object> inputs, IEnumerable<object> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IEnumerable<object> inputs, ValueTuple template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IEnumerable<object> inputs, IGraphNodeBase template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IEnumerable<object> inputs, string template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(ValueTuple inputs, Byte[] template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(ValueTuple inputs, IEnumerable<object> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(ValueTuple inputs, ValueTuple template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(string inputs, IGraphNodeBase template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(ValueTuple inputs, string template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IGraphNodeBase inputs, IEnumerable<object> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IGraphNodeBase inputs, ValueTuple template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IGraphNodeBase inputs, IGraphNodeBase template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(string inputs, Byte[] template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(string inputs, IEnumerable<object> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(string inputs, ValueTuple template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(string inputs, string template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(ValueTuple inputs, IGraphNodeBase template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IGraphNodeBase inputs, string template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback(IGraphNodeBase inputs, Byte[] template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, string name, Context ctx)

object string_format_eager_fallback_dyn(object inputs, ImplicitContainer<T> template, ImplicitContainer<T> placeholder, ImplicitContainer<T> summarize, object name, object ctx)

object string_join_eager_fallback(IEnumerable<object> inputs, string separator, string name, Context ctx)

object string_join_eager_fallback(IEnumerable<object> inputs, Byte[] separator, string name, Context ctx)

object string_join_eager_fallback_dyn(object inputs, ImplicitContainer<T> separator, object name, object ctx)

Tensor string_length(IGraphNodeBase input, string unit, string name)

object string_length_dyn(object input, ImplicitContainer<T> unit, object name)

object string_length_eager_fallback(IGraphNodeBase input, Byte[] unit, string name, Context ctx)

object string_length_eager_fallback(IGraphNodeBase input, string unit, string name, Context ctx)

object string_length_eager_fallback_dyn(object input, ImplicitContainer<T> unit, object name, object ctx)

object string_lower_eager_fallback(IGraphNodeBase input, Byte[] encoding, string name, Context ctx)

object string_lower_eager_fallback(IGraphNodeBase input, string encoding, string name, Context ctx)

object string_lower_eager_fallback_dyn(object input, ImplicitContainer<T> encoding, object name, object ctx)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name)

object string_n_grams_dyn(object data, object data_splits, object separator, object ngram_widths, object left_pad, object right_pad, object pad_width, object preserve_short_sequences, object name)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, IEnumerable<int> ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, int ngram_widths, string left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, Byte[] separator, IEnumerable<int> ngram_widths, ValueTuple<IEnumerable<object>, object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, IEnumerable<object> left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback(IGraphNodeBase data, IGraphNodeBase data_splits, string separator, int ngram_widths, Byte[] left_pad, object right_pad, Nullable<int> pad_width, bool preserve_short_sequences, string name, Context ctx)

object string_n_grams_eager_fallback_dyn(object data, object data_splits, object separator, object ngram_widths, object left_pad, object right_pad, object pad_width, object preserve_short_sequences, object name, object ctx)

object string_split(IGraphNodeBase input, IGraphNodeBase delimiter, bool skip_empty, string name)

object string_split_dyn(object input, object delimiter, ImplicitContainer<T> skip_empty, object name)

object string_split_eager_fallback(IGraphNodeBase input, IGraphNodeBase delimiter, bool skip_empty, string name, Context ctx)

object string_split_eager_fallback_dyn(object input, object delimiter, ImplicitContainer<T> skip_empty, object name, object ctx)

object string_split_v2(IGraphNodeBase input, IGraphNodeBase sep, int maxsplit, string name)

object string_split_v2_dyn(object input, object sep, ImplicitContainer<T> maxsplit, object name)

object string_split_v2_eager_fallback(IGraphNodeBase input, IGraphNodeBase sep, int maxsplit, string name, Context ctx)

object string_split_v2_eager_fallback_dyn(object input, object sep, ImplicitContainer<T> maxsplit, object name, object ctx)

object string_strip_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object string_strip_eager_fallback_dyn(object input, object name, object ctx)

Tensor string_to_hash_bucket(IGraphNodeBase string_tensor, Nullable<int> num_buckets, string name)

object string_to_hash_bucket_dyn(object string_tensor, object num_buckets, object name)

object string_to_hash_bucket_eager_fallback(IGraphNodeBase string_tensor, Nullable<int> num_buckets, string name, Context ctx)

object string_to_hash_bucket_eager_fallback_dyn(object string_tensor, object num_buckets, object name, object ctx)

object string_to_hash_bucket_fast_eager_fallback(IGraphNodeBase input, int num_buckets, string name, Context ctx)

object string_to_hash_bucket_fast_eager_fallback_dyn(object input, object num_buckets, object name, object ctx)

object string_to_hash_bucket_strong_eager_fallback(IGraphNodeBase input, int num_buckets, IEnumerable<int> key, string name, Context ctx)

object string_to_hash_bucket_strong_eager_fallback_dyn(object input, object num_buckets, object key, object name, object ctx)

object string_upper_eager_fallback(IGraphNodeBase input, Byte[] encoding, string name, Context ctx)

object string_upper_eager_fallback(IGraphNodeBase input, string encoding, string name, Context ctx)

object string_upper_eager_fallback_dyn(object input, ImplicitContainer<T> encoding, object name, object ctx)

Tensor substr(IGraphNodeBase input, IGraphNodeBase pos, IGraphNodeBase len, string unit, string name)

object substr_eager_fallback(IGraphNodeBase input, IGraphNodeBase pos, IGraphNodeBase len, Byte[] unit, string name, Context ctx)

object substr_eager_fallback(IGraphNodeBase input, IGraphNodeBase pos, IGraphNodeBase len, string unit, string name, Context ctx)

object substr_eager_fallback_dyn(object input, object pos, object len, ImplicitContainer<T> unit, object name, object ctx)

object unicode_decode(IGraphNodeBase input, string input_encoding, string errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name)

object unicode_decode_dyn(object input, object input_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, ImplicitContainer<T> replace_control_characters, ImplicitContainer<T> Tsplits, object name)

object unicode_decode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name, Context ctx)

object unicode_decode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name, Context ctx)

object unicode_decode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string errors, int replacement_char, bool replace_control_characters, int Tsplits, string name, Context ctx)

object unicode_decode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, int Tsplits, string name, Context ctx)

object unicode_decode_eager_fallback_dyn(object input, object input_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, ImplicitContainer<T> replace_control_characters, ImplicitContainer<T> Tsplits, object name, object ctx)

object unicode_decode_with_offsets(IGraphNodeBase input, string input_encoding, string errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name)

object unicode_decode_with_offsets_dyn(object input, object input_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, ImplicitContainer<T> replace_control_characters, ImplicitContainer<T> Tsplits, object name)

object unicode_decode_with_offsets_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string errors, int replacement_char, bool replace_control_characters, int Tsplits, string name, Context ctx)

object unicode_decode_with_offsets_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name, Context ctx)

object unicode_decode_with_offsets_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string errors, int replacement_char, bool replace_control_characters, ImplicitContainer<T> Tsplits, string name, Context ctx)

object unicode_decode_with_offsets_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, int Tsplits, string name, Context ctx)

object unicode_decode_with_offsets_eager_fallback_dyn(object input, object input_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, ImplicitContainer<T> replace_control_characters, ImplicitContainer<T> Tsplits, object name, object ctx)

Tensor unicode_encode(IGraphNodeBase input_values, IGraphNodeBase input_splits, string output_encoding, string errors, int replacement_char, string name)

object unicode_encode_dyn(object input_values, object input_splits, object output_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, object name)

object unicode_encode_eager_fallback(IGraphNodeBase input_values, IGraphNodeBase input_splits, Byte[] output_encoding, Byte[] errors, int replacement_char, string name, Context ctx)

object unicode_encode_eager_fallback(IGraphNodeBase input_values, IGraphNodeBase input_splits, Byte[] output_encoding, string errors, int replacement_char, string name, Context ctx)

object unicode_encode_eager_fallback(IGraphNodeBase input_values, IGraphNodeBase input_splits, string output_encoding, Byte[] errors, int replacement_char, string name, Context ctx)

object unicode_encode_eager_fallback(IGraphNodeBase input_values, IGraphNodeBase input_splits, string output_encoding, string errors, int replacement_char, string name, Context ctx)

object unicode_encode_eager_fallback_dyn(object input_values, object input_splits, object output_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, object name, object ctx)

object unicode_script_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object unicode_script_eager_fallback_dyn(object input, object name, object ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] output_encoding, string errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, string input_encoding, string output_encoding, string errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, string input_encoding, string output_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string output_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, string output_encoding, string errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, string input_encoding, Byte[] output_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, string input_encoding, Byte[] output_encoding, string errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback(IGraphNodeBase input, Byte[] input_encoding, Byte[] output_encoding, Byte[] errors, int replacement_char, bool replace_control_characters, string name, Context ctx)

object unicode_transcode_eager_fallback_dyn(object input, object input_encoding, object output_encoding, ImplicitContainer<T> errors, ImplicitContainer<T> replacement_char, ImplicitContainer<T> replace_control_characters, object name, object ctx)

object unsorted_segment_join_eager_fallback(IGraphNodeBase inputs, IGraphNodeBase segment_ids, IGraphNodeBase num_segments, Byte[] separator, string name, Context ctx)

object unsorted_segment_join_eager_fallback(IGraphNodeBase inputs, IGraphNodeBase segment_ids, IGraphNodeBase num_segments, string separator, string name, Context ctx)

object unsorted_segment_join_eager_fallback_dyn(object inputs, object segment_ids, object num_segments, ImplicitContainer<T> separator, object name, object ctx)

Public properties

PythonFunctionContainer as_string_eager_fallback_fn get;

PythonFunctionContainer decode_base64_eager_fallback_fn get;

PythonFunctionContainer encode_base64_eager_fallback_fn get;

PythonFunctionContainer reduce_join_eager_fallback_fn get;

PythonFunctionContainer reduce_join_fn get;

PythonFunctionContainer regex_full_match_eager_fallback_fn get;

PythonFunctionContainer regex_full_match_fn get;

PythonFunctionContainer regex_replace_eager_fallback_fn get;

PythonFunctionContainer regex_replace_fn get;

PythonFunctionContainer static_regex_full_match_eager_fallback_fn get;

PythonFunctionContainer static_regex_full_match_fn get;

PythonFunctionContainer static_regex_replace_eager_fallback_fn get;

PythonFunctionContainer static_regex_replace_fn get;

PythonFunctionContainer string_format_eager_fallback_fn get;

PythonFunctionContainer string_format_fn get;

PythonFunctionContainer string_join_eager_fallback_fn get;

PythonFunctionContainer string_length_eager_fallback_fn get;

PythonFunctionContainer string_length_fn get;

PythonFunctionContainer string_lower_eager_fallback_fn get;

PythonFunctionContainer string_n_grams_eager_fallback_fn get;

PythonFunctionContainer string_n_grams_fn get;

PythonFunctionContainer string_split_eager_fallback_fn get;

PythonFunctionContainer string_split_fn get;

PythonFunctionContainer string_split_v2_eager_fallback_fn get;

PythonFunctionContainer string_split_v2_fn get;

PythonFunctionContainer string_strip_eager_fallback_fn get;

PythonFunctionContainer string_to_hash_bucket_eager_fallback_fn get;

PythonFunctionContainer string_to_hash_bucket_fast_eager_fallback_fn get;

PythonFunctionContainer string_to_hash_bucket_fn get;

PythonFunctionContainer string_to_hash_bucket_strong_eager_fallback_fn get;

PythonFunctionContainer string_upper_eager_fallback_fn get;

PythonFunctionContainer substr_eager_fallback_fn get;

PythonFunctionContainer substr_fn get;

PythonFunctionContainer unicode_decode_eager_fallback_fn get;

PythonFunctionContainer unicode_decode_fn get;

PythonFunctionContainer unicode_decode_with_offsets_eager_fallback_fn get;

PythonFunctionContainer unicode_decode_with_offsets_fn get;

PythonFunctionContainer unicode_encode_eager_fallback_fn get;

PythonFunctionContainer unicode_encode_fn get;

PythonFunctionContainer unicode_script_eager_fallback_fn get;

PythonFunctionContainer unicode_transcode_eager_fallback_fn get;

PythonFunctionContainer unsorted_segment_join_eager_fallback_fn get;