Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_func_name (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_quantization_unit_loc.cc

                                       StringRef name_loc_id) {
        if (name_loc_id.contains("@")) {
          new_unit.set_node_name(name_loc_id.split('@').first.str());
          new_unit.set_func_name(name_loc_id.split('@').second.str());
        } else {
          new_unit.set_node_name(name_loc_id.str());
        }
      };
    
      ArrayRef<Location> locations = mlir::cast<FusedLoc>(loc).getLocations();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top