Home
last modified time | relevance | path

Searched refs:s_p_list (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc716 Status s_p_list = c->GetAttr("padding_list", &p_list); in Conv2DShapeImpl() local
717 if (!s_p_list.ok() && !errors::IsNotFound(s_p_list)) { in Conv2DShapeImpl()
718 return s_p_list; in Conv2DShapeImpl()
720 if (s_p_list.ok() && !p_list.empty()) { in Conv2DShapeImpl()