/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/ |
D | any_value.h | 92 struct Placeholder { struct 93 explicit Placeholder(const std::type_info& type_info_) noexcept in Placeholder() function 98 virtual std::unique_ptr<Placeholder> clone() const { in clone() argument 108 struct Holder : public Placeholder { argument
|
/external/skia/src/core/ |
D | SkPicture.cpp | 338 struct Placeholder : public SkPicture { in MakePlaceholder() struct 339 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() argument 341 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder() 345 int approximateOpCount(bool) const override { in MakePlaceholder() 348 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() 349 SkRect cullRect() const override { return fCull; } in MakePlaceholder() 351 SkRect fCull; in MakePlaceholder()
|
/external/rust/android-crates-io/crates/thiserror/src/ |
D | display.rs | 63 pub struct Placeholder; struct 65 impl<'a> AsDisplay<'a> for Placeholder { implementation 74 impl Display for Placeholder { implementation 80 impl Sealed for Placeholder {} implementation
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 360 struct Placeholder { struct 362 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() function 371 PlaceholderStyle fStyle; argument 372 TextStyle fTextStyle; 373 BlockRange fBlocksBefore; 374 TextRange fTextBefore;
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | AnnotationInfo.java | 88 public static class Placeholder { class in AnnotationInfo 91 public Placeholder(String text) { in Placeholder() method in AnnotationInfo.Placeholder
|
/external/accompanist/docs/ |
D | placeholder.md | 1 # Placeholder chapter
|
/external/tensorflow/tensorflow/go/ |
D | util_test.go | 19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { func
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/ |
D | generator.proto | 98 message Placeholder { message
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
|
/external/googleapis/google/cloud/dialogflow/cx/v3/ |
D | generator.proto | 96 message Placeholder { message
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder() 354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
|
/external/pytorch/aten/src/ATen/native/mps/ |
D | OperationUtils.h | 102 Placeholder() : _placeholder(nullptr), _value(nullptr), _tensor(Tensor()) {} in Placeholder() function 103 …Placeholder(MPSGraphTensor* mpsGraphTensor) : _placeholder(mpsGraphTensor), _value(nullptr), _tens… in Placeholder() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 489 Value *Placeholder = reinterpret_cast<Value *>(static_cast<uintptr_t>(-1)); in negate() local
|
/external/cronet/tot/url/ |
D | url_canon.h | 1020 const CHAR* Placeholder() { in Placeholder() function
|
/external/cronet/stable/url/ |
D | url_canon.h | 1020 const CHAR* Placeholder() { in Placeholder() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training_test.cc | 54 Status Placeholder(Graph* g, const string& name, TensorShape shape, in Placeholder() function in tensorflow::__anon6134719d0111::QuantizeTrainingTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | LockFreeTaskQueue.kt | 264 internal class Placeholder(@JvmField val index: Int) in isClosed() class in LockFreeTaskQueueCore
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 379 auto *Placeholder = new GlobalVariable( in TEST() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1368 uint32_t *Placeholder = in processRelocationRef() local 1380 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
|
/external/cldr/docs/ldml/ |
D | tr35-messageFormat.md | 612 ### Placeholder subsection
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
D | RustDemangle.cpp | 57 Placeholder, enumerator
|
/external/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 76 TArray<Placeholder, true> placeholders, in ParagraphImpl() 100 TArray<Placeholder, true> placeholders, in ParagraphImpl()
|