Searched refs:with_rank_at_least (Results 1 – 25 of 25) sorted by relevance
75 signals.shape.with_rank_at_least(1)228 stfts.shape.with_rank_at_least(2)336 signals.shape.with_rank_at_least(1)432 mdcts.shape.with_rank_at_least(2)
58 signal.shape.with_rank_at_least(2)
124 signal.shape.with_rank_at_least(1)
131 input_tensor.shape.with_rank_at_least(fft_rank)155 input_tensor.shape.with_rank_at_least(fft_rank)
361 x_shape_static = x.get_shape().with_rank_at_least(1)844 x.shape.with_rank_at_least(1)[-1]) is not None:861 static_final_shape = x.shape.with_rank_at_least(1)[:-1].concatenate(954 x.shape.with_rank_at_least(2)[-1]) is not None:961 static_final_shape = x.shape.with_rank_at_least(2)[:-2].concatenate(1210 x.shape.with_rank_at_least(np.abs(axis))[axis])1261 return tensor_shape.dimension_value(x.shape.with_rank_at_least(1)[-1])
238 return self._mean_val.get_shape().with_rank_at_least(1)[:-1]244 return self._mean_val.get_shape().with_rank_at_least(1)[-1:]
259 return self.concentration.get_shape().with_rank_at_least(1)[-1:]
449 y.get_shape().with_rank_at_least(1)[:-event_ndims],475 y.get_shape().with_rank_at_least(1)[:-event_ndims],
232 return self.concentration.get_shape().with_rank_at_least(1)[-1:]
206 logits_shape_static = self._logits.get_shape().with_rank_at_least(1)
438 elems_batchable[0].get_shape().with_rank_at_least(1)[0]))443 tensor.get_shape().with_rank_at_least(1)[0])))
758 input_.get_shape().with_rank_at_least(3) for input_ in flat_input)1334 input_shape = first_input.get_shape().with_rank_at_least(2)1339 input_shape = flat_input.get_shape().with_rank_at_least(2)1349 fixed_batch_size = first_input.get_shape().with_rank_at_least(1)[0]
676 elems_flat[0].get_shape().with_rank_at_least(1)[0]))681 elem.get_shape().with_rank_at_least(1)[0])))
823 a_shape = a.get_shape().with_rank_at_least(2)835 grad_u_shape = grad_u.get_shape().with_rank_at_least(2)836 grad_v_shape = grad_v.get_shape().with_rank_at_least(2)
222 image_shape = image.get_shape().with_rank_at_least(3)288 image_shape = image.get_shape().with_rank_at_least(2)3997 shape1 = img1.get_shape().with_rank_at_least(3)3998 shape2 = img2.get_shape().with_rank_at_least(3)
386 vals[0].get_shape().with_rank_at_least(1)[0])390 val.get_shape().with_rank_at_least(1)[0])
636 input_shape.with_rank_at_least(expected_input_rank)
74 name: "with_rank_at_least"
1281 if not (target_shape.with_rank_at_least(2) and1282 source.shape.with_rank_at_least(2) and
287 values.shape.with_rank_at_least(1)1323 new_values.shape.with_rank_at_least(1)1568 tensor.shape.with_rank_at_least(ragged_rank + 1)1586 tensor.shape.with_rank_at_least(len(lengths) + 1)
1060 def with_rank_at_least(self, rank): member in TensorShape
674 shape_list = [s.with_rank_at_least(1)[1:] for s in shape_list]
1217 input_shape = input_shape.with_rank_at_least(2)
4330 input_.shape.with_rank_at_least(3)