Home
last modified time | relevance | path

Searched defs:Placeholder (Results 1 – 25 of 45) sorted by relevance

12

/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
Dany_value.h92 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/
DSkPicture.cpp338 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/
Ddisplay.rs63 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/
DTextStyle.h360 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/
DAnnotationInfo.java88 public static class Placeholder { class in AnnotationInfo
91 public Placeholder(String text) { in Placeholder() method in AnnotationInfo.Placeholder
/external/accompanist/docs/
Dplaceholder.md1 # Placeholder chapter
/external/tensorflow/tensorflow/go/
Dutil_test.go19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { func
/external/angle/third_party/spirv-tools/src/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
Dgenerator.proto98 message Placeholder { message
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
/external/googleapis/google/cloud/dialogflow/cx/v3/
Dgenerator.proto96 message Placeholder { message
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder()
354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
/external/pytorch/aten/src/ATen/native/mps/
DOperationUtils.h102 Placeholder() : _placeholder(nullptr), _value(nullptr), _tensor(Tensor()) {} in Placeholder() function
103Placeholder(MPSGraphTensor* mpsGraphTensor) : _placeholder(mpsGraphTensor), _value(nullptr), _tens… in Placeholder() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp489 Value *Placeholder = reinterpret_cast<Value *>(static_cast<uintptr_t>(-1)); in negate() local
/external/cronet/tot/url/
Durl_canon.h1020 const CHAR* Placeholder() { in Placeholder() function
/external/cronet/stable/url/
Durl_canon.h1020 const CHAR* Placeholder() { in Placeholder() function
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training_test.cc54 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/
DLockFreeTaskQueue.kt264 internal class Placeholder(@JvmField val index: Int) in isClosed() class in LockFreeTaskQueueCore
/external/llvm/unittests/IR/
DConstantsTest.cpp379 auto *Placeholder = new GlobalVariable( in TEST() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1368 uint32_t *Placeholder = in processRelocationRef() local
1380 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
/external/cldr/docs/ldml/
Dtr35-messageFormat.md612 ### Placeholder subsection
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DRustDemangle.cpp57 Placeholder, enumerator
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp76 TArray<Placeholder, true> placeholders, in ParagraphImpl()
100 TArray<Placeholder, true> placeholders, in ParagraphImpl()

12