Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 144 for shares (0.13 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    	81:   "file descriptor in bad state",
    	82:   "remote address changed",
    	83:   "can not access a needed shared library",
    	84:   "accessing a corrupted shared library",
    	85:   ".lib section in a.out corrupted",
    	86:   "attempting to link in too many shared libraries",
    	87:   "cannot exec a shared library directly",
    	88:   "invalid or incomplete multibyte or wide character",
    	89:   "function not implemented",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mipsle.go

    	81:   "file descriptor in bad state",
    	82:   "remote address changed",
    	83:   "can not access a needed shared library",
    	84:   "accessing a corrupted shared library",
    	85:   ".lib section in a.out corrupted",
    	86:   "attempting to link in too many shared libraries",
    	87:   "cannot exec a shared library directly",
    	88:   "invalid or incomplete multibyte or wide character",
    	89:   "function not implemented",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

                  fused_batch_norm_op, [&](::mlir::Diagnostic &diag) {
                    diag << "Shapes of mean and variance should be 1D and "
                            "compatible with x";
                  });
            }
          }
    
          // Check if output shape and input shape are compatible.
          auto x_type = (*x.begin()).getType();
          auto y_type = (*root.getODSResults(0).begin()).getType();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    ====
    
    The `STABLE_CONFIGURATION_CACHE` feature flag enables the following:
    
    Undeclared shared build service usage::
    When enabled, tasks using a <<build_services#build_services, shared build service>> without declaring the requirement via the `Task.usesService` method will emit a deprecation warning.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceregistry_test.go

    	shards, ok := endpoints.ShardsForService(string(s.Hostname), s.Attributes.Namespace)
    	if !ok {
    		return nil
    	}
    	var pn string
    	for _, p := range s.Ports {
    		if p.Port == port {
    			pn = p.Name
    			break
    		}
    	}
    	if pn == "" && port != 0 {
    		return nil
    	}
    	shards.RLock()
    	defer shards.RUnlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  6. src/cmd/link/internal/loader/loader.go

    	dynimplib   map[Sym]string      // stores Dynimplib symbol attribute
    	dynimpvers  map[Sym]string      // stores Dynimpvers symbol attribute
    	localentry  map[Sym]uint8       // stores Localentry symbol attribute
    	extname     map[Sym]string      // stores Extname symbol attribute
    	elfType     map[Sym]elf.SymType // stores elf type symbol property
    	elfSym      map[Sym]int32       // stores elf sym symbol property
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      for (auto val : tmp_host_outputs) {
        if (!external_outputs.contains(val)) host_outputs.push_back(val);
      }
    }
    
    // Output `shard_type`, which is the type of each shard, given `full_type`. If
    // the full shape is (num_cores_per_replica * a, b, c), then the shard shape is
    // (a, b, c). `context_op` is used for error reporting, in case of errors.
    LogicalResult GetShardShapedType(Operation* context_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_arm64.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_ppc64.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_s390x.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
Back to top