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 fn.zeros, fn.zeros_like, fn.ones, fn.ones_like, fn.full and fn.full_like #5505

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

jantonguirao
Copy link
Contributor

@jantonguirao jantonguirao commented Jun 6, 2024

Category:

New feature

Description:

Creates a set of operators analogous to np.zeros, np.zeros_like, np.ones, np.ones_like, np.full, and np.full_like

Additional information:

Affected modules and functionalities:

New ops

Key points relevant for the review:

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: FULL.[01-04]

JIRA TASK: N/A

@jantonguirao
Copy link
Contributor Author

!build

@jantonguirao jantonguirao force-pushed the constant_value_ops branch 3 times, most recently from dbd0207 to 73ab38a Compare June 6, 2024 13:54
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15622245]: BUILD STARTED

…ll_like

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15622245]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15623845]: BUILD STARTED

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15624301]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15624301]: BUILD FAILED

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15630682]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15630682]: BUILD FAILED

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15644530]: BUILD STARTED

@awolant awolant self-assigned this Jun 7, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [15644530]: BUILD PASSED

@jantonguirao jantonguirao merged commit 2a1c2ac into NVIDIA:main Jun 11, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants