Home
last modified time | relevance | path

Searched defs:new_src_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc685 Status Graph::UpdateEdge(Node* new_src, int new_src_index, Node* dst, in UpdateEdge()
702 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c751 int new_src_index; in rgb_to_alpha_remap() local