Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PostProcessFuncOp (0.29 sec)

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

            queue.push_back(op);
          }
        }
      }
    
      return visited;
    }
    
    // We want to adjust the func op according to some cross ops information.
    static StatusOr<FuncOp> PostProcessFuncOp(FuncOp func) {
      OpBuilder builder(func);
      // When a quantized constant is imported, its quantization parameter is set
      // to be narrow range. Here revert to be the fully range if the user doesn't
    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