Searched defs:expand_as (Results 1 – 6 of 6) sorted by relevance
70 Tensor expand_as(const at::Tensor& self, const at::Tensor& other) { in expand_as() function
2997 def expand_as(a: Tensor, b: Tensor) -> Tensor: function
963 def expand_as(x, y): function
1155 Tensor expand_as(const Tensor& self, const Tensor& other) { in expand_as() function
884 def expand_as(g: jit_utils.GraphContext, self, other): function
2494 TEST_F(VulkanAPITest, expand_as) { in TEST_F() argument