Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_node_def (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/upgrade_graph.cc

      if (library) {
        // Upgrade nodes in the functions.
        for (FunctionDef& fdef : *library->mutable_function()) {
          auto func_name = fdef.signature().name();
          for (auto& node_def : *fdef.mutable_node_def()) {
            const OpDef* op_def = nullptr;
            // With lazy loading, some functions might not be executed, thus we skip
            // the node if the op is not registered.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 14:33:47 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top