Home
last modified time | relevance | path

Searched refs:_access (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py263 def _access(data, iloc): function
498 return (np.array(_access(data, indices)).reshape((indices.shape[0], 1))
499 if len(data.shape) == 1 else _access(data, indices))
509 out[i] = _access(data, sample)
513 out.itemset((i, int(_access(data, sample))), 1.0)
515 for idx, value in enumerate(_access(data, sample)):
518 out[i] = _access(data, sample)
/external/libunwind/doc/
Dlibunwind-ptrace.tex29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo…
31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_…
33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py114 self._access = access
129 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE)
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h219 if ((_access(path, 0)) == -1) in loader_platform_file_exists()
/external/skia/src/ports/
DSkOSFile_win.cpp31 return (0 == _access(path, mode)); in sk_exists()
/external/skqp/src/ports/
DSkOSFile_win.cpp31 return (0 == _access(path, mode)); in sk_exists()
/external/zlib/src/contrib/untgz/
Duntgz.c31 # define access(path,mode) _access(path,mode)
/external/pdfium/samples/
Dpdfium_test.cc59 #define access _access
/external/python/cpython2/Doc/library/
D_winreg.rst520 .. _access-rights:
/external/python/cpython3/Doc/library/
Dwinreg.rst549 .. _access-rights:
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt264 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/_access ; Supplemental ; RBNF ; $1-$2…
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/sqlite/dist/orig/
Dshell.c151 # define access(f,m) _access((f),(m))
/external/sqlite/dist/
Dshell.c157 # define access(f,m) _access((f),(m))