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
allow_missing_files_
bool tensorflow::ops::MergeV2Checkpoints::Attrs::allow_missing_files_ = false
delete_old_dirs_
bool tensorflow::ops::MergeV2Checkpoints::Attrs::delete_old_dirs_ = true
Public functions
AllowMissingFiles
TF_MUST_USE_RESULT Attrs tensorflow::ops::MergeV2Checkpoints::Attrs::AllowMissingFiles(
bool x
)
see above.
Defaults to false
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. Some content is licensed under the numpy license.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 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.14/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| [allow_missing_files_](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a9dc6d1494d78e5f812d30fe2e335b0c1)` = false` | `bool` |\n| [delete_old_dirs_](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a0e53422af3112765f6bae4ddf7ea2915)` = true` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AllowMissingFiles](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a6d97cb650b7c667bb8394bcb09f3029b)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.14/api_docs/cc/struct/tensorflow/ops/merge-v2-checkpoints/attrs#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs) see above. |\n| [DeleteOldDirs](#structtensorflow_1_1ops_1_1_merge_v2_checkpoints_1_1_attrs_1a1fca45f1539ec4d56d9f5373a364779a)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.14/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### allow_missing_files_\n\n```scdoc\nbool tensorflow::ops::MergeV2Checkpoints::Attrs::allow_missing_files_ = false\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### AllowMissingFiles\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MergeV2Checkpoints::Attrs::AllowMissingFiles(\n bool x\n)\n``` \nsee above.\n\nDefaults to false \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"]]