Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for 111111112 (0.19 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %0 = "tf.Conv2DBackpropInput"(%arg0, %arg1, %arg2) {strides = [1, 2, 2, 1], explicit_paddings = [1, 1, 1, 1, 1, 1, 1, 1], padding="EXPLICIT", dilations=[1, 1, 1, 1]}: (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32>
      func.return %0 : tensor<15x28x28x1xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			Ingress: []*networking.IstioIngressListener{
    				{
    					Port: &networking.SidecarPort{
    						Protocol: "http",
    						Number:   90,
    						Name:     "foo",
    					},
    					DefaultEndpoint: "[1:1:1:1:1:1:1:1]:90",
    				},
    			},
    		}, false, false},
    		{"ingress with invalid default endpoint uds", &networking.Sidecar{
    			Ingress: []*networking.IstioIngressListener{
    				{
    					Port: &networking.SidecarPort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier_test.go

    				{endpoint: "10.4.4.6:45", isLocal: true},
    			},
    		},
    		expectedResult: map[proxy.ServicePortName][]endpointExpectation{
    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.11:11", isLocal: false},
    				{endpoint: "10.1.1.1:11", isLocal: false},
    			},
    			makeServicePortName("ns1", "ep1", "p12", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.2:12", isLocal: false},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    				{endpoint: "10.4.4.6:45", isLocal: true},
    			},
    		},
    		expectedResult: map[proxy.ServicePortName][]endpointExpectation{
    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.11:11", isLocal: false},
    				{endpoint: "10.1.1.1:11", isLocal: false},
    			},
    			makeServicePortName("ns1", "ep1", "p12", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.2:12", isLocal: false},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <acronym>MP3</acronym>
        <_comment>MPEG-1 Audio Layer 3</_comment>
        <magic priority="20">
          <!-- http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html -->
          <!-- Bit pattern for first two bytes: 11111111 111VVLLC    -->
          <!-- VV = MPEG Audio Version ID; 10 = V2, 11 = V1          -->
          <!-- LL = Layer description; 01 = L3, 10 = L2, 11 = L1     -->
          <!-- C = Protection bit; 0 = CRC, 1 = no CRC               -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    * Format-separated endpoints for the OpenAPI spec, such as /swagger.json, /swagger-2.0.0.0.json, and so on, have been deprecated. The old endpoints will remain in 1.10, 1.11, 1.12 and 1.13, and get removed in 1.14. Please use single `/openapi/v2` endpoint with the appropriate Accept: header instead. For example:
    
    <table>
      <tr>
        <td>previous</td>
        <td>now</td>
      </tr>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1130D..1130E  ; disallowed                             # NA   <reserved-1130D>..<reserved-1130E>
    1130F..11310  ; valid                                  # 7.0  GRANTHA LETTER EE..GRANTHA LETTER AI
    11311..11312  ; disallowed                             # NA   <reserved-11311>..<reserved-11312>
    11313..11328  ; valid                                  # 7.0  GRANTHA LETTER OO..GRANTHA LETTER NA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    Flip each bit of supported types.  For example, type `int8` (decimal 2) binary 00000010 becomes (decimal -3) binary 11111101.
    This operation is performed on each element of the tensor argument `x`.
    
    Example:
    ```python
    import tensorflow as tf
    from tensorflow.python.ops import bitwise_ops
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top