Home
last modified time | relevance | path

Searched refs:compute_shape_random (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dshape_inference.h74 TORCH_API std::vector<torch::lazy::Shape> compute_shape_random(const at::Tensor & self, ::std::opti…
75 TORCH_API std::vector<torch::lazy::Shape> compute_shape_random(const at::Tensor & self, int64_t to,…
76 TORCH_API std::vector<torch::lazy::Shape> compute_shape_random(const at::Tensor & self, int64_t fro…
H A Dshape_inference.cpp693 std::vector<Shape> compute_shape_random( in compute_shape_random() function
699 std::vector<Shape> compute_shape_random( in compute_shape_random() function
703 return compute_shape_random(self, generator); in compute_shape_random()
706 std::vector<Shape> compute_shape_random( in compute_shape_random() function
711 return compute_shape_random(self, generator); in compute_shape_random()