Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for registered_ (0.34 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                          std::pair<uint64_t, uint64_t>>
          custom_op_idx_map_;
    
      // Points to TensorFlow and TFLite dialects, respectively. nullptr if the
      // dialect is not registered.
      const Dialect* tf_dialect_;
      const Dialect* tfl_dialect_;
      const Dialect* vhlo_dialect_;
    
      // The failed ops during legalization.
      std::map<std::string, std::set<std::string>> failed_flex_ops_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

        an `Ingress` creation request to the Federation API Server. The
        Federation control system then creates and maintains a single
        global virtual IP to load balance incoming HTTP(S) traffic across
        some or all the registered clusters, across all regions. Google's
        GCE L7 LoadBalancer is the first supported implementation, and
    	is available in this release.
    	([docs](http://kubernetes.io/docs/user-guide/federation/federated-ingress.md))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            succeeds("resolve")
    
            then:
            outputContains("files: [thing1.jar.txt, thing2.jar.txt]")
        }
    
        def "user gets a reasonable error message when null is registered via outputs.#method"() {
            given:
            buildFile << """
                def a = file('a.jar')
                a.text = '1234'
    
                dependencies {
                    compile files(a)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  4. cmd/metrics-v2.go

    	}
    	for k, v := range m.Histogram {
    		metric.Histogram[k] = v
    	}
    	return metric
    }
    
    // Get - returns cached value always upton the configured TTL,
    // once the TTL expires "read()" registered function is called
    // to return the new values and updated.
    func (g *MetricsGroupV2) Get() (metrics []MetricV2) {
    	m, _ := g.metricsCache.Get()
    	if len(m) == 0 {
    		return []MetricV2{}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary =
        "Shape inference on TF dialect and ops implementing InferTypeOpInterface";
    
      let description = [{
        Fixed point shape refinement pass that utilizes the shape functions
        registered on ops using the InferTypeOpInterface as well as by bridging to
        the TensorFlow op registry's shape functions. This is an interprocedural
        pass that propagates information across function calls/control flow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    	CondSkipHTTP2(t)
    	_, err := tr.RoundTrip(new(Request))
    	if err == nil {
    		t.Error("expected error from RoundTrip")
    	}
    	if reg := tr.TLSNextProto["h2"] != nil; reg != wantH2 {
    		t.Errorf("HTTP/2 registered = %v; want %v", reg, wantH2)
    	}
    }
    
    // Issue 13633: there was a race where we returned bodyless responses
    // to callers before recycling the persistent connection, which meant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    }
    
    func unregisterAllDrivers() {
    	driversMu.Lock()
    	defer driversMu.Unlock()
    	// For tests.
    	drivers = make(map[string]driver.Driver)
    }
    
    // Drivers returns a sorted list of the names of the registered drivers.
    func Drivers() []string {
    	driversMu.RLock()
    	defer driversMu.RUnlock()
    	list := make([]string, 0, len(drivers))
    	for name := range drivers {
    		list = append(list, name)
    	}
    	slices.Sort(list)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet.go

    	// StatsProvider provides the node and the container stats.
    	StatsProvider *stats.Provider
    
    	// pluginmanager runs a set of asynchronous loops that figure out which
    	// plugins need to be registered/unregistered based on this node and makes it so.
    	pluginManager pluginmanager.PluginManager
    
    	// This flag sets a maximum number of images to report in the node status.
    	nodeStatusMaxImages int32
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        return isa<WhileOp>(dest->getParentOp());
      }
    };
    
    struct TensorFlowLiteDialectFoldInterface : public DialectFoldInterface {
      using DialectFoldInterface::DialectFoldInterface;
    
      // Registered hook to check if the given region, which is attached to an
      // operation that is *not* isolated from above (i.e. no internal regions
      // reference values defined in an enclosing region), should be used when
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/webcomponents.min.js

    '"+String(t)+"'.");if(o(t))throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '"+String(t)+"'. The type name is invalid.");if(l(t))throw new Error("DuplicateDefinitionError: a type with name '"+String(t)+"' is already registered");return c.prototype||(c.prototype=Object.create(HTMLElement.prototype)),c.__name=t.toLowerCase(),c["extends"]&&(c["extends"]=c["extends"].toLowerCase()),c.lifecycle=c.lifecycle||{},c.ancestry=i(c["extends"]),a(c),s(c),n(c.prototype),u(c.__name...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
Back to top