Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for isAllowed (0.23 sec)

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

      AddLegalizeTFToStablehloPasses(pm, /*skip_quantization_ops=*/false,
                                     skip_resize,
                                     /*skip_partitioned_calls=*/false);
    
      // Wrap disallowed ops in stablehlo.custom_call ops.
      if (smuggle_disallowed_ops) {
        pm.addNestedPass<func::FuncOp>(CreateSmuggleDisallowedOpsPass());
        pm.addPass(mlir::createCanonicalizerPass());
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 04:34:23 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/ConfigurationInternal.java

         *
         * @return {@code true} if so; {@code false} otherwise
         */
        boolean usageCanBeMutated();
    
        /**
         * Update a configuration's allowed and disallowed usage to match the given role
         *
         * This method does <strong>NOT</strong> warn.  This method does <strong>NOT</strong> modify deprecation status.  It
         * is only meant to be called by the container.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:15 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top