Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MhloDialect (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      // multi-threaded execution context, and PassManager is
      // multi-threaded.
      let dependentDialects = [
        "chlo::ChloDialect",
        "mhlo::MhloDialect",
        "shape::ShapeDialect",
        "stablehlo::StablehloDialect",
        "vhlo::VhloDialect",
        "quant::QuantizationDialect",
      ];
    
      let constructor = "TF::CreateXlaCallModuleDeserializationPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        tfl_dialect_ = module.getContext()
                           ->getOrLoadDialect<mlir::TFL::TensorFlowLiteDialect>();
        vhlo_dialect_ =
            module.getContext()->getOrLoadDialect<mlir::vhlo::VhloDialect>();
        // Right now the TF executor dialect is still needed to build NodeDef.
        module.getContext()
            ->getOrLoadDialect<mlir::tf_executor::TensorFlowExecutorDialect>();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top