Searched refs:cached_dtypes (Results 1 – 1 of 1) sorted by relevance
226 tensorflow::gtl::FlatMap<string, tensorflow::DataType> cached_dtypes; member3088 auto cached_it = op_exec_info->cached_dtypes.find(attr);3089 if (cached_it != op_exec_info->cached_dtypes.end()) {3433 op_exec_info->cached_dtypes[input_arg.type_attr()] = dtype;