Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsLastDimEqualToNumElements (0.22 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

              loc, "Unsupported shapes. Currely only static shapes are supported");
        }
    
        if (!IsLastDimEqualToNumElements(inner_reshape_input.getType(),
                                         inner_reshape_op.getOutput().getType()) ||
            !IsLastDimEqualToNumElements(
                outer_reshape_op.getOutput().getType(),
                tfl_broadcast_to_op.getOutput().getType())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top