Home
last modified time | relevance | path

Searched defs:HloComputation (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h39 class HloComputation; variable
81 std::unordered_map<const xla::HloComputation*, in HloFunctionImporter()
Dhlo_module_importer.h32 class HloComputation; variable
Dhlo_function_importer.cc110 std::unordered_map<const HloComputation*, FuncOp>* function_map, in ImportAsFunc()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc88 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
193 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
233 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
283 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
359 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
401 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
450 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
484 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPathIgnoringChannelIdValues()
605 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPathIgnoringChannelIdValues()
656 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPathIgnoringChannelIdValues()
[all …]
Dhlo_memory_scheduler.cc84 const absl::flat_hash_map<const HloComputation*, int64>& in Run()
109 const absl::flat_hash_map<const HloComputation*, int64>& in ListScheduler()
419 const absl::flat_hash_map<const HloComputation*, int64>& in ScheduleComputationHelper()
440 const absl::flat_hash_map<const HloComputation*, int64>& in DFSMemoryScheduler()
547 const absl::flat_hash_map<const HloComputation*, int64>& in ListMemoryScheduler()
567 const absl::flat_hash_map<const HloComputation*, int64>& in PostOrderMemoryScheduler()
585 const absl::flat_hash_map<const HloComputation*, int64>& in DefaultMemoryScheduler()
Dhlo_execution_profile.cc80 const std::pair<const HloComputation*, int64>& right) { in CreateHloProfilePrinterData()
Dhlo_clone_context.h27 class HloComputation; variable
Dheap_simulator.cc71 const absl::flat_hash_map<const HloComputation*, int64>* in MinimumMemoryForComputation()
121 const absl::flat_hash_map<const HloComputation*, int64>* in Run()
338 const absl::flat_hash_map<const HloComputation*, int64>* in HeapSimulator()
464 const absl::flat_hash_map<const HloComputation*, int64>& in AccountForSubcomputationMemory()
Dheap_simulator.h261 const absl::flat_hash_map<const HloComputation*, int64>& in AccountForSubcomputationMemory()
Ddfs_hlo_visitor.h36 class HloComputation; variable
Dbuffer_assignment.cc1100 absl::flat_hash_map<const HloComputation*, in AssignSingleHloBuffer()
1240 absl::flat_hash_map<const HloComputation*, in AssignBuffersForComputations()
1408 const flat_hash_map<const HloComputation*, flat_hash_set<const HloValue*>>& in AssignBuffersWithSequentialOrdering()
Dhlo_module.cc159 const std::unordered_map<HloComputation*, HloComputation*>& replacements) { in ReplaceComputations()
Dhlo_instruction.h63 class HloComputation; variable
Dhlo_instructions.h252 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPathIgnoringChannelIdValues()
Dhlo_computation.cc67 HloComputation::HloComputation( in HloComputation() function in xla::HloComputation
Dhlo_instruction.cc2015 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalInternal()
2114 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc541 std::unordered_map<const HloComputation*, int64>* in CreateHloProfilingArtifacts()
Dir_emitter.cc95 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx, in IrEmitter()