Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for create_location (0.19 sec)

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

          auto node_name = original_nodes[i];
          auto func_name = (i < original_funcs.size()) ? original_funcs[i] : "";
          node_locations.push_back(create_location(node_name, func_name));
        }
        // Retrieve the name of the node_def.
        node_locations.push_back(
            create_location(node.name(), function_name_for_debug_info_));
        return mlir::FusedLoc::get(context_, node_locations);
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top