Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/training/python/training/
Dsequence_queueing_state_saver.py178 def _check_shape(value, expected_shape): function
602 value = _check_shape(
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py875 shape = _check_shape(shape, key)
2320 def _check_shape(shape, key): function