Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 219 for IsSame (0.29 sec)

  1. pkg/kubelet/cm/dra/plugin/plugin.go

    	}
    	if existingPlugin.highestSupportedVersion.LessThan(newPluginHighestVersion) {
    		return newPluginHighestVersion, nil
    	}
    	return nil, errors.New(
    		log(
    			"%s for DRA plugin %q failed. Another plugin with the same name is already registered with a higher supported version: %q",
    			callerName,
    			pluginName,
    			existingPlugin.highestSupportedVersion,
    		),
    	)
    }
    
    func deregisterPlugin(pluginName string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 16:27:05 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. pkg/volume/util/selinux.go

    	if role == "" {
    		role = "object_r"
    	}
    
    	// opts is context of the *process* to run in a container. Translate
    	// process type "container_t" to file label type "container_file_t".
    	// (The rest of the context is the same for processes and files).
    	fileType := opts.Type
    	if fileType == "" || fileType == "container_t" {
    		fileType = "container_file_t"
    	}
    
    	level := opts.Level
    	if level == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 14:40:21 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/passes/fold_constant_transpose.cc

    namespace {
    
    // Returns contiguous offset (address) of the position represented by `indices`
    // in a `shape` shaped tensor. Assumes row-major order. `indices` and `shape`
    // should have the same size.
    // Example: Index (2, 3) of a (4, 5)-shaped tensor has the contiguous offset of
    // 2 * 5 + 3 = 13.
    int64_t GetContiguousOffset(const ArrayRef<int64_t> indices,
                                const ArrayRef<int64_t> shape) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/quantization/device_target.h

      llvm::DenseMap<Signature, KernelSpec, SignatureInfo> all_signatures_;
    
      // A method to compute the effective multipliers. This is independent on the
      // bits of the ports, thus all the signature shares the same here.
      ScaleDecomposeFn decompose_fn_;
    };
    
    class DeviceTarget {
     public:
      explicit DeviceTarget(MLIRContext* ctx);
    
      // Retrieves the kernel spec for the quant region op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 08 10:41:08 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/index.md

    ## Advanced User Guide
    
    There is also an **Advanced User Guide** that you can read later after this **Tutorial - User guide**.
    
    The **Advanced User Guide**, builds on this, uses the same concepts, and teaches you some extra features.
    
    But you should first read the **Tutorial - User Guide** (what you are reading right now).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10CompilerFacility.kt

    /**
     * Whether unbound IR symbols should be stubbed instead of linked.
     * This should be enabled if the compiled file could refer to symbols defined in another file of the same module.
     * Such symbols are not compiled (only the file is passed to the backend) and so they cannot be linked from a dependency.
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<CrawlingInfo> selectPage(CBCall<CrawlingInfoCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<CrawlingInfo>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<CrawlingInfoCB> cbLambda, EntityRowHandler<CrawlingInfo> entityLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordToLabelBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<ElevateWordToLabel> selectPage(CBCall<ElevateWordToLabelCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<ElevateWordToLabel>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<ElevateWordToLabelCB> cbLambda, EntityRowHandler<ElevateWordToLabel> entityLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsbhv/BsJobLogBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<JobLog> selectPage(CBCall<JobLogCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<JobLog>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<JobLogCB> cbLambda, EntityRowHandler<JobLog> entityLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/bsbhv/BsRoleTypeBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<RoleType> selectPage(CBCall<RoleTypeCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<RoleType>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<RoleTypeCB> cbLambda, EntityRowHandler<RoleType> entityLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top