Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 48 for mean_t (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    package demangle
    
    import (
    	"fmt"
    	"strings"
    )
    
    // AST is an abstract syntax tree representing a C++ declaration.
    // This is sufficient for the demangler but is by no means a general C++ AST.
    // This abstract syntax tree is only used for C++ symbols, not Rust symbols.
    type AST interface {
    	// Internal method to convert to demangled string.
    	print(*printState)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        int64_t bounds[] = {stride_i > 0 ? 0 : -1,
                            stride_i > 0 ? dim_i : dim_i - 1};
    
        // Canonicalizes the given range `point` (begin/end) according to the
        // current dimension. `c` means case: 0 for begin, 1 for end.
        auto canonicalize = [&](int64_t point, int c) {
          if (masks[c]) return stride_i > 0 ? bounds[c] : bounds[(c + 1) & 1];
    
          // Add dim as offset to negative range point.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    	// if disableMemoryProfiling is set, update MemProfileRate to 0 to turn off memprofile.
    	// Note: parsedebugvars may update MemProfileRate, but when disableMemoryProfiling is
    	// set to true by the linker, it means that nothing is consuming the profile, it is
    	// safe to set MemProfileRate to 0.
    	if disableMemoryProfiling {
    		MemProfileRate = 0
    	}
    
    	// mcommoninit runs before parsedebugvars, so init profstacks again.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <required>true</required>
              <description>
                This element specifies a directory containing the script sources of the
                project. This directory is meant to be different from the sourceDirectory, in that its
                contents will be copied to the output directory in most cases (since scripts are
                interpreted rather than compiled).
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top