Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 919 for ioperation (0.15 sec)

  1. src/crypto/internal/bigmod/nat.go

    	dLimbs := d.limbs[:size]
    	mLimbs := m.nat.limbs[:size]
    
    	// Each iteration of this loop computes x = 2x + b mod m, where b is a bit
    	// from y. Effectively, it left-shifts x and adds y one bit at a time,
    	// reducing it every time.
    	//
    	// To do the reduction, each iteration computes both 2x + b and 2x + b - m.
    	// The next iteration (and finally the return line) will use either result
    	// based on whether 2x + b overflows m.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_hashtable_ops_as_args.cc

    // check the actual value.
    bool IsResourceInitialized(ModuleOp module_op, Operation* hash_table) {
      StringRef shared_name = GetSharedName(hash_table);
      if (shared_name.empty()) return false;
    
      for (func::FuncOp init_func_op :
           tf_saved_model::GetInitializerFunctions(module_op)) {
        for (Operation& op : init_func_op.getBody().getOps()) {
          StringRef other_shared_name = GetSharedName(&op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // region that would not be isolated.
      for (int iteration = 0; iteration < max_iterations && changed; ++iteration) {
        changed = false;
        LLVM_DEBUG(llvm::dbgs()
                   << "Shape inference, iteration " << iteration << "\n");
        auto res = region->walk([&](Operation* op) {
          auto abstract_op = op->getRegisteredInfo();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        return success();
      };
    };
    
    static LogicalResult static_dag_matcher(
        PatternRewriter &rewriter, Operation *op,
        ::llvm::SmallVector<Operation *, 4> &target_ops,
        Operation::operand_range &max, Operation::operand_range &min,
        Operation::operand_range &input, IntegerAttr &num_bits,
        BoolAttr &narrow_range) {
      auto fakequant_op = ::llvm::dyn_cast<TF::FakeQuantWithMinMaxVarsOp>(op);
    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. pkg/apis/admissionregistration/validation/validation_test.go

    				},
    			},
    		},
    		expectedError: `spec.matchConstraints.resourceRules[0].operations: Required value, spec.matchConstraints.resourceRules[1].operations: Required value, spec.matchConstraints.excludeResourceRules[0].operations: Required value, spec.matchConstraints.excludeResourceRules[1].operations: Required value`,
    	}, {
    		name: "\"\" is NOT a valid operation",
    		config: &admissionregistration.ValidatingAdmissionPolicy{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // Creates a pass that lifts operations from the main function.
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateResourceOpLiftingForMainFunctionPass();
    
    // Lifts resource operations from tf_device.launch_func ops nested in `op`
    // outside. Returns a failure if there are remaining resource-type values that
    // can not be lifted.
    LogicalResult LiftResourceOps(Operation* op);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOperationsIntegrationTest.groovy

            operations.none(LoadBuildBuildOperationType)
            operations.none(LoadProjectsBuildOperationType)
            operations.none(EvaluateSettingsBuildOperationType)
            operations.none(ConfigureBuildBuildOperationType)
            operations.none(ConfigureProjectBuildOperationType)
    
            operations.only(CalculateTreeTaskGraphBuildOperationType)
            operations.only(CalculateTaskGraphBuildOperationType)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/device_util.h

    // Picks the device for which XLA should compile a cluster that contains
    // operations placed in devices in `devices`.  For instance a cluster that
    // contains operations solely placed on the CPU will be compiled into a CPU
    // executable by XLA, whereas a cluster that contains operations placed on the
    // CPU and also operations placed on the GPU will be compiled into a GPU
    // executable.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 17:18:31 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r51/ProjectConfigurationProgressEventCrossVersionSpec.groovy

            """
        }
    
        def "reports successful project configuration progress events"() {
            when:
            runBuild("tasks")
    
            then:
            events.operations.size() == 6
            events.trees == events.operations
            containsSuccessfulProjectConfigurationOperation(":buildSrc", file("buildSrc"), ":")
            containsSuccessfulProjectConfigurationOperation(":buildSrc:a", file("buildSrc"), ":a")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/analysis/context.kt

            is DataTypeRef.Type -> dataTypeRef.dataType
        }
    }
    
    
    /**
     * Represents a unique operation within a particular generation.  The invocation id should be unique within a single
     * interpretation step, but not across generations (i.e. two operations in different generations may have the same
     * invocation id).  Operations in different generations with the same invocation id have no relationship to each
     * other except by coincidence.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:46 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top