Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/jit/
Dtest_jit_logging_levels.cpp27 ASSERT_EQ("f1", ::torch::jit::get_jit_logging_levels()); in TEST()
/external/pytorch/torch/csrc/jit/
Djit_log.h52 TORCH_API std::string get_jit_logging_levels();
Djit_log.cpp64 std::string get_jit_logging_levels() { in get_jit_logging_levels() function
/external/pytorch/torch/csrc/jit/python/
Dinit.cpp899 []() { return ::torch::jit::get_jit_logging_levels(); }) in initJITBindings()