Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_functional_ops.cc275 Node* input_identity_node = nullptr; in CreateInputProxy() local
283 .Finalize(graph, &input_identity_node)); in CreateInputProxy()
285 for (const Edge* input_edge : input_identity_node->in_edges()) in CreateInputProxy()
293 graph->AddEdge(input_identity_node, 0, input_edge->dst(), in CreateInputProxy()