LostTech.TensorFlow : API Documentation

Type gen_experimental_dataset_ops

Namespace tensorflow.python.ops.gen_experimental_dataset_ops

Methods

Properties

Public static methods

Tensor assert_next_dataset(IGraphNodeBase input_dataset, IGraphNodeBase transformations, object output_types, object output_shapes, string name)

object assert_next_dataset_dyn(object input_dataset, object transformations, object output_types, object output_shapes, object name)

object assert_next_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase transformations, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object assert_next_dataset_eager_fallback_dyn(object input_dataset, object transformations, object output_types, object output_shapes, object name, object ctx)

Tensor auto_shard_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_workers, IGraphNodeBase index, object output_types, object output_shapes, string name)

object auto_shard_dataset_dyn(object input_dataset, object num_workers, object index, object output_types, object output_shapes, object name)

object auto_shard_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_workers, IGraphNodeBase index, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object auto_shard_dataset_eager_fallback_dyn(object input_dataset, object num_workers, object index, object output_types, object output_shapes, object name, object ctx)

Tensor bytes_produced_stats_dataset(IGraphNodeBase input_dataset, IGraphNodeBase tag, object output_types, object output_shapes, string name)

object bytes_produced_stats_dataset_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name)

object bytes_produced_stats_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase tag, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object bytes_produced_stats_dataset_eager_fallback_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name, object ctx)

Tensor choose_fastest_branch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase ratio_numerator, IGraphNodeBase ratio_denominator, IEnumerable<object> other_arguments, Nullable<int> num_elements_per_branch, IEnumerable<object> branches, IEnumerable<int> other_arguments_lengths, object output_types, object output_shapes, string name)

object choose_fastest_branch_dataset_dyn(object input_dataset, object ratio_numerator, object ratio_denominator, object other_arguments, object num_elements_per_branch, object branches, object other_arguments_lengths, object output_types, object output_shapes, object name)

object choose_fastest_branch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase ratio_numerator, IGraphNodeBase ratio_denominator, IEnumerable<object> other_arguments, Nullable<int> num_elements_per_branch, IEnumerable<object> branches, IEnumerable<int> other_arguments_lengths, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object choose_fastest_branch_dataset_eager_fallback_dyn(object input_dataset, object ratio_numerator, object ratio_denominator, object other_arguments, object num_elements_per_branch, object branches, object other_arguments_lengths, object output_types, object output_shapes, object name, object ctx)

Tensor choose_fastest_dataset(IEnumerable<object> input_datasets, int num_experiments, object output_types, object output_shapes, string name)

object choose_fastest_dataset_dyn(object input_datasets, object num_experiments, object output_types, object output_shapes, object name)

object choose_fastest_dataset_eager_fallback(IEnumerable<object> input_datasets, int num_experiments, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object choose_fastest_dataset_eager_fallback_dyn(object input_datasets, object num_experiments, object output_types, object output_shapes, object name, object ctx)

Tensor csv_dataset(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, IGraphNodeBase header, IGraphNodeBase field_delim, IGraphNodeBase use_quote_delim, IGraphNodeBase na_value, IGraphNodeBase select_cols, IEnumerable<IGraphNodeBase> record_defaults, IEnumerable<object> output_shapes, string name)

object csv_dataset_dyn(object filenames, object compression_type, object buffer_size, object header, object field_delim, object use_quote_delim, object na_value, object select_cols, object record_defaults, object output_shapes, object name)

object csv_dataset_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, IGraphNodeBase header, IGraphNodeBase field_delim, IGraphNodeBase use_quote_delim, IGraphNodeBase na_value, IGraphNodeBase select_cols, IEnumerable<IGraphNodeBase> record_defaults, IEnumerable<object> output_shapes, string name, Context ctx)

object csv_dataset_eager_fallback_dyn(object filenames, object compression_type, object buffer_size, object header, object field_delim, object use_quote_delim, object na_value, object select_cols, object record_defaults, object output_shapes, object name, object ctx)

Tensor dataset_cardinality(IGraphNodeBase input_dataset, string name)

object dataset_cardinality_dyn(object input_dataset, object name)

object dataset_cardinality_eager_fallback(IGraphNodeBase input_dataset, string name, Context ctx)

object dataset_cardinality_eager_fallback_dyn(object input_dataset, object name, object ctx)

Tensor dataset_from_graph(IGraphNodeBase graph_def, string name)

object dataset_from_graph_dyn(object graph_def, object name)

object dataset_from_graph_eager_fallback(IGraphNodeBase graph_def, string name, Context ctx)

object dataset_from_graph_eager_fallback_dyn(object graph_def, object name, object ctx)

object dataset_to_tf_record(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase compression_type, string name)

object dataset_to_tf_record_dyn(object input_dataset, object filename, object compression_type, object name)

object dataset_to_tf_record_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase compression_type, string name, Context ctx)

object dataset_to_tf_record_eager_fallback_dyn(object input_dataset, object filename, object compression_type, object name, object ctx)

Tensor dense_to_sparse_batch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase row_shape, object output_types, object output_shapes, string name)

object dense_to_sparse_batch_dataset_dyn(object input_dataset, object batch_size, object row_shape, object output_types, object output_shapes, object name)

object dense_to_sparse_batch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase row_shape, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object dense_to_sparse_batch_dataset_eager_fallback_dyn(object input_dataset, object batch_size, object row_shape, object output_types, object output_shapes, object name, object ctx)

Tensor directed_interleave_dataset(IGraphNodeBase selector_input_dataset, IEnumerable<object> data_input_datasets, object output_types, object output_shapes, string name)

object directed_interleave_dataset_dyn(object selector_input_dataset, object data_input_datasets, object output_types, object output_shapes, object name)

