HomeSort by relevance Sort by last modified time
    Searched refs:_get_shape (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
conditioning_utils_impl.py 40 def _get_shape(tensor): function
72 mapped_conditioning, _get_shape(tensor))
virtual_batchnorm_impl.py 100 def _get_shape(tensor): function in function:_validate_call_input
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/
special_math_ops.py 322 t0_shape = _get_shape(t0)
331 t1_shape = _get_shape(t1)
374 def _get_shape(tensor): function
control_flow_ops_test.py 545 def _get_shape(tensor): function in function:_get_nested_shape
553 return nest.map_structure(_get_shape, nested)
    [all...]

Completed in 275 milliseconds