Searched refs:kFastPathExecuteInputStartIndex (Results 1 – 1 of 1) sorted by relevance
1780 static const int kFastPathExecuteInputStartIndex = 5; variable1893 op_exec_info->args, kFastPathExecuteInputStartIndex + input_info.i);2457 kFastPathExecuteInputStartIndex;2463 PyTuple_GET_ITEM(args, kFastPathExecuteInputStartIndex +2513 if (args_size < kFastPathExecuteInputStartIndex) {2517 kFastPathExecuteInputStartIndex)2557 if (args_size < kFastPathExecuteInputStartIndex + op_def->input_arg_size()) {2562 kFastPathExecuteInputStartIndex + op_def->input_arg_size(),2568 if (!CheckInputsOk(args, kFastPathExecuteInputStartIndex, *op_def)) {2593 for (int i = kFastPathExecuteInputStartIndex + op_def->input_arg_size();[all …]