Searched defs:filecheck_result (Results 1 – 4 of 4) sorted by relevance
57 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAndVerifyIr() local81 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAheadOfTimeAndVerifyIr() local93 StatusOr<bool> filecheck_result = in MatchOptimizedHlo() local
59 StatusOr<bool> filecheck_result = RunFileCheck(ptx_str, pattern); in CompileAndOptionallyVerifyPtx() local
30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable
32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable