Home
last modified time | relevance | path

Searched defs:Distribution (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/tests/rustdoc/
Dissue-55001.rs12 pub trait Distribution<T> {} trait
17 impl<A> Distribution<Point<A>> for Standard impl
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/initializer/
Dinit_random.cc48 using Distribution = random::UniformDistribution<double>; in RandomUniform() typedef
54 using Distribution = random::NormalDistribution<double>; in RandomNormal() typedef
60 using Distribution = random::TruncatedNormal<double>; in TruncatedNormal() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h375 struct Distribution { struct
382 Distribution() = default; argument
384 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal()
388 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit()
392 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge()
/third_party/skia/m133/third_party/externals/expat/expat/
DREADME.md120 ### a) Building with the configure script (i.e. GNU Autotools)
211 ### b) Building with CMake
/third_party/skia/third_party/externals/expat/
DREADME.md113 ### a) Building with the configure script (i.e. GNU Autotools)
204 ### b) Building with CMake
/third_party/skia/third_party/externals/expat/expat/
DREADME.md113 ### a) Building with the configure script (i.e. GNU Autotools)
204 ### b) Building with CMake
/third_party/grpc/test/core/util/
Drandom_early_detection_test.cc31 TEST(RandomEarlyDetectionTest, Distribution) { in TEST() argument
/third_party/mesa3d/docs/gallium/
Ddistro.rst1 Distribution title
/third_party/PyYAML/
Dsetup.py124 class Distribution(_Distribution): class
/third_party/python/Lib/distutils/
Ddist.py44 class Distribution: class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/probability/distribution/
Ddistribution.py29 class Distribution(Cell): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp69 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
/third_party/python/Lib/importlib/metadata/
D__init__.py531 class Distribution: class
/third_party/json/tests/thirdparty/Fuzzer/test/
DFuzzerUnittest.cpp585 TEST(Corpus, Distribution) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1344 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef