Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetModel (0.08 sec)

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

        return translator->TranslateInternal();
      }
      return ret;
    }
    
    bool Translator::CheckGpuDelegateCompatibility(uint8_t* model_buffer_pointer) {
      bool gpu_compatibile = true;
      auto model = tflite::GetModel(model_buffer_pointer);
      auto subgraphs = model->subgraphs();
    
      for (int i = 0; i < subgraphs->Length(); ++i) {
        const tflite::SubGraph* subgraph = subgraphs->Get(i);
    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