Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_node_and_func_name (0.31 sec)

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

          StringRef name_loc_id =
              mlir::cast<NameLoc>(locations.back()).getName().strref();
          set_node_and_func_name(new_unit, name_loc_id);
        } else {
          Location callee = mlir::cast<CallSiteLoc>(locations.back()).getCallee();
          StringRef name_loc_id = mlir::cast<NameLoc>(callee).getName().strref();
          set_node_and_func_name(new_unit, name_loc_id);
        }
        units.push_back(new_unit);
      } else {
    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