Searched refs:swig (Results 1 – 25 of 84) sorted by relevance
1234
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.i | 42 using namespace xla::swig; 53 %typemap(in) absl::Span<const xla::swig::LocalOp>( 63 if ((SWIG_ConvertPtr(o, (void**)&op, $descriptor(xla::swig::LocalOp*), 75 %typemap(out) StatusOr<xla::swig::LocalClient> { 77 xla::swig::LocalClient value = $1.ValueOrDie(); 80 $typemap(out, xla::swig::LocalClient) 88 %typemap(out) StatusOr<xla::swig::LocalExecutable*> { 93 $typemap(out, xla::swig::LocalExecutable*) 101 %typemap(out) StatusOr<xla::swig::LocalShapedBuffer*> { 106 $typemap(out, xla::swig::LocalShapedBuffer*) [all …]
|
D | xrt.i | 34 using namespace xla::swig; 40 %typemap(out) StatusOr<xla::swig::XrtExecutable*> { 45 $typemap(out, xla::swig::XrtExecutable*) 53 %typemap(out) StatusOr<xla::swig::XrtAllocation*> { 58 $typemap(out, xla::swig::XrtAllocation*) 66 %typemap(out) StatusOr<xla::swig::XrtAllocationTuple*> { 71 $typemap(out, xla::swig::XrtAllocationTuple*) 80 %typemap(in) absl::Span<xla::swig::XrtAllocation* const> 91 if ((SWIG_ConvertPtr(o, (void**) &xrta, $descriptor(xla::swig::XrtAllocation*), 104 %unignore xla::swig; [all …]
|
/external/tensorflow/tensorflow/python/util/ |
D | util.i | 24 %unignore tensorflow::swig; 31 %unignore tensorflow::swig::RegisterType; 32 %noexception tensorflow::swig::RegisterType; 34 %unignore tensorflow::swig::IsTensor; 35 %noexception tensorflow::swig::IsTensor; 37 %feature("docstring") tensorflow::swig::IsSequence 47 %unignore tensorflow::swig::IsSequence; 48 %noexception tensorflow::swig::IsSequence; 50 %feature("docstring") tensorflow::swig::IsSequenceOrComposite 60 %unignore tensorflow::swig::IsSequenceOrComposite; [all …]
|
D | kernel_registry.i | 24 %unignore tensorflow::swig; 25 %unignore tensorflow::swig::TryFindKernelClass;
|
D | kernel_registry.h | 24 namespace swig {
|
D | kernel_registry.cc | 26 namespace swig { namespace
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | Makefile | 2 SWIG = swig # apt-get install swig ! 15 all: swig 16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clean 18 swig: swig-python swig-perl target 21 swig-python: 22 cd python && make -f Makefile-swig 24 swig-ruby: 25 cd ruby && make -f Makefile-swig 27 swig-perl: 28 cd perl && make -f Makefile-swig [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | Makefile.am | 34 swig/Makefile \ 35 swig/libdisasm.i \ 36 swig/libdisasm_oop.i \ 37 swig/python/Makefile-swig \ 38 swig/perl/Makefile-swig \ 39 swig/perl/Makefile.PL \ 40 swig/ruby/Makefile-swig \ 41 swig/ruby/extconf.rb \ 42 swig/tcl/Makefile-swig \ 43 swig/README
|
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/ |
D | Makefile-swig | 6 SWIG = swig # apt-get install swig ! 40 all: swig-ruby 42 dummy: swig-ruby install uninstall clean 44 swig-ruby: $(RUBY_MOD) 56 swig -ruby -o $(RUBY_SHADOW) -outdir . $<
|
/external/google-breakpad/src/third_party/libdisasm/swig/tcl/ |
D | Makefile-swig | 6 SWIG = swig # apt-get install swig ! 37 all: swig-tcl 39 dummy: swig-tcl install uninstall clean 41 swig-tcl: $(TCL_MOD) 50 swig -tcl -o $(TCL_SHADOW) -outdir . $<
|
/external/google-breakpad/src/third_party/libdisasm/swig/perl/ |
D | Makefile-swig | 6 SWIG = swig # apt-get install swig ! 36 all: swig-perl 38 dummy: swig-perl install uninstall clean 40 swig-perl: $(PERL_MOD) 51 swig -perl -shadow -o $(PERL_SHADOW) -outdir . $<
|
/external/google-breakpad/src/third_party/libdisasm/swig/python/ |
D | Makefile-swig | 6 SWIG = swig # apt-get install swig ! 37 all: swig-python 39 dummy: swig-python install uninstall clean 41 swig-python: $(PYTHON_MOD) 50 swig -python -shadow -o $(PYTHON_SHADOW) -outdir . $<
|
/external/tensorflow/tensorflow/python/client/ |
D | device_lib.i | 44 namespace swig { 87 %unignore tensorflow::swig; 88 %unignore tensorflow::swig::ListDevicesWithSessionConfig; 89 %unignore tensorflow::swig::ListDevices; 93 namespace swig {
|
/external/tensorflow/tensorflow/contrib/decision_trees/proto/ |
D | generic_tree_model_proto.swig | 3 %include "net/proto/swig/protofunc.swig" 6 #error Use this file only as a %include or %import after google.swig.
|
D | BUILD | 7 "generic_tree_model_proto.swig",
|
/external/tensorflow/tensorflow/python/framework/ |
D | cpp_shape_inference.i | 25 %unignore tensorflow::swig; 26 %unignore tensorflow::swig::RunCppShapeInference;
|
D | cpp_shape_inference.h | 27 namespace swig {
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | print_build_info.sh | 61 if [[ ! -z $(which swig) ]]; then 62 SWIG_VER=$(swig -version > /dev/null | grep -m 1 . | awk '{print $3}')
|
/external/dtc/ |
D | README | 15 swig and Python development files. On Debian distributions: 17 sudo apt-get install swig python-dev 66 To disable building the python library, even if swig and Python are available,
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 458 name = "swig", 459 build_file = clean_dep("//third_party:swig.BUILD"), 461 strip_prefix = "swig-3.0.8", 462 system_build_file = clean_dep("//third_party/systemlibs:swig.BUILD"), 464 …"https://mirror.bazel.build/ufpr.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz… 465 "http://ufpr.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz", 466 "http://pilotfiber.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz",
|
/external/libnl/m4/ |
D | ax_pkg_swig.m4 | 19 # 1.3.17), AX_PKG_SWIG checks that the swig package is this version number 69 # Ubuntu has swig 2.0 as /usr/bin/swig2.0 70 AC_PATH_PROGS([SWIG],[swig swig2.0])
|
/external/lmfit/ruby/swig/ |
D | README | 7 swig -ruby lmfit-ruby.i
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_ext.py | 126 self.swig = None 572 swig = self.swig or self.find_swig() 573 swig_cmd = [swig, "-python"]
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_ext.py | 124 self.swig = None 597 swig = self.swig or self.find_swig() 598 swig_cmd = [swig, "-python"]
|
/external/tensorflow/tensorflow/go/ |
D | README.md | 30 sudo apt-get install python swig python-numpy # Linux 31 brew install swig # OS X with homebrew
|
1234