Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/gan/python/features/python/
Dconditioning_utils_impl.py40 def _get_shape(tensor): function
75 mapped_conditioning, _get_shape(tensor))
Dvirtual_batchnorm_impl.py100 def _get_shape(tensor): function
104 base_shape = tensor_shape.TensorShape(_get_shape(tensor_list[0]))
106 base_shape.assert_is_compatible_with(_get_shape(tensor))
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py380 t0_shape = _get_shape(t0)
389 t1_shape = _get_shape(t1)
432 def _get_shape(tensor): function
Dcontrol_flow_ops_test.py501 def _get_shape(tensor): function
509 return nest.map_structure(_get_shape, nested)