Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExportRecordMutation (0.28 sec)

  1. tensorflow/c/python_api.cc

    #include "tensorflow/core/framework/full_type.pb.h"
    
    namespace tensorflow {
    
    // Hack to export the tensorflow::RecordMutation symbol for windows.
    // Do not delete. Do not use.
    void ExportRecordMutation(  // NOLINT: Intentionally unused function.
        TF_Graph* graph, const TF_Operation& op, const char* mutation_type) {
      mutex_lock l(graph->mu);
      RecordMutation(graph, op, mutation_type);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jul 12 18:48:56 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top