Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for sub_components_ (0.33 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.cc

        : ctx_(ctx) {
      // Initialize the three sub-components.
      sub_components_[0] = std::make_unique<PreCalibrationComponent>(ctx_);
      sub_components_[1] = std::make_unique<CalibrationComponent>(
          ctx_, py_function_library, src_saved_model_path,
          std::move(function_aliases), std::move(tags),
          std::move(signature_def_map), std::move(signature_keys));
      sub_components_[2] = std::make_unique<PostCalibrationComponent>(ctx_);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.h

      // Constructs `StaticRangePtqComponent` by creating three sub-components:
      // `PreCalibrationComponent`, `CalibrationComponent`, and
      // `PostCalibrationComponent`. These are stored in `sub_components_` in
      // sequence. All arguments except `ctx` is used to initialize
      // `CalibrationComponent`. For detailed explanation of each argument, see the
      // comment of `CalibrationComponent`'s constructor.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 02:44:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. NOTICE

    MinIO Project, (C) 2015-2023 MinIO, Inc.
    
    This product includes software developed at MinIO, Inc.
    (https://min.io/).
    
    The MinIO project contains unmodified/modified subcomponents too with
    separate copyright notices and license terms. Your use of the source
    code for these subcomponents is subject to the terms and conditions
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 18 18:33:50 UTC 2023
    - 367 bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

                        ));
                    }
                });
                return result;
            }
        }
    
        /**
         * Walks a composite component and its subcomponents to determine coordinates of each variant.
         */
        private static class ComponentWalker {
    
            interface ComponentVisitor<T> {
                void visitVariant(SoftwareComponentVariant variant, T coordinates);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. src/net/url/url_test.go

    	},
    	// host subcomponent; IPv4 address in RFC 3986
    	{
    		"http://192.168.0.1/",
    		&URL{
    			Scheme: "http",
    			Host:   "192.168.0.1",
    			Path:   "/",
    		},
    		"",
    	},
    	// host and port subcomponents; IPv4 address in RFC 3986
    	{
    		"http://192.168.0.1:8080/",
    		&URL{
    			Scheme: "http",
    			Host:   "192.168.0.1:8080",
    			Path:   "/",
    		},
    		"",
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  6. src/net/url/url.go

    //
    // URLs that do not start with a slash after the scheme are interpreted as:
    //
    //	scheme:opaque[?query][#fragment]
    //
    // The Host field contains the host and port subcomponents of the URL.
    // When the port is present, it is separated from the host with a colon.
    // When the host is an IPv6 address, it must be enclosed in square brackets:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                      of individual subcomponents to be overridden.  This is useful for
                      working around "false positive" liveness timeouts that can occur
                      in particularly stressful workloads or if CPU is constrained.  For
                      a list of active subcomponents, see Felix's logs.
                    items:
                      properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. CREDITS

    --------------------------------------------------
    SOFTWARE DISTRIBUTED WITH THRIFT:
    
    The Apache Thrift software includes a number of subcomponents with
    separate copyright notices and license terms. Your use of the source
    code for the these subcomponents is subject to the terms and
    conditions of the following licenses.
    
    --------------------------------------------------
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top