Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py136 self._infer_shape = infer_shape
139 self._infer_shape = True
228 infer_shape=self._infer_shape,
252 infer_shape=self._infer_shape,
274 if self._infer_shape:
288 ta._infer_shape = self._infer_shape
347 if self._infer_shape and not context.executing_eagerly():
361 ta._infer_shape = self._infer_shape
374 if self._infer_shape and not context.executing_eagerly():
392 ta._infer_shape = self._infer_shape
[all …]
Dcontrol_flow_ops.py434 infer_shape=ta._infer_shape,
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dbeam_search_decoder.py513 if (not t._infer_shape
518 element_shape if t._infer_shape and t._element_shape