aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-09-29 13:18:05 +0200
committerJon Bratseth <bratseth@gmail.com>2022-09-29 13:18:05 +0200
commit067c45bdff39f88b7c7ce586c03f217532272ba5 (patch)
tree920c87daca3cd8e981e0a3cc40c1a8c0fd60cca2 /container
parent62928f4d8b7571c4b10fedffc56b762f57b6b2ca (diff)
Only optimize boolean expressions on primitives
Only transform a && b to if(a, b, false) etc.0 if both a and b are primitives, not tensors, as if requires both branches to return the same type.
Diffstat (limited to 'container')
0 files changed, 0 insertions, 0 deletions