Searched refs:op_exec_info (Results 1 – 1 of 1) sorted by relevance
3087 FastPathOpExecInfo* op_exec_info) { argument3088 auto cached_it = op_exec_info->cached_dtypes.find(attr);3089 if (cached_it != op_exec_info->cached_dtypes.end()) {3093 auto it = op_exec_info->attr_to_inputs_map->find(attr);3094 if (it == op_exec_info->attr_to_inputs_map->end()) {3101 op_exec_info->args, FAST_PATH_EXECUTE_ARG_INPUT_START + input_info.i);3117 auto default_it = op_exec_info->default_dtypes->find(attr);3118 if (default_it != op_exec_info->default_dtypes->end()) {3380 const FastPathOpExecInfo& op_exec_info, PyObject* input, argument3392 return ReadVariableOp(op_exec_info, input, output_handle, status);[all …]