Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BundleWriter (0.24 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/cc/save_variables.cc

    // shared name of the variable if a variable is saved successfully. If the
    // variable is not saved, returns an empty string.
    absl::StatusOr<std::string> AddTensorToBundleWriter(
        mlir::TF::AssignVariableOp assign_var_op, BundleWriter& bundle_writer) {
      auto resource_operand = assign_var_op.getOperand(0);
      auto var_handle_op =
          llvm::dyn_cast<mlir::TF::VarHandleOp>(resource_operand.getDefiningOp());
      if (!var_handle_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:36:55 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top