Searched refs:new_src_index (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 617 Status Graph::UpdateEdge(Node* new_src, int new_src_index, Node* dst, in UpdateEdge() argument 619 TF_RETURN_IF_ERROR(IsValidOutputTensor(new_src, new_src_index)); in UpdateEdge() 627 AddEdge(new_src, new_src_index, dst, dst_index); in UpdateEdge() 630 strings::StrCat(new_src->name(), ":", new_src_index); in UpdateEdge() 634 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack() argument 640 TF_RETURN_IF_ERROR(IsValidOutputTensor(new_src, new_src_index)); in AddWhileInputHack() 649 AddEdge(new_src, new_src_index, dst, dst_index); in AddWhileInputHack() 652 strings::StrCat(new_src->name(), ":", new_src_index)); in AddWhileInputHack()
|
D | graph.h | 572 Status UpdateEdge(Node* new_src, int new_src_index, Node* dst, int dst_index); 577 Status AddWhileInputHack(Node* new_src, int new_src_index, Node* dst);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 766 int new_src_index; in rgb_to_alpha_remap() local 774 new_src_index = rc_pair_alloc_source(&inst->U.P, 0, 1, in rgb_to_alpha_remap() 778 if (new_src_index < 0) { in rgb_to_alpha_remap() 783 arg->Source = new_src_index; in rgb_to_alpha_remap()
|