Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py177 def _is_shape_component(value): function
182 if _is_shape_component(input_shape):
187 all(_is_shape_component(ele) for ele in input_shape)):