Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateAssignVariableOps (0.36 sec)

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

    // 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(
        llvm::MapVector<TF::ConstOp, std::string>& const_op_name_map,
        func::FuncOp session_init_func) {
      OpBuilder builder{&session_init_func.getBody()};
    
    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