Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for newnames (0.14 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        // operation.
        const auto new_name = fld->UniqueFunctionName(
            absl::StrCat(loop_cond_func->name(), "_send_pred_added_"));
        TF_RETURN_IF_ERROR(GraphToFunctionDef(*g, new_name, &replace_fdef));
        TF_RETURN_IF_ERROR(fld->AddFunctionDef(replace_fdef));
        loop_cond_func->set_name(new_name);
        while_node->ClearAttr("cond");
        while_node->AddAttr("cond", *loop_cond_func);
    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. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    			New:            `{"int32":1000000,"name":"newname"}`,
    			ExpectedPatch:  `{"name":"newname"}`,
    			ExpectedResult: `{"int32":1000000,"name":"newname"}`,
    		},
    		"int32 max": {
    			Old:            `{"int32":2147483647}`,
    			New:            `{"int32":2147483647,"name":"newname"}`,
    			ExpectedPatch:  `{"name":"newname"}`,
    			ExpectedResult: `{"int32":2147483647,"name":"newname"}`,
    		},
    		"int64 medium": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    			nodeIterations: []nodeIteration{
    				{
    					timeToPass: 0,
    					newNodes:   makeNodes(v1.ConditionTrue, timeNow, timeNow),
    				},
    				{
    					timeToPass: 1 * time.Minute,
    					newNodes:   makeNodes(v1.ConditionTrue, timeNow, timeNow),
    				},
    				{
    					timeToPass: 1 * time.Minute,
    					newNodes:   makeNodes(v1.ConditionFalse, timePlusTwoMinutes, timePlusTwoMinutes),
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		t.Errorf("Expected 1 item to be in unschedulablePods, but got: %v", len(q.unschedulablePods.podInfoMap))
    	}
    }
    
    func clonePod(pod *v1.Pod, newName string) *v1.Pod {
    	pod = pod.DeepCopy()
    	pod.Name = newName
    	pod.UID = types.UID(pod.Name + pod.Namespace)
    	return pod
    }
    
    func expectInFlightPods(t *testing.T, q *PriorityQueue, uids ...types.UID) {
    	t.Helper()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		name:               "AMD64",
    		pkg:                "cmd/internal/obj/x86",
    		genfile:            "../../amd64/ssa.go",
    		ops:                AMD64ops,
    		blocks:             AMD64blocks,
    		regnames:           regNamesAMD64,
    		ParamIntRegNames:   "AX BX CX DI SI R8 R9 R10 R11",
    		ParamFloatRegNames: "X0 X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14",
    		gpregmask:          gp,
    		fpregmask:          fp,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top