Home
last modified time | relevance | path

Searched refs:GetInstruction (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis_test.cc43 HloInstruction* GetInstruction(HloModule* module, const string& name) { in GetInstruction() function in xla::__anon8a057abb0111::HloLivenessAnalysisTest
70 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "add"), {})); in TEST_F()
71 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.1"), {})); in TEST_F()
72 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.2"), {})); in TEST_F()
87 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "add.2"), {})); in TEST_F()
88 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.1"), {})); in TEST_F()
89 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.2"), {})); in TEST_F()
90 EXPECT_FALSE(liveness.IsLive(GetInstruction(module.get(), "add.1"), {})); in TEST_F()
105 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "tuple.1"), {})); in TEST_F()
106 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "tuple.1"), {0})); in TEST_F()
[all …]
Dhlo_clone_context.h67 HloInstruction* GetInstruction(const HloInstruction* old_instruction) const { in GetInstruction() function
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_aes_gcm_test.cc53 if (!t->GetInstruction(&key_len_str, "Keylen") || in TestAEADEncrypt()
54 !t->GetInstruction(&iv_len_str, "IVlen") || in TestAEADEncrypt()
55 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADEncrypt()
56 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADEncrypt()
57 !t->GetInstruction(&tag_len_str, "Taglen")) { in TestAEADEncrypt()
91 if (!t->GetInstruction(&key_len, "Keylen") || in TestAEADDecrypt()
92 !t->GetInstruction(&iv_len, "IVlen") || in TestAEADDecrypt()
93 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADDecrypt()
94 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADDecrypt()
95 !t->GetInstruction(&tag_len, "Taglen")) { in TestAEADDecrypt()
Dcavp_ctr_drbg_test.cc31 if (!t->GetInstruction(&test_type, "AES-256 no df") || in TestCTRDRBG()
32 !t->GetInstruction(&prediction_resistance, "PredictionResistance") || in TestCTRDRBG()
33 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") || in TestCTRDRBG()
34 !t->GetInstruction(&nonce_len, "NonceLen") || in TestCTRDRBG()
35 !t->GetInstruction(&personalization_str_len, in TestCTRDRBG()
37 !t->GetInstruction(&additional_input_len, "AdditionalInputLen") || in TestCTRDRBG()
38 !t->GetInstruction(&returned_bits_len, "ReturnedBitsLen") || in TestCTRDRBG()
Dcavp_rsa2_keygen_test.cc32 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2KeyGen()
33 !t->GetInstruction(&table, "Table for M-R Test") || in TestRSA2KeyGen()
Dcavp_sha_test.cc45 if (!t->GetInstruction(&out_len, "L") || in TestSHA()
Dcavp_hmac_test.cc31 if (!t->GetInstruction(&md_len_str, "L")) { in TestHMAC()
Dcavp_tlskdf_test.cc60 !t->GetInstruction(&key_block_len_str, "key block length") || in TestTLSKDF()
Dcavp_sha_monte_test.cc46 if (!t->GetInstruction(&out_len, "L") || in TestSHAMonte()
Dcavp_tdes_test.cc77 t->GetInstruction(&num_keys_str, "NumKeys"); in TestKAT()
194 if (!t->GetInstruction(&num_keys_str, "NumKeys")) { in TestMCT()
Dcavp_rsa2_sigver_test.cc44 if (!t->GetInstruction(&mod_str, "mod")) { in TestRSA2SigVer()
Dcavp_rsa2_siggen_test.cc44 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2SigGen()
/external/boringssl/src/util/fipstools/cavp/
Dcavp_aes_gcm_test.cc53 if (!t->GetInstruction(&key_len_str, "Keylen") || in TestAEADEncrypt()
54 !t->GetInstruction(&iv_len_str, "IVlen") || in TestAEADEncrypt()
55 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADEncrypt()
56 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADEncrypt()
57 !t->GetInstruction(&tag_len_str, "Taglen")) { in TestAEADEncrypt()
91 if (!t->GetInstruction(&key_len, "Keylen") || in TestAEADDecrypt()
92 !t->GetInstruction(&iv_len, "IVlen") || in TestAEADDecrypt()
93 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADDecrypt()
94 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADDecrypt()
95 !t->GetInstruction(&tag_len, "Taglen")) { in TestAEADDecrypt()
Dcavp_ctr_drbg_test.cc31 if (!t->GetInstruction(&test_type, "AES-256 no df") || in TestCTRDRBG()
32 !t->GetInstruction(&prediction_resistance, "PredictionResistance") || in TestCTRDRBG()
33 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") || in TestCTRDRBG()
34 !t->GetInstruction(&nonce_len, "NonceLen") || in TestCTRDRBG()
35 !t->GetInstruction(&personalization_str_len, in TestCTRDRBG()
37 !t->GetInstruction(&additional_input_len, "AdditionalInputLen") || in TestCTRDRBG()
38 !t->GetInstruction(&returned_bits_len, "ReturnedBitsLen") || in TestCTRDRBG()
Dcavp_rsa2_keygen_test.cc32 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2KeyGen()
33 !t->GetInstruction(&table, "Table for M-R Test") || in TestRSA2KeyGen()
Dcavp_sha_test.cc45 if (!t->GetInstruction(&out_len, "L") || in TestSHA()
Dcavp_hmac_test.cc31 if (!t->GetInstruction(&md_len_str, "L")) { in TestHMAC()
Dcavp_tlskdf_test.cc60 !t->GetInstruction(&key_block_len_str, "key block length") || in TestTLSKDF()
Dcavp_sha_monte_test.cc46 if (!t->GetInstruction(&out_len, "L") || in TestSHAMonte()
Dcavp_tdes_test.cc77 t->GetInstruction(&num_keys_str, "NumKeys"); in TestKAT()
194 if (!t->GetInstruction(&num_keys_str, "NumKeys")) { in TestMCT()
Dcavp_rsa2_sigver_test.cc44 if (!t->GetInstruction(&mod_str, "mod")) { in TestRSA2SigVer()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dwycheproof_util.cc85 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofDigest()
112 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofCurve()
135 bool ok = instruction ? t->GetInstruction(&value, key) in GetWycheproofBIGNUM()
/external/boringssl/src/crypto/test/
Dwycheproof_util.cc85 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofDigest()
112 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofCurve()
135 bool ok = instruction ? t->GetInstruction(&value, key) in GetWycheproofBIGNUM()
/external/boringssl/src/crypto/cmac/
Dcmac_test.cc127 ASSERT_TRUE(t->GetInstruction(&key_size, "keySize")); in TEST()
128 ASSERT_TRUE(t->GetInstruction(&tag_size, "tagSize")); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/cmac/
Dcmac_test.cc127 ASSERT_TRUE(t->GetInstruction(&key_size, "keySize")); in TEST()
128 ASSERT_TRUE(t->GetInstruction(&tag_size, "tagSize")); in TEST()

12