Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 287 for canonicalized (0.24 sec)

  1. src/vendor/golang.org/x/text/unicode/bidi/bracket.go

    // bracket type (in pairTypes) and the bracket identifier (pairValues). It also
    // takes the direction type for the start-of-sentence and the embedding level.
    //
    // The identifiers for bracket types are the rune of the canonicalized opening
    // bracket for brackets (open or close) or 0 for runes that are not brackets.
    func resolvePairedBrackets(s *isolatingRunSequence) {
    	p := bracketPairer{
    		sos:              s.sos,
    		openers:          list.New(),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tensor_array_ops_decomposition.cc

                 << "found unexpected type " << operand.get().getType()
                 << " of operand #" << operand.getOperandNumber()
                 << ", resource type operands are expected to have been "
                    "canonicalized away for region based control flow ops";
        }
      }
      for (OpResult result : op.getResults()) {
        if (getElementTypeOrSelf(result.getType()).isa<TF::ResourceType>()) {
          return op.emitOpError()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 40.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    // In all other cases it returns either the region itself or an error.
    //
    // This method may return an error for a region for which there exists a
    // canonical form with a ccTLD. To get that ccTLD canonicalize r first. The
    // region will already be canonicalized it was obtained from a Tag that was
    // obtained using any of the default methods.
    func (r Region) TLD() (Region, error) {
    	// See http://en.wikipedia.org/wiki/Country_code_top-level_domain for the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/types/typeutil/map.go

    )
    
    // Map is a hash-table-based mapping from types (types.Type) to
    // arbitrary any values.  The concrete types that implement
    // the Type interface are pointers.  Since they are not canonicalized,
    // == cannot be used to check for equivalence, and thus we cannot
    // simply use a Go map.
    //
    // Just as with map[K]V, a nil *Map is a valid empty map.
    //
    // Not thread-safe.
    type Map struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. pkg/volume/util/fsquota/quota_linux.go

    }
    
    func clearBackingDev(path string) {
    	backingDevLock.Lock()
    	defer backingDevLock.Unlock()
    	delete(backingDevMap, path)
    }
    
    // Assumes that the path has been fully canonicalized
    // Breaking this up helps with testing
    func detectMountpointInternal(m mount.Interface, path string) (string, error) {
    	for path != "" && path != "/" {
    		// per k8s.io/mount-utils/mount_linux this detects all but
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 07 08:07:51 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  6. src/mime/multipart/multipart.go

    // wouldn't be safe to consume a single byte from it.
    const peekBufferSize = 4096
    
    // A Part represents a single part in a multipart body.
    type Part struct {
    	// The headers of the body, if any, with the keys canonicalized
    	// in the same fashion that the Go http.Request headers are.
    	// For example, "foo-bar" changes case to "Foo-Bar"
    	Header textproto.MIMEHeader
    
    	mr *Reader
    
    	disposition       string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 16:12:35 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. test/codegen/comparisons.go

    		return 1
    	}
    	return 0
    }
    
    // The following CmpToZero_ex* check that cmp|cmn with bmi|bpl are generated for
    // 'comparing to zero' expressions
    
    // var + const
    // 'x-const' might be canonicalized to 'x+(-const)', so we check both
    // CMN and CMP for subtraction expressions to make the pattern robust.
    func CmpToZero_ex1(a int64, e int32) int {
    	// arm64:`CMN`,-`ADD`,`(BMI|BPL)`
    	if a+3 < 0 {
    		return 1
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 16:31:02 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tensor_array_ops_decomposition.mlir

      // expected-error @+1 {{found unexpected type 'tensor<!tf_type.resource<tensor<10x3xf32>>>' of operand #0, resource type operands are expected to have been canonicalized away for region based control flow ops}}
      %1:2 = "tf.WhileRegion"(%ta#0, %size) ({
        ^bb0 (%carg0: tensor<!tf_type.resource>, %carg1: tensor<i32>):
          %pred = "tf._SomeOp"(%carg1) : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 49K bytes
    - Viewed (0)
  9. cmd/storage-rest-client.go

    	respBody, err := client.restClient.Call(ctx, method, values, body, length)
    	if err != nil {
    		return nil, toStorageErr(err)
    	}
    	return respBody, nil
    }
    
    // Stringer provides a canonicalized representation of network device.
    func (client *storageRESTClient) String() string {
    	return client.endpoint.String()
    }
    
    // IsOnline - returns whether client failed to connect or not.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. cmd/peer-rest-client.go

    	if err == nil {
    		return respBody, nil
    	}
    
    	if xnet.IsNetworkOrHostDown(err, true) {
    		return nil, errPeerNotReachable
    	}
    
    	return nil, err
    }
    
    // Stringer provides a canonicalized representation of node.
    func (client *peerRESTClient) String() string {
    	return client.host.String()
    }
    
    // IsOnline returns true if the peer client is online.
    func (client *peerRESTClient) IsOnline() bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top