Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for normalized_shape (3.58 sec)

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

        // Expand and transpose the multiplier since weights are using the
        // OHWI data format in TFLite.
        int64_t normalized_shape[2] = {element_size, 1};
        auto new_cst = cst.reshape(RankedTensorType::get(
            normalized_shape, cst.getType().getElementType()));
        Type new_type = new_cst.getType();
        if (!IsBroadcastableElementsAttrAndType(new_type, filter.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