Home
last modified time | relevance | path

Searched refs:old_to_new (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py244 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/
Dsweeper.cc316 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()
Dheap.cc4194 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/
Dgenerate_grammar_tables.py699 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/
Dgenerate_grammar_tables.py699 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/
Dgenerate_grammar_tables.py699 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/
Dhlo_instructions.cc1389 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()