Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 73 for Uncommon (0.19 sec)

  1. src/crypto/x509/x509_test.go

    			t.Errorf("%s: failed to check certificate request signature: %s", test.name, err)
    			continue
    		}
    
    		if out.Subject.CommonName != template.Subject.CommonName {
    			t.Errorf("%s: output subject common name and template subject common name don't match", test.name)
    		} else if len(out.Subject.Organization) != len(template.Subject.Organization) {
    			t.Errorf("%s: output subject organisation and template subject organisation don't match", test.name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    	// We now look through the set of active pods for those that the pod worker is not aware of
    	// and deliver an update. The most common reason a pod is not known is because the pod was
    	// deleted and recreated with the same UID while the pod worker was driving its lifecycle (very
    	// very rare for API pods, common for static pods with fixed UIDs). Containers that may still
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	ELFOSABI_NETBSD     OSABI = 2   /* NetBSD */
    	ELFOSABI_LINUX      OSABI = 3   /* Linux */
    	ELFOSABI_HURD       OSABI = 4   /* Hurd */
    	ELFOSABI_86OPEN     OSABI = 5   /* 86Open common IA32 ABI */
    	ELFOSABI_SOLARIS    OSABI = 6   /* Solaris */
    	ELFOSABI_AIX        OSABI = 7   /* AIX */
    	ELFOSABI_IRIX       OSABI = 8   /* IRIX */
    	ELFOSABI_FREEBSD    OSABI = 9   /* FreeBSD */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    #include "stablehlo/dialect/StablehloOps.h"  // from @stablehlo
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
    #include "tensorflow/compiler/mlir/quantization/common/attrs_and_constraints.h"
    #include "tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.h"
    
    #define DEBUG_TYPE "uniform-quantized-stablehlo-to-tfl"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    using ::mlir::quant::CastI64ArrayToI32;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		gpspsb     = gpsp | buildReg("SB")
    		gpspsbg    = gpspsb | g
    		callerSave = gp | fp | g // runtime.setg (and anything calling it) may clobber g
    	)
    	// Common slices of register masks
    	var (
    		gponly = []regMask{gp}
    		fponly = []regMask{fp}
    	)
    
    	// Common regInfo
    	var (
    		gp01           = regInfo{inputs: nil, outputs: gponly}
    		gp11           = regInfo{inputs: []regMask{gp}, outputs: gponly}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    to all hosts in a cluster at a given time. format: int32 type: integer useClientProtocol: description: If set to true, client protocol will be preserved while initiating connection to backend. type: boolean type: object tcp: description: Settings common to both HTTP and TCP upstream connections. properties: connectTimeout: description: TCP connection timeout. type: string maxConnectionDuratio: description: The maximum duration of a connection. type: string maxConnections: description: Maximum number...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_op_enums.td"
    include "tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td"
    
    //===----------------------------------------------------------------------===//
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_generator.go

    				eventErr, detailedErr := volumeToMount.GenerateError("MapVolume.MarkDeviceAsMounted failed", markDeviceMappedErr)
    				return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    			}
    		}
    
    		// Execute common map
    		volumeMapPath, volName := blockVolumeMapper.GetPodDeviceMapPath()
    		mapErr := util.MapBlockVolume(og.blkUtil, devicePath, globalMapPath, volumeMapPath, volName, volumeToMount.Pod.UID)
    		if mapErr != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        return "";
      }
    
      const FunctionLibraryDefinition& flib_;
    };
    
    // Stateful helper class to import a TensorFlow model into an MLIR Module.
    //
    // This is the base class that contains common utilities shared between the
    // GraphDef importer and SavedModel importer.
    //
    // A subclass is expected to call `PrepareConvert` first to perform necessary
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        return nullptr;
      }
    
      ValuePort req = ComputeInputComponentFor(op, port);
      if (req.IsValid()) return values(req);
    
      return nullptr;
    }
    
    // Context used during ShapeInference. This class contains common information
    // that is required by the individual shape inference helper functions (e.g.,
    // TF Graph version, constant values computed, etc.)
    class ShapeInference {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top