Home
last modified time | relevance | path

Searched refs:InsertOrDie (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc36 InsertOrDie(&computation_to_profile_idx_, computation, in HloProfileIndexMap()
41 InsertOrDie(&instruction_to_profile_idx_, instruction, in HloProfileIndexMap()
46 InsertOrDie(&extra_metric_to_profile_idx_, key, current_profile_index++); in HloProfileIndexMap()
Dwhile_loop_invariant_code_motion.cc78 InsertOrDie(hoisted_instructions, old_instruction, new_instruction); in CreateLoopInvariantCopy()
174 InsertOrDie(&unhoisted_invariant_instructions, instr); in TryHoistingInvariantInstructionsFromWhileBody()
260 InsertOrDie(&unhoisted_invariant_instructions, instruction); in TryHoistingInvariantInstructionsFromWhileBody()
Dmulti_output_fusion.cc44 InsertOrDie(&candidates_index_, it, index++); in Run()
172 InsertOrDie(&candidates_index_, input_fusion, index); in CreateFusion()
260 InsertOrDie(&candidates_index_, use, index++); in UpdateBeforeFuse()
Dhlo_schedule.cc118 InsertOrDie(&id_to_instruction, instruction->unique_id(), instruction); in UpdateComputationSchedule()
124 InsertOrDie(&ids_in_schedule, id); in UpdateComputationSchedule()
Dinstruction_fusion.cc358 InsertOrDie(&post_order_index_, post_order_[i], i); in ReversePostOrderFusionQueue()
450 InsertOrDie(&post_order_index_, fusion, post_order_.size()); in OnFusingInstruction()
Dhlo_ordering.cc502 InsertOrDie(&order_position_, order[i], i); in Initialize()
Dindexed_array_analysis.cc101 InsertOrDie(&dfs_state_map, root, kDiscovered); in TraverseAndPopulateCache()
127 InsertOrDie(&cache_, instr, array); in TraverseAndPopulateCache()
Dhlo_module.cc547 InsertOrDie(&outlined_instructions, instruction_to_outline, in OutlineExpressionFromComputation()
Dlayout_assignment.cc635 InsertOrDie(&conditional_mismatch_, in AddMandatoryConstraints()
1810 InsertOrDie(&computation_layouts_, computation, computation_layout); in CalculateComputationLayout()
Dhlo_instructions.cc1542 InsertOrDie(&old_to_new, fused_instruction, in MergeFusionInstructionIntoMultiOutput()
1553 InsertOrDie(&old_to_new, fused_instruction, cloned_instruction); in MergeFusionInstructionIntoMultiOutput()
Dbuffer_assignment.cc1563 InsertOrDie(&live_values, value); in ComputePeakMemoryLogicalBuffers()
/external/tensorflow/tensorflow/compiler/xla/
Dmap_util.h90 void InsertOrDie(Collection* const collection, Key&& key, Value&& value) { in InsertOrDie() function
104 void InsertOrDie(Set* const set, Value&& value) { in InsertOrDie() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_schedule.cc63 InsertOrDie(&hlo_to_thunk, thunk_to_hlo_.at(thunk.get()), thunk.get()); in ThunkSchedule()
94 InsertOrDie(&thunk_to_total_order, thunk_total_order_[i], i); in RemoveRedundantDependencyEdges()
Dstream_assignment.cc43 InsertOrDie(&hlo_to_stream_number_, hlo, stream_num); in AssignStreamToHlo()
Dhlo_to_ir_bindings.cc164 InsertOrDie(&base_ptrs_, &hlo, ShapeTree<llvm::Value*>(hlo_shape, nullptr)); in BindHloToIrValue()
Dgpu_executable.cc293 InsertOrDie(&globals, info.allocation_index, global); in ResolveConstantGlobals()
Dgpu_compiler.cc635 InsertOrDie(&thunk_to_hlo, thunk.get(), instruction); in CompileModuleToLlvmIrImpl()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.h313 InsertOrDie(&metadata_, kind, md); in AddMetadata()
/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h338 void InsertOrDie(Collection* const collection,
354 void InsertOrDie(Collection* const collection,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc120 InsertOrDie(parsed_results, parsed_line.opcode, parsed_line);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc192 InsertOrDie(&emitted_functions_, computation, ir_function); in EmitComputation()
264 InsertOrDie(&emitted_literals_, &literal, global_for_const); in EmitConstantGlobals()
267 InsertOrDie(&constant_buffer_to_global_, allocation.index(), in EmitConstantGlobals()
1343 InsertOrDie(&unreduced_dim_map, i, i - delta); in ReductionPreservesLayout()