Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for unwrapped (0.16 sec)

  1. android/guava/src/com/google/common/collect/Maps.java

       * {@code o} is an instance of {@code Entry}, it is wrapped using {@link #unmodifiableEntry} to
       * protect against a possible nefarious equals method.
       *
       * <p>Note that {@code c} is the backing (delegate) collection, rather than the forwarding
       * collection.
       *
       * @param c the delegate (unwrapped) collection of map entries
       * @param o the object that might be contained in {@code c}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Maps.java

       * {@code o} is an instance of {@code Entry}, it is wrapped using {@link #unmodifiableEntry} to
       * protect against a possible nefarious equals method.
       *
       * <p>Note that {@code c} is the backing (delegate) collection, rather than the forwarding
       * collection.
       *
       * @param c the delegate (unwrapped) collection of map entries
       * @param o the object that might be contained in {@code c}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  3. src/net/http/server.go

    // After [Server.Shutdown] or [Server.Close], the returned error is [ErrServerClosed].
    func (srv *Server) Serve(l net.Listener) error {
    	if fn := testHookServerServe; fn != nil {
    		fn(srv, l) // call hook with unwrapped listener
    	}
    
    	origListener := l
    	l = &onceCloseListener{Listener: l}
    	defer l.Close()
    
    	if err := srv.setupHTTP2_Serve(); err != nil {
    		return err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				if len(errs) != 0 {
    					t.Errorf("expected no errors, but got: %v", errs)
    				}
    			})
    		})
    	}
    }
    
    // Show that we cant just use oldSelf as if it was unwrapped
    func TestOptionalOldSelfIsOptionalType(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, apiextensionsfeatures.CRDValidationRatcheting, true)
    
    	cases := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. src/net/http/transport_test.go

    	if !ok {
    		t.Fatalf("url.Error.Err =  %T; want *net.OpError", uerr.Err)
    	}
    	want := &net.OpError{
    		Op:  "proxyconnect",
    		Net: "tcp",
    		Err: errDial, // original error, unwrapped.
    	}
    	if !reflect.DeepEqual(oe, want) {
    		t.Errorf("Got error %#v; want %#v", oe, want)
    	}
    }
    
    // Issue 36431: calls to RoundTrip should not mutate t.ProxyConnectHeader.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        }
    
        func.return %1 : tensor<2xi32>
      }
    
      // Tests extraction of an outside compiled tf.IfRegion op where the entirety
      // of tf.IfRegion op is outside compiled and wrapped inside another
      // tf.IfRegion op
    
      // CHECK-LABEL: func @outside_compiled_tf_if_nested
      func.func @outside_compiled_tf_if_nested(%arg0: tensor<2xi32>) -> tensor<2xi32> {
        // CHECK:      %[[A_OUT:[0-9]*]] = "tf.A"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        tf_executor.island:
    
        ```mlir
          func nested @_tpu_v1_compat_outlined_func0() -> tensor<i32> {
            ...
          }
        ```
    
        and will then replace the island with the wrapped call:
    
        ```mlir
          func @test() -> tensor<i32> {
            %0 = tf_executor.graph {
              %outputs, %control = tf_executor.island wraps "tf.PartitionedCall"() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                          const AttrValue& value,
                                          NamedAttrList* attributes);
    
      // Helper to create either a tf_executor operation or a TF operation wrapped
      // in an island.
      mlir::Operation* CreateOperation(
          const Node& node, llvm::StringRef node_type_name,
          const mlir::OperationState& result,
          const llvm::SmallVectorImpl<mlir::Value>& control_operands);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

            DCOMMENT("\t\tValue Result mapped to " << attr);
            RecordValue(ValuePort(std::get<0>(result)), attr);
          } else {
            DCOMMENT("\t\tValue result unmapped, consider value type:" << value);
            RefineResultType(op, std::get<0>(result), value.getType());
          }
        }
    
        if (ElementsAttr eattr = mlir::dyn_cast_or_null<ElementsAttr>(attr)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    		}
    		state.assignToSection(sect, symn, sym.SRODATA)
    		setCarrierSize(symn, state.datsize-symnStartValue)
    		if ctxt.HeadType == objabi.Haix {
    			// Read-only symbols might be wrapped inside their outer
    			// symbol.
    			// XCOFF symbol table needs to know the size of
    			// these outer symbols.
    			xcoffUpdateOuterSize(ctxt, state.datsize-symnStartValue, symn)
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top