Home
last modified time | relevance | path

Searched refs:get_jit_logging_output_stream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A Djit_log.h58 TORCH_API std::ostream& get_jit_logging_output_stream();
87 ::torch::jit::get_jit_logging_output_stream() \
H A Djit_log.cpp76 std::ostream& get_jit_logging_output_stream() { in get_jit_logging_output_stream() function
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_jit_logging_levels.cpp48 ::torch::jit::get_jit_logging_output_stream() << ::torch::jit::jit_log_prefix( in TEST()