Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateRestoreV2Op (0.44 sec)

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

    }
    
    // Creates a `tf.RestoreV2Op` that loads the variable values from the checkpoint
    // file. The loaded tensors will be used to initialize `tf.VarHandleOp`s via
    // `tf.AssignVariableOp`s.
    void CreateRestoreV2Op(std::vector<TF::VarHandleOp>& target_var_handle_ops,
                           func::FuncOp session_init_func) {
      SmallVector<Type> tensor_types{};
      SmallVector<std::string> tensor_names{};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 12 06:02:20 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top