Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::MergeV2Checkpoints::Attrs
#include <io_ops.h>
Optional attribute setters for MergeV2Checkpoints.
Summary
Public attributes
delete_old_dirs_
bool tensorflow::ops::MergeV2Checkpoints::Attrs::delete_old_dirs_ = true
Public functions
DeleteOldDirs
TF_MUST_USE_RESULT Attrs tensorflow::ops::MergeV2Checkpoints::Attrs::DeleteOldDirs(
bool x
)
see above.
Defaults to true
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[null,null,["Last updated 2020-04-20 UTC."],[],[],null,["# tensorflow::ops::MergeV2Checkpoints::Attrs Struct Reference\n\ntensorflow::ops::MergeV2Checkpoints::Attrs\n==========================================\n\n`#include \u003cio_ops.h\u003e`\n\nOptional attribute setters for [MergeV2Checkpoints](/versions/r2.2/api_docs/cc/class/tensorflow/ops/merge-v2-checkpoints#classtensorflow_1_1ops_1_1_merge_v2_checkpoints).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------------|--------|\n| [delete_old_dirs_](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a0e53422af3112765f6bae4ddf7ea2915)` = true` | `bool` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DeleteOldDirs](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a1fca45f1539ec4d56d9f5373a364779a)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/merge-v2-checkpoints/attrs#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs) see above. |\n\nPublic attributes\n-----------------\n\n### delete_old_dirs_\n\n```scdoc\nbool tensorflow::ops::MergeV2Checkpoints::Attrs::delete_old_dirs_ = true\n``` \n\nPublic functions\n----------------\n\n### DeleteOldDirs\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MergeV2Checkpoints::Attrs::DeleteOldDirs(\n bool x\n)\n``` \nsee above.\n\nDefaults to true"]]