Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test_func_name (0.17 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          AddHostComputeKeyPlaceholder(xla_cluster_name, &host_graph));
    
      // Step 2: rewrite `host_func_name`, replace key placeholder with an _Arg
      // node.
      TF_RETURN_IF_ERROR(ReplaceKeyPlaceholderWithArgNode(
          xla_cluster_name, func_call_host_func_name, fld));
    
      // Step 3: build a function call node with `host_func_name`, with
      // `key_placeholder` as input.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    	if testing.Short() {
    		t.Skip("skipping in short mode")
    	}
    
    	pc, curFile, _, _ := runtime.Caller(0)
    	curFileBaseName := filepath.Base(curFile)
    	testFuncName := runtime.FuncForPC(pc).Name()
    
    	timeoutMsg := "timed out here!"
    
    	tests := []struct {
    		name        string
    		mustTimeout bool
    		wantResp    string
    	}{
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top