Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for control_nodes_at (0.46 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          assert(llvm::isa<mlir::TFL::ControlNodeOp>(owner));
          assert(control_nodes_at.find(owner) != control_nodes_at.end());
          // Control edge in terms of offsets.
          control_edges.emplace_back(control_nodes_at[outer_op],
                                     control_nodes_at[owner]);
        }
        control_token.dropAllUses();
    
        // Replace the ControlNodeOp with the wrapped operation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top