Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for populateWithGenerated (0.34 sec)

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

      // Potentially the binary ops might be fused together, like hard_swish, thus
      // we explore these potentially first and then fuse the binary ops with the
      // following ops in a second pattern match.
      TFL::populateWithGenerated(patterns);
      patterns
          .add<Convert2DUpscalingToResizeNearestNeighor, FuseFullyConnectedAndAdd,
               FuseAddAndFullyConnected, FuseFullyConnectedAndMul,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                ConvertIotaOpToTfRange, ConvertWhileOp, ConvertLoweredCumSumOp,
                ConvertLoweredCumProdOp, ConvertGetDimensionSizeOp,
                ConvertDynamicIotaOp, ConvertRealDynamicSliceOp>(context);
      populateWithGenerated(*patterns);
    }
    
    std::unique_ptr<OperationPass<ModuleOp>> CreateLegalizeHloToTfPass() {
      return std::make_unique<LegalizeHloToTf>();
    }
    
    static PassRegistration<LegalizeHloToTf> pass;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top