Searched refs:next_input_index (Results 1 – 4 of 4) sorted by relevance
55 size_t next_input_index = 0; member
1150 op_exec_info->next_input_index = index; in DoAutoCast()1958 static_cast<int>(op_exec_info->next_input_index)}; in RunOpInMs()1967 op_exec_info->next_input_index}; in RunOpInMs()
68 int next_input_index = 0; member70 size_t next_input_index = 0; member
2164 AnfAlgo::SetNodeAttr(kAttrPynativeNextIndex, MakeValue(op_run_info.next_input_index), cnode); in ConstructSingleOpGraph()