object directed_interleave_dataset_eager_fallback(IGraphNodeBase selector_input_dataset, IEnumerable<object> data_input_datasets, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object directed_interleave_dataset_eager_fallback_dyn(object selector_input_dataset, object data_input_datasets, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_assert_next_dataset(IGraphNodeBase input_dataset, IGraphNodeBase transformations, object output_types, object output_shapes, string name)

object experimental_assert_next_dataset_dyn(object input_dataset, object transformations, object output_types, object output_shapes, object name)

object experimental_assert_next_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase transformations, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_assert_next_dataset_eager_fallback_dyn(object input_dataset, object transformations, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_auto_shard_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_workers, IGraphNodeBase index, object output_types, object output_shapes, string name)

object experimental_auto_shard_dataset_dyn(object input_dataset, object num_workers, object index, object output_types, object output_shapes, object name)

object experimental_auto_shard_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_workers, IGraphNodeBase index, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_auto_shard_dataset_eager_fallback_dyn(object input_dataset, object num_workers, object index, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_bytes_produced_stats_dataset(IGraphNodeBase input_dataset, IGraphNodeBase tag, object output_types, object output_shapes, string name)

object experimental_bytes_produced_stats_dataset_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name)

object experimental_bytes_produced_stats_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase tag, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_bytes_produced_stats_dataset_eager_fallback_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_choose_fastest_dataset(object input_datasets, object num_experiments, object output_types, object output_shapes, string name)

object experimental_choose_fastest_dataset_dyn(object input_datasets, object num_experiments, object output_types, object output_shapes, object name)

object experimental_choose_fastest_dataset_eager_fallback(object input_datasets, int num_experiments, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_choose_fastest_dataset_eager_fallback_dyn(object input_datasets, object num_experiments, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_csv_dataset(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, IGraphNodeBase header, IGraphNodeBase field_delim, IGraphNodeBase use_quote_delim, IGraphNodeBase na_value, IGraphNodeBase select_cols, object record_defaults, object output_shapes, string name)

object experimental_csv_dataset_dyn(object filenames, object compression_type, object buffer_size, object header, object field_delim, object use_quote_delim, object na_value, object select_cols, object record_defaults, object output_shapes, object name)

object experimental_csv_dataset_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, IGraphNodeBase header, IGraphNodeBase field_delim, IGraphNodeBase use_quote_delim, IGraphNodeBase na_value, IGraphNodeBase select_cols, object record_defaults, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_csv_dataset_eager_fallback_dyn(object filenames, object compression_type, object buffer_size, object header, object field_delim, object use_quote_delim, object na_value, object select_cols, object record_defaults, object output_shapes, object name, object ctx)

Tensor experimental_dataset_cardinality(IGraphNodeBase input_dataset, string name)

object experimental_dataset_cardinality_dyn(object input_dataset, object name)

object experimental_dataset_cardinality_eager_fallback(IGraphNodeBase input_dataset, string name, Context ctx)

object experimental_dataset_cardinality_eager_fallback_dyn(object input_dataset, object name, object ctx)

object experimental_dataset_to_tf_record(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase compression_type, string name)

object experimental_dataset_to_tf_record_dyn(object input_dataset, object filename, object compression_type, object name)

object experimental_dataset_to_tf_record_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase compression_type, string name, Context ctx)

object experimental_dataset_to_tf_record_eager_fallback_dyn(object input_dataset, object filename, object compression_type, object name, object ctx)

Tensor experimental_dense_to_sparse_batch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase row_shape, object output_types, object output_shapes, string name)

object experimental_dense_to_sparse_batch_dataset_dyn(object input_dataset, object batch_size, object row_shape, object output_types, object output_shapes, object name)

object experimental_dense_to_sparse_batch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase row_shape, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_dense_to_sparse_batch_dataset_eager_fallback_dyn(object input_dataset, object batch_size, object row_shape, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_directed_interleave_dataset(IGraphNodeBase selector_input_dataset, object data_input_datasets, object output_types, object output_shapes, string name)

object experimental_directed_interleave_dataset_dyn(object selector_input_dataset, object data_input_datasets, object output_types, object output_shapes, object name)

object experimental_directed_interleave_dataset_eager_fallback(IGraphNodeBase selector_input_dataset, object data_input_datasets, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_directed_interleave_dataset_eager_fallback_dyn(object selector_input_dataset, object data_input_datasets, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_group_by_reducer_dataset(IGraphNodeBase input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, string name)

object experimental_group_by_reducer_dataset_dyn(object input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, object name)

object experimental_group_by_reducer_dataset_eager_fallback(IGraphNodeBase input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_group_by_reducer_dataset_eager_fallback_dyn(object input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_group_by_window_dataset(IGraphNodeBase input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, string name)

object experimental_group_by_window_dataset_dyn(object input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, object name)

object experimental_group_by_window_dataset_eager_fallback(IGraphNodeBase input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_group_by_window_dataset_eager_fallback_dyn(object input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_ignore_errors_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object experimental_ignore_errors_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object experimental_ignore_errors_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_ignore_errors_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_iterator_get_device(IGraphNodeBase resource, string name)

object experimental_iterator_get_device_dyn(object resource, object name)

object experimental_iterator_get_device_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object experimental_iterator_get_device_eager_fallback_dyn(object resource, object name, object ctx)

Tensor experimental_latency_stats_dataset(IGraphNodeBase input_dataset, IGraphNodeBase tag, object output_types, object output_shapes, string name)

object experimental_latency_stats_dataset_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name)

object experimental_latency_stats_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase tag, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_latency_stats_dataset_eager_fallback_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_lmdb_dataset(IGraphNodeBase filenames, object output_types, object output_shapes, string name)

object experimental_lmdb_dataset_dyn(object filenames, object output_types, object output_shapes, object name)

object experimental_lmdb_dataset_eager_fallback(IGraphNodeBase filenames, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_lmdb_dataset_eager_fallback_dyn(object filenames, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_map_and_batch_dataset(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase batch_size, IGraphNodeBase num_parallel_calls, IGraphNodeBase drop_remainder, object f, object output_types, object output_shapes, bool preserve_cardinality, string name)

object experimental_map_and_batch_dataset_dyn(object input_dataset, object other_arguments, object batch_size, object num_parallel_calls, object drop_remainder, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name)

object experimental_map_and_batch_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase batch_size, IGraphNodeBase num_parallel_calls, IGraphNodeBase drop_remainder, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool preserve_cardinality, string name, Context ctx)

object experimental_map_and_batch_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object batch_size, object num_parallel_calls, object drop_remainder, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name, object ctx)

Tensor experimental_map_dataset(IGraphNodeBase input_dataset, object other_arguments, object f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name)

object experimental_map_dataset_dyn(object input_dataset, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> use_inter_op_parallelism, ImplicitContainer<T> preserve_cardinality, object name)

object experimental_map_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name, Context ctx)

object experimental_map_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> use_inter_op_parallelism, ImplicitContainer<T> preserve_cardinality, object name, object ctx)

Tensor experimental_matching_files_dataset(IGraphNodeBase patterns, string name)

object experimental_matching_files_dataset_dyn(object patterns, object name)

object experimental_matching_files_dataset_eager_fallback(IGraphNodeBase patterns, string name, Context ctx)

object experimental_matching_files_dataset_eager_fallback_dyn(object patterns, object name, object ctx)

Tensor experimental_max_intra_op_parallelism_dataset(IGraphNodeBase input_dataset, IGraphNodeBase max_intra_op_parallelism, object output_types, object output_shapes, string name)

object experimental_max_intra_op_parallelism_dataset_dyn(object input_dataset, object max_intra_op_parallelism, object output_types, object output_shapes, object name)

object experimental_max_intra_op_parallelism_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase max_intra_op_parallelism, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_max_intra_op_parallelism_dataset_eager_fallback_dyn(object input_dataset, object max_intra_op_parallelism, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_non_serializable_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object experimental_non_serializable_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object experimental_non_serializable_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_non_serializable_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_parallel_interleave_dataset(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, object f, object output_types, object output_shapes, string name)

object experimental_parallel_interleave_dataset_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object sloppy, object buffer_output_elements, object prefetch_input_elements, object f, object output_types, object output_shapes, object name)

object experimental_parallel_interleave_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_parallel_interleave_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object sloppy, object buffer_output_elements, object prefetch_input_elements, object f, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_parse_example_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_parallel_calls, object dense_defaults, object sparse_keys, object dense_keys, object sparse_types, object dense_shapes, object output_types, object output_shapes, bool sloppy, string name)

object experimental_parse_example_dataset_dyn(object input_dataset, object num_parallel_calls, object dense_defaults, object sparse_keys, object dense_keys, object sparse_types, object dense_shapes, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name)

object experimental_parse_example_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_parallel_calls, object dense_defaults, IEnumerable<Byte[]> sparse_keys, IEnumerable<Byte[]> dense_keys, IEnumerable<object> sparse_types, IEnumerable<object> dense_shapes, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool sloppy, string name, Context ctx)

object experimental_parse_example_dataset_eager_fallback_dyn(object input_dataset, object num_parallel_calls, object dense_defaults, object sparse_keys, object dense_keys, object sparse_types, object dense_shapes, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name, object ctx)

Tensor experimental_private_thread_pool_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_threads, object output_types, object output_shapes, string name)

object experimental_private_thread_pool_dataset_dyn(object input_dataset, object num_threads, object output_types, object output_shapes, object name)

object experimental_private_thread_pool_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_threads, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_private_thread_pool_dataset_eager_fallback_dyn(object input_dataset, object num_threads, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_random_dataset(IGraphNodeBase seed, IGraphNodeBase seed2, object output_types, object output_shapes, string name)

object experimental_random_dataset_dyn(object seed, object seed2, object output_types, object output_shapes, object name)

object experimental_random_dataset_eager_fallback(IGraphNodeBase seed, IGraphNodeBase seed2, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_random_dataset_eager_fallback_dyn(object seed, object seed2, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_rebatch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_replicas, object output_types, object output_shapes, bool use_fallback, string name)

object experimental_rebatch_dataset_dyn(object input_dataset, object num_replicas, object output_types, object output_shapes, ImplicitContainer<T> use_fallback, object name)

object experimental_rebatch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_replicas, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_fallback, string name, Context ctx)

object experimental_rebatch_dataset_eager_fallback_dyn(object input_dataset, object num_replicas, object output_types, object output_shapes, ImplicitContainer<T> use_fallback, object name, object ctx)

Tensor experimental_scan_dataset(IGraphNodeBase input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, bool preserve_cardinality, string name)

object experimental_scan_dataset_dyn(object input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name)

object experimental_scan_dataset_eager_fallback(IGraphNodeBase input_dataset, object initial_state, object other_arguments, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool preserve_cardinality, string name, Context ctx)

object experimental_scan_dataset_eager_fallback_dyn(object input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name, object ctx)

Tensor experimental_set_stats_aggregator_dataset(IGraphNodeBase input_dataset, IGraphNodeBase stats_aggregator, IGraphNodeBase tag, IGraphNodeBase counter_prefix, object output_types, object output_shapes, string name)

object experimental_set_stats_aggregator_dataset_dyn(object input_dataset, object stats_aggregator, object tag, object counter_prefix, object output_types, object output_shapes, object name)

object experimental_set_stats_aggregator_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase stats_aggregator, IGraphNodeBase tag, IGraphNodeBase counter_prefix, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_set_stats_aggregator_dataset_eager_fallback_dyn(object input_dataset, object stats_aggregator, object tag, object counter_prefix, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_sleep_dataset(IGraphNodeBase input_dataset, IGraphNodeBase sleep_microseconds, object output_types, object output_shapes, string name)

object experimental_sleep_dataset_dyn(object input_dataset, object sleep_microseconds, object output_types, object output_shapes, object name)

object experimental_sleep_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase sleep_microseconds, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_sleep_dataset_eager_fallback_dyn(object input_dataset, object sleep_microseconds, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_sliding_window_dataset(IGraphNodeBase input_dataset, IGraphNodeBase window_size, IGraphNodeBase window_shift, IGraphNodeBase window_stride, object output_types, object output_shapes, string name)

object experimental_sliding_window_dataset_dyn(object input_dataset, object window_size, object window_shift, object window_stride, object output_types, object output_shapes, object name)

object experimental_sliding_window_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase window_size, IGraphNodeBase window_shift, IGraphNodeBase window_stride, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_sliding_window_dataset_eager_fallback_dyn(object input_dataset, object window_size, object window_shift, object window_stride, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_sql_dataset(IGraphNodeBase driver_name, IGraphNodeBase data_source_name, IGraphNodeBase query, object output_types, object output_shapes, string name)

object experimental_sql_dataset_dyn(object driver_name, object data_source_name, object query, object output_types, object output_shapes, object name)

object experimental_sql_dataset_eager_fallback(IGraphNodeBase driver_name, IGraphNodeBase data_source_name, IGraphNodeBase query, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_sql_dataset_eager_fallback_dyn(object driver_name, object data_source_name, object query, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_stats_aggregator_handle(string container, string shared_name, string name)

object experimental_stats_aggregator_handle_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object experimental_stats_aggregator_handle_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object experimental_stats_aggregator_handle_eager_fallback(string container, string shared_name, string name, Context ctx)

object experimental_stats_aggregator_handle_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object experimental_stats_aggregator_handle_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object experimental_stats_aggregator_handle_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor experimental_stats_aggregator_summary(IGraphNodeBase iterator, string name)

object experimental_stats_aggregator_summary_dyn(object iterator, object name)

object experimental_stats_aggregator_summary_eager_fallback(IGraphNodeBase iterator, string name, Context ctx)

object experimental_stats_aggregator_summary_eager_fallback_dyn(object iterator, object name, object ctx)

Tensor experimental_take_while_dataset(IGraphNodeBase input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, string name)

object experimental_take_while_dataset_dyn(object input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, object name)

object experimental_take_while_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, object predicate, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_take_while_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_thread_pool_dataset(IGraphNodeBase input_dataset, IGraphNodeBase thread_pool, object output_types, object output_shapes, string name)

object experimental_thread_pool_dataset_dyn(object input_dataset, object thread_pool, object output_types, object output_shapes, object name)

object experimental_thread_pool_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase thread_pool, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_thread_pool_dataset_eager_fallback_dyn(object input_dataset, object thread_pool, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_thread_pool_handle(object num_threads, object display_name, int max_intra_op_parallelism, string container, string shared_name, string name)

object experimental_thread_pool_handle_dyn(object num_threads, object display_name, ImplicitContainer<T> max_intra_op_parallelism, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object experimental_thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, Byte[] container, string shared_name, string name, Context ctx)

object experimental_thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, Byte[] container, Byte[] shared_name, string name, Context ctx)

object experimental_thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, string container, string shared_name, string name, Context ctx)

object experimental_thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, string container, Byte[] shared_name, string name, Context ctx)

object experimental_thread_pool_handle_eager_fallback_dyn(object num_threads, object display_name, ImplicitContainer<T> max_intra_op_parallelism, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor experimental_unbatch_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object experimental_unbatch_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object experimental_unbatch_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_unbatch_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor experimental_unique_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object experimental_unique_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object experimental_unique_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object experimental_unique_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor group_by_reducer_dataset(IGraphNodeBase input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, string name)

object group_by_reducer_dataset_dyn(object input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, object name)

object group_by_reducer_dataset_eager_fallback(IGraphNodeBase input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object group_by_reducer_dataset_eager_fallback_dyn(object input_dataset, object key_func_other_arguments, object init_func_other_arguments, object reduce_func_other_arguments, object finalize_func_other_arguments, object key_func, object init_func, object reduce_func, object finalize_func, object output_types, object output_shapes, object name, object ctx)

Tensor group_by_window_dataset(IGraphNodeBase input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, string name)

object group_by_window_dataset_dyn(object input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, object name)

object group_by_window_dataset_eager_fallback(IGraphNodeBase input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object group_by_window_dataset_eager_fallback_dyn(object input_dataset, object key_func_other_arguments, object reduce_func_other_arguments, object window_size_func_other_arguments, object key_func, object reduce_func, object window_size_func, object output_types, object output_shapes, object name, object ctx)

Tensor ignore_errors_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object ignore_errors_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object ignore_errors_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object ignore_errors_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor iterator_get_device(IGraphNodeBase resource, string name)

object iterator_get_device_dyn(object resource, object name)

object iterator_get_device_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object iterator_get_device_eager_fallback_dyn(object resource, object name, object ctx)

Tensor latency_stats_dataset(IGraphNodeBase input_dataset, IGraphNodeBase tag, object output_types, object output_shapes, string name)

object latency_stats_dataset_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name)

object latency_stats_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase tag, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object latency_stats_dataset_eager_fallback_dyn(object input_dataset, object tag, object output_types, object output_shapes, object name, object ctx)

Tensor lmdb_dataset(IGraphNodeBase filenames, object output_types, object output_shapes, string name)

object lmdb_dataset_dyn(object filenames, object output_types, object output_shapes, object name)

object lmdb_dataset_eager_fallback(IGraphNodeBase filenames, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object lmdb_dataset_eager_fallback_dyn(object filenames, object output_types, object output_shapes, object name, object ctx)

Tensor map_and_batch_dataset(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase batch_size, IGraphNodeBase num_parallel_calls, IGraphNodeBase drop_remainder, object f, object output_types, object output_shapes, bool preserve_cardinality, string name)

object map_and_batch_dataset_dyn(object input_dataset, object other_arguments, object batch_size, object num_parallel_calls, object drop_remainder, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name)

object map_and_batch_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, IGraphNodeBase batch_size, IGraphNodeBase num_parallel_calls, IGraphNodeBase drop_remainder, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool preserve_cardinality, string name, Context ctx)

object map_and_batch_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object batch_size, object num_parallel_calls, object drop_remainder, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name, object ctx)

Tensor matching_files_dataset(IGraphNodeBase patterns, string name)

object matching_files_dataset_dyn(object patterns, object name)

object matching_files_dataset_eager_fallback(IGraphNodeBase patterns, string name, Context ctx)

object matching_files_dataset_eager_fallback_dyn(object patterns, object name, object ctx)

Tensor max_intra_op_parallelism_dataset(IGraphNodeBase input_dataset, IGraphNodeBase max_intra_op_parallelism, object output_types, object output_shapes, string name)

object max_intra_op_parallelism_dataset_dyn(object input_dataset, object max_intra_op_parallelism, object output_types, object output_shapes, object name)

object max_intra_op_parallelism_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase max_intra_op_parallelism, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object max_intra_op_parallelism_dataset_eager_fallback_dyn(object input_dataset, object max_intra_op_parallelism, object output_types, object output_shapes, object name, object ctx)

Tensor non_serializable_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object non_serializable_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object non_serializable_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object non_serializable_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor parallel_interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, _DefinedFunction f, object output_types, object output_shapes, string name)

Tensor parallel_interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, _OverloadedFunction f, object output_types, object output_shapes, string name)

Tensor parallel_interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, object f, object output_types, object output_shapes, string name)

object parallel_interleave_dataset_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object sloppy, object buffer_output_elements, object prefetch_input_elements, object f, object output_types, object output_shapes, object name)

object parallel_interleave_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, _DefinedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object parallel_interleave_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, _OverloadedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object parallel_interleave_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase sloppy, IGraphNodeBase buffer_output_elements, IGraphNodeBase prefetch_input_elements, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object parallel_interleave_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object sloppy, object buffer_output_elements, object prefetch_input_elements, object f, object output_types, object output_shapes, object name, object ctx)

Tensor parse_example_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_parallel_calls, IEnumerable<object> dense_defaults, IEnumerable<object> sparse_keys, IEnumerable<object> dense_keys, IEnumerable<DType> sparse_types, IEnumerable<object> dense_shapes, object output_types, object output_shapes, bool sloppy, string name)

object parse_example_dataset_dyn(object input_dataset, object num_parallel_calls, object dense_defaults, object sparse_keys, object dense_keys, object sparse_types, object dense_shapes, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name)

object parse_example_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_parallel_calls, IEnumerable<object> dense_defaults, IEnumerable<Byte[]> sparse_keys, IEnumerable<Byte[]> dense_keys, IEnumerable<object> sparse_types, IEnumerable<object> dense_shapes, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool sloppy, string name, Context ctx)

object parse_example_dataset_eager_fallback_dyn(object input_dataset, object num_parallel_calls, object dense_defaults, object sparse_keys, object dense_keys, object sparse_types, object dense_shapes, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name, object ctx)

Tensor private_thread_pool_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_threads, object output_types, object output_shapes, string name)

