Searched refs:it_tensor_info (Results 1 – 1 of 1) sorted by relevance
257 const auto it_tensor_info = tensor_name_to_dtype.find(key); in AddInputToSignatureDef() local260 if (it_tensor_info != tensor_name_to_dtype.end()) { in AddInputToSignatureDef()261 tensor_info.set_dtype(it_tensor_info->second); in AddInputToSignatureDef()287 const auto it_tensor_info = tensor_name_to_dtype.find(key); in AddOutputToSignatureDef() local290 if (it_tensor_info != tensor_name_to_dtype.end()) { in AddOutputToSignatureDef()291 tensor_info.set_dtype(it_tensor_info->second); in AddOutputToSignatureDef()