HomeSort by relevance Sort by last modified time
    Searched defs:swig (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.h 27 namespace swig { namespace in namespace:tensorflow
51 } // namespace swig
cpp_shape_inference.cc 29 namespace swig { namespace in namespace:tensorflow
207 } // namespace swig
  /external/tensorflow/tensorflow/python/util/
kernel_registry.h 24 namespace swig { namespace in namespace:tensorflow
31 } // namespace swig
util.h 23 namespace swig { namespace in namespace:tensorflow
71 } // namespace swig
kernel_registry.cc 26 namespace swig { namespace in namespace:tensorflow
58 } // namespace swig
util.cc 21 namespace swig { namespace in namespace:tensorflow
126 } // namespace swig
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 1 (declare (hide swig-initialize))
3 (define (swig-initialize obj initargs create)
4 (slot-set! obj 'swig-this
5 (if (memq 'swig-this initargs)
9 (slot-ref ret 'swig-this)
12 (define-class <swig-metaclass-$module> (<class>) (void))
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
15 (if (not (memq ':swig-virtual slot))
20 (if (eq? (car lst) ':swig-get)
26 (if (eq? (car lst) ':swig-set
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 4 ;;;* This file contains generic SWIG GOOPS classes for generated
8 (define-module (Swig swigrun))
10 (define-module (Swig common)
12 #:use-module (Swig swigrun))
14 (define-class <swig-metaclass> (<class>)
17 (define-method (initialize (class <swig-metaclass>) initargs)
21 (define-class <swig> ()
22 (swig-smob #:init-value #f)
23 #:metaclass <swig-metaclass>
26 (define-method (initialize (obj <swig>) initargs
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.h 35 namespace swig { namespace in namespace:xla
119 } // namespace swig
local_computation_builder.h 29 namespace swig { namespace in namespace:xla
78 // via SWIG.
101 // made available to Python via SWIG.
120 // - Support consumption by SWIG in order to be made available to
336 } // namespace swig
numpy_bridge.cc 22 namespace swig { namespace in namespace:xla
515 } // namespace swig
local_computation_builder.cc 23 namespace swig { namespace in namespace:xla
594 } // namespace swig
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 208 // TODO(rsc): Should we include the SWIG version or Fortran/GCC/G++/Objective-C compiler versions?
399 // Run SWIG on each .swig and .swigcxx file.
403 outGo, outC, outCXX, err := b.swig(a, a.Package, objdir, pcCFLAGS)
2162 func (b *Builder) swig(a *Action, p *load.Package, objdir string, pcCFLAGS []string) (outGo, outC, outCXX []string, err error) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 208 // TODO(rsc): Should we include the SWIG version or Fortran/GCC/G++/Objective-C compiler versions?
399 // Run SWIG on each .swig and .swigcxx file.
403 outGo, outC, outCXX, err := b.swig(a, a.Package, objdir, pcCFLAGS)
2162 func (b *Builder) swig(a *Action, p *load.Package, objdir string, pcCFLAGS []string) (outGo, outC, outCXX []string, err error) { func
    [all...]

Completed in 186 milliseconds