LostTech.TensorFlow : API Documentation

Type gen_dataset_ops

Namespace tensorflow.python.ops.gen_dataset_ops

Methods

Properties

Public static methods

Tensor anonymous_iterator(object output_types, object output_shapes, string name)

object anonymous_iterator_dyn(object output_types, object output_shapes, object name)

object anonymous_iterator_eager_fallback(IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object anonymous_iterator_eager_fallback_dyn(object output_types, object output_shapes, object name, object ctx)

object anonymous_iterator_v2(IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object anonymous_iterator_v2_dyn(object output_types, object output_shapes, object name)

object anonymous_iterator_v2_eager_fallback(IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object anonymous_iterator_v2_eager_fallback_dyn(object output_types, object output_shapes, object name, object ctx)

object anonymous_memory_cache(string name)

object anonymous_memory_cache_dyn(object name)

object anonymous_memory_cache_eager_fallback(string name, Context ctx)

object anonymous_memory_cache_eager_fallback_dyn(object name, object ctx)

object anonymous_multi_device_iterator(IEnumerable<string> devices, object output_types, object output_shapes, string name)

object anonymous_multi_device_iterator_dyn(object devices, object output_types, object output_shapes, object name)

object anonymous_multi_device_iterator_eager_fallback(IEnumerable<string> devices, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object anonymous_multi_device_iterator_eager_fallback_dyn(object devices, object output_types, object output_shapes, object name, object ctx)

object anonymous_random_seed_generator(IGraphNodeBase seed, IGraphNodeBase seed2, string name)

object anonymous_random_seed_generator_dyn(object seed, object seed2, object name)

object anonymous_random_seed_generator_eager_fallback(IGraphNodeBase seed, IGraphNodeBase seed2, string name, Context ctx)

object anonymous_random_seed_generator_eager_fallback_dyn(object seed, object seed2, object name, object ctx)

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

object batch_dataset_dyn(object input_dataset, object batch_size, object output_types, object output_shapes, object name)

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

object batch_dataset_eager_fallback_dyn(object input_dataset, object batch_size, object output_types, object output_shapes, object name, object ctx)

Tensor batch_dataset_v2(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase drop_remainder, object output_types, object output_shapes, bool parallel_copy, string name)

object batch_dataset_v2_dyn(object input_dataset, object batch_size, object drop_remainder, object output_types, object output_shapes, ImplicitContainer<T> parallel_copy, object name)

object batch_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IGraphNodeBase drop_remainder, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool parallel_copy, string name, Context ctx)

object batch_dataset_v2_eager_fallback_dyn(object input_dataset, object batch_size, object drop_remainder, object output_types, object output_shapes, ImplicitContainer<T> parallel_copy, object name, object ctx)

Tensor cache_dataset(IGraphNodeBase input_dataset, IGraphNodeBase filename, object output_types, object output_shapes, string name)

object cache_dataset_dyn(object input_dataset, object filename, object output_types, object output_shapes, object name)

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

object cache_dataset_eager_fallback_dyn(object input_dataset, object filename, object output_types, object output_shapes, object name, object ctx)

Tensor cache_dataset_v2(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase cache, object output_types, object output_shapes, string name)

object cache_dataset_v2_dyn(object input_dataset, object filename, object cache, object output_types, object output_shapes, object name)

object cache_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase filename, IGraphNodeBase cache, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object cache_dataset_v2_eager_fallback_dyn(object input_dataset, object filename, object cache, object output_types, object output_shapes, object name, object ctx)

Tensor concatenate_dataset(IGraphNodeBase input_dataset, IGraphNodeBase another_dataset, object output_types, object output_shapes, string name)

object concatenate_dataset_dyn(object input_dataset, object another_dataset, object output_types, object output_shapes, object name)

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

object concatenate_dataset_eager_fallback_dyn(object input_dataset, object another_dataset, object output_types, object output_shapes, object name, object ctx)

Tensor dataset_to_graph(IGraphNodeBase input_dataset, ImplicitContainer<T> stateful_whitelist, string name)

Tensor dataset_to_graph(IGraphNodeBase input_dataset, PropertyInfo stateful_whitelist, string name)

object dataset_to_graph_dyn(object input_dataset, ImplicitContainer<T> stateful_whitelist, object name)

object dataset_to_graph_eager_fallback(IGraphNodeBase input_dataset, PropertyInfo stateful_whitelist, string name, Context ctx)

object dataset_to_graph_eager_fallback(IGraphNodeBase input_dataset, ImplicitContainer<T> stateful_whitelist, string name, Context ctx)

object dataset_to_graph_eager_fallback_dyn(object input_dataset, ImplicitContainer<T> stateful_whitelist, object name, object ctx)

IList<object> dataset_to_single_element(IGraphNodeBase dataset, object output_types, object output_shapes, string name)

object dataset_to_single_element_dyn(object dataset, object output_types, object output_shapes, object name)

IList<object> dataset_to_single_element_eager_fallback(IGraphNodeBase dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object dataset_to_single_element_eager_fallback_dyn(object dataset, object output_types, object output_shapes, object name, object ctx)

object delete_iterator(IGraphNodeBase handle, IGraphNodeBase deleter, string name)

object delete_iterator_dyn(object handle, object deleter, object name)

object delete_iterator_eager_fallback(IGraphNodeBase handle, IGraphNodeBase deleter, string name, Context ctx)

object delete_iterator_eager_fallback_dyn(object handle, object deleter, object name, object ctx)

object delete_memory_cache(IGraphNodeBase handle, IGraphNodeBase deleter, string name)

object delete_memory_cache_dyn(object handle, object deleter, object name)

object delete_memory_cache_eager_fallback(IGraphNodeBase handle, IGraphNodeBase deleter, string name, Context ctx)

object delete_memory_cache_eager_fallback_dyn(object handle, object deleter, object name, object ctx)

object delete_multi_device_iterator(IGraphNodeBase multi_device_iterator, IEnumerable<object> iterators, IGraphNodeBase deleter, string name)

object delete_multi_device_iterator_dyn(object multi_device_iterator, object iterators, object deleter, object name)

object delete_multi_device_iterator_eager_fallback(IGraphNodeBase multi_device_iterator, IEnumerable<object> iterators, IGraphNodeBase deleter, string name, Context ctx)

object delete_multi_device_iterator_eager_fallback_dyn(object multi_device_iterator, object iterators, object deleter, object name, object ctx)

object delete_random_seed_generator(IGraphNodeBase handle, IGraphNodeBase deleter, string name)

object delete_random_seed_generator_dyn(object handle, object deleter, object name)

object delete_random_seed_generator_eager_fallback(IGraphNodeBase handle, IGraphNodeBase deleter, string name, Context ctx)

object delete_random_seed_generator_eager_fallback_dyn(object handle, object deleter, object name, object ctx)

object deserialize_iterator(IGraphNodeBase resource_handle, IGraphNodeBase serialized, string name)

object deserialize_iterator_dyn(object resource_handle, object serialized, object name)

object deserialize_iterator_eager_fallback(IGraphNodeBase resource_handle, IGraphNodeBase serialized, string name, Context ctx)

object deserialize_iterator_eager_fallback_dyn(object resource_handle, object serialized, object name, object ctx)

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

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

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

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

Tensor filter_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _DefinedFunction predicate, object output_types, object output_shapes, string name)

Tensor filter_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _OverloadedFunction predicate, object output_types, object output_shapes, string name)

Tensor filter_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, object predicate, object output_types, object output_shapes, string name)

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

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

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

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

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

Tensor fixed_length_record_dataset(IGraphNodeBase filenames, IGraphNodeBase header_bytes, IGraphNodeBase record_bytes, IGraphNodeBase footer_bytes, IGraphNodeBase buffer_size, string name)

object fixed_length_record_dataset_dyn(object filenames, object header_bytes, object record_bytes, object footer_bytes, object buffer_size, object name)

object fixed_length_record_dataset_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase header_bytes, IGraphNodeBase record_bytes, IGraphNodeBase footer_bytes, IGraphNodeBase buffer_size, string name, Context ctx)

