Home
last modified time | relevance | path

Searched defs:validate_result (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMFixture.h964 bool validate_result = true; variable
1221 bool validate_result = true; variable
1401 bool validate_result = true; variable
1567 bool validate_result = true; variable
1804 bool validate_result = true; variable
1974 bool validate_result = true; variable
2618 bool validate_result = true; variable
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_public_key_verify_impl.cc83 util::Status validate_result = validator.Validate(*raw_jwt); in VerifyAndDecodeWithKid() local
H A Djwt_mac_impl.cc118 util::Status validate_result = validator.Validate(*raw_jwt); in VerifyMacAndDecodeWithKid() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_permute.cpp82 void validate_result(const Tensor &reference, const Tensor &result) in validate_result() function in NeonPermuteExample
H A Dcl_cache.cpp105 void validate_result(CLTensor &reference, CLTensor &result) in validate_result() function in CLCacheExample