Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for xla_context (0.88 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

          /*step_id=*/0, cleanup);
      absl::Status status = step_container_->Create(
          device_->resource_manager(),
          tensorflow::XlaContext::kXlaContextResourceName, context_);
      if (!status.ok()) {
        return emitRemark(op_->getLoc())
               << "failed to create XlaContext resource: " << status.ToString();
      }
      params_.step_container = step_container_.get();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. tests/testdata/envoy_local.json

            "address": {
              "socket_address": {
                "address": "0.0.0.0",
                "port_value": 17011
              }
            },
            "filter_chains": [
              {
                "tls_context": {
                  "common_tls_context": {
                    "tls_certificates": [
                      {
                        "certificate_chain": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go

    	"k8s.io/client-go/tools/clientcmd"
    	"k8s.io/client-go/util/homedir"
    	utilpointer "k8s.io/utils/pointer"
    )
    
    const (
    	flagClusterName        = "cluster"
    	flagAuthInfoName       = "user"
    	flagContext            = "context"
    	flagNamespace          = "namespace"
    	flagAPIServer          = "server"
    	flagTLSServerName      = "tls-server-name"
    	flagInsecure           = "insecure-skip-tls-verify"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 15:04:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top