Ivy
Overview
Background
Design
Related Work
Extensions
Contributing
Deep Dive
FAQ
Glossary
Functions
Experimental
Activations
Constants
Control flow ops
IfElse
if_else
WhileLoop
while_loop
Creation
Data type
Device
Elementwise
Experimental
General
Gradients
Layers
Linear algebra
Losses
Manipulation
Meta
Nest
Norms
Random
Searching
Set
Sorting
Statistical
Utility
Data Classes
Container
Array
Framework Classes
Optimizers
Activations
Layers
Module
Initializers
Converters
Sequential
Helpers
Norms
Nested array
Nested array
Docs
Ivy
Ivy mech
Ivy vision
Ivy robot
Ivy gym
Ivy memory
Ivy builder
Ivy models
Ivy ecosystem
Ivy
»
Control flow ops
View page source
Control flow ops
ivy.
IfElse
(
cond
,
body_fn
,
orelse_fn
,
vars
)
[source]
ivy.
WhileLoop
(
test_fn
,
body_fn
,
vars
)
[source]
ivy.
if_else
(
cond
,
body_fn
,
orelse_fn
,
vars
)
[source]
ivy.
while_loop
(
test_fn
,
body_fn
,
vars
)
[source]