Searched refs:partial_shape_to_tensor (Results 1 – 3 of 3) sorted by relevance
57 convert.partial_shape_to_tensor(60 convert.partial_shape_to_tensor((1,))))62 convert.partial_shape_to_tensor([1])))65 convert.partial_shape_to_tensor(72 convert.partial_shape_to_tensor(75 self.evaluate(convert.partial_shape_to_tensor((None,))))77 self.evaluate(convert.partial_shape_to_tensor([None])))79 self.evaluate(convert.partial_shape_to_tensor([-1])))82 convert.partial_shape_to_tensor(89 convert.partial_shape_to_tensor(constant_op.constant([all …]
34 def partial_shape_to_tensor(shape_like): function
322 row_shape=convert.partial_shape_to_tensor(self._row_shape),