Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for launch0 (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

        // CHECK: %[[COMPILE_OUTPUT:[0-9]*]]:3 = "tf_device.launch"
        // CHECK-NEXT: "tf._TPUCompileMlir"()
        // CHECK: "tf_device.launch"
        // CHECK: "tf.TPUCompileSucceededAssert"(%[[COMPILE_OUTPUT]]#0)
        // CHECK: [[PARALLEL_EXECUTE_OUTPUT:[0-9]*]]:2 = "tf_device.parallel_execute"
        // CHECK: "tf_device.launch"() <{device = "/job:worker/replica:0/task:0/device:TPU:0"}>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

      func.func @nodep_multiple_outside_compilation() -> () {
         // CHECK:      "tf_device.parallel_execute"
         // CHECK:      "tf_device.launch"
         // CHECK:        "tf.B"
         // CHECK-NEXT:   "tf.D"
         // CHECK-NOT   "tf_device.launch"
         // CHECK: "tf_device.cluster"
        "tf_device.cluster"() ({
          "tf.A"() : () -> ()
          "tf.B"() {_xla_outside_compilation = "cluster1"} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def LaunchOutliningPass : Pass<"tf-device-launch-outlining", "ModuleOp"> {
      let summary = "Outlines regions of tf_device.launch operations";
    
      let description = [{
        This pass outlines the body of a `tf_device.launch` into a function and
        replaces the `tf_device.launch` op with an equivalent `tf_device.launch_func`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. pkg/controller/daemon/daemon_controller_test.go

    }
    
    func markPodReady(pod *v1.Pod) {
    	condition := v1.PodCondition{Type: v1.PodReady, Status: v1.ConditionTrue}
    	podutil.UpdatePodCondition(&pod.Status, &condition)
    }
    
    // DaemonSets without node selectors should launch pods on every node.
    func TestSimpleDaemonSetLaunchesPods(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		ds := newDaemonSet("foo")
    		ds.Spec.UpdateStrategy = *strategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

    // -----
    
    // Tests that we don't create dependencies between device launch ops with
    // multiple stateless ops each.
    func.func @multi_stateless_op_launches() {
      // expected-remark@above {{ID: 13}}
      tf_executor.graph {
      // expected-remark@above {{ID: 11}}
        %island = tf_executor.island {
          // expected-remark@above {{ID: 9}}
          "tf_device.launch"() ({
              // expected-remark@above {{ID: 3}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

          KUBE_NODE_IP_ADDRESSES+=("${node_ip}")
        fi
      done
      if [[ -z "${KUBE_NODE_IP_ADDRESSES-}" ]]; then
        echo "Could not detect Kubernetes minion nodes.  Make sure you've launched a cluster with 'kube-up.sh'" >&2
        exit 1
      fi
    }
    
    # Detect the IP for the master
    #
    # Assumed vars:
    #   MASTER_NAME
    #   ZONE
    #   REGION
    # Vars set:
    #   KUBE_MASTER
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    }
    
    // Returns if the shape inference pass supports an op outside the TF dialect.
    bool IsSupportedNonTFOp(Operation* op) {
      return isa<tf_device::ReturnOp, tf_device::ClusterOp, tf_device::LaunchOp,
                 tf_executor::EnterOp, tf_executor::ExitOp, tf_executor::FetchOp,
                 tf_executor::GraphOp, tf_executor::IslandOp,
                 tf_executor::LoopCondOp, tf_executor::MergeOp,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  8. cmd/admin-handlers.go

    			respBytes, apiErr, errMsg := globalAllHealState.LaunchNewHealSequence(nh, objectAPI)
    			hr := healResp{respBytes, apiErr, errMsg}
    			respCh <- hr
    		}()
    	}
    
    	// Due to the force-starting functionality, the Launch
    	// call above can take a long time - to keep the
    	// connection alive, we start sending whitespace
    	keepConnLive(w, r, respCh)
    }
    
    // getAggregatedBackgroundHealState returns the heal state of disks.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/extensions/kotlin/deployment/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive-kotlin-serialization/runtime/pom.xml
    quarkus/integration-tests/ide-launcher/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    quarkus/extensions/google-cloud-functions/runtime/pom.xml
    	quarkus/core/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlin/ResultKt;->throwOnFailure(Ljava/lang/Object;)V
    HSPLkotlin/SynchronizedLazyImpl;-><init>(Lkotlin/jvm/functions/Function0;Ljava/lang/Object;I)V
    HSPLkotlin/TuplesKt;-><clinit>()V
    HSPLkotlin/TuplesKt;->launch$default(Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;ILkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lkotlinx/coroutines/Job;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top