Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 101 for mean_t (0.18 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "SQRTSD", argLength: 1, reg: fp11, asm: "SQRTSD"},
    		{name: "SQRTSS", argLength: 1, reg: fp11, asm: "SQRTSS"},
    
    		// ROUNDSD rounds arg0 to an integer depending on auxint
    		// 0 means math.RoundToEven, 1 means math.Floor, 2 math.Ceil, 3 math.Trunc
    		// (The result is still a float64.)
    		// ROUNDSD instruction is only guaraneteed to be available if GOAMD64>=v2.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    }
    
    //===----------------------------------------------------------------------===//
    // MeanOp
    //===----------------------------------------------------------------------===//
    
    // TODO(b/133854225): Implement shape inference to Mean
    
    //===----------------------------------------------------------------------===//
    // LSTMOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	}
    	return rows, nil
    }
    
    // loadBalancerStatusStringer behaves mostly like a string interface and converts the given status to a string.
    // `wide` indicates whether the returned value is meant for --o=wide output. If not, it's clipped to 16 bytes.
    func loadBalancerStatusStringer(s api.LoadBalancerStatus, wide bool) string {
    	ingress := s.Ingress
    	result := sets.NewString()
    	for i := range ingress {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	// See golang.org/issue/22220.
    	// We still call updateBuildID to update a.buildID, which is important
    	// for test result caching, but passing rewrite=false (final arg)
    	// means we don't actually rewrite the binary, nor store the
    	// result into the cache. That's probably a net win:
    	// less cache space wasted on large binaries we are not likely to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/net/http/transport_test.go

    		t.Errorf("HTTP/2 registered = %v; want %v", reg, wantH2)
    	}
    }
    
    // Issue 13633: there was a race where we returned bodyless responses
    // to callers before recycling the persistent connection, which meant
    // a client doing two subsequent requests could end up on different
    // connections. It's somewhat harmless but enough tests assume it's
    // not true in order to test other things that it's worth fixing.
    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. src/cmd/link/internal/ld/data.go

    func (ctxt *Link) textbuildid() {
    	if ctxt.IsELF || *flagBuildid == "" {
    		return
    	}
    
    	ldr := ctxt.loader
    	s := ldr.CreateSymForUpdate("go:buildid", 0)
    	// The \xff is invalid UTF-8, meant to make it less likely
    	// to find one of these accidentally.
    	data := "\xff Go build ID: " + strconv.Quote(*flagBuildid) + "\n \xff"
    	s.SetType(sym.STEXT)
    	s.SetData([]byte(data))
    	s.SetSize(int64(len(data)))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      llvm::StringRef SaveString(const std::string& s) const;
    
      // The object graph we are traversing.
      const SavedObjectGraph& object_graph_;
      // The set of names to export. Empty means "export all".
      std::unordered_set<std::string> names_to_export_;
    
      // When we recursively follow the object graph tree structure from the root,
      // we track its path in the object graph by pushing and popping from here
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                (i != out_batch_dim && out_type.isDynamicDim(i))) {
              return false;
            }
          }
        }
    
        // All ones in "lhs_dilation" means this "mhlo.conv" op should be
        // converted to "tf.Conv2D" or "tf.DepthwiseConv2dNativeOp".
        auto lhs_dilation = conv_op.getLhsDilation().value();
        if (!lhs_dilation.isSplat() || lhs_dilation.getSplatValue<int64_t>() != 1)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    						return
    					}
    
    					// We did not satisfy any requirement from the cache, update the cache.
    					// this basically means that we do not have the Data for the object
    					// cached yet
    					update = true
    				})
    				if !update {
    					// No update is needed means we have written already to the client just return here.
    					return
    				}
    			}
    		}
    
    		if errors.Is(err, cache.ErrKeyMissing) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    				Protocol: protocol.HTTP,
    			},
    			Check: check.And(
    				check.OK(),
    				// Gateway doesn't implicitly use downstream
    				check.Protocol("HTTP/1.1"),
    				// Regression test; if this is set it means the inbound sidecar is treating it as TCP
    				check.RequestHeader("X-Envoy-Peer-Metadata", "")),
    		},
    		setupOpts: fqdnHostHeader,
    		templateVars: func(_ echo.Callers, dests echo.Instances) map[string]any {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top