Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for realize (0.14 sec)

  1. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "conditions": {
                "description": "The latest available observations of the storageVersion's state.",
                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          Value value, const std::string& name, unsigned buffer_idx,
          const std::optional<BufferOffset<tflite::QuantizationParameters>>&
              quant_parameters);
    
      // TODO(b/137395003): Legalize tf.IfOp to TFLite dialect, and change the
      // following method to handle TFL::IfOp.
      BufferOffset<tflite::Operator> BuildIfOperator(
          mlir::TF::IfOp op, const std::vector<int32_t>& operands,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    String id=175
    	data="io.ReadAtLeast"
    String id=176
    	data="/usr/local/google/home/mknyszek/work/go-1/src/io/io.go"
    String id=177
    	data="io.ReadFull"
    String id=178
    	data="net.(*file).readLine"
    String id=179
    	data="net.setKeepAlive"
    String id=180
    	data="/usr/local/google/home/mknyszek/work/go-1/src/net/sockopt_posix.go"
    String id=181
    	data="runtime.(*mheap).alloc"
    String id=182
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    func TestAutomaticHTTP2_Serve_WithTLSConfig(t *testing.T) {
    	setParallel(t)
    	defer afterTest(t)
    	ln := newLocalListener(t)
    	ln.Close() // immediately (not a defer!)
    	var s Server
    	// Set the TLSConfig. In reality, this would be the
    	// *tls.Config given to tls.NewListener.
    	s.TLSConfig = &tls.Config{
    		NextProtos: []string{"h2"},
    	}
    	if err := s.Serve(ln); err == nil {
    		t.Fatal("expected an error")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top