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

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
distribution_util.py 351 s_shape = tensors[0].shape
353 s_shape = array_ops.broadcast_static_shape(s_shape, t.shape)
354 if s_shape.is_fully_defined():
355 return s_shape.as_list()
  /external/tensorflow/tensorflow/core/kernels/
mkl_concat_op.cc 621 TensorShape s_shape = local
623 size_t s_dims = s_shape.dims();
636 size_t s_size = s_shape.dim_size(d);
666 TensorShape s_shape = local
668 tf_input_shapes.push_back(s_shape);
    [all...]

Completed in 75 milliseconds