Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for playframework (0.54 sec)

  1. tensorflow/compiler/mlir/tf_mlir_opt_main.cc

      mlir::tosa::registerTFtoTOSALegalizationPipeline();
      mlir::tosa::registerTFLtoTOSALegalizationPipeline();
      mlir::tosa::registerTFTFLtoTOSALegalizationPipeline();
      mlir::tf_test::registerTensorFlowTestPasses();
      mlir::xla_framework::registerXlaFrameworkPasses();
      tensorflow::RegisterConvertMlirToXlaHloPipelineWithDefaults();
      tensorflow::RegisterGraphOptimizationPasses();
      tensorflow::RegisterMlProgramPasses();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

      mlir::mhlo::registerAllMhloPasses();
      // These are in compiler/mlir/tf2xla and not part of the above MHLO passes.
      mlir::mhlo::registerTfXlaPasses();
      mlir::mhlo::registerLegalizeTFPass();
      mlir::xla_framework::registerXlaFrameworkPasses();
      tensorflow::RegisterConvertMlirToXlaHloPipelineWithDefaults();
      tensorflow::RegisterGraphOptimizationPasses();
    }
    
    }  // namespace odml
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/python/mlir.cc

        mlir::tosa::registerTFLtoTOSALegalizationPipeline();
        mlir::tosa::registerTFTFLtoTOSALegalizationPipeline();
        mlir::tf_saved_model::registerTensorFlowSavedModelPasses();
        mlir::xla_framework::registerXlaFrameworkPasses();
        tensorflow::RegisterMlProgramPasses();
        return true;
      }();
      (void)unique_registration;
    }
    
    // Runs pass pipeline `pass_pipeline` on `module` if `pass_pipeline` is not
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top