Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for gather (0.26 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/start.go

    	// The child process must write to a log file, not
    	// the stderr file it inherited from the parent, as
    	// the child may outlive the parent but should not prolong
    	// the life of any pipes created (by the grandparent)
    	// to gather the output of the parent.
    	//
    	// By default, we discard the child process's stderr,
    	// but in line with the uploader, log to a file in debug
    	// only if that directory was created by the user.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/metrics/metrics_test.go

    		"name":      "x",
    		"type":      "validate",
    		"kind":      "webhook",
    		"operation": string(admission.Create),
    	}
    	metrics, _ := legacyregistry.DefaultGatherer.Gather()
    	for _, mf := range metrics {
    		t.Logf("%v", *mf.Name)
    	}
    	expectCounterValue(t, "apiserver_admission_match_condition_exclusions_total", wantLabelsCounterPolicyAdmit, 1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 17:01:37 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      //   f = scale * (q - zero_point)
      // For other quantization types, the QuantizationDetails below is used.
      min:[float];  // For importing back into tensorflow.
      max:[float];  // For importing back into tensorflow.
      scale:[float];  // For dequantizing the tensor's values.
      zero_point:[long];
    
      // If this is not none, the other quantization parameters (i.e. min, max,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/tfl_while_outline.mlir

        %5 = tfl.add %arg2, %cst_5 {fused_activation_function = "NONE"} : tensor<i32>
        %6 = tfl.add %arg1, %cst_5 {fused_activation_function = "NONE"} : tensor<i32>
        %7 = "tfl.gather"(%0, %arg2) {axis = 0 : i32} : (tensor<4x4x3xf32>, tensor<i32>) -> tensor<4x3xf32>
        %8 = "tfl.concatenation"(%7, %arg5) {axis = 1 : i32, fused_activation_function = "NONE"} : (tensor<4x3xf32>, tensor<4x2xf32>) -> tensor<4x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  5. src/internal/coverage/defs.go

    // program unit for which we want to gather coverage info. Coverable
    // units are either "simple" or "intraline"; a "simple" coverable unit
    // corresponds to a basic block (region of straight-line code with no
    // jumps or control transfers). An "intraline" unit corresponds to a
    // logical clause nested within some other simple unit. A simple unit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 12:51:16 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/publishing_gradle_plugins.adoc

    See the <<publishing_ivy.adoc#publishing_ivy,Ivy>> and <<publishing_maven.adoc#publishing_maven,Maven>> chapters on publishing artifacts.
    
    If you are interested in publishing your plugin to be used by the wider Gradle community, you can publish it to http://plugins.gradle.org[Gradle Plugin Portal].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 18:40:53 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. cmd/dependencyverifier/dependencyverifier.go

    		}
    		directDependencies[mainModule.name] = map[string]bool{}
    		for _, directDependency := range strings.Split(listOutput, "\n") {
    			directDependencies[mainModule.name][directDependency] = true
    		}
    	}
    
    	// gather the effective versions by looking at the versions required by the main modules
    	effectiveVersions := map[string]module{}
    	for _, mainModule := range mainModules {
    		for _, override := range moduleGraph[mainModule] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 01:48:30 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  8. cmd/metacache-server-pool.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:23 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. src/regexp/syntax/regexp.go

    			return 0, flagM
    		}
    		return 0, 0
    
    	case OpCapture, OpStar, OpPlus, OpQuest, OpRepeat:
    		return calcFlags(re.Sub[0], flags)
    
    	case OpConcat, OpAlternate:
    		// Gather the must and cant for each subexpression.
    		// When we find a conflicting subexpression, insert the necessary
    		// flags around the previously identified span and start over.
    		var must, cant, allCant printFlags
    		start := 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:51 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

    //CHECK-NEXT:    "vhlo.return_v1"(%2, %1) : (tensor<i64>, tensor<i64>) -> ()
    //CHECK-NEXT:  }) : (tensor<i64>, tensor<i64>) -> (tensor<i64>, tensor<i64>)
    //CHECK-NEXT: return %0#0 : tensor<i64>
    //CHECK-NEXT:}
    
    func.func @gather(%operand: tensor<3x4x2xi32>, %start_indices: tensor<2x3x2xi64>) -> tensor<2x3x2x2xi32>{
      %result = "vhlo.gather_v1"(%operand, %start_indices) <{
        offset_dims = #vhlo.tensor_v1<dense<[2, 3]> : tensor<2xi64>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (1)
Back to top