Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RescaleQtype (0.09 sec)

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

    ElementsAttr ExpandTo4DForConv(Attribute a) {
      return ExpandTo4DForConvImpl(a, false);
    }
    
    ElementsAttr ExpandTo4DForDepthwiseConv(Attribute a) {
      return ExpandTo4DForConvImpl(a, true);
    }
    
    TypeAttr RescaleQtype(Type input, Attribute factor) {
      return quant::RescaleQuantizedType(input, factor);
    }
    
    // Returns `true` if reducing `axes` in `input` with `keep_dims=true` results in
    // the specified `shape` and `false` otherwise.
    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