object fixed_length_record_dataset_eager_fallback_dyn(object filenames, object header_bytes, object record_bytes, object footer_bytes, object buffer_size, object name, object ctx)

Tensor fixed_length_record_dataset_v2(IGraphNodeBase filenames, IGraphNodeBase header_bytes, IGraphNodeBase record_bytes, IGraphNodeBase footer_bytes, IGraphNodeBase buffer_size, IGraphNodeBase compression_type, string name)

object fixed_length_record_dataset_v2_dyn(object filenames, object header_bytes, object record_bytes, object footer_bytes, object buffer_size, object compression_type, object name)

object fixed_length_record_dataset_v2_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase header_bytes, IGraphNodeBase record_bytes, IGraphNodeBase footer_bytes, IGraphNodeBase buffer_size, IGraphNodeBase compression_type, string name, Context ctx)

object fixed_length_record_dataset_v2_eager_fallback_dyn(object filenames, object header_bytes, object record_bytes, object footer_bytes, object buffer_size, object compression_type, object name, object ctx)

Tensor flat_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, object f, object output_types, object output_shapes, string name)

Tensor flat_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _OverloadedFunction f, object output_types, object output_shapes, string name)

Tensor flat_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _DefinedFunction f, object output_types, object output_shapes, string name)

object flat_map_dataset_dyn(object input_dataset, object other_arguments, object f, object output_types, object output_shapes, object name)

object flat_map_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _OverloadedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

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

object flat_map_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _DefinedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object flat_map_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object f, object output_types, object output_shapes, object name, object ctx)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, object finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, _DefinedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

Tensor generator_dataset(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, _OverloadedFunction finalize_func, object output_types, object output_shapes, string name)

object generator_dataset_dyn(object init_func_other_args, object next_func_other_args, object finalize_func_other_args, object init_func, object next_func, object finalize_func, object output_types, object output_shapes, object name)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, object next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _OverloadedFunction init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _DefinedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, object next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _DefinedFunction next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, object init_func, _OverloadedFunction next_func, _OverloadedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, object next_func, object finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback(object init_func_other_args, IEnumerable<object> next_func_other_args, IEnumerable<object> finalize_func_other_args, _DefinedFunction init_func, _OverloadedFunction next_func, _DefinedFunction finalize_func, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object generator_dataset_eager_fallback_dyn(object init_func_other_args, object next_func_other_args, object finalize_func_other_args, object init_func, object next_func, object finalize_func, object output_types, object output_shapes, object name, object ctx)

Tensor interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, _OverloadedFunction f, object output_types, object output_shapes, string name)

Tensor interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, _DefinedFunction f, object output_types, object output_shapes, string name)

Tensor interleave_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, object f, object output_types, object output_shapes, string name)

object interleave_dataset_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object f, object output_types, object output_shapes, object name)

object interleave_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

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

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

