Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for unusual (2.66 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

          <version>4.0.0+</version>
          <description>Deployment repository contains the information needed for deploying to the remote
            repository, which adds uniqueVersion property to usual repositories for download.</description>
          <fields>
            <field>
              <name>uniqueVersion</name>
              <description>Whether to assign snapshots a unique version comprised of the timestamp and
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      if (!getType().cast<ShapedType>().getElementType().isSignlessIntOrFloat())
        return nullptr;
    
      // TODO(b/280099953) This algorithm only works for fixed width element types.
      // This is the usual case, but consider falling back to old approach
      // if transposing string tensors becomes needed while folding.
      if (!input_tensor.getElementType().isIntOrIndexOrFloat()) return nullptr;
      SmallVector<int64_t> perms;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.withUnknownList[0] != self.withUnknownList[3]",
    				"self.withUnknownList[0] != self.withUnknownList[5]",
    
    				// if all fields are known, equality works as usual
    				"self.withUnknownList[3] == self.withUnknownList[4]",
    				"self.withUnknownList[4] != self.withUnknownList[5]",
    			},
    			// only field declared in the schema can be field selected in CEL expressions
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top