HomeSort by relevance Sort by last modified time
    Searched refs:swig (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/tensorflow/tensorflow/python/util/
util.i 24 %unignore tensorflow::swig;
31 %unignore tensorflow::swig::RegisterSequenceClass;
32 %noexception tensorflow::swig::RegisterSequenceClass;
34 %unignore tensorflow::swig::IsSequence;
35 %noexception tensorflow::swig::IsSequence;
37 %unignore tensorflow::swig::Flatten;
38 %noexception tensorflow::swig::Flatten;
kernel_registry.h 24 namespace swig { namespace in namespace:tensorflow
31 } // namespace swig
kernel_registry.i 24 %unignore tensorflow::swig;
25 %unignore tensorflow::swig::TryFindKernelClass;
util.h 23 namespace swig { namespace in namespace:tensorflow
71 } // namespace swig
  /external/google-breakpad/src/third_party/libdisasm/swig/
Makefile 2 SWIG = swig # apt-get install swig !
10 export INTERFACE_FILE BASE_NAME SWIG GCC CC_FLAGS LD_FLAGS
15 all: swig
16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clea
    [all...]
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.i 25 %unignore tensorflow::swig;
26 %unignore tensorflow::swig::RunCppShapeInference;
cpp_shape_inference.h 27 namespace swig { namespace in namespace:tensorflow
51 } // namespace swig
  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.i 16 // SWIG typemaps and declarations for building, compiling, and
87 // The SWIG object wrappers generated by this file are not intended
101 // Other SWIG object wrappers (e.g. of LocalComputation) are further
124 using namespace xla::swig;
127 namespace swig {
168 %typemap(out) StatusOr<xla::swig::CompiledLocalComputation*> {
173 $typemap(out, xla::swig::CompiledLocalComputation*)
191 %typemap(out) StatusOr<xla::swig::LocalComputation*> {
196 $typemap(out, xla::swig::LocalComputation*)
288 %typemap(in) tensorflow::gtl::ArraySlice<xla::swig::LocalShapedBuffer*
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 9 * You can use them in a swig file like:
14 * %template< IntSet > std::set< int, swig::BinaryPredicate<> >;
30 namespace swig {
47 $1 = new swig::BinaryFunction< >($input);
50 $1 = new swig::UnaryFunction< >($input);
54 $1 = new swig::BinaryPredicate<>($input);
58 $1 = new swig::UnaryPredicate< >($input);
88 namespace swig {
100 VALUE arg1 = swig::from(a);
101 VALUE arg2 = swig::from(b)
    [all...]
std_pair.i 9 namespace swig {
20 int res1 = swig::asval((VALUE)first, pfirst);
23 int res2 = swig::asval((VALUE)second, psecond);
28 int res1 = swig::asval((VALUE)first, pfirst);
31 int res2 = swig::asval((VALUE)second, psecond);
48 swig::type_info<value_type>(),0);
65 int res1 = swig::asval((VALUE)first, pfirst);
68 int res2 = swig::asval((VALUE)second, psecond);
74 int res1 = swig::asval((VALUE)first, pfirst);
77 int res2 = swig::asval((VALUE)second, psecond)
    [all...]
rubycontainer.swg 41 namespace swig {
48 return RTEST( rb_yield( swig::from< T >(v) ) );
100 typename Sequence::size_type ii = swig::check_index(i, size);
101 typename Sequence::size_type jj = swig::slice_index(j, size);
118 typename Sequence::size_type ii = swig::check_index(i, size, true);
119 typename Sequence::size_type jj = swig::slice_index(j, size);
142 typename Sequence::size_type ii = swig::check_index(i, size, true);
143 typename Sequence::size_type jj = swig::slice_index(j, size);
161 namespace swig
183 return swig::as<T>(item, true)
    [all...]
std_map.i 6 namespace swig {
14 return swig::from(v.first);
25 return swig::from(v.second);
81 namespace swig {
103 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
117 swig_type_info *desc = swig::type_info<map_type>();
131 VALUE key = swig::from(i->first);
132 VALUE val = swig::from(i->second);
152 return swig::from( key );
177 rb_ary_push( ary, swig::from(i->first) )
    [all...]
rubycontainer_extended.swg 29 r = swig::from< Type >( val );
67 r = swig::from< Type >( *i );
69 *i = swig::as< Type >( r );
126 %swig_container_extend( %arg( Container ), swig::GC_VALUE );
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_carray.i 6 namespace swig {
23 namespace swig {
33 %typemaps_asptr(SWIG_TYPECHECK_VECTOR, swig::asptr,
38 $result = SWIG_NewPointerObj(swig::make_output_iterator((const $type &)$1),
39 swig::SwigPyIterator::descriptor(),SWIG_POINTER_OWN);
49 swig::SwigPyIterator* __iter__(PyObject **PYTHON_SELF) {
50 return swig::make_output_iterator(self->begin(), self->begin(), self->end(), *PYTHON_SELF);
std_multimap.i 8 namespace swig {
29 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<multimap_type>(),0);
43 swig_type_info *desc = swig::type_info<multimap_type>();
58 swig::SwigVar_PyObject key = swig::from(i->first);
59 swig::SwigVar_PyObject val = swig::from(i->second);
std_pair.i 9 namespace swig {
20 int res1 = swig::asval((PyObject*)first, pfirst);
23 int res2 = swig::asval((PyObject*)second, psecond);
28 int res1 = swig::asval((PyObject*)first, 0);
31 int res2 = swig::asval((PyObject*)second, psecond);
45 swig::SwigVar_PyObject first = PySequence_GetItem(obj,0);
46 swig::SwigVar_PyObject second = PySequence_GetItem(obj,1);
51 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
69 int res1 = swig::asval((PyObject*)first, pfirst);
72 int res2 = swig::asval((PyObject*)second, psecond)
    [all...]
pycontainer.swg 41 %fragment(SWIG_Traits_frag(swig::SwigPtr_PyObject),"header",fragment="StdTraits") {
42 namespace swig {
74 %fragment(SWIG_Traits_frag(swig::SwigVar_PyObject),"header",fragment="StdTraits") {
75 namespace swig {
138 struct less <swig::SwigPtr_PyObject>: public binary_function<swig::SwigPtr_PyObject, swig::SwigPtr_PyObject, bool>
141 operator()(const swig::SwigPtr_PyObject& v, const swig::SwigPtr_PyObject& w) const
148 struct less <swig::SwigVar_PyObject>: public binary_function<swig::SwigVar_PyObject, swig::SwigVar_PyObject, bool
    [all...]
std_map.i 7 namespace swig {
15 return swig::from(v.first);
26 return swig::from(v.second);
79 namespace swig {
105 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
131 swig::SwigVar_PyObject key = swig::from(i->first);
132 swig::SwigVar_PyObject val = swig::from(i->second);
140 swig_type_info *desc = swig::type_info<map_type>()
    [all...]
pyiterators.swg 15 namespace swig {
125 desc = SWIG_TypeQuery("swig::SwigPyIterator *");
143 namespace swig {
194 return swig::from(v);
319 namespace swig
343 %feature("python:tp_iter") SwigPyIterator "&swig::make_output_iterator_builtin";
351 %catches(swig::stop_iteration) SwigPyIterator::value() const;
352 %catches(swig::stop_iteration) SwigPyIterator::incr(size_t n = 1);
353 %catches(swig::stop_iteration) SwigPyIterator::decr(size_t n = 1);
356 %catches(swig::stop_iteration) SwigPyIterator::__next__()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_pair.i 8 namespace swig {
19 int res1 = swig::asval(first, pfirst);
23 int res2 = swig::asval(second, psecond);
29 int res1 = swig::asval(first, pfirst);
33 int res2 = swig::asval((PyObject*)second, psecond);
50 int res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
70 int res1 = swig::asval(first, pfirst);
74 int res2 = swig::asval(second, psecond);
81 int res1 = swig::asval(first, pfirst);
85 int res2 = swig::asval(second, psecond)
    [all...]
octcontainer.swg 36 namespace swig {
83 namespace swig {
131 typename Sequence::size_type ii = swig::check_index(i, size);
132 typename Sequence::size_type jj = swig::slice_index(j, size);
149 typename Sequence::size_type ii = swig::check_index(i, size, true);
150 typename Sequence::size_type jj = swig::slice_index(j, size);
173 typename Sequence::size_type ii = swig::check_index(i, size, true);
174 typename Sequence::size_type jj = swig::slice_index(j, size);
191 namespace swig
203 // swig::SwigVar_PyObject item = OctSequence_GetItem(_seq, _index)
    [all...]
octiterators.swg 13 namespace swig {
107 desc = SWIG_TypeQuery("swig::OctSwigIterator *");
117 namespace swig {
168 return swig::from(v);
292 namespace swig
310 %catches(swig::stop_iteration) OctSwigIterator::value() const;
311 %catches(swig::stop_iteration) OctSwigIterator::incr(size_t n = 1);
312 %catches(swig::stop_iteration) OctSwigIterator::decr(size_t n = 1);
315 %catches(swig::stop_iteration) OctSwigIterator::next();
316 %catches(swig::stop_iteration) OctSwigIterator::previous()
    [all...]
  /external/tensorflow/tensorflow/python/client/
device_lib.i 26 namespace swig {
56 } // namespace swig
64 %unignore tensorflow::swig;
65 %unignore tensorflow::swig::ListDevices;
69 namespace swig {
71 } // namespace swig
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
longlongs.i 5 * Makes use of swig-def-foreign-class, so this header should be loaded
26 " (cl::setq ACL_ffresult (make-instance '#.(swig-insert-id \"longlong\" () :type :class)
30 " (cl:setq ACL_ffresult (make-instance '#.(swig-insert-id \"ulonglong\" () :type :class)
41 (swig-def-foreign-class "longlong"
46 (swig-def-foreign-class "ulonglong"
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 77 namespace swig {
132 static std::string name = make_ptr_name(swig::type_name<Type>());
152 namespace swig {
169 %arg(swig::asval<Type >),
170 %arg(swig::from),
183 %arg(swig::asptr),
184 %arg(swig::from),

Completed in 1179 milliseconds

1 2 3 4 5