Home
last modified time | relevance | path

Searched defs:match_result (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py214 def _extract_path_from_match(match_result, model): argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h180 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local
Dir_builder.cpp62 auto match_result = effcee::Match(assembly, original); in Match() local
Dfold_test.cpp54 auto match_result = effcee::Match(disassembly, original); in Match() local
Dtype_manager_test.cpp58 auto match_result = effcee::Match(assembly, original); in Match() local
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp57 auto match_result = effcee::Match(assembly, original); in Match() local
Dpeeling.cpp57 auto match_result = effcee::Match(assembly, checks); in Match() local
Dfusion_legal.cpp58 auto match_result = effcee::Match(assembly, checks); in Match() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h180 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local
Dir_builder.cpp62 auto match_result = effcee::Match(assembly, original); in Match() local
Dfold_test.cpp54 auto match_result = effcee::Match(disassembly, original); in Match() local
Dtype_manager_test.cpp58 auto match_result = effcee::Match(assembly, original); in Match() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp57 auto match_result = effcee::Match(assembly, original); in Match() local
Dpeeling.cpp57 auto match_result = effcee::Match(assembly, checks); in Match() local
Dfusion_legal.cpp58 auto match_result = effcee::Match(assembly, checks); in Match() local
/external/curl/lib/vtls/
Dschannel_verify.c370 int match_result; in verify_host() local
/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py215 def _GetLayerMatch(match_result): argument