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_dyn(object seed, object seed2, object name)
object anonymous_random_seed_generator_eager_fallback_dyn(object seed, object seed2, object name, object ctx)
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)
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_dyn(object input_dataset, object batch_size, object drop_remainder, object output_types, object output_shapes, ImplicitContainer<T> parallel_copy, object name, object ctx)
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)
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_dyn(object input_dataset, object filename, object cache, object output_types, object output_shapes, object name, object ctx)
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)
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_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_dyn(object handle, object deleter, object name)
object delete_iterator_eager_fallback_dyn(object handle, object deleter, object name, object ctx)
object delete_memory_cache_dyn(object handle, object deleter, object name)
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_dyn(object multi_device_iterator, object iterators, object deleter, object name, object ctx)
object delete_random_seed_generator_dyn(object handle, object deleter, object name)
object delete_random_seed_generator_eager_fallback_dyn(object handle, object deleter, object name, object ctx)
object deserialize_iterator_dyn(object resource_handle, object serialized, object name)
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, 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)
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_dyn(object filenames, object header_bytes, object record_bytes, object footer_bytes, object buffer_size, object name, object ctx)
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_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)
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, 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, _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, _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, 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)
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_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)
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)
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_dyn(object dataset, object iterator, object name)
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_eager_fallback(IGraphNodeBase input_dataset, IEnumerable<object> output_types, IEnumerable<object> output_shapes, int algorithm, int cpu_budget, string name, Context 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)
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)
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_dyn(object dataset, object multi_device_iterator, object max_buffer_size, object name, object ctx)
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_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)
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_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)
object optional_has_value_dyn(object optional, object name)
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)
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_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_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)
object range_dataset_dyn(object start, object stop, object step, object output_types, object output_shapes, object name)
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)
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)
object serialize_iterator_dyn(object resource_handle, object name)
object serialize_iterator_eager_fallback_dyn(object resource_handle, object name, object ctx)
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_dyn(object input_dataset, object num_shards, object index, object output_types, object output_shapes, ImplicitContainer<T> require_non_empty, object name, object ctx)
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_dyn(object input_dataset, object buffer_size, object seed, object seed2, object count, object output_types, object output_shapes, object name, object ctx)
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_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)
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_dyn(object input_dataset, object buffer_size, object seed_generator, object output_types, object output_shapes, object name, object ctx)
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)
object sparse_tensor_slice_dataset_dyn(object indices, object values, object dense_shape, object name)
object sparse_tensor_slice_dataset_eager_fallback_dyn(object indices, object values, object dense_shape, object name, object ctx)
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)
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)
object tf_record_dataset_dyn(object filenames, object compression_type, object buffer_size, object name)
object tf_record_dataset_eager_fallback_dyn(object filenames, object compression_type, object buffer_size, object name, object ctx)
object unwrap_dataset_variant_dyn(object input_handle, object name)
object unwrap_dataset_variant_eager_fallback_dyn(object input_handle, object name, object ctx)
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_dyn(object input_dataset, object size, object shift, object stride, object drop_remainder, object output_types, object output_shapes, object name, object ctx)
object wrap_dataset_variant_dyn(object input_handle, object name)
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