Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ivy Container Instance Methods #30

Closed
djl11 opened this issue Jan 23, 2022 · 0 comments
Closed

Add Ivy Container Instance Methods #30

djl11 opened this issue Jan 23, 2022 · 0 comments
Labels
Permanent Not to be closed, i.e. an ever evolving ToDo list.

Comments

@djl11
Copy link
Contributor

djl11 commented Jan 23, 2022

Add Ivy Container Instance Methods:

  • update_config
  • inplace_update
  • set_framework
  • all_true
  • all_false
  • reduce_sum
  • reduce_prod
  • reduce_mean
  • reduce_var
  • reduce_std
  • reduce_min
  • reduce_max
  • minimum
  • maximum
  • clip
  • clip_vector_norm
  • einsum
  • vector_norm
  • matrix_norm
  • flip
  • shuffle
  • slice_via_key
  • as_ones
  • as_zeros
  • as_bools
  • as_random_uniform
  • to_native
  • to_ivy
  • expand_dims
  • dev_clone
  • dev_dist
  • to_multi_dev
  • unstack
  • split
  • gather
  • gather_nd
  • repeat
  • swapaxes
  • reshape
  • einops_rearrange
  • einops_reduce
  • einops_repeat
  • to_dev
  • stop_gradients
  • as_variables
  • as_arrays
  • num_arrays
  • size_ordered_arrays
  • to_numpy
  • from_numpy
  • arrays_as_lists
  • to_disk_as_hdf5
  • to_disk_as_pickled
  • to_jsonable
  • to_disk_as_json
  • to_list
  • to_raw
  • to_dict
  • to_iterator
  • to_iterator_values
  • to_iterator_keys
  • to_flat_list
  • from_flat_list
  • has_key
  • has_key_chain
  • find_sub_container
  • contains_sub_container
  • assert_contains_sub_container
  • find_sub_structure
  • contains_sub_structure
  • assert_contains_sub_structure
  • has_nans
  • at_keys
  • at_key_chain
  • at_key_chains
  • all_key_chains
  • key_chains_containing
  • set_at_keys
  • set_at_key_chain
  • overwrite_at_key_chain
  • set_at_key_chains
  • overwrite_at_key_chains
  • prune_keys
  • prune_key_chain
  • prune_key_chains
  • format_key_chains
  • sort_by_key
  • prune_empty
  • prune_key_from_key_chains
  • prune_keys_from_key_chains
  • restructure_key_chains
  • restructure
  • flatten_key_chains
  • copy
  • deep_copy
  • map
  • map_conts
  • dtype
  • with_entries_as_lists
  • reshape_like
  • create_if_absent
  • if_exists
  • try_kc
  • cutoff_at_depth
  • cutoff_at_height
  • slice_keys
  • with_print_limit
  • remove_print_limit
  • with_key_length_limit
  • remove_key_length_limit
  • with_print_indent
  • with_print_line_spacing
  • with_default_key_color
  • with_ivy_backend
  • set_ivy_backend
  • show
  • show_sub_container
@djl11 djl11 added Extension Permanent Not to be closed, i.e. an ever evolving ToDo list. labels Jan 23, 2022
@djl11 djl11 closed this as completed Jul 29, 2022
Aaa2275 pushed a commit to Aaa2275/ivy that referenced this issue Dec 2, 2022
AW786WA pushed a commit to AW786WA/Ivy-Tasks- that referenced this issue Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Permanent Not to be closed, i.e. an ever evolving ToDo list.
Projects
None yet
Development

No branches or pull requests

1 participant