Searched refs:old_to_new (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/schema/ |
D | upgrade_schema.py | 244 old_to_new = { 251 return (old_to_new[operator_type] 252 if operator_type in old_to_new else operator_type)
|
/external/v8/src/heap/ |
D | sweeper.cc | 316 TypedSlotSet* old_to_new = page->typed_slot_set<OLD_TO_NEW>(); in CleanupInvalidTypedSlotsOfFreeRanges() local 317 if (old_to_new != nullptr) { in CleanupInvalidTypedSlotsOfFreeRanges() 318 old_to_new->ClearInvalidSlots(free_ranges_map); in CleanupInvalidTypedSlotsOfFreeRanges()
|
D | heap.cc | 4194 std::set<Address> old_to_new; in VerifyRememberedSetFor() local 4197 CollectSlots<OLD_TO_NEW>(chunk, start, end, &old_to_new, &typed_old_to_new); in VerifyRememberedSetFor() 4198 OldToNewSlotVerifyingVisitor visitor(&old_to_new, &typed_old_to_new, in VerifyRememberedSetFor()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | generate_grammar_tables.py | 699 old_to_new = {} 704 old_to_new[old_name] = new_name 708 replacement = old_to_new.get(operand["kind"])
|
/external/angle/third_party/spirv-tools/src/utils/ |
D | generate_grammar_tables.py | 699 old_to_new = {} 704 old_to_new[old_name] = new_name 708 replacement = old_to_new.get(operand["kind"])
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | generate_grammar_tables.py | 699 old_to_new = {} 704 old_to_new[old_name] = new_name 708 replacement = old_to_new.get(operand["kind"])
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instructions.cc | 1389 absl::flat_hash_map<HloInstruction*, HloInstruction*> old_to_new; in MergeFusionInstructionIntoMultiOutput() local 1397 InsertOrDie(&old_to_new, fused_instruction, in MergeFusionInstructionIntoMultiOutput() 1408 InsertOrDie(&old_to_new, fused_instruction, cloned_instruction); in MergeFusionInstructionIntoMultiOutput() 1414 FindOrDie(old_to_new, unfused_instruction->mutable_operand(index)); in MergeFusionInstructionIntoMultiOutput()
|