Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py137 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_shape
254 g._element_shape = self._element_shape
265 if self._element_shape:
[all …]
Dcontrol_flow_ops.py437 new_ta._element_shape = ta._element_shape
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dbeam_search_decoder.py510 element_shape = t._element_shape
512 element_shape = t._element_shape[0]
514 or not t._element_shape
518 element_shape if t._infer_shape and t._element_shape