Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
H A Dfused_kernel.cpp34 static const std::string check_exists_string = "where ${program} > nul 2> nul"; variable
41 static const std::string check_exists_string = "which ${program} > /dev/null";
53 std::string cmd = format(check_exists_string, env); in programExists()