tf_1.8_xla_doc
Functions
xla::anonymous_namespace{hlo_scheduling.cc} Namespace Reference

Functions

StatusOr< std::vector< const HloInstruction * > > CreateMemoryMinimizingSequence (const HloComputation &computation, const TuplePointsToAnalysis &points_to_analysis, const LogicalBuffer::SizeFunction &size_function, const MemorySchedulerAlgorithm &algorithm)
 

Function Documentation

◆ CreateMemoryMinimizingSequence()

StatusOr<std::vector<const HloInstruction*> > xla::anonymous_namespace{hlo_scheduling.cc}::CreateMemoryMinimizingSequence ( const HloComputation computation,
const TuplePointsToAnalysis points_to_analysis,
const LogicalBuffer::SizeFunction &  size_function,
const MemorySchedulerAlgorithm &  algorithm 
)
  1. Run specified algorithm
  2. Run xla::DefaultMemoryScheduler
Here is the call graph for this function: