Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py769 def _make_placeholder_like(shape): function
773 inputs = nest.map_structure(_make_placeholder_like, input_shape)
2746 def _make_placeholder_like(shape): function
2750 return nest.map_structure(_make_placeholder_like, output_shapes)
Dbase_layer_v1.py2095 def _make_placeholder_like(shape): function
2100 return nest.map_structure(_make_placeholder_like, output_shapes)