Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Chainable Ops
and
Returns the logical and of the two values
| Argument | Description |
|---|
lhs | First binary value |
rhs | Second binary value |
Return Value
The logical and of the two values
Returns the logical or of the two values
| Argument | Description |
|---|
lhs | First binary value |
rhs | Second binary value |
Return Value
The logical or of the two values
boolean-not
Returns the logical inverse of the value
| Argument | Description |
|---|
bool | The boolean value |
Return Value
The logical inverse of the value
boolean-not
Returns the logical inverse of the value
| Argument | Description |
|---|
bool | The boolean value |
Return Value
The logical inverse of the value
List Ops
and
Returns the logical and of the two values
| Argument | Description |
|---|
lhs | First binary value |
rhs | Second binary value |
Return Value
The logical and of the two values
Returns the logical or of the two values
| Argument | Description |
|---|
lhs | First binary value |
rhs | Second binary value |
Return Value
The logical or of the two values
boolean-not
Returns the logical inverse of the value
| Argument | Description |
|---|
bool | The boolean value |
Return Value
The logical inverse of the value
boolean-not
Returns the logical inverse of the value
| Argument | Description |
|---|
bool | The boolean value |
Return Value
The logical inverse of the value