Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for movbel (0.07 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

    import org.gradle.api.initialization.dsl.ScriptHandler;
    import org.gradle.api.invocation.Gradle;
    import org.gradle.api.logging.Logger;
    import org.gradle.api.logging.LoggingManager;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.plugins.ExtensionAware;
    import org.gradle.api.plugins.ExtensionContainer;
    import org.gradle.api.plugins.PluginAware;
    import org.gradle.api.project.IsolatedProject;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.api.artifacts.transform.TransformParameters
    import org.gradle.api.file.FileSystemOperations
    import org.gradle.api.file.ProjectLayout
    import org.gradle.api.internal.AbstractTask
    import org.gradle.api.model.ObjectFactory
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    import org.gradle.api.provider.ProviderFactory
    import org.gradle.api.services.internal.BuildServiceProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics -tf-tpu-cluster-formation | FileCheck %s
    
    
    // Test ops in cluster only have `_replication_info` and `device` attributes
    // removed when moved to a `tf_device.cluster`.
    // CHECK-LABEL: func @cluster_ops_removed_attrs
    func.func @cluster_ops_removed_attrs() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          }
        }
        for (auto op : ops_to_erase) op->erase();
        return LogicalResult::success();
      }
    
      LogicalResult PatchCollectiveGatherInstanceKey(func::FuncOp func) {
        // We're expecting the original model to have a single CollectiveGatherV2Op
        // that gets split into 3 copies in the start_step_0, start_step_1 and
        // new_while_body functions. We use global iter id to set the instance key.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/lib.go

    	// be populated, so that it can walk the functions in each unit.
    	// Call into the loader to do this (requires that we collect the
    	// set of internal libraries first). NB: might be simpler if we
    	// moved isRuntimeDepPkg to cmd/internal and then did the test in
    	// loader.AssignTextSymbolOrder.
    	ctxt.Library = postorder(ctxt.Library)
    	intlibs := []bool{}
    	for _, lib := range ctxt.Library {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top