Home
last modified time | relevance | path

Searched refs:_apply_patch (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/third_party/
Drepo.bzl64 def _apply_patch(ctx, patch_file):
107 _apply_patch(ctx, ctx.attr.patch_file)
195 _apply_patch(ctx, ctx.attr.patch_file)
/external/tflite-support/third_party/
Drepo.bzl60 def _apply_patch(ctx, patch_file):
115 _apply_patch(ctx, ctx.attr.patch_file)
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py585 self._apply_patch(directory, build_log_file)
637 def _apply_patch(self, directory: str, build_log_file: IO): member in ProjectTester