Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPicture.cpp320 struct Placeholder : public SkPicture { in MakePlaceholder() struct
321 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function
323 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder()
327 int approximateOpCount() const override { return SK_MaxS32; } in MakePlaceholder()
328 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder()
329 SkRect cullRect() const override { return fCull; } in MakePlaceholder()
331 SkRect fCull; in MakePlaceholder()
/external/skqp/src/core/
DSkPicture.cpp320 struct Placeholder : public SkPicture { in MakePlaceholder() struct
321 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function
323 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder()
327 int approximateOpCount() const override { return SK_MaxS32; } in MakePlaceholder()
328 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder()
329 SkRect cullRect() const override { return fCull; } in MakePlaceholder()
331 SkRect fCull; in MakePlaceholder()
/external/tensorflow/tensorflow/go/
Dutil_test.go19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { func
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder()
354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
DSemaCodeComplete.cpp2924 std::string Placeholder; in AddOverloadParameterChunks() local
/external/tensorflow/tensorflow/contrib/tensorrt/segment/
Dsegment_test.cc79 TF_Operation* SegmentTest::Placeholder(TF_Graph* graph, TF_Status* s, in Placeholder() function in tensorflow::tensorrt::segment::test::SegmentTest
/external/tensorflow/tensorflow/core/graph/
Dquantize_training_test.cc53 Status Placeholder(Graph* g, const string& name, TensorShape shape, in Placeholder() function in tensorflow::__anon100fa28a0111::QuantizeTrainingTest
/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/tensorflow/tensorflow/c/
Dc_test_util.cc93 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name) { in Placeholder() function
/external/skqp/tests/
DPictureTest.cpp838 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/external/skia/tests/
DPictureTest.cpp838 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp186 TempMDNode Placeholder; member
/external/clang/lib/CodeGen/
DCGCall.cpp2866 llvm::Value *Placeholder = in createPlaceholderSlot() local
3605 llvm::Instruction *Placeholder = in EmitCall() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp288 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp425 auto Placeholder = dyn_cast<GlobalVariable>(LD->getPointerOperand()); in mapValue() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2434 Value *Placeholder = in visitLoadInst() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1025 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go20563 func Placeholder(scope *Scope, dtype tf.DataType, optional ...PlaceholderAttr) (output tf.Output) { func