Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for identical (0.11 sec)

  1. pkg/config/validation/validation.go

    					reportIneffective(matchHTTPRoutes[rIndex].RouteStr, prefixMatchA, prefixMatchB)
    				}
    			}
    		}
    	}
    }
    
    // NOTE: This method identical to analyzeUnreachableHTTPRules.
    func analyzeUnreachableTCPRules(routes []*networking.TCPRoute,
    	reportUnreachable func(ruleno, reason string), reportIneffective func(ruleno, matchno, dupno string),
    ) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    		"X-Amz-Object-Lock-Retain-Until-Date",
    		"X-Amz-Object-Lock-Legal-Hold",
    		"X-Amz-Website-Redirect-Location",
    		"X-Amz-Meta-",
    	}
    
    	// compare metadata on both maps to see if meta is identical
    	compareMeta1 := make(map[string]string)
    	for k, v := range oi1.UserDefined {
    		var found bool
    		for _, prefix := range compareKeys {
    			if !stringsHasPrefixFold(k, prefix) {
    				continue
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // TensorListReserveOp, EmptyTensorListOp and TensorListFromTensor ops. It
      // refines the element shape if all tensors written to the list across all
      // mutations have identical static shape.
      bool InferShapeForTensorListInitOps(Operation* op);
    
      // Conservatively infers shape of output tenorlist and item based on
      // input tensorlist's element shape.
    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