Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getModuleAttr (0.16 sec)

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

      // quantized.
      auto new_call_op = rewriter.create<TF::XlaCallModuleOp>(
          call_op.getLoc(), call_op.getResultTypes(), call_op.getOperands(),
          call_op.getVersionAttr(), call_op.getModuleAttr(), call_op.getSoutAttr());
      new_call_op->setAttr(kEntryFuncAttrName,
                           rewriter.getStringAttr(new_ref_func_name.getValue()));
      new_call_op->setAttrs(call_op->getAttrs());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top