Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for stsr (0.05 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      ::xla::GatherDimensionNumbers dims;
      return dims.ParseFromString(attr.getValue().str());
    }
    
    GatherDimensionNumbersAttr GetGatherDimNumsAttr(StringAttr attr,
                                                    Builder *builder) {
      ::xla::GatherDimensionNumbers dims;
      if (!dims.ParseFromString(attr.getValue().str())) return {};
      return ::xla::ConvertGatherDimensionNumbers(dims, builder);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-62022`](https://youtrack.jetbrains.com/issue/KT-62022) K1 False positive EXPOSED_FUNCTION_RETURN_TYPE on generics with anonymous object types
    - [`KT-58751`](https://youtrack.jetbrains.com/issue/KT-58751) Definitely non-nullable type gets lost with star projection
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    			})
    		} else {
    			vv := header[key]
    			if vv == nil && len(strs) > 0 {
    				// More than likely this will be a single-element key.
    				// Most headers aren't multi-valued.
    				// Set the capacity on strs[0] to 1, so any future append
    				// won't extend the slice into the other strings.
    				vv, strs = strs[:1:1], strs[1:]
    				vv[0] = hf.Value
    				header[key] = vv
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - github.com/fatih/color: [v1.7.0](https://github.com/fatih/color/tree/v1.7.0)
    - github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
    - github.com/go-logr/stdr: [v1.2.2](https://github.com/go-logr/stdr/tree/v1.2.2)
    - github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top