Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

    }
    
    }  // namespace
    }  // namespace optimize
    }  // namespace tflite
    
    int main(int argc, char** argv) {
      tensorflow::string model_file;
      const std::vector<tensorflow::Flag> flag_list = {
          tensorflow::Flag("test_model_file", &model_file,
                           "Path to test tflite model file."),
      };
    
      const bool parse_result = tensorflow::Flags::Parse(&argc, argv, flag_list);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top