-
Bhatu authored
-- Implicit broadcasting: If any of the dims in the input is 1, the values along that dimension need to be broadcasted so as to match the output dimension. We add ternary operators that check at each iteration of that dim if the inputs have 1 as dim, and chosse array indexes appropriately. -- Add support for secure conv3d using multithreaded conv instead of matmul -- Fix bug related to overflow in send/receive message -- ONNXCompiler: Generate input and model parameter inputs separately for 3pc computation too.
Bhatu authored-- Implicit broadcasting: If any of the dims in the input is 1, the values along that dimension need to be broadcasted so as to match the output dimension. We add ternary operators that check at each iteration of that dim if the inputs have 1 as dim, and chosse array indexes appropriately. -- Add support for secure conv3d using multithreaded conv instead of matmul -- Fix bug related to overflow in send/receive message -- ONNXCompiler: Generate input and model parameter inputs separately for 3pc computation too.