Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for striped (0.3 sec)

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

      // Dynamic stride: when `begin` and `end` inputs are unknown at compile time,
      // `strides` must be known.
      // CHECK: tf.StridedSlice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          return failure();
    
        // We also need constant begin/end indices and strides to perform padding
        // calculations.
        // Bounded shape after performing strided slice
        SmallVector<int64_t, 4> shape;
        // Bounded begin, end, and strides for strided slice
        SmallVector<int64_t, 4> begin_indices, end_indices, strides;
        if (!op.GetSlicedShapeAndBoundRanges(&shape, &begin_indices, &end_indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	TASKSTATS_CMD_ATTR_REGISTER_CPUMASK   = 0x3
    	TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4
    )
    
    type CGroupStats struct {
    	Sleeping        uint64
    	Running         uint64
    	Stopped         uint64
    	Uninterruptible uint64
    	Io_wait         uint64
    }
    
    const (
    	CGROUPSTATS_CMD_UNSPEC        = 0x3
    	CGROUPSTATS_CMD_GET           = 0x4
    	CGROUPSTATS_CMD_NEW           = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-33020`](https://youtrack.jetbrains.com/issue/KT-33020) Support stripping debug information in the jvm-abi-gen plugin
    - [`KT-64591`](https://youtrack.jetbrains.com/issue/KT-64591) Data class' copy method is never stripped from ABI
    - [`KT-65690`](https://youtrack.jetbrains.com/issue/KT-65690) jvm-abi-gen: Remove internal declarations from ABI
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    }
    
    // TrailerPrefix is a magic prefix for ResponseWriter.Header map keys
    // that, if present, signals that the map entry is actually for
    // the response trailers, and not the response headers. The prefix
    // is stripped after the ServeHTTP call finishes and the values are
    // sent in the trailers.
    //
    // This mechanism is intended only for trailers that are not known
    // prior to the headers being written. If the set of trailers is fixed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (VolumeProjection) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	//
    	// Kubelet performs aggressive normalization of the PEM contents written
    	// into the pod filesystem.  Esoteric PEM features such as inter-block
    	// comments and block headers are stripped.  Certificates are deduplicated.
    	// The ordering of certificates within the file is arbitrary, and Kubelet
    	// may change the order over time.
    	//
    	// +featureGate=ClusterTrustBundleProjection
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      //
      // Kubelet performs aggressive normalization of the PEM contents written
      // into the pod filesystem.  Esoteric PEM features such as inter-block
      // comments and block headers are stripped.  Certificates are deduplicated.
      // The ordering of certificates within the file is arbitrary, and Kubelet
      // may change the order over time.
      //
      // +featureGate=ClusterTrustBundleProjection
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	PodSucceeded PodPhase = "Succeeded"
    	// PodFailed means that all containers in the pod have terminated, and at least one container has
    	// terminated in a failure (exited with a non-zero exit code or was stopped by the system).
    	PodFailed PodPhase = "Failed"
    	// PodUnknown means that for some reason the state of the pod could not be obtained, typically due
    	// to an error in communicating with the host of the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "configMap": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top