Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatBufferToMlir (0.1 sec)

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

        to_delete_funcs.push_back(cond);
      });
      for (auto& func : to_delete_funcs) {
        func.erase();
      }
    }
    }  // namespace
    
    OwningOpRef<mlir::ModuleOp> tflite::FlatBufferToMlir(
        absl::string_view buffer, MLIRContext* context, Location base_loc,
        bool use_external_constant,
        const std::vector<std::string>& ordered_input_arrays,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top