Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for const_op_name_map (0.27 sec)

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

      }
    
      return const_op_name_map;
    }
    
    // Inside `session_init_func`, creates AssignVariableOps(VarHandleOp, ConstOp)
    // for each VarHandleOp that replaces a ConstOp. The `session_init_func` will
    // essentially behave like restore_op for the newly created VarHandleOps whose
    // shared names are the values of `const_op_name_map`.
    void CreateAssignVariableOps(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top