Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for try_use_original_func_name (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/export_graphdef.cc

          }
        }
      };
    
      // Change its op name if it is a legacy call.
      try_use_original_func_name(node_def.mutable_op());
    
      // Change any function attributes in the attrs.
      for (auto& iter : attrs) {
        auto& attr = iter.second;
        if (attr.has_func()) {
          try_use_original_func_name(attr.mutable_func()->mutable_name());
        } else if (attr.has_list()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

          }
        }
      };
    
      // Change its op name if it is a legacy call.
      try_use_original_func_name(node_def.mutable_op());
    
      // Change any function attributes in the attrs.
      for (auto& iter : attrs) {
        auto& attr = iter.second;
        if (attr.has_func()) {
          try_use_original_func_name(attr.mutable_func()->mutable_name());
        } else if (attr.has_list()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top