Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for Desc (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        std::string desc = branch_name(branch.index()) + " input";
        TypeRangeWithDesc branch_input{branch_type.getInputs(), desc};
        if (failed(VerifyTypeRangesAreCompatible(op, branch_input, input)))
          return failure();
    
        desc = branch_name(branch.index()) + " result";
        TypeRangeWithDesc branch_result{branch_type.getResults(), desc};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

            int f;
            ACE[] aces;
    
            f = open0( O_RDONLY, READ_CONTROL, 0, isDirectory() ? 1 : 0 );
    
            /*
             * NtTrans Query Security Desc Request / Response
             */
    
            NtTransQuerySecurityDesc request = new NtTransQuerySecurityDesc( f, 0x04 );
            NtTransQuerySecurityDescResponse response = new NtTransQuerySecurityDescResponse();
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		"param1":  "description for param1",
    		"param2":  "description for param2",
    		"atAPath": "",
    	}
    	for _, p := range route.ParameterDocs {
    		data := p.Data()
    		if desc, exists := expectedParams[data.Name]; exists {
    			if desc != data.Description {
    				t.Errorf("unexpected description for parameter %s: %s\n", data.Name, data.Description)
    			}
    			delete(expectedParams, data.Name)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    					have[file] = true
    				}
    			}
    			if have[file] {
    				continue
    			}
    		}
    		files = append(files, file)
    	}
    	return files
    }
    
    // Desc returns the package "description", for use in b.showOutput.
    func (p *Package) Desc() string {
    	if p.ForTest != "" {
    		return p.ImportPath + " [" + p.ForTest + ".test]"
    	}
    	if p.Internal.ForMain != "" {
    		return p.ImportPath + " [" + p.Internal.ForMain + "]"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      DerivedAttr<"tflite::TensorType", body, convert>;
    
    // TFL Runtime op trait predicate.
    class TFL_RuntimePredOpTrait<string desc, Pred pred> :
        GenInternalOpTrait<"TFLRuntimeOpTrait"> {
      Pred tflRuntimePredicate = pred;
      string tflRuntimeDescription = desc;
    }
    
    class TFL_OperandsHaveSameShapesOrBroadcastableShape<
        list<int> indices, int max_bcast_rank> :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. cmd/site-replication.go

    					sum := info.StatsSummary[ps.DeploymentID]
    					sum.ReplicatedGroupPolicyMappings++
    					info.StatsSummary[ps.DeploymentID] = sum
    				}
    
    			}
    		}
    
    		// collect group desc replication status across sites
    		for g, pslc := range groupDescStats {
    			var gds []madmin.GroupDesc
    			groupCount := 0
    			for _, ps := range pslc {
    				groupCount++
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "Prometheus", "fontSize": "100%", "gridPos": { "h": 21, "w": 24, "x": 0, "y": 9 }, "hideTimeOverride": false, "id": 73, "links": [], "pageSize": null, "repeat": null, "repeatDirection": "v", "scroll": true, "showHeader": true, "sort": { "col": 5, "desc": true }, "styles": [ { "alias": "Workload", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "linkTargetBlank": false,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. src/encoding/json/testdata/code.json.gz

    12897,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"struct-image-07-t-expected.png","kids":[],"cl_weight":0.0014346856765385886,"touches":2,"min_t":1228948796,"max_t":1229478785,"mean_t":1229213790},{"name":"fonts-desc-02-t-expected.checksum","kids":[],"cl_weight":0.0014346856765385886,"touches":2,"min_t":1228948796,"max_t":1229478785,"mean_t":1229213790},{"name":"struct-group-03-t-expected.png","kids":[],"cl_weight":0.0014346856765385886,"touches":2,"min_t":122...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    			fmt.Fprintf(bodyw, "num%d\n", i)
    		}
    	}()
    	resc := make(chan *Response)
    	go func() {
    		req, _ := NewRequest("POST", "http://localhost:8080", bodyr)
    		req.Header.Set("User-Agent", "x") // known value for test
    		res, err := tr.RoundTrip(req)
    		if err != nil {
    			t.Errorf("RoundTrip: %v", err)
    			close(resc)
    			return
    		}
    		resc <- res
    
    	}()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/bootstrap.min.js.map

                  = 'bs.dropdown'\nconst EVENT_KEY                = `.${DATA_KEY}`\nconst DATA_API_KEY             = '.data-api'\nconst JQUERY_NO_CONFLICT       = $.fn[NAME]\nconst ESCAPE_KEYCODE           = 27 // KeyboardEvent.which value for Escape (Esc) key\nconst SPACE_KEYCODE            = 32 // KeyboardEvent.which value for space key\nconst TAB_KEYCODE              = 9 // KeyboardEvent.which value for tab key\nconst ARROW_UP_KEYCODE         = 38 // KeyboardEvent.which value for up arrow key\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
Back to top