Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for Mean (0.1 sec)

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

                                                        input_element_type);
    
          // The mean, variance, and reserved space outputs of the batch norm op are
          // not used for inference. It doesn't matter what values we provide for
          // the last 5 results as long as they are of the same type. Forward
          // input mean and variance to output mean, variance, reserved_space_1 and
          // reserved_space_2.
    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. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: [[DUMMY:%.*]] = mhlo.constant dense<0.000000e+00> : tensor<0xf32>
      // CHECK: [[DUMMY_CAST:%.*]] = tensor.cast [[DUMMY]] : tensor<0xf32> to tensor<*xf32>
      // CHECK: return [[Y_CONVERT]], [[MEAN]], [[VARIANCE]], [[MEAN]], [[VARIANCE]], [[DUMMY_CAST]]
      func.return %0#0, %0#1, %0#2, %0#3, %0#4, %0#5 : tensor<8x8x8x8xbf16>, tensor<8xf32>, tensor<8xf32>, tensor<8xf32>, tensor<8xf32>, tensor<*xf32>
    }
    
    // -----
    
    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. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst_1 = arith.constant dense<[1, 128]> : tensor<2xi32>
      %0 = "tfl.mean"(%arg0, %cst) {keep_dims = false} : (tensor<8x128xf32>, tensor<1xi32>) -> tensor<128xf32>
      %1 = "tfl.reshape"(%0, %cst_1) : (tensor<128xf32>, tensor<2xi32>) -> tensor<1x128xf32>
      func.return %1 : tensor<1x128xf32>
    
    // CHECK-LABEL: FoldMeanKeepDim
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	NominatedNodeName string
    
    	// HostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet.
    	// A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will
    	// not be updated even if there is a node is assigned to pod
    	// +optional
    	HostIP string
    
    	// HostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (PodLogOptions) 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)
  6. src/net/http/h2_bundle.go

    			http2foreachHeaderElement(v, rws.declareTrailer)
    		}
    
    		// "Connection" headers aren't allowed in HTTP/2 (RFC 7540, 8.1.2.2),
    		// but respect "Connection" == "close" to mean sending a GOAWAY and tearing
    		// down the TCP connection when idle, like we do for HTTP/1.
    		// TODO: remove more Connection-specific header fields here, in addition
    		// to "Connection".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real
      // kubelet.  If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the
      // connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept
      // the actual log data coming from the real kubelet).
      // +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)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet.
    	// A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will
    	// not be updated even if there is a node is assigned to pod
    	// +optional
    	HostIP string `json:"hostIP,omitempty" protobuf:"bytes,5,opt,name=hostIP"`
    
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real
      // kubelet.  If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the
      // connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept
      // the actual log data coming from the real kubelet).
      // +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)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            All valid rules within a Route attached to this Listener should
                            be implemented. Invalid Route rules can be ignored (sometimes
                            that will mean the full Route). If a Route rule transitions
                            from valid to invalid, support for that Route rule should
                            be dropped to ensure consistency. For example, even if a filter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top