تينسورفلو :: العمليات :: MergeV2Checkpoints
#include <io_ops.h>
خاص بتنسيق V2: يدمج ملفات البيانات الوصفية لنقاط التفتيش المُقسمة.
ملخص
ال
النتيجة هي نقطة تفتيش منطقية واحدة ، مع ملف بيانات وصفية مادي واحد وملفات بيانات أعيدت تسميتها.
مخصص "لتجميع" نقاط تفتيش متعددة في إعداد نقطة تفتيش مجزأة.
إذا كانت delete_old_dirs صحيحة ، فستحاول حذف اسم الدليل بشكل متكرر لكل مسار في checkpoint_prefixes المدخلات. يكون هذا مفيدًا عندما تكون هذه المسارات مواقع مؤقتة لا تواجه المستخدم.
الحجج:
- النطاق: كائن النطاق
- checkpoint_prefixes: بادئات نقاط فحص V2 للدمج.
- Destination_prefix: العددية. البادئة النهائية المطلوبة. يُسمح بأن تكون هي نفسها إحدى نقاط checkpoint_prefixes.
السمات الاختيارية (انظر Attrs
):
- delete_old_dirs: انظر أعلاه.
عائدات:
-
Operation
تم إنشاؤها
البنائين والمدمرين | |
---|---|
MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix) | |
MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix, const MergeV2Checkpoints::Attrs & attrs) |
السمات العامة | |
---|---|
operation |
الوظائف العامة | |
---|---|
operator::tensorflow::Operation () const |
وظائف ثابتة عامة | |
---|---|
DeleteOldDirs (bool x) |
الهياكل | |
---|---|
tensorflow :: ops :: MergeV2Checkpoints :: Attrs | محددات الخصائص الاختيارية لـ MergeV2Checkpoints . |
السمات العامة
عملية
Operation operation
الوظائف العامة
MergeV2Checkpoints
MergeV2Checkpoints( const ::tensorflow::Scope & scope, ::tensorflow::Input checkpoint_prefixes, ::tensorflow::Input destination_prefix )
MergeV2Checkpoints
MergeV2Checkpoints( const ::tensorflow::Scope & scope, ::tensorflow::Input checkpoint_prefixes, ::tensorflow::Input destination_prefix, const MergeV2Checkpoints::Attrs & attrs )
المشغل :: Tensorflow :: العملية
operator::tensorflow::Operation() const
وظائف ثابتة عامة
DeleteOldDirs
Attrs DeleteOldDirs( bool x )
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.