Searched refs:_element_shape (Results 1 – 3 of 3) sorted by relevance
137 self._element_shape = []140 self._element_shape = [tensor_shape.TensorShape(element_shape)]191 if self._element_shape:192 if not shape.is_compatible_with(self._element_shape[0]):195 "(and infer_shape=True)" % (shape, self._element_shape[0]))196 self._element_shape[0] = self._element_shape[0].merge_with(shape)198 self._element_shape.append(shape)230 ta._element_shape = self._element_shape254 g._element_shape = self._element_shape265 if self._element_shape:[all …]
437 new_ta._element_shape = ta._element_shape
510 element_shape = t._element_shape512 element_shape = t._element_shape[0]514 or not t._element_shape518 element_shape if t._infer_shape and t._element_shape