Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShengYang1 committed Oct 26, 2020
1 parent 6e30455 commit 2948d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rfcs/20201023-modular-tensorflow-graph-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ void TF_LookUpOpDef(TF_FunctionLibraryDefinition* f_lib, const char* name, TF_Bu
```cpp
typedef struct P_RegistrationParams {
char* name;
char* device;
// Flags indicating whether existing optimizers should be turned on/off
bool disable_model_pruning;
Expand Down Expand Up @@ -312,7 +311,6 @@ Define `InitGraphPlugin` that TensorFlow will call when registering the plugin:
```cpp
void InitGraphPlugin(P_RegistrationParams* params, TF_Status* status) {
params.name = "plugin_optimizer";
params.device = "GPU";
// Define some flags indicating whether existing optimizers should be turned on/off
params.remapping = false;
Expand Down

0 comments on commit 2948d38

Please sign in to comment.