Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for num_partitions_before (0.17 sec)

  1. tensorflow/compiler/mlir/lite/transforms/partitioned_topological_sort.cc

      llvm::iterator_range<Block::iterator> ops = block->without_terminator();
      if (ops.empty()) {
        return true;
      }
    
      int num_all_ops = 0;
      int num_part_ops = 0;
      int num_partitions_after = 0;
      int num_partitions_before = 0;
      int num_unscheduled_ops = 0;
    
      bool scheduled_everything = true;
      // Unscheduled operations and their respective partitions.
      llvm::DenseMap<Operation *, int> unscheduled_ops;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top