Home
last modified time | relevance | path

Searched refs:GENDIR (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/third_party/mlir/
Dtblgen.bzl27 "-I $(GENDIR)/external/llvm-project/mlir/include -I $(GENDIR)/external/org_tensorflow",
32 "-I$(GENDIR)/%s" % td_include,
37 "-I$(GENDIR)/%s/%s" % (native.package_name(), td_include),
60 "-I$(GENDIR)",
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/zephyr_riscv/
DMakefile.inc25 …cmake -B${GENDIR}hello_world/build -DBOARD="litex_vexriscv" -H${PRJDIR}hello_world/cmake/ -DPython…
26 make -C ${GENDIR}hello_world/build; \
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/zephyr_riscv/
DMakefile.inc28 …cmake -B${GENDIR}magic_wand/build -DBOARD="litex_vexriscv" -H${PRJDIR}magic_wand/cmake/ -DPython_R…
29 make -C ${GENDIR}magic_wand/build; \
/external/grpc-grpc/test/cpp/codegen/
DBUILD75 cmd = "cat $(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.h > $@",
82 cmd = "cat $(GENDIR)/src/proto/grpc/testing/compiler_test_mock.grpc.pb.h > $@",
/external/libpng/scripts/
Dgenout.cmake.in45 get_filename_component(GENDIR "${OUTPUT}" PATH)
46 file(MAKE_DIRECTORY "${GENDIR}")
/external/grpc-grpc/templates/
DMakefile.template106 GENDIR = $(BUILDDIR_ABSOLUTE)/gens
1249 …$(GENDIR)/${p}.pb.cc: ${p}.proto $(PROTOBUF_DEP) $(PROTOC_PLUGINS) ${' '.join('$(GENDIR)/%s.pb.cc'…
1254 …DIR)/${p}.pb.cc $(PROTOBUF_DEP) $(PROTOC_PLUGINS) ${' '.join('$(GENDIR)/%s.pb.cc $(GENDIR)/%s.grpc…
/external/linux-kselftest/tools/testing/selftests/bpf/
DMakefile10 GENDIR := $(abspath ../../../../include/generated) macro
11 GENHDR := $(GENDIR)/autoconf.h
22 -I$(GENDIR) -I$(TOOLSDIR) -I$(CURDIR) \
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.bzl60 protoc_flags = "--objc_out=$(GENDIR)"
91 protoc_flags = ("--grpc_out=$(GENDIR) --plugin=" +
/external/grpc-grpc/
Dgrpc.bzl60 protoc_flags = "--objc_out=$(GENDIR)"
91 protoc_flags = ("--grpc_out=$(GENDIR) --plugin=" +
DMakefile71 GENDIR = $(BUILDDIR_ABSOLUTE)/gens macro
/external/tensorflow/tensorflow/lite/tools/make/
DMakefile294 GENDIR := $(MAKEFILE_DIR)/gen/$(TARGET_OUT_DIR)/ macro
295 OBJDIR := $(GENDIR)obj/
296 BINDIR := $(GENDIR)bin/
297 LIBDIR := $(GENDIR)lib/
/external/gflags/src/
Ddefines.h.in5 // For Bazel, this file is thus not used to avoid a private file in $(GENDIR).
/external/tensorflow/tensorflow/lite/micro/tools/make/
DMakefile589 GENDIR := $(MAKEFILE_DIR)/gen/$(TARGET)_$(TARGET_ARCH)_$(BUILD_TYPE)/ macro
590 OBJDIR := $(GENDIR)obj/
591 BINDIR := $(GENDIR)bin/
592 LIBDIR := $(GENDIR)lib/
593 PRJDIR := $(GENDIR)prj/
/external/perfetto/bazel/
Drules.bzl239 "--gen_dir=$(GENDIR)",
/external/flatbuffers/
Dbuild_defs.bzl14 "$(GENDIR)",
/external/tensorflow/third_party/systemlibs/
Dprotobuf.bzl24 return ctx.var["GENDIR"] + "/" + _SourceDir(ctx)
/external/protobuf/
Dprotobuf.bzl26 return ctx.var["GENDIR"] + "/" + _SourceDir(ctx)
/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl10 "$(GENDIR)",
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl10 "$(GENDIR)",
/external/starlark-go/syntax/testdata/
Dscan.star1195 "$(GENDIR)/" + pkg_dir + "/" + cgogen.outdir,