object private_thread_pool_dataset_dyn(object input_dataset, object num_threads, object output_types, object output_shapes, object name)

object private_thread_pool_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_threads, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object private_thread_pool_dataset_eager_fallback_dyn(object input_dataset, object num_threads, object output_types, object output_shapes, object name, object ctx)

Tensor random_dataset(IGraphNodeBase seed, IGraphNodeBase seed2, object output_types, object output_shapes, string name)

object random_dataset_dyn(object seed, object seed2, object output_types, object output_shapes, object name)

object random_dataset_eager_fallback(IGraphNodeBase seed, IGraphNodeBase seed2, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object random_dataset_eager_fallback_dyn(object seed, object seed2, object output_types, object output_shapes, object name, object ctx)

Tensor rebatch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_replicas, object output_types, object output_shapes, bool use_fallback, string name)

object rebatch_dataset_dyn(object input_dataset, object num_replicas, object output_types, object output_shapes, ImplicitContainer<T> use_fallback, object name)

object rebatch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_replicas, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_fallback, string name, Context ctx)

object rebatch_dataset_eager_fallback_dyn(object input_dataset, object num_replicas, object output_types, object output_shapes, ImplicitContainer<T> use_fallback, object name, object ctx)

Tensor sampling_dataset(IGraphNodeBase input_dataset, IGraphNodeBase rate, IGraphNodeBase seed, IGraphNodeBase seed2, object output_types, object output_shapes, string name)

