Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for resc (0.55 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %1 = "tfl.reshape"(%0, %cst_0) : (tensor<4x256x8xf32>, tensor<2xi32>) -> tensor<1024x8xf32>
      // CHECK: %[[RES0:.*]] = "tfl.reshape"(%arg1, %[[CST:.*]]) : (tensor<8x4x256xf32>, tensor<2xi32>) -> tensor<8x1024xf32>
      // CHECK: %[[RES1:.*]] = "tfl.batch_matmul"(%arg0, %[[RES0]]) <{adj_x = false, adj_y = true, asymmetric_quantize_inputs = false}> : (tensor<4x1024xf32>, tensor<8x1024xf32>) -> tensor<4x8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: %[[RES3:.*]] = mhlo.reshape %[[SLICE3]] : (tensor<4x1x6xf32>) -> tensor<4x6xf32>
    
      %0:3 = "tf.Unpack"(%input) {axis = 1} : (tensor<4x3x6xf32>) -> (tensor<4x6xf32>, tensor<4x6xf32>, tensor<4x6xf32>)
      // return %[[RES1]], %[[RES2]], %[[RES3]]
      func.return %0#0, %0#1, %0#2 : tensor<4x6xf32>, tensor<4x6xf32>, tensor<4x6xf32>
    }
    
    // -----
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    ### Taints and Tolerations
    * Add a manager to NodeController that is responsible for removing Pods from Nodes tainted with NoExecute Taints. This feature is beta (as the rest of taints) and enabled by default. It's gated by controller-manager enable-taint-manager flag. ([#40355](https://github.com/kubernetes/kubernetes/pull/40355), [@gmarek](https://github.com/gmarek))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 1 */
        String QUERY_FACET_FIELDS_min_doc_count = "query.facet.fields.min_doc_count";
    
        /** The key of the configuration. e.g. count.desc */
        String QUERY_FACET_FIELDS_SORT = "query.facet.fields.sort";
    
        /** The key of the configuration. e.g.  */
        String QUERY_FACET_FIELDS_MISSING = "query.facet.fields.missing";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	NETNSA_PID          = 0x2
    	NETNSA_FD           = 0x3
    	NETNSA_TARGET_NSID  = 0x4
    	NETNSA_CURRENT_NSID = 0x5
    )
    
    type XDPRingOffset struct {
    	Producer uint64
    	Consumer uint64
    	Desc     uint64
    	Flags    uint64
    }
    
    type XDPMmapOffsets struct {
    	Rx XDPRingOffset
    	Tx XDPRingOffset
    	Fr XDPRingOffset
    	Cr XDPRingOffset
    }
    
    type XDPUmemReg struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - Changed how KMS v2 encryption at rest can generate data encryption keys.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    //  4. The fields are both imprecise and overly precise.  Kind is not a precise mapping to a URL. This can produce ambiguity
    //     during interpretation and require a REST mapping.  In most cases, the dependency is on the group,resource tuple
    //     and the version of the actual struct is irrelevant.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    - go.etcd.io/etcd: dd1b699
    - go.uber.org/tools: 2cfd321
    - gopkg.in/cheggaaa/pb.v1: v1.0.25
    - gopkg.in/mcuadros/go-syslog.v2: v2.2.1
    - gopkg.in/resty.v1: v1.12.0
    - rsc.io/quote/v3: v3.1.0
    - rsc.io/sampler: v1.3.0
    
    
    
    # v1.22.0-alpha.3
    
    
    ## Downloads for v1.22.0-alpha.3
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top