Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateEmptySaveFunc (0.26 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_save_op.cc

          /*tensors=*/tensor_values);
    }
    
    // Creates and returns a new `FuncOp` named "tf_quant__save". The resulting
    // `FuncOp`'s body has no ops.
    func::FuncOp CreateEmptySaveFunc(ModuleOp module_op) {
      OpBuilder builder(module_op);
      builder.setInsertionPointToEnd(&module_op.getBodyRegion().front());
    
      auto filename_input_type = RankedTensorType::get(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top