Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InlineDeviceOp (0.5 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/xla_inline_device_ops.cc

    struct XlaInlineDeviceOpsPass
        : public impl::XlaInlineDeviceOpsPassBase<XlaInlineDeviceOpsPass> {
      void runOnOperation() override;
    };
    
    void InlineDeviceOp(tf_device::ClusterOp cluster_op) {
      auto& block = cluster_op.GetBody();
    
      llvm::SmallVector<Operation*, 4> non_terminator_ops;
      for (Operation& op : block.without_terminator()) {
        non_terminator_ops.push_back(&op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 00:59:46 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top