Home
last modified time | relevance | path

Searched refs:basis (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/tensorflow/tensorflow/contrib/solvers/python/ops/
Dlanczos.py120 def gram_schmidt_step(j, basis, v): argument
123 basis_vec = read_colvec(basis, j)
126 return j + 1, basis, v
128 def orthogonalize_once(i, basis, v): argument
130 _, _, v = control_flow_ops.while_loop(lambda j, basis, v: j < i,
131 gram_schmidt_step, [j, basis, v])
137 def orthogonalize_(i, basis, v): argument
139 v_new, v_new_norm = orthogonalize_once(i, basis, v)
145 lambda: orthogonalize_once(i, basis, v),
/external/ltp/testcases/kernel/controllers/memcg/
DREADME7 contain the regression test, basis operation test and stress test of memctl.
30 This script runs all the 38 testcases of basis operation.
/external/ltp/testcases/kernel/controllers/cpuset/
DREADME10 testcases contain the basis operation test and part functionality test of
25 Directory containing the shell script which is used to test the basis
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/Generic/
Dmachine-basic-block-unknown-name.mir3 # a basic block with the machine basis block's name.
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-basic-block-unknown-name.mir3 # a basic block with the machine basis block's name.
/external/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/python/cpython2/Lib/test/decimaltestdata/
DdecSingle.decTest10 -- may contain errors. They are offered on an as-is basis. In --
DdecQuad.decTest10 -- may contain errors. They are offered on an as-is basis. In --
DdecDouble.decTest10 -- may contain errors. They are offered on an as-is basis. In --
/external/skia/resources/text/
Denglish.txt3 …, birth or other status. Furthermore, no distinction shall be made on the basis of the political, …
/external/python/cpython3/Lib/test/decimaltestdata/
DdecSingle.decTest10 -- may contain errors. They are offered on an as-is basis. In --
DdecDouble.decTest10 -- may contain errors. They are offered on an as-is basis. In --
DdecQuad.decTest10 -- may contain errors. They are offered on an as-is basis. In --
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/swiftshader/third_party/subzero/bloat/
DREADME.chromium35 was used as the basis for pnacl-sz.bloat.html.
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
DREADME10 contain the basis operation test and part functionality test of cpu
/external/u-boot/drivers/mailbox/
DKconfig10 the basis of a variety of inter-process/inter-CPU communication
/external/python/cpython2/Misc/
DREADME.coverity3 They run their tool on the Python source code (SVN head) on a daily basis.
/external/u-boot/Licenses/
Dibm-pibs.txt2 basis. Anyone receiving this source is licensed under IBM
/external/python/cpython3/Misc/
DREADME.coverity3 They run their tool on the Python source code (SVN head) on a daily basis.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Qr.pbtxt13 Orthonormal basis for range of `a`. If `full_matrices` is `False` then
/external/curl/
Dlibcurl.pc.in18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
/external/iperf3/.github/
DISSUE_TEMPLATE.md18 Support may be provided on a best-effort basis to other UNIX-like
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp460 CLPostImageProcessor::set_wavelet (CLWaveletBasis basis, uint32_t channel, bool bayes_shrink) in set_wavelet() argument
462 _wavelet_basis = basis; in set_wavelet()
Dcl_post_image_processor.h91 virtual bool set_wavelet (CLWaveletBasis basis, uint32_t channel, bool bayes_shrink);

12345678910>>...26