HomeSort by relevance Sort by last modified time
    Searched refs:sample_ids_shape (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
helper.py 76 def sample_ids_shape(self): member in class:Helper
81 raise NotImplementedError("sample_ids_shape has not been implemented")
111 sample_ids_shape=None, sample_ids_dtype=None):
121 sample_ids_shape: Either a list of integers, or a 1-D Tensor of type
130 self._sample_ids_shape = tensor_shape.TensorShape(sample_ids_shape or [])
140 def sample_ids_shape(self): member in class:CustomHelper
217 def sample_ids_shape(self): member in class:TrainingHelper
534 def sample_ids_shape(self): member in class:GreedyEmbeddingHelper
652 def sample_ids_shape(self): member in class:InferenceHelper
basic_decoder.py 102 sample_id=self._helper.sample_ids_shape)

Completed in 76 milliseconds