object sampling_dataset_dyn(object input_dataset, object rate, object seed, object seed2, object output_types, object output_shapes, object name)

object sampling_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase rate, IGraphNodeBase seed, IGraphNodeBase seed2, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object sampling_dataset_eager_fallback_dyn(object input_dataset, object rate, object seed, object seed2, object output_types, object output_shapes, object name, object ctx)

Tensor scan_dataset(IGraphNodeBase input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, bool preserve_cardinality, string name)

object scan_dataset_dyn(object input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name)

object scan_dataset_eager_fallback(IGraphNodeBase input_dataset, object initial_state, object other_arguments, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool preserve_cardinality, string name, Context ctx)

object scan_dataset_eager_fallback_dyn(object input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> preserve_cardinality, object name, object ctx)

Tensor set_stats_aggregator_dataset(IGraphNodeBase input_dataset, IGraphNodeBase stats_aggregator, IGraphNodeBase tag, IGraphNodeBase counter_prefix, object output_types, object output_shapes, string name)

object set_stats_aggregator_dataset_dyn(object input_dataset, object stats_aggregator, object tag, object counter_prefix, object output_types, object output_shapes, object name)

object set_stats_aggregator_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase stats_aggregator, IGraphNodeBase tag, IGraphNodeBase counter_prefix, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object set_stats_aggregator_dataset_eager_fallback_dyn(object input_dataset, object stats_aggregator, object tag, object counter_prefix, object output_types, object output_shapes, object name, object ctx)

