Searched refs:GENDIR (Results 1 – 20 of 20) sorted by relevance
/external/tensorflow/third_party/mlir/ |
D | tblgen.bzl | 27 "-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/ |
D | Makefile.inc | 25 …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/ |
D | Makefile.inc | 28 …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/ |
D | BUILD | 75 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/ |
D | genout.cmake.in | 45 get_filename_component(GENDIR "${OUTPUT}" PATH) 46 file(MAKE_DIRECTORY "${GENDIR}")
|
/external/grpc-grpc/templates/ |
D | Makefile.template | 106 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/ |
D | Makefile | 10 GENDIR := $(abspath ../../../../include/generated) macro 11 GENHDR := $(GENDIR)/autoconf.h 22 -I$(GENDIR) -I$(TOOLSDIR) -I$(CURDIR) \
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.bzl | 60 protoc_flags = "--objc_out=$(GENDIR)" 91 protoc_flags = ("--grpc_out=$(GENDIR) --plugin=" +
|
/external/grpc-grpc/ |
D | grpc.bzl | 60 protoc_flags = "--objc_out=$(GENDIR)" 91 protoc_flags = ("--grpc_out=$(GENDIR) --plugin=" +
|
D | Makefile | 71 GENDIR = $(BUILDDIR_ABSOLUTE)/gens macro
|
/external/tensorflow/tensorflow/lite/tools/make/ |
D | Makefile | 294 GENDIR := $(MAKEFILE_DIR)/gen/$(TARGET_OUT_DIR)/ macro 295 OBJDIR := $(GENDIR)obj/ 296 BINDIR := $(GENDIR)bin/ 297 LIBDIR := $(GENDIR)lib/
|
/external/gflags/src/ |
D | defines.h.in | 5 // For Bazel, this file is thus not used to avoid a private file in $(GENDIR).
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | Makefile | 589 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/ |
D | rules.bzl | 239 "--gen_dir=$(GENDIR)",
|
/external/flatbuffers/ |
D | build_defs.bzl | 14 "$(GENDIR)",
|
/external/tensorflow/third_party/systemlibs/ |
D | protobuf.bzl | 24 return ctx.var["GENDIR"] + "/" + _SourceDir(ctx)
|
/external/protobuf/ |
D | protobuf.bzl | 26 return ctx.var["GENDIR"] + "/" + _SourceDir(ctx)
|
/external/tflite-support/third_party/flatbuffers/ |
D | build_defs.bzl | 10 "$(GENDIR)",
|
/external/tensorflow/third_party/flatbuffers/ |
D | build_defs.bzl | 10 "$(GENDIR)",
|
/external/starlark-go/syntax/testdata/ |
D | scan.star | 1195 "$(GENDIR)/" + pkg_dir + "/" + cgogen.outdir,
|