Home
last modified time | relevance | path

Searched defs:Fill (Results 1 – 25 of 90) sorted by relevance

1234

/external/rust/crates/rand/src/
Drng.rs312 pub trait Fill { interface
320 impl Fill for [$t] { impl
337 impl Fill for [u8] { impl
346 impl Fill for [$t] { impl
364 impl Fill for [Wrapping<$t>] { impl
400 impl<T> Fill for [T; $n] where [T]: Fill { impl
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops.cc107 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anonaa8a59540111::StatelessRandomOp
123 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anonaa8a59540111::StatelessRandomUniformIntOp
160 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anonaa8a59540111::StatelessRandomUniformFullIntOp
181 void Fill(OpKernelContext* ctx, random::PhiloxRandom random, in Fill() function in tensorflow::__anonaa8a59540111::StatelessRandomPoissonOp
Dstateless_random_ops_v2.cc109 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonbad0537b0111::StatelessRandomOp
133 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonbad0537b0111::StatelessRandomUniformIntOp
177 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonbad0537b0111::StatelessRandomUniformFullIntOp
Dstateless_random_gamma_op.cc58 static Status Fill(OpKernelContext* ctx, const T* alpha_flat, in Fill() function
224 void Fill(OpKernelContext* ctx, random::PhiloxRandom random, Tensor* output) { in Fill() function in tensorflow::__anon966d9f630311::StatelessRandomGammaOp
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfill.h26 void Fill(const RuntimeShape& value_shape, const T* value_data, in Fill() function
/external/llvm-project/llvm/include/llvm/Support/
DFormatAdapters.h30 char Fill; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
DFormatCommon.h23 char Fill; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h31 char Fill; variable
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
DFormatCommon.h23 char Fill; member
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon8511cce00111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anonac103a320111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anoncc56cc810111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon9545bcb10111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anonf0c204000111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon4a788bf20111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc344 static void Fill(const int64* data, size_t n, TensorProto* proto) { in Fill() function
358 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill() function
373 static void Fill(const ResourceHandle* data, size_t n, TensorProto* proto) { in Fill() function
391 static void Fill(const Variant* data, size_t n, TensorProto* proto) { in Fill() function
411 static void Fill(const complex64* data, size_t n, TensorProto* proto) { in Fill() function
427 static void Fill(const complex128* data, size_t n, TensorProto* proto) { in Fill() function
443 static void Fill(const qint32* data, size_t n, TensorProto* proto) { in Fill() function
452 static void Fill(const bfloat16* data, size_t n, TensorProto* proto) { in Fill() function
462 static void Fill(const Eigen::half* data, size_t n, TensorProto* proto) { in Fill() function
/external/skqp/src/codec/
DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() function in SkSampler
/external/skia/src/codec/
DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() function in SkSampler
/external/openscreen/util/
Dyet_another_bit_vector.h25 enum Fill : bool { SET = true, CLEARED = false }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTableGenBackend.cpp21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
/external/llvm-project/llvm/lib/TableGen/
DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
/external/llvm/lib/TableGen/
DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h77 FillFunction Fill) { in assembleToFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h153 Fill, enumerator
204 struct Fill : Chunk { struct
213 Fill() : Chunk(ChunkKind::Fill) {} in Fill() argument
215 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp45 const auto Fill = Repetitor->Repeat(Instructions, kMinInstructions); in TestCommon() local

1234