Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc85 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
190 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
227 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
303 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
345 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
390 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
508 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
569 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
633 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
674 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
[all …]
Dhlo_memory_scheduler.cc81 const absl::flat_hash_map<const HloComputation*, int64>& in Run()
106 const absl::flat_hash_map<const HloComputation*, int64>& in ListScheduler()
406 const absl::flat_hash_map<const HloComputation*, int64>& in ScheduleComputationHelper()
423 const absl::flat_hash_map<const HloComputation*, int64>& in DFSMemoryScheduler()
494 const absl::flat_hash_map<const HloComputation*, int64>& in ListMemoryScheduler()
504 const absl::flat_hash_map<const HloComputation*, int64>& in PostOrderMemoryScheduler()
513 const absl::flat_hash_map<const HloComputation*, int64>& in DefaultMemoryScheduler()
Dhlo_execution_profile.cc79 const std::pair<const HloComputation*, int64>& right) { in CreateHloProfilePrinterData()
Dhlo_clone_context.h27 class HloComputation; variable
Dheap_simulator.cc61 const absl::flat_hash_map<const HloComputation*, int64>* in MinimumMemoryForComputation()
93 const absl::flat_hash_map<const HloComputation*, int64>* in Run()
353 const absl::flat_hash_map<const HloComputation*, int64>* in HeapSimulator()
530 const absl::flat_hash_map<const HloComputation*, int64>& in AccountForSubcomputationMemory()
Dhlo_instruction.h63 class HloComputation; variable
1704 friend class HloComputation; variable
Dheap_simulator.h234 const absl::flat_hash_map<const HloComputation*, int64>& in AccountForSubcomputationMemory()
Ddfs_hlo_visitor.h36 class HloComputation; variable
Ddfs_hlo_visitor_with_default.h32 class HloComputation; variable
Dhlo_module.cc126 const std::unordered_map<HloComputation*, HloComputation*>& replacements) { in ReplaceComputations()
Dbuffer_assignment.cc900 flat_hash_map<const HloComputation*, flat_hash_set<const LogicalBuffer*>>* in AssignBuffersForComputation()
1147 const flat_hash_map<const HloComputation*, in AssignBuffersWithSequentialOrdering()
Dhlo_computation.cc67 HloComputation::HloComputation( in HloComputation() function in xla::HloComputation
Dhlo_instruction.cc1722 const std::function<bool(const HloComputation*, const HloComputation*)>& in IdenticalSlowPath()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc491 std::unordered_map<const HloComputation*, int64>* in CreateHloProfilingArtifacts()
Dir_emitter.cc87 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx, in IrEmitter()