Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Indices (0.15 sec)

  1. src/cmd/link/internal/ld/lib.go

    	if !fingerprint.IsZero() { // Assembly objects don't have fingerprints. Ignore them.
    		// Check fingerprint, to ensure the importing and imported packages
    		// have consistent view of symbol indices.
    		// Normally the go command should ensure this. But in case something
    		// goes wrong, it could lead to obscure bugs like run-time crash.
    		// Check it here to be sure.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loader/loader.go

    	*goobj.Reader
    	unit         *sym.CompilationUnit
    	version      int // version of static symbol
    	pkgprefix    string
    	syms         []Sym    // Sym's global index, indexed by local index
    	pkg          []uint32 // indices of referenced package by PkgIdx (index into loader.objs array)
    	ndef         int      // cache goobj.Reader.NSym()
    	nhashed64def int      // cache goobj.Reader.NHashed64Def()
    	nhasheddef   int      // cache goobj.Reader.NHashedDef()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      %1 = "tf.ResourceGatherNd"(%arg0, %0) {
        Tindices = i32
      } : (tensor<*x!tf_type.resource<tensor<80xf32>>>, tensor<i32>) -> tensor<1x80xf32>
      %2 = "tf.Add"(%1, %1) {
        _xla_compile_device_type = "TPU", _replication_info = "cluster",
        device = "/task:0/device:TPU:0", dtype = f32
      } : (tensor<1x80xf32>, tensor<1x80xf32>) -> tensor<1x80xf32>
      %3 = "tf.ResourceGatherNd"(%arg0, %0) {
        Tindices = i32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top