Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding_test.cc259 std::unordered_set<HloInstruction*> instruction_set( in TEST_F() local
262 CHECK_EQ(1, instruction_set.erase(x)) << "x is not in entry_computation."; in TEST_F()
263 CHECK_EQ(1, instruction_set.erase(y)) << "y is not in entry_computation."; in TEST_F()
264 CHECK_EQ(1, instruction_set.size()) in TEST_F()
266 HloInstruction* new_conv = *instruction_set.begin(); in TEST_F()
316 std::unordered_set<HloInstruction*> instruction_set( in TEST_F() local
319 CHECK_EQ(1, instruction_set.erase(x)) << "x is not in entry_computation."; in TEST_F()
320 CHECK_EQ(1, instruction_set.erase(y)) << "y is not in entry_computation."; in TEST_F()
321 CHECK_EQ(1, instruction_set.size()) in TEST_F()
323 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/angle/third_party/vulkan-deps/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/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/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/libldac/
DAndroid.bp33 instruction_set: "arm",
55 instruction_set: "arm",
/external/flac/src/libFLAC/
DAndroid.bp60 instruction_set: "arm",
/external/libvpx/
DAndroid.bp.in18 instruction_set: "arm",
/external/swiftshader/third_party/marl/
DAndroid.bp57 instruction_set: "arm",
/external/arm-neon-tests/
DAndroid.bp229 instruction_set: "arm",
238 instruction_set: "thumb",
/external/libutf/
DAndroid.bp66 instruction_set: "arm",
/external/tremolo/
DAndroid.bp55 instruction_set: "arm",
/external/sonivox/arm-wt-22k/
DAndroid.bp100 instruction_set: "arm",
/external/webp/
DAndroid.bp119 instruction_set: "arm",
218 instruction_set: "arm",
/external/speex/
DAndroid.bp67 instruction_set: "arm",
/external/bzip2/
DAndroid.bp65 instruction_set: "arm",
/external/libevent/
DAndroid.bp62 instruction_set: "arm",
/external/pdfium/
DAndroid.bp70 instruction_set: "arm",
/external/freetype/
DAndroid.bp49 instruction_set: "arm",
/external/libmpeg2/
DAndroid.bp115 instruction_set: "arm",
/external/libcups/
DAndroid.bp134 instruction_set: "arm",

12