Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for Tinput (0.31 sec)

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

    // Slices input attribute of rank two and returns the specified column.
    //
    // Always returns 64 bit integer attribute regardless of bitwidth of the input
    // attribute.
    static DenseIntElementsAttr SliceDenseIntElementsAttrColumn2D(
        ElementsAttr input, int column) {
      auto int_attr = mlir::cast<DenseIntElementsAttr>(input);
      auto shaped_type = int_attr.getType();
    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. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    	tests := []struct {
    		name           string
    		input          apiextensions.CustomResourceValidation
    		statusEnabled  bool
    		opts           validationOptions
    		expectedErrors []validationMatch
    	}{
    		{
    			name:  "empty",
    			input: apiextensions.CustomResourceValidation{},
    		},
    		{
    			name:          "empty with status",
    			input:         apiextensions.CustomResourceValidation{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK-SAME: [[INPUT:%.*]]: tensor<1x?xf32>
    func.func @random_shuffle_first_dim_1(%input: tensor<1x?xf32>) -> tensor<1x?xf32> {
      %0 = "tf.RandomShuffle"(%input) : (tensor<1x?xf32>) -> (tensor<1x?xf32>)
      // CHECK-NEXT: return [[INPUT]]
      func.return %0: tensor<1x?xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @random_shuffle_1D_16
    // CHECK-SAME: [[INPUT:%.*]]: tensor<16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    :rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::-ms-input-placeholder,.uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::-ms-input-placeholder,.uk-light .uk-input::-ms-input-placeholder,.uk-offcanvas-bar .uk-input::-ms-input-placeholder,.uk-overlay-primary .uk-input::-ms-input-placeholder,.uk-section-primary:not(.uk-preserve-color)...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    	rules := dedent.Dedent(`
    		*filter
    		:INPUT - [0:0]
    		:FORWARD - [0:0]
    		:OUTPUT - [0:0]
    		:KUBE-EXTERNAL-SERVICES - [0:0]
    		:KUBE-FIREWALL - [0:0]
    		:KUBE-FORWARD - [0:0]
    		:KUBE-NODEPORTS - [0:0]
    		:KUBE-SERVICES - [0:0]
    		:KUBE-PROXY-FIREWALL - [0:0]
    		-A INPUT -m comment --comment kubernetes health check service ports -j KUBE-NODEPORTS
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  6. pkg/registry/core/service/storage/storage_test.go

    	testCases := []struct {
    		name   string
    		input  svcTestCase
    		output *api.Service
    		expect bool
    	}{{
    		name: "ExternalName",
    		input: svcTestCase{
    			svc: svctest.MakeService("foo", svctest.SetTypeExternalName),
    		},
    		output: svctest.MakeService("foo", svctest.SetTypeExternalName),
    		expect: true,
    	}, {
    		name: "ClusterIPs_unspecified",
    		input: svcTestCase{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                            value) to the request before the action. It
                                            appends to any existing values associated
                                            with the header name. \n Input: GET /foo HTTP/1.1
                                            my-header: foo \n Config: add: - name: \"my-header\"
                                            value: \"bar,baz\" \n Output: GET /foo HTTP/1.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ue;return s}a=r}return!1}unclosedBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word",{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].le...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    }
    
    // CHECK-LABEL: @FuseReshapeAroundBMMRHS
    func.func @FuseReshapeAroundBMMRHS(%arg0: tensor<1x3x6x5x1024xf32>) -> tensor<1x3x6x5x8192xf32> attributes {tf.entry_function = {control_outputs = "", inputs = "inputs", outputs = "Identity_1"}} {
      %cst = arith.constant dense_resource<__elided__> : tensor<1x1024x8192xf32>
      %cst_0 = arith.constant dense_resource<__elided__> : tensor<5xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    	byteptr := typs.BytePtr
    	if dst.IsInterface() {
    		if dst.IsEmptyInterface() {
    			// Converting to an empty interface.
    			// Input could be an empty or nonempty interface.
    			if base.Debug.TypeAssert > 0 {
    				base.WarnfAt(pos, "type assertion inlined")
    			}
    
    			// Get itab/type field from input.
    			itab := s.newValue1(ssa.OpITab, byteptr, iface)
    			// Conversion succeeds iff that field is not nil.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top