Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for addpool (0.14 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.CephMonitors = *(*[]string)(unsafe.Pointer(&in.CephMonitors))
    	out.RBDImage = in.RBDImage
    	out.FSType = in.FSType
    	out.RBDPool = in.RBDPool
    	out.RadosUser = in.RadosUser
    	out.Keyring = in.Keyring
    	out.SecretRef = (*core.SecretReference)(unsafe.Pointer(in.SecretRef))
    	out.ReadOnly = in.ReadOnly
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    }
    
    // CHECK-LABEL:   func @convert_avgpool_valid(
    // CHECK-SAME:                                %[[VAL_0:.*]]: tensor<4x16x16x8xf32>) -> tensor<4x7x7x8xf32> {
    // CHECK:           %[[VAL_1:.*]] = "tf.AvgPool"(%[[VAL_0]]) <{data_format = "NHWC", ksize = [1, 3, 3, 1], padding = "VALID", strides = [1, 2, 2, 1]}> : (tensor<4x16x16x8xf32>) -> tensor<4x7x7x8xf32>
    // CHECK:           return %[[VAL_1]] : tensor<4x7x7x8xf32>
    // CHECK:         }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // corresponding window, i.e., the number of non-padding entries of the window
    // which an `AvgPool` operation performed on an `input_shape`-tensor would map
    // to this entry, depending on `ksize` and `strides`. This function is used for
    // `AvgPool` and `AvgPoolGrad` legalizations.
    // `zero` is passed as a parameter because it can be reused from caller level.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.RandomShuffle"(%input) : (tensor<4x?x16xf32>) -> (tensor<4x?x16xf32>)
      func.return %0: tensor<4x?x16xf32>
    }
    
    //===----------------------------------------------------------------------===//
    // tf.AvgPool legalization
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL:   @avgpool_valid_padding
    // CHECK-SAME:      [[ARG:%.+]]: tensor<2x12x21x7xf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// TODO: how do we prevent errors in the filesystem from compromising the machine
    	// +optional
    	FSType string
    	// Optional: RadosPool is the rados pool name,default is rbd
    	// +optional
    	RBDPool string
    	// Optional: RBDUser is the rados user name, default is admin
    	// +optional
    	RadosUser string
    	// Optional: Keyring is the path to key ring for RBDUser, default is /etc/ceph/keyring
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	FSType string `json:"fsType,omitempty" protobuf:"bytes,3,opt,name=fsType"`
    	// pool is the rados pool name.
    	// Default is rbd.
    	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
    	// +optional
    	RBDPool string `json:"pool,omitempty" protobuf:"bytes,4,opt,name=pool"`
    	// user is the rados user name.
    	// Default is admin.
    	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
    	// +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)
Back to top