HomeSort by relevance Sort by last modified time
    Searched refs:Python (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython3/Modules/_sqlite/
microprotocols.c 26 #include <Python.h>
  /external/python/cpython3/Tools/freeze/
makefreeze.py 8 #include "Python.h"
74 # Write a C initializer for a module containing the frozen python code.
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_student_t.py 21 from tensorflow.contrib.distributions.python.ops import bijectors
22 from tensorflow.contrib.distributions.python.ops import distribution_util
23 from tensorflow.python.framework import constant_op
24 from tensorflow.python.framework import dtypes
25 from tensorflow.python.framework import ops
26 from tensorflow.python.ops import array_ops
27 from tensorflow.python.ops.distributions import student_t
28 from tensorflow.python.ops.distributions import transformed_distribution
93 ```python
168 validate_args: Python `bool`, default `False`. When `True` distributio
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe.h 22 #include <Python.h>
36 // 'attrs': A Python tuple alternating names and attr values.
73 // Returns the string associated with the passed-in python object.
79 // Wraps the output of get_uid as a Python Long object. Ownership is passed to
122 // python ops.Tensor objects. input_tensor_ids should be a list of python
136 // imperative_grad.py:VSpace named tuple. `target` and `sources` must be python
137 // lists of Tensor objects. `output_gradients` is either None or a python list
177 // On error, returns nullptr and sets python exception.
178 // REQUIRES: `tensor_list` is a python list of EagerTensor
    [all...]
  /build/soong/python/
binary.go 15 package python package
17 // This file contains the module types for building Python binary.
60 stubTemplateHost = "build/soong/python/scripts/stub_template_host.txt"
86 // no Python source file for compiling .par file.
93 // the set to de-duplicate the new Python packages above.
164 panic(fmt.Errorf("unknown Python actualVersion: %q for module: %q.",
200 // Sets the given directory and all its ancestor directories as Python packages.
test.go 15 package python package
21 // This file contains the module types for building Python test.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat 76 @call python "%BASE_TOOLS_PATH%\Scripts\UpdateBuildVersions.py"
90 @cd %BASE_TOOLS_PATH%\Source\Python
93 @echo Error building the Python-based BaseTools
  /external/autotest/client/deps/lansim/src/
wrapper_sys_ioctl.c 26 #include <Python.h>
  /external/jsoncpp/scons-tools/
substinfile.py 14 If a value of SUBST_DICT is a python callable function, it is called and
69 Depends(target, SCons.Node.Python.Value(d))
  /external/python/cpython2/Doc/includes/
noddy2.c 1 #include <Python.h>
  /external/python/cpython2/Lib/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /external/python/cpython2/PC/
winsound.c 38 #include <Python.h>
  /external/python/cpython3/Doc/includes/
noddy2.c 1 #include <Python.h>
  /external/python/cpython3/Lib/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
104 "python%s%s" % (sysconfig.get_config_var("VERSION"),
108 # Python parser starts to read a script using UTF-8 until
  /external/python/cpython3/PC/
winsound.c 38 #include <Python.h>
  /external/python/cpython3/Programs/
_freeze_importlib.c 2 Lib/importlib/_bootstrap.py into a frozen module in Python/importlib.h
5 #include <Python.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 14 # check if Python is called on the first line with this expression
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
55 Python script in the Unix way (first line matches 'first_line_re',
56 ie. starts with "\#!" and contains "python"), then adjust the first
57 line to refer to the current Python interpreter as we copy.
105 "python%s%s" % (_sysconfig.get_config_var("VERSION"),
  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 1 # This script generates the Sound interface for Python.
34 # (since Python users are not supposed to allocate memory)
116 /* Routine passed to Py_AddPendingCall -- call the Python callback */
146 /* SPB callbacks - Schedule callbacks to Python */
  /external/python/cpython3/Tools/msi/
buildrelease.bat 4 rem This script is intended for building official releases of Python.
9 rem alongside an official Python release, by modifying the GUIDs used
15 set RELEASE_URI=http://www.python.org/{arch}
28 set DOWNLOAD_URL=https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi}
77 if not defined PYTHON where py -q || echo Cannot find py on path and PYTHON is not set. && exit /B 1
213 echo --build (-b) Incrementally build Python rather than rebuilding
214 echo --skip-build (-B) Do not build Python (just do the installers)
227 echo For the --pgo option, any Python command line can be used, or 'default' to
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 7 version of the :mod:`json` library contained in Python 2.6, but maintains
8 compatibility with Python 2.4 and Python 2.5 and (currently) has
12 Encoding basic Python object hierarchies::
93 $ echo '{"json":"obj"}' | python -m json.tool
97 $ echo '{ 1.2:3.4}' | python -m json.tool
133 may be ``unicode`` instances, subject to normal Python ``str`` to
179 # could accelerate with writelines in some versions of Python, at
195 ``unicode`` instance subject to normal Python ``str`` to ``unicode``
248 a JSON document) to a Python object.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions_win32.py 166 #include "Python.h"

Completed in 1855 milliseconds

1 2 3 45 6 7 8 91011>>