Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_subgraphs (0.23 sec)

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

      }
    
      if (!ret) {
        LOG(ERROR) << "failed to update buffer offsets\n";
        return ret;
      }
    
      auto mutable_subgraphs = mutable_model->mutable_subgraphs();
      for (auto msubgraph : *mutable_subgraphs) {
        auto operators = msubgraph->mutable_operators();
        for (auto op : *operators) {
          auto opcode_idx = op->opcode_index();
    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