• Adam Rogowiec's avatar
    [ONNX] Reshape operator (#1529) · 5c706276
    Adam Rogowiec authored
    * Move reshape utils down to reshape namespace.
    
    * Reshape operation.
    
    * Reshape operator binding.
    
    * Error fixes.
    
    * Reshape unit tests.
    
    * Move flatten utility function to reshape namespace.
    
    * Fix unused catched exception object
    
    * Add Constant support for int64
    
    * Review fix.
    
    * clang-format
    
    * Review fix part 2.
    
    * Enable output shape as a second node input (only Constant).
    
    * Unit test for "dynamic" output shape (from Constant node).
    
    * Review fixes.
    
    * Make sure second Reshape op input is Constant node.
    5c706276
Name
Last commit
Last update
..
add_abc.onnx Loading commit data...
add_abc_initializers.onnx Loading commit data...
addmul_abc.onnx Loading commit data...
average_pool_2d.onnx Loading commit data...
average_pool_2d_pads.onnx Loading commit data...
batchnorm_default.onnx Loading commit data...
concat.onnx Loading commit data...
conv_with_strides_and_asymmetric_padding.onnx Loading commit data...
conv_with_strides_no_padding.onnx Loading commit data...
conv_with_strides_padding.onnx Loading commit data...
conv_with_strides_padding_bias.onnx Loading commit data...
div.onnx Loading commit data...
flatten.onnx Loading commit data...
gemm_abc.onnx Loading commit data...
matmul.onnx Loading commit data...
max.onnx Loading commit data...
max_pool_2d_pads.onnx Loading commit data...
mean.onnx Loading commit data...
min_two_inputs.onnx Loading commit data...
relu.onnx Loading commit data...
reshape_extended_dims.onnx Loading commit data...
reshape_negative_dim.onnx Loading commit data...
reshape_negative_with_zero_dims.onnx Loading commit data...
reshape_output_shape_as_input.onnx Loading commit data...
reshape_reduced_dims.onnx Loading commit data...
reshape_reordered_dims.onnx Loading commit data...
reshape_single_dim.onnx Loading commit data...
softmax.onnx Loading commit data...
split_equal_parts_2d.onnx Loading commit data...
split_equal_parts_default.onnx Loading commit data...
split_variable_parts_2d.onnx Loading commit data...
sub.onnx Loading commit data...
sum.onnx Loading commit data...
sum_one_input.onnx Loading commit data...
unsqueeze.onnx Loading commit data...