Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 534 for setchl (0.23 sec)

  1. tensorflow/compiler/aot/tests/test_graph_tffunction.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "x_const" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_const" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "func_call" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 235 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/multi-output-feeds.pbtxt

    # CHECK:           %{{.*}}, %{{.*}} = tf_executor.island(%[[ASSIGN_ADD_CTRL]]) wraps "tf.IdentityN"
    # CHECK:           %[[ADD:.*]], %{{.*}} = tf_executor.island wraps "tf.Add"(%[[ARG_0]], %[[ARG_1]])
    # CHECK:           tf_executor.fetch %[[ARG_1]], %[[ARG_0]], %[[ADD]]
    
    # Test when non zero index output tensors are feeds, remaining ops that are
    # unreachable are pruned if pruning is enabled.
    #
    # PRUNE-LABEL: func @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  3. releasenotes/notes/26001.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: pilot
    issue:
      - 25339
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 222 bytes
    - Viewed (0)
  4. releasenotes/notes/30014.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    
    releaseNotes:
    - |
      **Added** An environment variable PILOT_JWT_PUB_KEY_REFRESH_INTERVAL for config the interval of
      istiod to fetch the jwks_uri for the jwks public key. User can use set the refresh interval with command
      `--set values.pilot.env.PILOT_JWT_PUB_KEY_REFRESH_INTERVAL=<duration>` while istioctl installation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 17 02:47:26 UTC 2021
    - 469 bytes
    - Viewed (0)
  5. tensorflow/compiler/aot/tests/bench_graph_tfmatmul.template.pbtxt

    feed {
      id { node_name: "x_hold" }
      shape {
        dim { size: <M> }
        dim { size: <K> }
      }
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: <K> }
        dim { size: <N> }
      }
    }
    fetch {
      id { node_name: "x_y_prod" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 24 15:53:56 UTC 2023
    - 280 bytes
    - Viewed (0)
  6. src/net/resolverdialfunc_test.go

    		Name:  q.Name,
    		Type:  q.Type,
    		Class: q.Class,
    		TTL:   w.a.ttl,
    	}
    }
    
    // SetTTL sets the TTL for subsequent written resources.
    // Once a resource has been written, SetTTL calls are no-ops.
    // That is, it can only be called at most once, before anything
    // else is written.
    func (w ResponseWriter) SetTTL(seconds uint32) {
    	// ... intention is last one wins and mutates all previously
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/metrics/client.go

    	metrics, err := c.client.PodMetricses(namespace).List(ctx, metav1.ListOptions{LabelSelector: selector.String()})
    	if err != nil {
    		return nil, time.Time{}, fmt.Errorf("unable to fetch metrics from resource metrics API: %v", err)
    	}
    
    	if len(metrics.Items) == 0 {
    		return nil, time.Time{}, fmt.Errorf("no metrics returned from resource metrics API")
    	}
    	var res PodMetricsInfo
    	if container != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 16 20:17:52 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  8. .github/workflows/codeql-analysis.yml

        steps:
        - name: Checkout repository
          uses: actions/checkout@v2
          with:
            # We must fetch at least the immediate parents so that if this is
            # a pull request then we can checkout the head.
            fetch-depth: 2
    
        # If this run was triggered by a pull request event, then checkout
        # the head of the pull request instead of the merge commit.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Oct 02 13:22:07 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/kotlin/buildSrc/src/main/java/org/example/GitClone.java

            String remoteUri = getRemoteUri().get();
            // Fetch origin or clone and checkout
            // ...
    // end::git-clone[]
            if (isCorrectCheckout(destinationDir, remoteUri)) {
                getExecOperations().exec(spec -> {
                    spec.commandLine("git", "fetch", "origin");
                    spec.setWorkingDir(destinationDir);
                });
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  10. releasenotes/notes/28742.yaml

    apiVersion: release-notes/v2
    kind: feature
    
    area: security
    
    issue:
        - https://github.com/istio/istio/issues/28742
    
    releaseNotes:
    - |
      **Added** Configuring Envoy to fetch the Jwks by it self. This should be enabled if the JwksUri is a mesh cluster URL for mTLS and other benefits like retries, jws caching etc. 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 11 21:29:16 UTC 2021
    - 472 bytes
    - Viewed (0)
Back to top