Home
last modified time | relevance | path

Searched defs:placeholder (Results 1 – 25 of 72) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DBaseTarget.java49 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
57 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
DTarget.java46 void onLoadStarted(Drawable placeholder); in onLoadStarted()
74 void onLoadCleared(Drawable placeholder); in onLoadCleared()
DImageViewTarget.java47 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
69 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
/external/skqp/src/sksl/lex/
DRegexNode.cpp58 std::vector<int> placeholder; in createStates() local
73 std::vector<int> placeholder; in createStates() local
/external/skia/src/sksl/lex/
DRegexNode.cpp58 std::vector<int> placeholder; in createStates() local
73 std::vector<int> placeholder; in createStates() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc64 Output placeholder = in TestSimpleAdd() local
101 Output placeholder = in TestOpExclusionAdd() local
121 Output placeholder = in TestShapePropagation() local
151 Output placeholder = in TestPreserveOutputShapes() local
309 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRemoveUnusedNodes() local
351 Output placeholder = ::tensorflow::ops::Placeholder( in TestMaxConstantSizeInBytes() local
Dtransform_utils_test.cc48 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestMapNamesToNodes() local
81 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestMapNodesToOutputs() local
235 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestFilterGraphDef() local
264 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRemoveAttributes() local
295 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestGetOpTypeMatches() local
388 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestGetOpTypeMatchesDAG() local
425 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestReplaceMatchingOpTypes() local
534 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputs() local
572 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputsWithRedirects() local
610 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputsWithCycle() local
[all …]
Dtransform_graph_test.cc70 Output placeholder = in TestConstantFolding() local
129 Output placeholder = in TestTransformRegistration() local
/external/tensorflow/tensorflow/python/framework/
Dtraceable_stack_test.py38 placeholder = lambda x: x function
56 placeholder = lambda x: x function
/external/compiler-rt/test/esan/Unit/
Dcircular_buffer.cpp53 static char placeholder[sizeof(*LocalBuf)]; in main() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc63 const string& placeholder = attr.second.placeholder(); in ResolveFunctionBodyNodeAttrPlaceholders() local
85 const string& placeholder = input_arg_expansion.placeholders[i]; in RegisterInputArgExpansion() local
155 for (const string& placeholder : placeholders) { in ExpandFunctionDefInput() local
240 const InputArgPlaceholder& placeholder = is_input_placeholder->second; in AsFunctionDefInput() local
328 for (const string& placeholder : input_arg.placeholders) { in GrapplerFunctionItem() local
460 const string& placeholder = attr.second.placeholder(); in InstantiationBodyParameters() local
547 NodeDef* placeholder = function_body.add_node(); in MakeGrapplerFunctionItem() local
786 for (const string& placeholder : input_arg.placeholders) { in MakeFunctionDef() local
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers_test.cc51 Output placeholder = in TEST() local
130 Output placeholder = in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_format_op_test.cc32 const string& template_ = "%s", const string& placeholder = "%s", in Init()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform_test.cc55 Output placeholder = in TEST() local
/external/catch2/scripts/
DupdateDocumentToC.py227 def buildMarkdown(toc_headlines, body, spacer=0, placeholder=None): argument
279 placeholder=None, argument
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequestFutureTarget.java152 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
160 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
/external/perfetto/ui/src/frontend/
Dtopbar.ts132 const placeholder = { constant
/external/antlr/runtime/Python3/
Dez_setup.py257 def _remove_flat_installation(placeholder): argument
297 def _create_fake_setuptools_pkg_info(placeholder): argument
/external/tensorflow/tensorflow/core/framework/
Dattr_value.proto53 string placeholder = 9; field
/external/tensorflow/tensorflow/compiler/tests/
Dcholesky_op_test.py42 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dio_ops.py155 def placeholder(dtype, axes, name=None): function
/external/glide/library/src/main/java/com/bumptech/glide/
DGifRequestBuilder.java308 public GifRequestBuilder<ModelType> placeholder(int resourceId) { in placeholder() method in GifRequestBuilder
317 public GifRequestBuilder<ModelType> placeholder(Drawable drawable) { in placeholder() method in GifRequestBuilder
DBitmapRequestBuilder.java358 public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(int resourceId) { in placeholder() method in BitmapRequestBuilder
367 public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(Drawable drawable) { in placeholder() method in BitmapRequestBuilder
DDrawableRequestBuilder.java318 public DrawableRequestBuilder<ModelType> placeholder(int resourceId) { in placeholder() method in DrawableRequestBuilder
327 public DrawableRequestBuilder<ModelType> placeholder(Drawable drawable) { in placeholder() method in DrawableRequestBuilder
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DOperationBuilderTest.java170 Output<Boolean> placeholder = TestUtil.placeholder(g, "boolean", Boolean.class); in addControlInput() local

123