object interleave_dataset_eager_fallback_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object f, object output_types, object output_shapes, object name, object ctx)

Tensor iterator(object shared_name, object container, object output_types, object output_shapes, string name)

object iterator_dyn(object shared_name, object container, object output_types, object output_shapes, object name)

object iterator_eager_fallback(Byte[] shared_name, Byte[] container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_eager_fallback_dyn(object shared_name, object container, object output_types, object output_shapes, object name, object ctx)

Tensor iterator_from_string_handle(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name)

object iterator_from_string_handle_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name)

object iterator_from_string_handle_eager_fallback(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name, Context ctx)

object iterator_from_string_handle_eager_fallback_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name, object ctx)

Tensor iterator_from_string_handle_v2(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name)

object iterator_from_string_handle_v2_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name)

object iterator_from_string_handle_v2_eager_fallback(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name, Context ctx)

object iterator_from_string_handle_v2_eager_fallback_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name, object ctx)

IList<object> iterator_get_next(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

Tensor iterator_get_next_as_optional(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object iterator_get_next_as_optional_dyn(object iterator, object output_types, object output_shapes, object name)

object iterator_get_next_as_optional_eager_fallback(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_get_next_as_optional_eager_fallback_dyn(object iterator, object output_types, object output_shapes, object name, object ctx)

object iterator_get_next_dyn(object iterator, object output_types, object output_shapes, object name)

IList<object> iterator_get_next_eager_fallback(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_get_next_eager_fallback_dyn(object iterator, object output_types, object output_shapes, object name, object ctx)

IList<object> iterator_get_next_sync(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object iterator_get_next_sync_dyn(object iterator, object output_types, object output_shapes, object name)

IList<object> iterator_get_next_sync_eager_fallback(IGraphNodeBase iterator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_get_next_sync_eager_fallback_dyn(object iterator, object output_types, object output_shapes, object name, object ctx)

Tensor iterator_to_string_handle(IGraphNodeBase resource_handle, string name)

object iterator_to_string_handle_dyn(object resource_handle, object name)

object iterator_to_string_handle_eager_fallback(IGraphNodeBase resource_handle, string name, Context ctx)

object iterator_to_string_handle_eager_fallback_dyn(object resource_handle, object name, object ctx)

Tensor iterator_v2(string shared_name, string container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object iterator_v2_dyn(object shared_name, object container, object output_types, object output_shapes, object name)

object iterator_v2_eager_fallback(string shared_name, Byte[] container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_v2_eager_fallback(string shared_name, string container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_v2_eager_fallback(Byte[] shared_name, Byte[] container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_v2_eager_fallback(Byte[] shared_name, string container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object iterator_v2_eager_fallback_dyn(object shared_name, object container, object output_types, object output_shapes, object name, object ctx)

object make_iterator(IGraphNodeBase dataset, IGraphNodeBase iterator, string name)

object make_iterator_dyn(object dataset, object iterator, object name)

object make_iterator_eager_fallback(IGraphNodeBase dataset, IGraphNodeBase iterator, string name, Context ctx)

object make_iterator_eager_fallback_dyn(object dataset, object iterator, object name, object ctx)

Tensor map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, object f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name)

Tensor map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _OverloadedFunction f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name)

Tensor map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _DefinedFunction f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name)

object 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 map_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<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 map_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, _OverloadedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_inter_op_parallelism, bool preserve_cardinality, string name, Context ctx)

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

object 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)

IList<object> map_defun(IEnumerable<IGraphNodeBase> arguments, object captured_inputs, IEnumerable<DType> output_types, IEnumerable<TensorShape> output_shapes, object f, int max_intra_op_parallelism, string name)

object map_defun_dyn(object arguments, object captured_inputs, object output_types, object output_shapes, object f, ImplicitContainer<T> max_intra_op_parallelism, object name)

IList<object> map_defun_eager_fallback(IEnumerable<IGraphNodeBase> arguments, object captured_inputs, IEnumerable<object> output_types, IEnumerable<object> output_shapes, object f, int max_intra_op_parallelism, string name, Context ctx)

object map_defun_eager_fallback_dyn(object arguments, object captured_inputs, object output_types, object output_shapes, object f, ImplicitContainer<T> max_intra_op_parallelism, object name, object ctx)

Tensor model_dataset(IGraphNodeBase input_dataset, object output_types, object output_shapes, int algorithm, int cpu_budget, string name)

object model_dataset_dyn(object input_dataset, object output_types, object output_shapes, ImplicitContainer<T> algorithm, ImplicitContainer<T> cpu_budget, object name)

object model_dataset_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, int algorithm, int cpu_budget, string name, Context ctx)

object model_dataset_eager_fallback_dyn(object input_dataset, object output_types, object output_shapes, ImplicitContainer<T> algorithm, ImplicitContainer<T> cpu_budget, object name, object ctx)

Tensor multi_device_iterator(IEnumerable<string> devices, string shared_name, string container, object output_types, object output_shapes, string name)

object multi_device_iterator_dyn(object devices, object shared_name, object container, object output_types, object output_shapes, object name)

object multi_device_iterator_eager_fallback(IEnumerable<Byte[]> devices, string shared_name, Byte[] container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object multi_device_iterator_eager_fallback(IEnumerable<Byte[]> devices, Byte[] shared_name, Byte[] container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object multi_device_iterator_eager_fallback(IEnumerable<Byte[]> devices, string shared_name, string container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object multi_device_iterator_eager_fallback(IEnumerable<Byte[]> devices, Byte[] shared_name, string container, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object multi_device_iterator_eager_fallback_dyn(object devices, object shared_name, object container, object output_types, object output_shapes, object name, object ctx)

Tensor multi_device_iterator_from_string_handle(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name)

object multi_device_iterator_from_string_handle_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name)

object multi_device_iterator_from_string_handle_eager_fallback(IGraphNodeBase string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, string name, Context ctx)

object multi_device_iterator_from_string_handle_eager_fallback_dyn(object string_handle, ImplicitContainer<T> output_types, ImplicitContainer<T> output_shapes, object name, object ctx)

IList<object> multi_device_iterator_get_next_from_shard(IGraphNodeBase multi_device_iterator, IGraphNodeBase shard_num, IGraphNodeBase incarnation_id, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object multi_device_iterator_get_next_from_shard_dyn(object multi_device_iterator, object shard_num, object incarnation_id, object output_types, object output_shapes, object name)

IList<object> multi_device_iterator_get_next_from_shard_eager_fallback(IGraphNodeBase multi_device_iterator, IGraphNodeBase shard_num, IGraphNodeBase incarnation_id, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object multi_device_iterator_get_next_from_shard_eager_fallback_dyn(object multi_device_iterator, object shard_num, object incarnation_id, object output_types, object output_shapes, object name, object ctx)

Tensor multi_device_iterator_init(IGraphNodeBase dataset, IGraphNodeBase multi_device_iterator, IGraphNodeBase max_buffer_size, string name)

object multi_device_iterator_init_dyn(object dataset, object multi_device_iterator, object max_buffer_size, object name)

object multi_device_iterator_init_eager_fallback(IGraphNodeBase dataset, IGraphNodeBase multi_device_iterator, IGraphNodeBase max_buffer_size, string name, Context ctx)

object multi_device_iterator_init_eager_fallback_dyn(object dataset, object multi_device_iterator, object max_buffer_size, object name, object ctx)

Tensor multi_device_iterator_to_string_handle(IGraphNodeBase multi_device_iterator, string name)

object multi_device_iterator_to_string_handle_dyn(object multi_device_iterator, object name)

object multi_device_iterator_to_string_handle_eager_fallback(IGraphNodeBase multi_device_iterator, string name, Context ctx)

object multi_device_iterator_to_string_handle_eager_fallback_dyn(object multi_device_iterator, object name, object ctx)

Tensor one_shot_iterator(_DefinedFunction dataset_factory, object output_types, object output_shapes, string container, string shared_name, string name)

Tensor one_shot_iterator(_OverloadedFunction dataset_factory, object output_types, object output_shapes, string container, string shared_name, string name)

Tensor one_shot_iterator(object dataset_factory, object output_types, object output_shapes, string container, string shared_name, string name)

object one_shot_iterator_dyn(object dataset_factory, object output_types, object output_shapes, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object one_shot_iterator_eager_fallback(_DefinedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_DefinedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_DefinedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_DefinedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_OverloadedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_OverloadedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(object dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(object dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(object dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Byte[] container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_OverloadedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(object dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, string shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback(_OverloadedFunction dataset_factory, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string container, Byte[] shared_name, string name, Context ctx)

object one_shot_iterator_eager_fallback_dyn(object dataset_factory, object output_types, object output_shapes, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor optimize_dataset(IGraphNodeBase input_dataset, IGraphNodeBase optimizations, object output_types, object output_shapes, ImplicitContainer<T> optimization_configs, string name)

object optimize_dataset_dyn(object input_dataset, object optimizations, object output_types, object output_shapes, ImplicitContainer<T> optimization_configs, object name)

object optimize_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase optimizations, IEnumerable<object> output_types, IEnumerable<object> output_shapes, ImplicitContainer<T> optimization_configs, string name, Context ctx)

object optimize_dataset_eager_fallback_dyn(object input_dataset, object optimizations, object output_types, object output_shapes, ImplicitContainer<T> optimization_configs, object name, object ctx)

Tensor optional_from_value(IEnumerable<object> components, string name)

Tensor optional_from_value(ValueTuple components, string name)

object optional_from_value_dyn(object components, object name)

object optional_from_value_eager_fallback(ValueTuple components, string name, Context ctx)

object optional_from_value_eager_fallback(IEnumerable<object> components, string name, Context ctx)

object optional_from_value_eager_fallback_dyn(object components, object name, object ctx)

IList<object> optional_get_value(IGraphNodeBase optional, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name)

object optional_get_value_dyn(object optional, object output_types, object output_shapes, object name)

IList<object> optional_get_value_eager_fallback(IGraphNodeBase optional, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object optional_get_value_eager_fallback_dyn(object optional, object output_types, object output_shapes, object name, object ctx)

Tensor optional_has_value(IGraphNodeBase optional, string name)

object optional_has_value_dyn(object optional, object name)

object optional_has_value_eager_fallback(IGraphNodeBase optional, string name, Context ctx)

object optional_has_value_eager_fallback_dyn(object optional, object name, object ctx)

Tensor optional_none(string name)

object optional_none_dyn(object name)

object optional_none_eager_fallback(string name, Context ctx)

object optional_none_eager_fallback_dyn(object name, object ctx)

Tensor padded_batch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IEnumerable<IGraphNodeBase> padded_shapes, object padding_values, IEnumerable<object> output_shapes, string name)

object padded_batch_dataset_dyn(object input_dataset, object batch_size, object padded_shapes, object padding_values, object output_shapes, object name)

object padded_batch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IEnumerable<IGraphNodeBase> padded_shapes, object padding_values, IEnumerable<object> output_shapes, string name, Context ctx)

object padded_batch_dataset_eager_fallback_dyn(object input_dataset, object batch_size, object padded_shapes, object padding_values, object output_shapes, object name, object ctx)

Tensor padded_batch_dataset_v2(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IEnumerable<IGraphNodeBase> padded_shapes, object padding_values, IGraphNodeBase drop_remainder, IEnumerable<object> output_shapes, bool parallel_copy, string name)

object padded_batch_dataset_v2_dyn(object input_dataset, object batch_size, object padded_shapes, object padding_values, object drop_remainder, object output_shapes, ImplicitContainer<T> parallel_copy, object name)

object padded_batch_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase batch_size, IEnumerable<IGraphNodeBase> padded_shapes, object padding_values, IGraphNodeBase drop_remainder, IEnumerable<object> output_shapes, bool parallel_copy, string name, Context ctx)

object padded_batch_dataset_v2_eager_fallback_dyn(object input_dataset, object batch_size, object padded_shapes, object padding_values, object drop_remainder, object output_shapes, ImplicitContainer<T> parallel_copy, object name, object ctx)

Tensor parallel_interleave_dataset_v2(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, _DefinedFunction f, object output_types, object output_shapes, bool sloppy, string name)

Tensor parallel_interleave_dataset_v2(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, object f, object output_types, object output_shapes, bool sloppy, string name)

Tensor parallel_interleave_dataset_v2(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, _OverloadedFunction f, object output_types, object output_shapes, bool sloppy, string name)

object parallel_interleave_dataset_v2_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object num_parallel_calls, object f, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name)

object parallel_interleave_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, object f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool sloppy, string name, Context ctx)

object parallel_interleave_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, _OverloadedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool sloppy, string name, Context ctx)

object parallel_interleave_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase cycle_length, IGraphNodeBase block_length, IGraphNodeBase num_parallel_calls, _DefinedFunction f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool sloppy, string name, Context ctx)

object parallel_interleave_dataset_v2_eager_fallback_dyn(object input_dataset, object other_arguments, object cycle_length, object block_length, object num_parallel_calls, object f, object output_types, object output_shapes, ImplicitContainer<T> sloppy, object name, object ctx)

Tensor parallel_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase num_parallel_calls, _OverloadedFunction f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool sloppy, bool preserve_cardinality, string name)

Tensor parallel_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase num_parallel_calls, object f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool sloppy, bool preserve_cardinality, string name)

Tensor parallel_map_dataset(IGraphNodeBase input_dataset, IEnumerable<object> other_arguments, IGraphNodeBase num_parallel_calls, _DefinedFunction f, object output_types, object output_shapes, bool use_inter_op_parallelism, bool sloppy, bool preserve_cardinality, string name)

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

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

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

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

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

Tensor prefetch_dataset(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, object output_types, object output_shapes, Nullable<int> slack_period, bool legacy_autotune, string name)

object prefetch_dataset_dyn(object input_dataset, object buffer_size, object output_types, object output_shapes, ImplicitContainer<T> slack_period, ImplicitContainer<T> legacy_autotune, object name)

object prefetch_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Nullable<int> slack_period, bool legacy_autotune, string name, Context ctx)

object prefetch_dataset_eager_fallback_dyn(object input_dataset, object buffer_size, object output_types, object output_shapes, ImplicitContainer<T> slack_period, ImplicitContainer<T> legacy_autotune, object name, object ctx)

Tensor range_dataset(IGraphNodeBase start, IGraphNodeBase stop, IGraphNodeBase step, object output_types, object output_shapes, string name)

object range_dataset_dyn(object start, object stop, object step, object output_types, object output_shapes, object name)

object range_dataset_eager_fallback(IGraphNodeBase start, IGraphNodeBase stop, IGraphNodeBase step, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object range_dataset_eager_fallback_dyn(object start, object stop, object step, object output_types, object output_shapes, object name, object ctx)

IList<object> reduce_dataset(IGraphNodeBase input_dataset, object initial_state, object other_arguments, PythonFunctionContainer f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_inter_op_parallelism, string name)

object reduce_dataset_dyn(object input_dataset, object initial_state, object other_arguments, object f, object output_types, object output_shapes, ImplicitContainer<T> use_inter_op_parallelism, object name)

IList<object> reduce_dataset_eager_fallback(IGraphNodeBase input_dataset, object initial_state, object other_arguments, PythonFunctionContainer f, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool use_inter_op_parallelism, string name, Context ctx)

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

Tensor repeat_dataset(IGraphNodeBase input_dataset, IGraphNodeBase count, object output_types, object output_shapes, string name)

object repeat_dataset_dyn(object input_dataset, object count, object output_types, object output_shapes, object name)

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

object repeat_dataset_eager_fallback_dyn(object input_dataset, object count, object output_types, object output_shapes, object name, object ctx)

Tensor serialize_iterator(IGraphNodeBase resource_handle, string name)

object serialize_iterator_dyn(object resource_handle, object name)

object serialize_iterator_eager_fallback(IGraphNodeBase resource_handle, string name, Context ctx)

object serialize_iterator_eager_fallback_dyn(object resource_handle, object name, object ctx)

Tensor shard_dataset(IGraphNodeBase input_dataset, IGraphNodeBase num_shards, IGraphNodeBase index, object output_types, object output_shapes, bool require_non_empty, string name)

object shard_dataset_dyn(object input_dataset, object num_shards, object index, object output_types, object output_shapes, ImplicitContainer<T> require_non_empty, object name)

object shard_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase num_shards, IGraphNodeBase index, IEnumerable<object> output_types, IEnumerable<object> output_shapes, bool require_non_empty, string name, Context ctx)

object shard_dataset_eager_fallback_dyn(object input_dataset, object num_shards, object index, object output_types, object output_shapes, ImplicitContainer<T> require_non_empty, object name, object ctx)

Tensor shuffle_and_repeat_dataset(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed, IGraphNodeBase seed2, IGraphNodeBase count, object output_types, object output_shapes, string name)

object shuffle_and_repeat_dataset_dyn(object input_dataset, object buffer_size, object seed, object seed2, object count, object output_types, object output_shapes, object name)

object shuffle_and_repeat_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed, IGraphNodeBase seed2, IGraphNodeBase count, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object shuffle_and_repeat_dataset_eager_fallback_dyn(object input_dataset, object buffer_size, object seed, object seed2, object count, object output_types, object output_shapes, object name, object ctx)

Tensor shuffle_dataset(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed, IGraphNodeBase seed2, object output_types, object output_shapes, Nullable<bool> reshuffle_each_iteration, string name)

object shuffle_dataset_dyn(object input_dataset, object buffer_size, object seed, object seed2, object output_types, object output_shapes, ImplicitContainer<T> reshuffle_each_iteration, object name)

object shuffle_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed, IGraphNodeBase seed2, IEnumerable<object> output_types, IEnumerable<object> output_shapes, Nullable<bool> reshuffle_each_iteration, string name, Context ctx)

object shuffle_dataset_eager_fallback_dyn(object input_dataset, object buffer_size, object seed, object seed2, object output_types, object output_shapes, ImplicitContainer<T> reshuffle_each_iteration, object name, object ctx)

Tensor shuffle_dataset_v2(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed_generator, object output_types, object output_shapes, string name)

object shuffle_dataset_v2_dyn(object input_dataset, object buffer_size, object seed_generator, object output_types, object output_shapes, object name)

object shuffle_dataset_v2_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase buffer_size, IGraphNodeBase seed_generator, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object shuffle_dataset_v2_eager_fallback_dyn(object input_dataset, object buffer_size, object seed_generator, object output_types, object output_shapes, object name, object ctx)

Tensor skip_dataset(IGraphNodeBase input_dataset, IGraphNodeBase count, object output_types, object output_shapes, string name)

object skip_dataset_dyn(object input_dataset, object count, object output_types, object output_shapes, object name)

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

object skip_dataset_eager_fallback_dyn(object input_dataset, object count, object output_types, object output_shapes, object name, object ctx)

Tensor sparse_tensor_slice_dataset(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase dense_shape, string name)

object sparse_tensor_slice_dataset_dyn(object indices, object values, object dense_shape, object name)

object sparse_tensor_slice_dataset_eager_fallback(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase dense_shape, string name, Context ctx)

object sparse_tensor_slice_dataset_eager_fallback_dyn(object indices, object values, object dense_shape, object name, object ctx)

Tensor take_dataset(IGraphNodeBase input_dataset, IGraphNodeBase count, object output_types, object output_shapes, string name)

object take_dataset_dyn(object input_dataset, object count, object output_types, object output_shapes, object name)

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

object take_dataset_eager_fallback_dyn(object input_dataset, object count, object output_types, object output_shapes, object name, object ctx)

Tensor tensor_dataset(object components, IEnumerable<object> output_shapes, string name)

object tensor_dataset_dyn(object components, object output_shapes, object name)

object tensor_dataset_eager_fallback(object components, IEnumerable<object> output_shapes, string name, Context ctx)

object tensor_dataset_eager_fallback_dyn(object components, object output_shapes, object name, object ctx)

Tensor tensor_slice_dataset(object components, IEnumerable<object> output_shapes, string name)

object tensor_slice_dataset_dyn(object components, object output_shapes, object name)

object tensor_slice_dataset_eager_fallback(object components, IEnumerable<object> output_shapes, string name, Context ctx)

object tensor_slice_dataset_eager_fallback_dyn(object components, object output_shapes, object name, object ctx)

Tensor text_line_dataset(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, string name)

object text_line_dataset_dyn(object filenames, object compression_type, object buffer_size, object name)

object text_line_dataset_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, string name, Context ctx)

object text_line_dataset_eager_fallback_dyn(object filenames, object compression_type, object buffer_size, object name, object ctx)

Tensor tf_record_dataset(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, string name)

object tf_record_dataset_dyn(object filenames, object compression_type, object buffer_size, object name)

object tf_record_dataset_eager_fallback(IGraphNodeBase filenames, IGraphNodeBase compression_type, IGraphNodeBase buffer_size, string name, Context ctx)

object tf_record_dataset_eager_fallback_dyn(object filenames, object compression_type, object buffer_size, object name, object ctx)

Tensor unwrap_dataset_variant(IGraphNodeBase input_handle, string name)

object unwrap_dataset_variant_dyn(object input_handle, object name)

object unwrap_dataset_variant_eager_fallback(IGraphNodeBase input_handle, string name, Context ctx)

object unwrap_dataset_variant_eager_fallback_dyn(object input_handle, object name, object ctx)

Tensor window_dataset(IGraphNodeBase input_dataset, IGraphNodeBase size, IGraphNodeBase shift, IGraphNodeBase stride, IGraphNodeBase drop_remainder, object output_types, object output_shapes, string name)

object window_dataset_dyn(object input_dataset, object size, object shift, object stride, object drop_remainder, object output_types, object output_shapes, object name)

object window_dataset_eager_fallback(IGraphNodeBase input_dataset, IGraphNodeBase size, IGraphNodeBase shift, IGraphNodeBase stride, IGraphNodeBase drop_remainder, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object window_dataset_eager_fallback_dyn(object input_dataset, object size, object shift, object stride, object drop_remainder, object output_types, object output_shapes, object name, object ctx)

Tensor wrap_dataset_variant(IGraphNodeBase input_handle, string name)

object wrap_dataset_variant_dyn(object input_handle, object name)

object wrap_dataset_variant_eager_fallback(IGraphNodeBase input_handle, string name, Context ctx)

object wrap_dataset_variant_eager_fallback_dyn(object input_handle, object name, object ctx)

Tensor zip_dataset(IEnumerable<object> input_datasets, object output_types, object output_shapes, string name)

object zip_dataset_dyn(object input_datasets, object output_types, object output_shapes, object name)

object zip_dataset_eager_fallback(IEnumerable<object> input_datasets, IEnumerable<object> output_types, IEnumerable<object> output_shapes, string name, Context ctx)

object zip_dataset_eager_fallback_dyn(object input_datasets, object output_types, object output_shapes, object name, object ctx)

Public properties

PythonFunctionContainer anonymous_iterator_eager_fallback_fn get;

PythonFunctionContainer anonymous_iterator_fn get;

PythonFunctionContainer anonymous_iterator_v2_eager_fallback_fn get;

PythonFunctionContainer anonymous_iterator_v2_fn get;

PythonFunctionContainer anonymous_memory_cache_eager_fallback_fn get;

PythonFunctionContainer anonymous_memory_cache_fn get;

PythonFunctionContainer anonymous_multi_device_iterator_eager_fallback_fn get;

PythonFunctionContainer anonymous_multi_device_iterator_fn get;

PythonFunctionContainer anonymous_random_seed_generator_eager_fallback_fn get;

PythonFunctionContainer anonymous_random_seed_generator_fn get;

PythonFunctionContainer batch_dataset_eager_fallback_fn get;

PythonFunctionContainer batch_dataset_fn get;

PythonFunctionContainer batch_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer batch_dataset_v2_fn get;

PythonFunctionContainer cache_dataset_eager_fallback_fn get;

PythonFunctionContainer cache_dataset_fn get;

PythonFunctionContainer cache_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer cache_dataset_v2_fn get;

PythonFunctionContainer concatenate_dataset_eager_fallback_fn get;

PythonFunctionContainer concatenate_dataset_fn get;

PythonFunctionContainer dataset_to_graph_eager_fallback_fn get;

PythonFunctionContainer dataset_to_graph_fn get;

PythonFunctionContainer dataset_to_single_element_eager_fallback_fn get;

PythonFunctionContainer dataset_to_single_element_fn get;

PythonFunctionContainer delete_iterator_eager_fallback_fn get;

PythonFunctionContainer delete_iterator_fn get;

PythonFunctionContainer delete_memory_cache_eager_fallback_fn get;

PythonFunctionContainer delete_memory_cache_fn get;

PythonFunctionContainer delete_multi_device_iterator_eager_fallback_fn get;

PythonFunctionContainer delete_multi_device_iterator_fn get;

PythonFunctionContainer delete_random_seed_generator_eager_fallback_fn get;

PythonFunctionContainer delete_random_seed_generator_fn get;

PythonFunctionContainer deserialize_iterator_eager_fallback_fn get;

PythonFunctionContainer deserialize_iterator_fn get;

PythonFunctionContainer filter_by_last_component_dataset_eager_fallback_fn get;

PythonFunctionContainer filter_by_last_component_dataset_fn get;

PythonFunctionContainer filter_dataset_eager_fallback_fn get;

PythonFunctionContainer filter_dataset_fn get;

PythonFunctionContainer fixed_length_record_dataset_eager_fallback_fn get;

PythonFunctionContainer fixed_length_record_dataset_fn get;

PythonFunctionContainer fixed_length_record_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer fixed_length_record_dataset_v2_fn get;

PythonFunctionContainer flat_map_dataset_eager_fallback_fn get;

PythonFunctionContainer flat_map_dataset_fn get;

PythonFunctionContainer generator_dataset_eager_fallback_fn get;

PythonFunctionContainer generator_dataset_fn get;

PythonFunctionContainer interleave_dataset_eager_fallback_fn get;

PythonFunctionContainer interleave_dataset_fn get;

PythonFunctionContainer iterator_eager_fallback_fn get;

PythonFunctionContainer iterator_fn get;

PythonFunctionContainer iterator_from_string_handle_eager_fallback_fn get;

PythonFunctionContainer iterator_from_string_handle_fn get;

PythonFunctionContainer iterator_from_string_handle_v2_eager_fallback_fn get;

PythonFunctionContainer iterator_from_string_handle_v2_fn get;

PythonFunctionContainer iterator_get_next_as_optional_eager_fallback_fn get;

PythonFunctionContainer iterator_get_next_as_optional_fn get;

PythonFunctionContainer iterator_get_next_eager_fallback_fn get;

PythonFunctionContainer iterator_get_next_fn get;

PythonFunctionContainer iterator_get_next_sync_eager_fallback_fn get;

PythonFunctionContainer iterator_get_next_sync_fn get;

PythonFunctionContainer iterator_to_string_handle_eager_fallback_fn get;

PythonFunctionContainer iterator_to_string_handle_fn get;

PythonFunctionContainer iterator_v2_eager_fallback_fn get;

PythonFunctionContainer iterator_v2_fn get;

PythonFunctionContainer make_iterator_eager_fallback_fn get;

PythonFunctionContainer make_iterator_fn get;

PythonFunctionContainer map_dataset_eager_fallback_fn get;

PythonFunctionContainer map_dataset_fn get;

PythonFunctionContainer map_defun_eager_fallback_fn get;

PythonFunctionContainer map_defun_fn get;

PythonFunctionContainer model_dataset_eager_fallback_fn get;

PythonFunctionContainer model_dataset_fn get;

PythonFunctionContainer multi_device_iterator_eager_fallback_fn get;

PythonFunctionContainer multi_device_iterator_fn get;

PythonFunctionContainer multi_device_iterator_from_string_handle_eager_fallback_fn get;

PythonFunctionContainer multi_device_iterator_from_string_handle_fn get;

PythonFunctionContainer multi_device_iterator_get_next_from_shard_eager_fallback_fn get;

PythonFunctionContainer multi_device_iterator_get_next_from_shard_fn get;

PythonFunctionContainer multi_device_iterator_init_eager_fallback_fn get;

PythonFunctionContainer multi_device_iterator_init_fn get;

PythonFunctionContainer multi_device_iterator_to_string_handle_eager_fallback_fn get;

PythonFunctionContainer multi_device_iterator_to_string_handle_fn get;

PythonFunctionContainer one_shot_iterator_eager_fallback_fn get;

PythonFunctionContainer one_shot_iterator_fn get;

PythonFunctionContainer optimize_dataset_eager_fallback_fn get;

PythonFunctionContainer optimize_dataset_fn get;

PythonFunctionContainer optional_from_value_eager_fallback_fn get;

PythonFunctionContainer optional_from_value_fn get;

PythonFunctionContainer optional_get_value_eager_fallback_fn get;

PythonFunctionContainer optional_get_value_fn get;

PythonFunctionContainer optional_has_value_eager_fallback_fn get;

PythonFunctionContainer optional_has_value_fn get;

PythonFunctionContainer optional_none_eager_fallback_fn get;

PythonFunctionContainer optional_none_fn get;

PythonFunctionContainer padded_batch_dataset_eager_fallback_fn get;

PythonFunctionContainer padded_batch_dataset_fn get;

PythonFunctionContainer padded_batch_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer padded_batch_dataset_v2_fn get;

PythonFunctionContainer parallel_interleave_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer parallel_interleave_dataset_v2_fn get;

PythonFunctionContainer parallel_map_dataset_eager_fallback_fn get;

PythonFunctionContainer parallel_map_dataset_fn get;

PythonFunctionContainer prefetch_dataset_eager_fallback_fn get;

PythonFunctionContainer prefetch_dataset_fn get;

PythonFunctionContainer range_dataset_eager_fallback_fn get;

PythonFunctionContainer range_dataset_fn get;

PythonFunctionContainer reduce_dataset_eager_fallback_fn get;

PythonFunctionContainer reduce_dataset_fn get;

PythonFunctionContainer repeat_dataset_eager_fallback_fn get;

PythonFunctionContainer repeat_dataset_fn get;

PythonFunctionContainer serialize_iterator_eager_fallback_fn get;

PythonFunctionContainer serialize_iterator_fn get;

PythonFunctionContainer shard_dataset_eager_fallback_fn get;

PythonFunctionContainer shard_dataset_fn get;

PythonFunctionContainer shuffle_and_repeat_dataset_eager_fallback_fn get;

PythonFunctionContainer shuffle_and_repeat_dataset_fn get;

PythonFunctionContainer shuffle_dataset_eager_fallback_fn get;

PythonFunctionContainer shuffle_dataset_fn get;

PythonFunctionContainer shuffle_dataset_v2_eager_fallback_fn get;

PythonFunctionContainer shuffle_dataset_v2_fn get;

PythonFunctionContainer skip_dataset_eager_fallback_fn get;

PythonFunctionContainer skip_dataset_fn get;

PythonFunctionContainer sparse_tensor_slice_dataset_eager_fallback_fn get;

PythonFunctionContainer sparse_tensor_slice_dataset_fn get;

PythonFunctionContainer take_dataset_eager_fallback_fn get;

PythonFunctionContainer take_dataset_fn get;

PythonFunctionContainer tensor_dataset_eager_fallback_fn get;

PythonFunctionContainer tensor_dataset_fn get;

PythonFunctionContainer tensor_slice_dataset_eager_fallback_fn get;

PythonFunctionContainer tensor_slice_dataset_fn get;

PythonFunctionContainer text_line_dataset_eager_fallback_fn get;

PythonFunctionContainer text_line_dataset_fn get;

PythonFunctionContainer tf_record_dataset_eager_fallback_fn get;

PythonFunctionContainer tf_record_dataset_fn get;

PythonFunctionContainer unwrap_dataset_variant_eager_fallback_fn get;

PythonFunctionContainer unwrap_dataset_variant_fn get;

PythonFunctionContainer window_dataset_eager_fallback_fn get;

PythonFunctionContainer window_dataset_fn get;

PythonFunctionContainer wrap_dataset_variant_eager_fallback_fn get;

PythonFunctionContainer wrap_dataset_variant_fn get;

PythonFunctionContainer zip_dataset_eager_fallback_fn get;

PythonFunctionContainer zip_dataset_fn get;