Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 475 for qint (0.06 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

      declared in `pywrap_function_lib.PyFunctionLibrary`.
      """
    
      # LINT.IfChange(save_exported_model)
      def save_exported_model(
          self,
          dst_saved_model_path: str,
          exported_model_serialized: bytes,
          src_saved_model_path: str,
          tags: set[str],
          serialized_signature_def_map: dict[str, bytes],
      ) -> Optional[bool]:
        # LINT.ThenChange(py_function_lib.h:save_exported_model)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_fuzz_dup_cache.txt

    import "testing"
    
    func FuzzTarget(f *testing.F) {
        f.Add(int(0))
        f.Fuzz(func(t *testing.T, _ int) {})
    }
    
    -- populate/main.go --
    package main
    
    import (
        "path/filepath"
    	"fmt"
    	"os"
    )
    
    func main() {
    	for i := 0; i < 10; i++ {
    		b := byte(0)
    		if i > 5 {
    			b = byte(i)
    		}
            tmpl := "go test fuzz v1\nint(%d)\n"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/build-organization/structuring-software-projects/tests/build-android-app.sample.conf

        #  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ...
        args: build -x lint -x lintVitalRelease "-Dorg.gradle.sampletest.noStackTraceCheck=true"
        execution-subdirectory: android-app
        # Do not fail for deprecation warning in Kotlin Android plugin
        flags: "--warning-mode=all"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 519 bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelProblem.java

     * or a simple string message. In addition, a problem carries a hint about its source, e.g. the POM file that exhibits
     * the problem.
     *
     */
    public class DefaultModelProblem implements ModelProblem {
    
        private final String source;
    
        private final int lineNumber;
    
        private final int columnNumber;
    
        private final String modelId;
    
        private final String message;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/topologymanager/scope.go

    // Scope interface for Topology Manager
    type Scope interface {
    	Name() string
    	GetPolicy() Policy
    	Admit(pod *v1.Pod) lifecycle.PodAdmitResult
    	// AddHintProvider adds a hint provider to manager to indicate the hint provider
    	// wants to be consoluted with when making topology hints
    	AddHintProvider(h HintProvider)
    	// AddContainer adds pod to Manager for tracking
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 14:44:24 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. pkg/proxy/endpoint.go

    func (info *BaseEndpointInfo) IsTerminating() bool {
    	return info.terminating
    }
    
    // ZoneHints returns the zone hint for the endpoint.
    func (info *BaseEndpointInfo) ZoneHints() sets.Set[string] {
    	return info.zoneHints
    }
    
    func newBaseEndpointInfo(ip string, port int, isLocal, ready, serving, terminating bool, zoneHints sets.Set[string]) *BaseEndpointInfo {
    	return &BaseEndpointInfo{
    		ip:          ip,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:38:25 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. hack/tools/go.sum

    golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/android-application/tests/buildTask.sample.conf

    commands: [{
        executable: gradle
        args: "build -x lint -x lintVitalRelease -Dorg.gradle.configuration-cache.internal.task-execution-access-pre-stable=true"
        # The following deprecation is coming from the Android plugin
        #> Task :app:javaPreCompileDebug
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 643 bytes
    - Viewed (0)
  9. common/scripts/format_go.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 07 22:53:31 UTC 2020
    - 1020 bytes
    - Viewed (0)
  10. src/sort/zsortfunc.go

    func order2_func(data lessSwap, a, b int, swaps *int) (int, int) {
    	if data.Less(b, a) {
    		*swaps++
    		return b, a
    	}
    	return a, b
    }
    
    // median_func returns x where data[x] is the median of data[a],data[b],data[c], where x is a, b, or c.
    func median_func(data lessSwap, a, b, c int, swaps *int) int {
    	a, b = order2_func(data, a, b, swaps)
    	b, c = order2_func(data, b, c, swaps)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 13 20:16:24 UTC 2022
    - 11.5K bytes
    - Viewed (0)
Back to top