Home
last modified time | relevance | path

Searched refs:instruction_set (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding_test.cc256 std::unordered_set<HloInstruction*> instruction_set( in TEST_F() local
259 CHECK_EQ(1, instruction_set.erase(x)) << "x is not in entry_computation."; in TEST_F()
260 CHECK_EQ(1, instruction_set.erase(y)) << "y is not in entry_computation."; in TEST_F()
261 CHECK_EQ(1, instruction_set.size()) in TEST_F()
263 HloInstruction* new_conv = *instruction_set.begin(); in TEST_F()
312 std::unordered_set<HloInstruction*> instruction_set( in TEST_F() local
315 CHECK_EQ(1, instruction_set.erase(x)) << "x is not in entry_computation."; in TEST_F()
316 CHECK_EQ(1, instruction_set.erase(y)) << "y is not in entry_computation."; in TEST_F()
317 CHECK_EQ(1, instruction_set.size()) in TEST_F()
319 HloInstruction* new_conv = *instruction_set.begin(); in TEST_F()
[all …]
Dhlo_domain_map.cc223 const absl::flat_hash_set<HloInstruction*>& instruction_set, in MakeNonDomainInstructions() argument
226 instructions.reserve(instruction_set.size()); in MakeNonDomainInstructions()
227 for (HloInstruction* instruction : instruction_set) { in MakeNonDomainInstructions()
Dhlo_domain_map.h113 const absl::flat_hash_set<HloInstruction*>& instruction_set,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.h94 uint32_t instruction_set; member
99 if (a.instruction_set < b.instruction_set) {
102 if (a.instruction_set > b.instruction_set) {
Dconst_folding_rules.h60 uint32_t instruction_set; member
65 if (a.instruction_set < b.instruction_set) {
68 if (a.instruction_set > b.instruction_set) {
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.h94 uint32_t instruction_set; member
99 if (a.instruction_set < b.instruction_set) {
102 if (a.instruction_set > b.instruction_set) {
Dconst_folding_rules.h60 uint32_t instruction_set; member
65 if (a.instruction_set < b.instruction_set) {
68 if (a.instruction_set > b.instruction_set) {
/external/angle/third_party/spirv-tools/src/source/opt/
Dfolding_rules.h94 uint32_t instruction_set; member
99 if (a.instruction_set < b.instruction_set) {
102 if (a.instruction_set > b.instruction_set) {
Dconst_folding_rules.h60 uint32_t instruction_set; member
65 if (a.instruction_set < b.instruction_set) {
68 if (a.instruction_set > b.instruction_set) {
/external/libldac/
DAndroid.bp9 instruction_set: "arm",
30 instruction_set: "arm",
/external/webrtc/
DAndroid.bp41 instruction_set: "arm",
116 instruction_set: "arm",
150 instruction_set: "arm",
/external/webrtc/webrtc/modules/audio_processing/
DAndroid.bp80 instruction_set: "thumb",
111 instruction_set: "thumb",
/external/freetype/
DAndroid.bp12 instruction_set: "arm",
110 instruction_set: "arm",
/external/libutf/
DAndroid.bp36 instruction_set: "arm",
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
DAndroid.bp25 instruction_set: "thumb",
/external/arm-neon-tests/
DAndroid.bp188 instruction_set: "arm",
197 instruction_set: "thumb",
/external/flac/libFLAC/
DAndroid.bp49 instruction_set: "arm",
/external/webrtc/webrtc/modules/audio_processing/aec/
DAndroid.bp22 instruction_set: "thumb",
/external/webrtc/webrtc/modules/audio_processing/ns/
DAndroid.bp32 instruction_set: "thumb",
/external/tremolo/
DAndroid.bp33 instruction_set: "arm",
/external/libvpx/
DAndroid.bp.in18 instruction_set: "arm",
/external/speex/
DAndroid.bp34 instruction_set: "arm",
/external/pdfium/
DAndroid.bp26 instruction_set: "arm",
/external/bzip2/
DAndroid.bp30 instruction_set: "arm",
/external/webp/
DAndroid.bp91 instruction_set: "arm",
190 instruction_set: "arm",

12