Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for idml (0.05 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"message/tracking-status",
    				"message/vnd.si.simp",
    				"model/example",
    				"model/iges",
    				"model/mesh",
    				"model/vnd.dwf",
    				"model/vnd.dwfx+xps",
    				"model/vnd.flatland.3dml",
    				"model/vnd.gdl",
    				"model/vnd.gs-gdl",
    				"model/vnd.gs.gdl",
    				"model/vnd.gtw",
    				"model/vnd.moml+xml",
    				"model/vnd.mts",
    				"model/vnd.parasolid.transmit.binary",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    #include "tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.h"
    
    #define DEBUG_TYPE "stablehlo-compose-uniform-quantized-type"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    using ::mlir::quant::CreateI8F32UniformQuantizedPerAxisType;
    using ::mlir::quant::CreateI8F32UniformQuantizedType;
    using ::mlir::quant::TryCast;
    using ::mlir::quant::UniformQuantizedPerAxisType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/BUILD

    )
    
    package_group(
        name = "friends",
        packages = [
            "//learning/brain/experimental/mlir/tflite/tfmrt/...",
            "//learning/brain/mlir/...",
            "//third_party/iree/...",
            "//third_party/odml/infra/...",
            "//tensorflow/compiler/mlir/...",
            "//tensorflow/lite/python/...",
            "//waymo/accelerator/alpine/tools/...",
            "//waymo/ml/compiler/mlir/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      mhlo::PopulateLegalizeTfWithTf2XlaPatterns("XLA_CPU_JIT", patterns, context,
                                                 converter);
      mhlo::PopulateLegalizeTfPatterns(context, &patterns);
      mlir::odml::PopulateLegalizeHloToTfPatterns(&patterns, context);
      mhlo::GatherOp::getCanonicalizationPatterns(patterns, context);
    
      return applyPartialConversion(func, target, std::move(patterns));
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
      AddRegionsForTflWhileOp(module);
      AddRegionsForStableHLOOp(module);
      if (!disable_vhlo_to_stablehlo) {
        mlir::PassManager pass_manager(module.getContext());
        pass_manager.addPass(mlir::odml::createLegalizeVhloToStablehloPass());
        auto result = pass_manager.run(module);
        if (failed(result)) {
          return nullptr;
        }
      }
      return OwningOpRef<mlir::ModuleOp>(module);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. go.sum

    github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
    github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
    github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
    github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
    github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.idea.model.IdeaModule.iml(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (IdeaModule.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top