Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for oldName (0.16 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    			},
    		},
    		"previous-observation": {
    			thresholds: []evictionapi.Threshold{hardThreshold},
    			lastObservedAt: thresholdsObservedAt{
    				hardThreshold: oldTime.Time,
    			},
    			now: now.Time,
    			result: thresholdsObservedAt{
    				hardThreshold: oldTime.Time,
    			},
    		},
    	}
    	for testName, testCase := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        std::unique_ptr<Graph>* graph, std::vector<int>* input_permutation,
        std::vector<int>* output_permutation, NodeDef* node_def) {
      string old_name = node_def->op();
      string new_name =
          absl::StrCat(xla_cluster_name_, "_", new_function_name_, "_", old_name);
      node_def->set_op(new_name);
      node_def->set_name(new_name);
    
      // Later we will run PruneForReverseReachability(), so make sure all original
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top