Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 534 for setchl (0.09 sec)

  1. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-Site}</a>
       * header field name.
       *
       * @since 27.1
       */
      public static final String SEC_FETCH_SITE = "Sec-Fetch-Site";
      /**
       * The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-User}</a>
       * header field name.
       *
       * @since 27.1
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/test_error_message.lit.pbtxt.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "x" }
      shape {
        dim { size: 2 }
      }
    }
    feed {
      id { node_name: "y" }
      shape {
        dim { size: 3 }
      }
    }
    fetch {
      id { node_name: "x_y_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 05 22:01:37 UTC 2020
    - 221 bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/tests/test_graph_tfadd.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: "x_y_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 233 bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tests/test_graph_tfassert_eq.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "x_hold" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "x_y_diff" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 13 00:15:33 UTC 2018
    - 232 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/split_into_island_per_op_pass.cc

      // in a graph's fetch, immediately leads to a segfault. Turns out we need to
      // drop its uses manually so that we don't leave dangling controls.
      for (const auto& fetch : llvm::enumerate(graph_op.GetFetch().getFetches())) {
        if (fetch.value() == island_op.getControl()) {
          graph_op.GetFetch().getFetchesMutable().erase(fetch.index(), 1);
          break;
        }
      }
      island_op.erase();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/graph-as-function.mlir

        tf_executor.fetch %1#0, %2#0 : tensor<f32>, tensor<f32>
      }
      func.return %graph#0, %graph#1 : tensor<f32>, tensor<f32>
    }
    
    func.func @function0(%arg0: tensor<*xf32>, %arg1: tensor<*x!tf_type.resource>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/missing-main.mlir

    func.func @const() {
      tf_executor.graph {
        %0:2 = tf_executor.island wraps "tf.Const"() {device = "TPU:0", name = "const", dtype = "tfdtype$DT_INT32", value = dense<[1, 2]> : tensor<2xi32>} : () -> tensor<2xi32>
        tf_executor.fetch
      }
      func.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 384 bytes
    - Viewed (0)
  8. releasenotes/notes/29942.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
    - 29943
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 15 22:32:06 UTC 2021
    - 163 bytes
    - Viewed (0)
  9. pkg/wasm/imagefetcher.go

    		if err == nil {
    			desc, err = remote.Get(ref, o.fetchOpts...)
    		}
    	}
    
    	if err != nil {
    		err = fmt.Errorf("could not fetch manifest: %v", err)
    		return
    	}
    
    	// Fetch image.
    	img, err := desc.Image()
    	if err != nil {
    		err = fmt.Errorf("could not fetch image: %v", err)
    		return
    	}
    
    	// Check Manifest's digest if expManifestDigest is not empty.
    	d, _ := img.Digest()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 10 05:44:51 UTC 2023
    - 12K bytes
    - Viewed (0)
  10. releasenotes/notes/38641.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 38636
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 04 18:43:41 UTC 2022
    - 187 bytes
    - Viewed (0)
Back to top