Home
last modified time | relevance | path

Searched refs:set_jit_logging_output_stream (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_jit_logging_levels.cpp43 ::torch::jit::set_jit_logging_output_stream(test_stream); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A Djit_log.h56 TORCH_API void set_jit_logging_output_stream(std::ostream& out_stream);
H A Djit_log.cpp72 void set_jit_logging_output_stream(std::ostream& stream) { in set_jit_logging_output_stream() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp909 ::torch::jit::set_jit_logging_output_stream(std::cout); in initJITBindings()
911 ::torch::jit::set_jit_logging_output_stream(std::cerr); in initJITBindings()