Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for io16 (0.11 sec)

  1. src/net/dnsclient_unix_test.go

    			t.Errorf("unexpected %v for %s", addrs, tt.name)
    		}
    		for _, addr := range addrs {
    			if !tt.a && addr.IP.To4() != nil {
    				t.Errorf("got %v; must not be IPv4 address", addr)
    			}
    			if !tt.aaaa && addr.IP.To16() != nil && addr.IP.To4() == nil {
    				t.Errorf("got %v; must not be IPv6 address", addr)
    			}
    		}
    	}
    }
    
    // Test that goLookupIPOrder falls back to the host file when no DNS servers are available.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          return rewriter.notifyMatchFailure(
              loc, "output_rank or broadcast_to shape not supported");
    
        // Allow lowering when the input's elements type is F32, BFloat16, I32 or
        // I16.
        if (!(mlir::isa<BFloat16Type, Float32Type>(element_type) ||
              element_type.isInteger(32) || element_type.isInteger(16)))
          return rewriter.notifyMatchFailure(loc, "element_type_not_supported");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. cmd/testdata/undeleteable-object.tgz

    H±,-~Øa8 ŒKIÍó—VÆ Îeõµ#ž€Ç2¿E5]zݲC¢"ˆÁ ’N¯Œ _Þ´¾Aá"¥x:¤hþ¤‰ Ï„Ñ¥ ‡ ¤¹{ÙTöë¼zµßɲ¨.­ûhcƒ"¹x÷ªno7¾O} ”í`‚ÒP%è¸ÖéXì uøoûv{ú\ÌÃÐ,7 Á3 è’6‰”…‹1o-L ÞâãÒº¢ jó ðý†Jçö ÿ` øåI=˜ê:W ï°‡ºT³ ¦€O8Kù ïÇÛ<Ð} 4ýÚøÚûÏ: J* ‹÷™í€€èƒ”Ávà #ã〠¢eìB\Ä t²û£¡Ð x® ?ß•sS=dHrèæ4p íŒ6” gþŒ°Ëí÷/8Êò ýÎzŽçÙ- ¬‹ © £ ôìü ¡ S&cé’¹v¼\-g=âàÝ 2Jëm ;¯0²Gñø×ôÈŒ_T Ȫ Þ r<‹@N›¡GÞ >ÐÛ ‘& tdo k '°l1;¼oãÓà’ƒœüè¤9*`zÈÍM‘ ù--"ÜP 2¾> È®·ª ëÓß H%‡f }PùÏ”r~¹¿mÙeF•ß4Ý`ƒR”yߌ,? $b•‚¯ˆÒSš˜brû…h^Ûmà6ì Ь€‰| ‹ á Á¦ z«ïúz¡<þ³ qbf‹_t¦N+ ž#Bpé¢3šy§“â ²KÄ¡)î6‡H)êŸ#C...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      return quantized_type != nullptr &&
             quantized_type.getStorageTypeIntegralWidth() == 16 &&
             quantized_type.isSigned();
    }
    
    // Return true when the given element_type is I16.
    bool IsI16Type(Type element_type) {
      return element_type.isInteger(16) && !element_type.isUnsignedInteger();
    }
    
    // Return true when the given element_type is I32.
    bool IsI32Type(Type element_type) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(IP).IsMulticast", Method, 0},
    		{"(IP).IsPrivate", Method, 17},
    		{"(IP).IsUnspecified", Method, 0},
    		{"(IP).MarshalText", Method, 2},
    		{"(IP).Mask", Method, 0},
    		{"(IP).String", Method, 0},
    		{"(IP).To16", Method, 0},
    		{"(IP).To4", Method, 0},
    		{"(IPMask).Size", Method, 0},
    		{"(IPMask).String", Method, 0},
    		{"(InvalidAddrError).Error", Method, 0},
    		{"(InvalidAddrError).Temporary", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top