Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for add_subgraphs (0.21 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/pick_subgraphs.cc

      // for all the subgraphs (and their alternatives).
      while (!all_subgraphs->empty()) {
        func::CallOp current_subgraph =
            llvm::cast<func::CallOp>(all_subgraphs->front());
        all_subgraphs->remove(current_subgraph);
        ProcessSubgraph(current_subgraph, all_subgraphs);
      }
    
      // Make decisions given the "outputs" and the populated dp table.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 15:10:02 UTC 2022
    - 19.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      void add_operator_codes(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<tflite::OperatorCode>>> operator_codes) {
        fbb_.AddOffset(Model::VT_OPERATOR_CODES, operator_codes);
      }
      void add_subgraphs(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<tflite::SubGraph>>> subgraphs) {
        fbb_.AddOffset(Model::VT_SUBGRAPHS, subgraphs);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top