Home
last modified time | relevance | path

Searched refs:node_to_execute (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device.cc1183 if (node->name() != function.node_to_execute->name()) { in SelectGraphToExecute()
1206 *stateful_partitioned_call_name = function.node_to_execute->name(); in SelectGraphToExecute()
1280 GetNodeAttr(function.node_to_execute->attrs(), "f", &func)); in AddExecutionFunctionDefsToFunctionDefLibrary()
H A Ddtensor_device_util.h74 const Node* node_to_execute = nullptr; member
H A Ddtensor_device_util.cc861 function.node_to_execute = node; in IdentifyAllFunctionsToExecute()