Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dtensor_signature.py94 def get_placeholder(self): member in TensorSignature
173 return signatures.get_placeholder()
175 key: signatures[key].get_placeholder()
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py442 def get_placeholder(shape, dtype, name_prepend): function
456 self._input_placeholder = get_placeholder(self.input_shape,
458 self._output_placeholder = get_placeholder(self.output_shape,