Home
last modified time | relevance | path

Searched defs:is_inference (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py308 is_inference=False, argument
431 def decide_layout_opt(gm, *, is_inference) -> bool: argument
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DFunctions.h123 inline bool is_inference(const Tensor& tensor) { in is_inference() function
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Dcudagraphs.py129 def forward_cudagraphs(aot_model, aot_inputs, is_inference=False): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTypeProperties.cpp39 bool is_inference(const Tensor& self) { in is_inference() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cuda.py203 def generate(self, is_inference): argument
H A Dwrapper.py855 def generate(self, is_inference): argument
859 def _generate(self, is_inference): argument
H A Dcpp_wrapper_cpu.py903 def generate(self, is_inference): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h541 bool is_inference() const { in is_inference() function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py464 is_inference: bool = False variable in MetaTensorDesc
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_dynamic_shapes.py894 def generate(self, is_inference, *args, **kwargs): argument
H A Dtest_cudagraph_trees.py185 self, *args, is_inference=True, is_backward=False, **kwargs argument
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h1233 bool is_inference() { in is_inference() function