HomeSort by relevance Sort by last modified time
    Searched defs:Placeholder (Results 1 - 24 of 24) sorted by null

  /external/tensorflow/tensorflow/go/
util_test.go 19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) {
21 Type: "Placeholder",
  /external/skia/src/core/
SkPicture.cpp 320 struct Placeholder : public SkPicture {
321 explicit Placeholder(SkRect cull) : fCull(cull) {}
333 return sk_make_sp<Placeholder>(cull);
  /external/skqp/src/core/
SkPicture.cpp 320 struct Placeholder : public SkPicture {
321 explicit Placeholder(SkRect cull) : fCull(cull) {}
333 return sk_make_sp<Placeholder>(cull);
  /external/tensorflow/tensorflow/contrib/tensorrt/segment/
segment_test.cc 34 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name);
72 TF_OperationDescription* desc = TF_NewOperation(graph, "Placeholder", name);
79 TF_Operation* SegmentTest::Placeholder(TF_Graph* graph, TF_Status* s,
137 TF_Operation* feed = Placeholder(graph, s, "feed");
192 TF_Operation* feed = Placeholder(graph, s, "feed");
240 TF_Operation* feed = Placeholder(graph, s, "feed");
314 TF_Operation* feed = Placeholder(graph, s, "feed");
  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 46 public static class Placeholder {
51 Placeholder(String title, Uri uri, long timestamp) {
63 * Adds an empty placeholder.
66 * @param size the size of the placeholder in pixels.
67 * @param timestamp the timestamp of the placeholder (used for ordering
69 * @return A session instance representing the new placeholder.
71 public Placeholder insertEmptyPlaceholder(String title, Size size, long timestamp) {
73 return new Placeholder(title, uri, timestamp);
77 * Inserts a new placeholder into the filmstrip.
80 * @param placeholder the initial thumbnail to show for this placeholde
    [all...]
  /external/tensorflow/tensorflow/core/graph/
quantize_training_test.cc 53 Status Placeholder(Graph* g, const string& name, TensorShape shape,
55 TF_RETURN_IF_ERROR(NodeBuilder(name, "Placeholder")
368 TF_ASSERT_OK(Placeholder(g, "a", {2, 2}, &a));
462 TF_ASSERT_OK(Placeholder(g, "a", {2, 2}, &a));
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.cpp 36 // Placeholder marks
46 std::string Placeholder(const StringPiece& text) override { return text.to_string(); }
52 std::string Placeholder(const StringPiece& text) override;
61 std::string Placeholder(const StringPiece& text) override;
123 chunk = impl_->Placeholder(chunk);
350 * Note: This leaves placeholder syntax untouched.
360 // Placeholder syntax, no need to pseudolocalize
377 // Treat chunk as a placeholder unless it ends with %.
378 result += ((c == '%') ? chunk : Placeholder(chunk));
438 std::string PseudoMethodAccent::Placeholder(const StringPiece& source)
    [all...]
  /external/tensorflow/tensorflow/c/
c_test_util.cc 86 TF_OperationDescription* desc = TF_NewOperation(graph, "Placeholder", name);
93 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name) {
265 if (node_def.op() != "Placeholder" || node_def.name() != "feed") {
  /external/llvm/unittests/IR/
ConstantsTest.cpp 379 auto *Placeholder = new GlobalVariable(
381 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);
382 ASSERT_EQ(GEP->getOperand(0), Placeholder);
392 Placeholder->replaceAllUsesWith(Alias);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 186 TempMDNode Placeholder;
191 Placeholder(std::move(X.Placeholder)) {}
195 Placeholder = std::move(X.Placeholder);
581 if (!OpD.Placeholder)
582 OpD.Placeholder = Op.clone();
584 return *OpD.Placeholder;
696 // Remember whether this node had a placeholder.
697 bool HadPlaceholder(D.Placeholder);
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 68 private Placeholder mPlaceholder;
92 // Placeholder and progress.
97 // Placeholder is not optional because backgroundColor is part of it.
98 Drawable placeholder = null; local
101 if (mOpts.placeholder != null) {
102 ConstantState constantState = mOpts.placeholder.getConstantState();
104 placeholder = constantState.newDrawable(mResources);
106 placeholder = mOpts.placeholder;
109 Rect bounds = mOpts.placeholder.getBounds()
748 public Drawable placeholder; field in class:ExtendedBitmapDrawable.ExtendedOptions
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 175 /// as a placeholder for the actual definition for forward constants defs.
248 // Create and return a placeholder, which will later be RAUW'd.
266 // Create and return a placeholder, which will later be RAUW'd.
278 /// a placeholder.
288 Constant *Placeholder = ResolveConstants.back().first;
291 // Loop over all users of the placeholder, updating them to reference the
292 // new value. If they reference more than one placeholder, update them all
294 while (!Placeholder->use_empty()) {
295 Value::use_iterator UI = Placeholder->use_begin();
305 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 100 /// The key of this vector is the placeholder constant, the value is the slot
543 /// as a placeholder for the actual definition for forward constants defs.
616 // Create and return a placeholder, which will later be RAUW'd.
634 // Create and return a placeholder, which will later be RAUW'd.
646 /// a placeholder.
656 Constant *Placeholder = ResolveConstants.back().first;
659 // Loop over all users of the placeholder, updating them to reference the
660 // new value. If they reference more than one placeholder, update them all
662 while (!Placeholder->use_empty()) {
663 auto UI = Placeholder->user_begin()
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 342 /// The key of this vector is the placeholder constant, the value is the slot
818 /// as a placeholder for the actual definition for forward constants defs.
891 // Create and return a placeholder, which will later be RAUW'd.
909 // Create and return a placeholder, which will later be RAUW'd.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
accctrl.h 441 ULONG Placeholder;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 63 /// The key of this vector is the placeholder constant, the value is the slot
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 923 // A placeholder op that passes through `input` when its output is not fed.
929 // Returns A placeholder tensor that defaults to `input` if it is not fed.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.2.0/
error_prone_core-2.2.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 1534 milliseconds