Searched refs:partial_shape_to_tensor (Results 1 – 3 of 3) sorted by relevance
53 convert.partial_shape_to_tensor(56 convert.partial_shape_to_tensor((1,))))58 convert.partial_shape_to_tensor([1])))61 convert.partial_shape_to_tensor(68 convert.partial_shape_to_tensor(71 self.evaluate(convert.partial_shape_to_tensor((None,))))73 self.evaluate(convert.partial_shape_to_tensor([None])))75 self.evaluate(convert.partial_shape_to_tensor([-1])))78 convert.partial_shape_to_tensor(85 convert.partial_shape_to_tensor(constant_op.constant([all …]
38 def partial_shape_to_tensor(shape_like): function
245 convert.partial_shape_to_tensor(padded_shape), dtypes.int32)313 return convert.partial_shape_to_tensor(padded_shape)468 row_shape=convert.partial_shape_to_tensor(self._row_shape),