Andrei Ivanov
Andrei Ivanov
@bixia1: I am still working on improving this PR. In particular, I implement the ability to use broadcast forms for the `cond`, `then`, and `else` tensors. My last check-in already...
@bixia1: I am done with all the tests for this PR.
@bixia1 : I'm done with this PR. Please review. Thanks!
I fixed this issue by deleting the `ConvertSelectV`2 class and the corresponding test for TRT < 8.2. There is no point in having them because this converter expects `cond` to...
@bixia1: Please, don't merge that one into master. I have resolved the formal merge conflicts appeared after the merge of [PR#56942](https://github.com/tensorflow/tensorflow/pull/56942), but I need to fix something.
@bixia1: I fixed all merge conflicts. This PR is ready to merge.
Let's consider the common scenario that the network has a single input. If the user would define: ``` def my_input_fn() shape1 = (1, 64) shape2 = (32, 64) for shape...
@bixia1: I've fixed some Python warnings and formatting issues. I also combined two recently implemented tests into one.
@frozenbugs : Sorry, I have no idea what is causing this problem. This is what I see in the debugger: ``` (Pdb) l 31 # Detach the output, which then...