/third_party/boost/boost/hana/ |
D | cartesian_product.hpp | 49 template <std::size_t ...Lengths> 52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length() 62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of() 63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | optimizer_info_builder.h | 37 … const Values &values, const Lengths &lens, const InputsShapePtr &inputs_shape, size_t worker_num, 41 … const Lengths &lens, const InputsShapePtr &inputs_shape, size_t worker_num, 50 const Lengths &lens, const InputsShapePtr &inputs_shape = nullptr); 59 … *BuildInputs(const WeightPtr &weight, const Keys &keys, const Values &values, const Lengths &lens, 68 … *BuildInputs(const WeightPtr &weight, const Keys &keys, const Values &values, const Lengths &lens, 77 … *BuildInputs(const WeightPtr &weight, const Keys &keys, const Values &values, const Lengths &lens,
|
D | optimizer_info.h | 33 virtual void Update(const Values &values, const Lengths &lengths) {} in Update() 34 virtual void Accumulate(const Values &values, const Lengths &lengths) = 0; 54 const Lengths &lens); 65 void Accumulate(const Values &values, const Lengths &lens) override; 76 void Accumulate(const Values &values, const Lengths &lens) override; 94 void Update(const Values &values, const Lengths &lens) override; 108 void Update(const Values &values, const Lengths &lens) override;
|
D | optimizer_info_builder.cc | 28 … const Lengths &lens, const InputsShapePtr &inputs_shape, size_t worker_num, in Build() 57 void *ps_data, const Lengths &ps_lens, in GenInputAddrPtr() 115 … const Lengths &lens, const InputsShapePtr &, size_t, in BuildInputs() 147 … const Lengths &lens, const InputsShapePtr &inputs_shape, size_t, in BuildInputs() 206 … const Lengths &lens, const InputsShapePtr &inputs_shape, size_t, in BuildInputs()
|
D | optimizer_info.cc | 47 const Lengths &lens) { in UpdateOptimInputValue() 82 void DenseOptimInfo::Accumulate(const Values &values, const Lengths &lengths) { in Accumulate() 121 void SparseOptimInfo::Accumulate(const Values &values, const Lengths &lengths) { in Accumulate() 280 void MomentumOptimInfo::Update(const Values &values, const Lengths &lens) { in Update() 337 void SparseAdamOptimInfo::Update(const Values &values, const Lengths &lens) { in Update()
|
D | parameter_server.h | 124 void InitOptimInputsShape(const Keys &keys, const Values &values, const Lengths &lengths); 133 void AccumGrad(const Keys &key, const Values &values, const Lengths &lengths);
|
D | parameter_server.cc | 92 void ParameterServer::InitOptimInputsShape(const Keys &keys, const Values &values, const Lengths &l… in InitOptimInputsShape() 322 void ParameterServer::AccumGrad(const Keys &keys, const Values &values, const Lengths &lengths) { in AccumGrad() 633 Lengths lens = {input.len().begin(), input.len().end()}; in HandlePushReq() 712 Lengths lens = {input.len().begin(), input.len().end()}; in HandleInitInputsShape()
|
D | constants.h | 204 using Lengths = std::vector<int>; variable
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | cartesian_product.hpp | 49 template <std::size_t ...Lengths> 52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length() 62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of() 63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
|
/third_party/boost/boost/hana/detail/ |
D | unpack_flatten.hpp | 25 template <std::size_t ...Lengths> 28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0}; 30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0); 35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
|
/third_party/boost/libs/hana/include/boost/hana/detail/ |
D | unpack_flatten.hpp | 25 template <std::size_t ...Lengths> 28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0}; 30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0); 35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 516 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local 517 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
|
D | MetadataLoader.cpp | 1939 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local 1940 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | README.md | 144 ## Code Length Code Lengths
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/ |
D | message_codecs.dart | 224 // * Lengths and sizes of serialized parts are encoded using an expanding
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | message_codecs.dart | 232 // * Lengths and sizes of serialized parts are encoded using an expanding
|
/third_party/zlib/doc/ |
D | rfc1951.txt | 624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/ |
D | rfc1951.txt | 624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/ |
D | rfc1951.txt | 624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
|
/third_party/icu/docs/userguide/strings/ |
D | index.md | 254 ## Handling Lengths, Indexes, and Offsets in Strings
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 4586 Master of Female Half-Lengths
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 73041 + IntlTest::assertEquals("Lengths should be the same", a.length(), b.length()); 73233 IntlTest::assertEquals("Lengths should be the same", a.length(), b.length());
|