Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 141 for dAtA (0.06 sec)

  1. cmd/admin-handlers.go

    		}
    	}
    
    	return loggerInfo, auditloggerInfo
    }
    
    func embedFileInZip(zipWriter *zip.Writer, name string, data []byte, fileMode os.FileMode) error {
    	// Send profiling data to zip as file
    	header, zerr := zip.FileInfoHeader(dummyFileInfo{
    		name:    name,
    		size:    int64(len(data)),
    		mode:    fileMode,
    		modTime: UTCNow(),
    		isDir:   false,
    		sys:     nil,
    	})
    	if zerr != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    			return
    		}
    		return
    	}
    
    	defer func() {
    		var data []byte
    		if buf != nil {
    			data = buf.Bytes()
    		}
    
    		if len(data) == 0 {
    			return
    		}
    
    		globalCacheConfig.Set(&cache.ObjectInfo{
    			Key:          objInfo.Name,
    			Bucket:       objInfo.Bucket,
    			ETag:         objInfo.ETag,
    			ModTime:      objInfo.ModTime,
    			Expires:      objInfo.ExpiresStr(),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/webcomponents.min.js

    a=e.registerWrapper,s=e.unsafeUnwrap,c=window.CharacterData;t.prototype=Object.create(r.prototype),i(t.prototype,{get nodeValue(){return this.data},set nodeValue(e){this.data=e},get textContent(){return this.data},set textContent(e){this.data=e},get data(){return s(this).data},set data(e){var t=s(this).data;o(this,"characterData",{oldValue:t}),s(this).data=e}}),i(t.prototype,n),a(c,t,document.createTextNode("")),e.wrappers.CharacterData=t}(window.ShadowDOMPolyfill),function(e){"use strict";function...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      absl::flat_hash_set<OpType> enabled_op_types_;
    
      // Maps buffer data to corresponding buffer index
      // in the idx map, the value is a pair of offset and size
      absl::flat_hash_map<int, std::pair<uint64_t, uint64_t>> buffer_idx_map_;
      absl::flat_hash_map<int, std::string> buffer_data_map_;
      bool buffer_data_exported_ = false;
    
      // Maps custom options data to corresponding node
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    from tensorflow.core.framework import tensor_pb2
    from tensorflow.core.framework import tensor_shape_pb2
    from tensorflow.core.framework import types_pb2
    from tensorflow.python.client import session
    from tensorflow.python.data.ops import dataset_ops
    from tensorflow.python.eager import def_function
    from tensorflow.python.framework import dtypes
    from tensorflow.python.framework import ops
    from tensorflow.python.framework import tensor_shape
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/apache-httpclient/deployment/pom.xml
    	quarkus/extensions/amazon-lambda-xray/runtime/pom.xml
    quarkus/extensions/spring-data-rest/deployment/pom.xml
    	quarkus/extensions/spring-data-rest/runtime/pom.xml
    	quarkus/extensions/panache/rest-data-panache/deployment/pom.xml
    	quarkus/extensions/spring-data-jpa/deployment/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    	quarkus/extensions/jdbc/jdbc-h2/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    	data, err := readConfig(GlobalContext, objAPI, getSRResyncFilePath(dID))
    	if err != nil {
    		return rs, err
    	}
    	if len(data) == 0 {
    		// Seems to be empty.
    		return rs, nil
    	}
    	if len(data) <= 4 {
    		return rs, fmt.Errorf("site resync: no data")
    	}
    	// Read resync meta header
    	switch binary.LittleEndian.Uint16(data[0:2]) {
    	case siteResyncMetaFormat:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"
                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"
                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // them if necessary.
      // - RecvAtHost should be pruned iff it has no output data/control edges. If
      //   it has any output edge, it will be reverse reachable from sink node. We
      //   don't need to do anything special.
      // - SendFromHost should be pruned iff it has no input data/control edges. If
      //   it has input edges other than key_placeholder, we connect it to sink
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top