Searched defs:_reshape_from_tensor (Results 1 – 2 of 2) sorted by relevance
356 Tensor _reshape_from_tensor(const Tensor& self, const Tensor& shape_tensor) { in _reshape_from_tensor() function
326 def _reshape_from_tensor(g: jit_utils.GraphContext, input, shape): function