parallel_task_assignment.cc | 34 : max_parallelism_(max_parallelism), shape_size_(shape_size) {} 39 const int64 instruction_cost = shape_size_(instruction->shape()); 48 const HloCostAnalysis::ShapeSizeFunction shape_size_; member in class:xla::cpu::SimpleCostModel 57 shape_size_(shape_size), 80 instruction_cost = shape_size_(instruction->shape()); 103 const HloCostAnalysis::ShapeSizeFunction shape_size_; member in class:xla::cpu::DefaultCostModel
|