Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for channel2 (0.17 sec)

  1. doc/go_spec.html

    <p>
    A send statement sends a value on a channel.
    The channel expression's <a href="#Core_types">core type</a>
    must be a <a href="#Channel_types">channel</a>,
    the channel direction must permit send operations,
    and the type of the value to be sent must be <a href="#Assignability">assignable</a>
    to the channel's element type.
    </p>
    
    <pre class="ebnf">
    SendStmt = Channel "&lt;-" Expression .
    Channel  = Expression .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Filters data_format is always HWIO so input channels dimension is after
        // all spatial dimensions.
        const int64_t filter_channels = GetDimSize(filter_ty, num_spatial_dims);
        // TensorFlow convolution op verifies that the number of input channels is
        // divisible by the number of filter channels.
        // For depthwise convolution the feature_group_count argument would be set
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
      // +optional
      repeated string command = 1;
    }
    
    // Represents a Fibre Channel volume.
    // Fibre Channel volumes can only be mounted as read/write once.
    // Fibre Channel volumes support ownership management and SELinux relabeling.
    message FCVolumeSource {
      // targetWWNs is Optional: FC target worldwide names (WWNs)
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ExecAction) SwaggerDoc() map[string]string {
    	return map_ExecAction
    }
    
    var map_FCVolumeSource = map[string]string{
    	"":           "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
    	"targetWWNs": "targetWWNs is Optional: FC target worldwide names (WWNs)",
    	"lun":        "lun is Optional: FC target lun number",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      // +listType=atomic
      repeated string command = 1;
    }
    
    // Represents a Fibre Channel volume.
    // Fibre Channel volumes can only be mounted as read/write once.
    // Fibre Channel volumes support ownership management and SELinux relabeling.
    message FCVolumeSource {
      // targetWWNs is Optional: FC target worldwide names (WWNs)
      // +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)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    }
    
    type RawSockaddrHCI struct {
    	Family  uint16
    	Dev     uint16
    	Channel uint16
    }
    
    type RawSockaddrL2 struct {
    	Family      uint16
    	Psm         uint16
    	Bdaddr      [6]uint8
    	Cid         uint16
    	Bdaddr_type uint8
    	_           [1]byte
    }
    
    type RawSockaddrRFCOMM struct {
    	Family  uint16
    	Bdaddr  [6]uint8
    	Channel uint8
    	_       [1]byte
    }
    
    type RawSockaddrCAN struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// <target portal>:<volume name> will be created for the connection.
    	// +optional
    	InitiatorName *string
    }
    
    // FCVolumeSource represents a Fibre Channel volume.
    // Fibre Channel volumes can only be mounted as read/write once.
    // Fibre Channel volumes support ownership management and SELinux relabeling.
    type FCVolumeSource struct {
    	// Optional: FC target worldwide names (WWNs)
    	// +optional
    	TargetWWNs []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	InitiatorName *string `json:"initiatorName,omitempty" protobuf:"bytes,12,opt,name=initiatorName"`
    }
    
    // Represents a Fibre Channel volume.
    // Fibre Channel volumes can only be mounted as read/write once.
    // Fibre Channel volumes support ownership management and SELinux relabeling.
    type FCVolumeSource struct {
    	// targetWWNs is Optional: FC target worldwide names (WWNs)
    	// +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)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    #
    # Gateway API Standard channel install
    #
    ---
    #
    # config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml
    #
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    func (p *http2pipe) Err() error {
    	p.mu.Lock()
    	defer p.mu.Unlock()
    	if p.breakErr != nil {
    		return p.breakErr
    	}
    	return p.err
    }
    
    // Done returns a channel which is closed if and when this pipe is closed
    // with CloseWithError.
    func (p *http2pipe) Done() <-chan struct{} {
    	p.mu.Lock()
    	defer p.mu.Unlock()
    	if p.donec == nil {
    		p.donec = make(chan struct{})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top