Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for new_control_inputs (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/breakup-islands.cc

        return;
      }
    
      // New control inputs to be added. For an operation x, new_control_inputs[x]
      // contains all control inputs that need to be added to x as operands.
      llvm::DenseMap<Operation*, llvm::SmallVector<Value, 4>> new_control_inputs;
      // Iterate in reverse order to avoid invalidating Operation* stored in
      // new_control_inputs.
      for (auto& item :
           llvm::make_early_inc_range(llvm::reverse(graph_op.GetBody()))) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 11 20:52:36 UTC 2023
    - 16.7K bytes
    - Viewed (0)
Back to top