Tensor sleep_dataset(IGraphNodeBase input_dataset, IGraphNodeBase sleep_microseconds, object output_types, object output_shapes, string name)

object sleep_dataset_dyn(object input_dataset, object sleep_microseconds, object output_types, object output_shapes, object name)

object sleep_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase sleep_microseconds, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object sleep_dataset_eager_fallback_dyn(object input_dataset, object sleep_microseconds, object output_types, object output_shapes, object name, object ctx)

Tensor sliding_window_dataset(IGraphNodeBase input_dataset, IGraphNodeBase window_size, IGraphNodeBase window_shift, IGraphNodeBase window_stride, object output_types, object output_shapes, string name)

object sliding_window_dataset_dyn(object input_dataset, object window_size, object window_shift, object window_stride, object output_types, object output_shapes, object name)

object sliding_window_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase window_size, IGraphNodeBase window_shift, IGraphNodeBase window_stride, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object sliding_window_dataset_eager_fallback_dyn(object input_dataset, object window_size, object window_shift, object window_stride, object output_types, object output_shapes, object name, object ctx)

Tensor snapshot_dataset(IGraphNodeBase input_dataset, IGraphNodeBase path, object output_types, object output_shapes, string compression, string reader_path_prefix, string writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name)

object snapshot_dataset_dyn(object input_dataset, object path, object output_types, object output_shapes, ImplicitContainer<T> compression, ImplicitContainer<T> reader_path_prefix, ImplicitContainer<T> writer_path_prefix, ImplicitContainer<T> shard_size_bytes, ImplicitContainer<T> pending_snapshot_expiry_seconds, ImplicitContainer<T> num_reader_threads, ImplicitContainer<T> reader_buffer_size, ImplicitContainer<T> num_writer_threads, ImplicitContainer<T> writer_buffer_size, object name)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] compression, Byte[] reader_path_prefix, string writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] compression, string reader_path_prefix, string writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] compression, Byte[] reader_path_prefix, Byte[] writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string compression, string reader_path_prefix, string writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string compression, string reader_path_prefix, Byte[] writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] compression, string reader_path_prefix, Byte[] writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string compression, Byte[] reader_path_prefix, string writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase path, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string compression, Byte[] reader_path_prefix, Byte[] writer_path_prefix, ImplicitContainer<T> shard_size_bytes, Nullable<int> pending_snapshot_expiry_seconds, Nullable<int> num_reader_threads, Nullable<int> reader_buffer_size, Nullable<int> num_writer_threads, Nullable<int> writer_buffer_size, string name, Context ctx)

