Home
last modified time | relevance | path

Searched refs:Lengths (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/hana/
Dcartesian_product.hpp49 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/
Doptimizer_info_builder.h37 … 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,
Doptimizer_info.h33 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;
Doptimizer_info_builder.cc28 … 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()
Doptimizer_info.cc47 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()
Dparameter_server.h124 void InitOptimInputsShape(const Keys &keys, const Values &values, const Lengths &lengths);
133 void AccumGrad(const Keys &key, const Values &values, const Lengths &lengths);
Dparameter_server.cc92 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()
Dconstants.h204 using Lengths = std::vector<int>; variable
/third_party/boost/libs/hana/include/boost/hana/
Dcartesian_product.hpp49 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/
Dunpack_flatten.hpp25 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/
Dunpack_flatten.hpp25 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/
DBitcodeAnalyzer.cpp516 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
517 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
DMetadataLoader.cpp1939 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/
DREADME.md144 ## Code Length Code Lengths
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dmessage_codecs.dart224 // * Lengths and sizes of serialized parts are encoded using an expanding
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dmessage_codecs.dart232 // * Lengths and sizes of serialized parts are encoded using an expanding
/third_party/zlib/doc/
Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/third_party/icu/docs/userguide/strings/
Dindex.md254 ## Handling Lengths, Indexes, and Offsets in Strings
/third_party/icu/icu4j/perf-tests/data/collation/
DTestNames_Latin.txt4586 Master of Female Half-Lengths
/third_party/chromium/patch/
D0001-cve.patch73041 + IntlTest::assertEquals("Lengths should be the same", a.length(), b.length());
73233 IntlTest::assertEquals("Lengths should be the same", a.length(), b.length());