Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintFunctionResultMapping (0.3 sec)

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

        llvm::cl::desc("The type of the quantized weight buffer. Must be NONE, "
                       "INT8, FLOAT16."),
        llvm::cl::init("NONE"));
    
    enum TranslationStatus { kTrSuccess, kTrFailure };
    
    static int PrintFunctionResultMapping(const std::string &result,
                                          ModuleOp module) {
      // Build model from the resultant string to extract the return values from
      // their source of truth.
      auto model =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top