Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Consolidated (0.34 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        // We use ReverseDFS() to copy nodes. Make sure all nodes are reverse
        // reachable from sink node so all nodes will be copied.
        // TODO(b/77601805): consolidate copy graph functions.
        FixupSourceAndSinkEdges(host_fbody->graph);
    
        std::map<const Node*, Node*> node_map;
        node_map[host_fbody->graph->source_node()] = (*host_graph)->source_node();
    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. pkg/kubelet/kubelet_pods.go

    		// If there is no cached status, use the status from the
    		// config source (apiserver). This is useful if kubelet
    		// has recently been restarted.
    		podStatus = pod.Status
    	}
    
    	// TODO: Consolidate the logic here with kuberuntime.GetContainerLogs, here we convert container name to containerID,
    	// but inside kuberuntime we convert container id back to container name and restart count.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top