object snapshot_dataset_eager_fallback_dyn(object input_dataset, object path, object output_types, object output_shapes, ImplicitContainer<T> compression, ImplicitContainer<T> reader_path_prefix, ImplicitContainer<T> writer_path_prefix, ImplicitContainer<T> shard_size_bytes, ImplicitContainer<T> pending_snapshot_expiry_seconds, ImplicitContainer<T> num_reader_threads, ImplicitContainer<T> reader_buffer_size, ImplicitContainer<T> num_writer_threads, ImplicitContainer<T> writer_buffer_size, object name, object ctx)

Tensor sql_dataset(IGraphNodeBase driver_name, IGraphNodeBase data_source_name, IGraphNodeBase query, object output_types, object output_shapes, string name)

object sql_dataset_dyn(object driver_name, object data_source_name, object query, object output_types, object output_shapes, object name)

object sql_dataset_eager_fallback(IGraphNodeBase driver_name, IGraphNodeBase data_source_name, IGraphNodeBase query, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object sql_dataset_eager_fallback_dyn(object driver_name, object data_source_name, object query, object output_types, object output_shapes, object name, object ctx)

Tensor stats_aggregator_handle(string container, string shared_name, string name)

object stats_aggregator_handle_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object stats_aggregator_handle_eager_fallback(string container, string shared_name, string name, Context ctx)

object stats_aggregator_handle_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object stats_aggregator_handle_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object stats_aggregator_handle_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object stats_aggregator_handle_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor stats_aggregator_handle_v2(string container, string shared_name, string name)

object stats_aggregator_handle_v2_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object stats_aggregator_handle_v2_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object stats_aggregator_handle_v2_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object stats_aggregator_handle_v2_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object stats_aggregator_handle_v2_eager_fallback(string container, string shared_name, string name, Context ctx)

object stats_aggregator_handle_v2_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

object stats_aggregator_set_summary_writer(IGraphNodeBase stats_aggregator, IGraphNodeBase summary, string name)

object stats_aggregator_set_summary_writer_dyn(object stats_aggregator, object summary, object name)

object stats_aggregator_set_summary_writer_eager_fallback(IGraphNodeBase stats_aggregator, IGraphNodeBase summary, string name, Context ctx)

object stats_aggregator_set_summary_writer_eager_fallback_dyn(object stats_aggregator, object summary, object name, object ctx)

Tensor stats_aggregator_summary(IGraphNodeBase iterator, string name)

object stats_aggregator_summary_dyn(object iterator, object name)

object stats_aggregator_summary_eager_fallback(IGraphNodeBase iterator, string name, Context ctx)

object stats_aggregator_summary_eager_fallback_dyn(object iterator, object name, object ctx)

Tensor take_while_dataset(IGraphNodeBase input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, string name)

object take_while_dataset_dyn(object input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, object name)

object take_while_dataset_eager_fallback(IGraphNodeBase input_dataset, object other_arguments, object predicate, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object take_while_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object predicate, object output_types, object output_shapes, object name, object ctx)

Tensor thread_pool_dataset(IGraphNodeBase input_dataset, IGraphNodeBase thread_pool, object output_types, object output_shapes, string name)

object thread_pool_dataset_dyn(object input_dataset, object thread_pool, object output_types, object output_shapes, object name)

object thread_pool_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase thread_pool, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object thread_pool_dataset_eager_fallback_dyn(object input_dataset, object thread_pool, object output_types, object output_shapes, object name, object ctx)

Tensor thread_pool_handle(int num_threads, string display_name, int max_intra_op_parallelism, string container, string shared_name, string name)

object thread_pool_handle_dyn(object num_threads, object display_name, ImplicitContainer<T> max_intra_op_parallelism, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, string container, Byte[] shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, Byte[] container, Byte[] shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, Byte[] container, string shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, Byte[] display_name, int max_intra_op_parallelism, string container, string shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, string display_name, int max_intra_op_parallelism, Byte[] container, Byte[] shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, string display_name, int max_intra_op_parallelism, Byte[] container, string shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, string display_name, int max_intra_op_parallelism, string container, Byte[] shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback(int num_threads, string display_name, int max_intra_op_parallelism, string container, string shared_name, string name, Context ctx)

object thread_pool_handle_eager_fallback_dyn(object num_threads, object display_name, ImplicitContainer<T> max_intra_op_parallelism, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor unbatch_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object unbatch_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object unbatch_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object unbatch_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor unique_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, string name)

object unique_dataset_dyn(object input_dataset, object output_types, object output_shapes, object name)

object unique_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object unique_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, object name, object ctx)

Public properties

PythonFunctionContainer assert_next_dataset_eager_fallback_fn get;

PythonFunctionContainer assert_next_dataset_fn get;

PythonFunctionContainer auto_shard_dataset_eager_fallback_fn get;

PythonFunctionContainer auto_shard_dataset_fn get;

PythonFunctionContainer bytes_produced_stats_dataset_eager_fallback_fn get;

PythonFunctionContainer bytes_produced_stats_dataset_fn get;

PythonFunctionContainer choose_fastest_branch_dataset_eager_fallback_fn get;

PythonFunctionContainer choose_fastest_branch_dataset_fn get;

PythonFunctionContainer choose_fastest_dataset_eager_fallback_fn get;

PythonFunctionContainer choose_fastest_dataset_fn get;

PythonFunctionContainer csv_dataset_eager_fallback_fn get;

PythonFunctionContainer csv_dataset_fn get;

PythonFunctionContainer dataset_cardinality_eager_fallback_fn get;

PythonFunctionContainer dataset_cardinality_fn get;

PythonFunctionContainer dataset_from_graph_eager_fallback_fn get;

PythonFunctionContainer dataset_from_graph_fn get;

PythonFunctionContainer dataset_to_tf_record_eager_fallback_fn get;

PythonFunctionContainer dataset_to_tf_record_fn get;

PythonFunctionContainer dense_to_sparse_batch_dataset_eager_fallback_fn get;

PythonFunctionContainer dense_to_sparse_batch_dataset_fn get;

PythonFunctionContainer directed_interleave_dataset_eager_fallback_fn get;

PythonFunctionContainer directed_interleave_dataset_fn get;

PythonFunctionContainer experimental_assert_next_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_assert_next_dataset_fn get;

PythonFunctionContainer experimental_auto_shard_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_auto_shard_dataset_fn get;

PythonFunctionContainer experimental_bytes_produced_stats_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_bytes_produced_stats_dataset_fn get;

PythonFunctionContainer experimental_choose_fastest_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_choose_fastest_dataset_fn get;

PythonFunctionContainer experimental_csv_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_csv_dataset_fn get;

PythonFunctionContainer experimental_dataset_cardinality_eager_fallback_fn get;

PythonFunctionContainer experimental_dataset_cardinality_fn get;

PythonFunctionContainer experimental_dataset_to_tf_record_eager_fallback_fn get;

PythonFunctionContainer experimental_dataset_to_tf_record_fn get;

PythonFunctionContainer experimental_dense_to_sparse_batch_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_dense_to_sparse_batch_dataset_fn get;

PythonFunctionContainer experimental_directed_interleave_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_directed_interleave_dataset_fn get;

PythonFunctionContainer experimental_group_by_reducer_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_group_by_reducer_dataset_fn get;

PythonFunctionContainer experimental_group_by_window_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_group_by_window_dataset_fn get;

PythonFunctionContainer experimental_ignore_errors_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_ignore_errors_dataset_fn get;

PythonFunctionContainer experimental_iterator_get_device_eager_fallback_fn get;

PythonFunctionContainer experimental_iterator_get_device_fn get;

PythonFunctionContainer experimental_latency_stats_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_latency_stats_dataset_fn get;

PythonFunctionContainer experimental_lmdb_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_lmdb_dataset_fn get;

PythonFunctionContainer experimental_map_and_batch_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_map_and_batch_dataset_fn get;

PythonFunctionContainer experimental_map_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_map_dataset_fn get;

PythonFunctionContainer experimental_matching_files_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_matching_files_dataset_fn get;

PythonFunctionContainer experimental_max_intra_op_parallelism_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_max_intra_op_parallelism_dataset_fn get;

PythonFunctionContainer experimental_non_serializable_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_non_serializable_dataset_fn get;

PythonFunctionContainer experimental_parallel_interleave_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_parallel_interleave_dataset_fn get;

PythonFunctionContainer experimental_parse_example_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_parse_example_dataset_fn get;

PythonFunctionContainer experimental_private_thread_pool_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_private_thread_pool_dataset_fn get;

PythonFunctionContainer experimental_random_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_random_dataset_fn get;

PythonFunctionContainer experimental_rebatch_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_rebatch_dataset_fn get;

PythonFunctionContainer experimental_scan_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_scan_dataset_fn get;

PythonFunctionContainer experimental_set_stats_aggregator_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_set_stats_aggregator_dataset_fn get;

PythonFunctionContainer experimental_sleep_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_sleep_dataset_fn get;

PythonFunctionContainer experimental_sliding_window_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_sliding_window_dataset_fn get;

PythonFunctionContainer experimental_sql_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_sql_dataset_fn get;

PythonFunctionContainer experimental_stats_aggregator_handle_eager_fallback_fn get;

PythonFunctionContainer experimental_stats_aggregator_handle_fn get;

PythonFunctionContainer experimental_stats_aggregator_summary_eager_fallback_fn get;

PythonFunctionContainer experimental_stats_aggregator_summary_fn get;

PythonFunctionContainer experimental_take_while_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_take_while_dataset_fn get;

PythonFunctionContainer experimental_thread_pool_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_thread_pool_dataset_fn get;

PythonFunctionContainer experimental_thread_pool_handle_eager_fallback_fn get;

PythonFunctionContainer experimental_thread_pool_handle_fn get;

PythonFunctionContainer experimental_unbatch_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_unbatch_dataset_fn get;

PythonFunctionContainer experimental_unique_dataset_eager_fallback_fn get;

PythonFunctionContainer experimental_unique_dataset_fn get;

PythonFunctionContainer group_by_reducer_dataset_eager_fallback_fn get;

PythonFunctionContainer group_by_reducer_dataset_fn get;

PythonFunctionContainer group_by_window_dataset_eager_fallback_fn get;

PythonFunctionContainer group_by_window_dataset_fn get;

PythonFunctionContainer ignore_errors_dataset_eager_fallback_fn get;

PythonFunctionContainer ignore_errors_dataset_fn get;

PythonFunctionContainer iterator_get_device_eager_fallback_fn get;

PythonFunctionContainer iterator_get_device_fn get;

PythonFunctionContainer latency_stats_dataset_eager_fallback_fn get;

PythonFunctionContainer latency_stats_dataset_fn get;

PythonFunctionContainer lmdb_dataset_eager_fallback_fn get;

PythonFunctionContainer lmdb_dataset_fn get;

PythonFunctionContainer map_and_batch_dataset_eager_fallback_fn get;

PythonFunctionContainer map_and_batch_dataset_fn get;

PythonFunctionContainer matching_files_dataset_eager_fallback_fn get;

PythonFunctionContainer matching_files_dataset_fn get;

PythonFunctionContainer max_intra_op_parallelism_dataset_eager_fallback_fn get;

PythonFunctionContainer max_intra_op_parallelism_dataset_fn get;

PythonFunctionContainer non_serializable_dataset_eager_fallback_fn get;

PythonFunctionContainer non_serializable_dataset_fn get;

PythonFunctionContainer parallel_interleave_dataset_eager_fallback_fn get;

PythonFunctionContainer parallel_interleave_dataset_fn get;

PythonFunctionContainer parse_example_dataset_eager_fallback_fn get;

PythonFunctionContainer parse_example_dataset_fn get;

PythonFunctionContainer private_thread_pool_dataset_eager_fallback_fn get;

PythonFunctionContainer private_thread_pool_dataset_fn get;

PythonFunctionContainer random_dataset_eager_fallback_fn get;

PythonFunctionContainer random_dataset_fn get;

PythonFunctionContainer rebatch_dataset_eager_fallback_fn get;

PythonFunctionContainer rebatch_dataset_fn get;

PythonFunctionContainer sampling_dataset_eager_fallback_fn get;

PythonFunctionContainer sampling_dataset_fn get;

PythonFunctionContainer scan_dataset_eager_fallback_fn get;

PythonFunctionContainer scan_dataset_fn get;

PythonFunctionContainer set_stats_aggregator_dataset_eager_fallback_fn get;

PythonFunctionContainer set_stats_aggregator_dataset_fn get;

PythonFunctionContainer sleep_dataset_eager_fallback_fn get;

PythonFunctionContainer sleep_dataset_fn get;

PythonFunctionContainer sliding_window_dataset_eager_fallback_fn get;

PythonFunctionContainer sliding_window_dataset_fn get;

PythonFunctionContainer snapshot_dataset_eager_fallback_fn get;

PythonFunctionContainer snapshot_dataset_fn get;

PythonFunctionContainer sql_dataset_eager_fallback_fn get;

PythonFunctionContainer sql_dataset_fn get;

PythonFunctionContainer stats_aggregator_handle_eager_fallback_fn get;

PythonFunctionContainer stats_aggregator_handle_fn get;

PythonFunctionContainer stats_aggregator_handle_v2_eager_fallback_fn get;

PythonFunctionContainer stats_aggregator_handle_v2_fn get;

PythonFunctionContainer stats_aggregator_set_summary_writer_eager_fallback_fn get;

PythonFunctionContainer stats_aggregator_set_summary_writer_fn get;

PythonFunctionContainer stats_aggregator_summary_eager_fallback_fn get;

PythonFunctionContainer stats_aggregator_summary_fn get;

PythonFunctionContainer take_while_dataset_eager_fallback_fn get;

PythonFunctionContainer take_while_dataset_fn get;

PythonFunctionContainer thread_pool_dataset_eager_fallback_fn get;

PythonFunctionContainer thread_pool_dataset_fn get;

PythonFunctionContainer thread_pool_handle_eager_fallback_fn get;

PythonFunctionContainer thread_pool_handle_fn get;

PythonFunctionContainer unbatch_dataset_eager_fallback_fn get;

PythonFunctionContainer unbatch_dataset_fn get;

PythonFunctionContainer unique_dataset_eager_fallback_fn get;

PythonFunctionContainer unique_dataset_fn get;