Home
last modified time | relevance | path

Searched refs:check_source_highlighted (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/
H A Dfile_check.h66 TORCH_API FileCheck* check_source_highlighted(const std::string& str);
H A Dfile_check.cpp628 FileCheck* FileCheck::check_source_highlighted(const std::string& str) { in check_source_highlighted() function in torch::jit::testing::FileCheck
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_utils.py95 FileCheck().check_source_highlighted(self.highlight).run(str(value))
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp2071 &testing::FileCheck::check_source_highlighted) in initJitScriptBindings()
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1413 def check_source_highlighted(self, test_string: str) -> FileCheck: ...