Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 3,321 for Passes (0.22 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/post_quantize.cc

    #include "tensorflow/compiler/mlir/lite/transforms/passes.h"
    #include "tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h"
    
    namespace mlir::quant::stablehlo {
    
    #define GEN_PASS_DEF_POSTQUANTIZEPASS
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h.inc"
    
    namespace {
    
    // Applies clean-up patterns after quantization.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.cc

    #include "mlir/Pass/PassRegistry.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Transforms/Passes.h"  // from @llvm-project
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/data_dumper_logger_config.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/xla_legalize_tf_test.cc

                             const std::function<void(PassManager*)>& passes) {
      mlir::registerPassManagerCLOptions();
      MLIRContext context;
    
      OwningOpRef<ModuleOp> module =
          GetMlirModuleFromString(module_string, &context).value();
    
      PassManager pm(&context);
    
      if (mlir::failed(mlir::applyPassManagerCLOptions(pm))) return false;
      passes(&pm);
    
      return pm.run(module.get()).succeeded();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/transforms.h

    #define TENSORFLOW_COMPILER_MLIR_LITE_STABLEHLO_TRANSFORMS_TRANSFORMS_H_
    
    #include "mlir/Pass/PassManager.h"  // from @llvm-project
    
    namespace mlir {
    namespace odml {
    
    // Adds all the necessary passes to lower a TF module to StableHLO.
    // `skip_resize` enables or disables skipping conversion of tf.ResizeBilinear
    // and tf.ResizeNearestNeighbor ops.
    // `smuggle_disallowed_ops` enables or disables converting disallowed ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 01:08:27 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r112/TestFilteringCrossVersionSpec.groovy

                public class FooTest {
                    @org.junit.Test public void passes() {}
                    @org.junit.Test public void fails() { throw new RuntimeException("Boo!"); }
                }
            """
    
            when:
            withConnection { it.newBuild().withArguments('test', '--tests', 'FooTest.passes').run() }
    
            then:
            noExceptionThrown()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/tac_module.h

      void RegisterExtraDialects(mlir::DialectRegistry& registry);
    
     protected:
      // Adds TAC passes to the 'pass_manager'.
      virtual void AddTACPass(mlir::OpPassManager* pass_manager,
                              llvm::ArrayRef<std::string> device_specs);
    
     private:
      // Runs all TAC passes on the provided module.
      absl::Status RunTacPasses(mlir::ModuleOp* module, bool debug_mode = false);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/test_fail_newline.txt

    ! stderr .
    stdout '^exitcode=1exit status 1\n'
    stdout '^FAIL\s+example/fail'
    
    # In package list mode, if the test passes the 'ok' message appears
    # on its own line.
    cd ../skip
    go test -v .
    ! stderr .
    stdout '^skipping\n'
    stdout '^ok\s+example/skip'
    
    # If the output is streamed and the test passes, we can't tell whether it ended
    # in a partial line, and don't want to emit any extra output in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 04 21:33:23 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api-builders/src/test/groovy/org/gradle/tooling/internal/provider/runner/ClientBuildEventGeneratorTest.groovy

        def clientDescriptor = Stub(InternalOperationDescriptor)
        def clientStartEvent = Stub(InternalOperationStartedProgressEvent)
        def clientFinishEvent = Stub(InternalOperationFinishedProgressEvent)
    
        def "passes events when enabled mapper available for details type"() {
            def mapper1 = Mock(BuildOperationMapper)
            def mapper2 = Mock(BuildOperationMapper)
            def mappedProgressEvent = Mock(InternalProgressEvent)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/internal/model/DefaultObjectFactory.java

            if (keyType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
                return Cast.uncheckedNonnullCast(mapProperty(JavaReflectionUtil.getWrapperTypeForPrimitiveType(keyType), valueType));
            }
            if (valueType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 14 18:56:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc

    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Transforms/Passes.h"  // from @llvm-project
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/runtime_passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/sparsecore_passes.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top