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

  /external/libcxx/src/
bind.cpp 14 namespace placeholders namespace
28 } // placeholders
  /external/tensorflow/tensorflow/python/kernel_tests/
scalar_test.py 41 # Use placeholders to bypass shape inference, since only the C++
43 def placeholders(args, feed): function in function:ScalarTest.check
45 return [placeholders(x, feed) for x in args]
58 xs = placeholders(args, feed)
  /external/tensorflow/tensorflow/core/grappler/utils/
functions.h 55 // InputArgExpansion keeps track of the placeholders that were added to the
61 absl::InlinedVector<string, 1> placeholders; member in struct:tensorflow::grappler::InputArgExpansion
229 // attr placeholders) from the attributes of the caller node. Return error if
functions.cc 82 const auto& placeholders = input_arg_expansion.placeholders; local
84 for (int i = 0; i < placeholders.size(); ++i) {
85 const string& placeholder = input_arg_expansion.placeholders[i];
150 const auto& placeholders = input_arg_expansion.placeholders; local
153 // If position is not defined use all placeholders
154 graph_def_inputs->reserve(placeholders.size());
155 for (const string& placeholder : placeholders) {
159 if (position > input_arg_expansion.placeholders.size() - 1)
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
stepper.py 902 def placeholders(self): member in class:NodeStepper
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_util.cc 135 std::map<std::pair<string, int>, Node*> placeholders; local
148 auto iter = placeholders.find(placeholder_index);
150 if (iter == placeholders.end()) {
168 placeholders[placeholder_index] = placeholder_node;
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 63 void PrintBenchmarkUsage(const std::vector<const NodeDef*>& placeholders,
67 std::vector<const NodeDef*> all_inputs(placeholders);
146 std::vector<const NodeDef*> placeholders; local
150 placeholders.push_back(&node);
157 if (placeholders.empty()) {
160 std::cout << "Found " << placeholders.size() << " possible inputs: ";
161 for (const NodeDef* node : placeholders) {
281 PrintBenchmarkUsage(placeholders, variables, outputs, graph_path);
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Diff.java 160 * Adds all allocated placeholders to the given placeholders list.
163 List<AhatInstance> placeholders) {
167 placeholders.add(result);
174 placeholders.add(child.newPlaceHolderInstance());
185 * objects are also appended to the given placeholders list, so their Site
189 List<AhatInstance> placeholders) {
237 p.b.add(createPlaceHolders(pair.a.get(i), placeholders)); local
241 p.a.add(createPlaceHolders(pair.b.get(i), placeholders)); local
340 List<AhatInstance> placeholders = new ArrayList<AhatInstance>() local
341 instances(a.getRooted(), b.getRooted(), placeholders); local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 526 // Create placeholders, shuffle them so the order in the graph is not strictly
533 std::vector<ops::Placeholder> placeholders; local
535 placeholders.emplace_back(root.WithOpName(strings::StrCat("p", i)),
537 placeholders.back().node()->AddAttr("_start_time", i + 1);
555 // Create placeholders, shuffle them so the order in the graph is not strictly
567 std::vector<ops::Placeholder> placeholders; local
569 placeholders.push_back(placeholders_in_order[i]);
572 // Create ops that depend on the placeholders. We give start times to these
578 placeholders[i]);
598 ASSERT_EQ(1 + squares.size() + placeholders.size(), nodes.size())
633 std::vector<Placeholder> placeholders; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
JavaParserFacade.java 141 List<LambdaArgumentTypePlaceholder> placeholders = new LinkedList<>(); local
143 solveArguments(explicitConstructorInvocationStmt, explicitConstructorInvocationStmt.getArguments(), solveLambdas, argumentTypes, placeholders);
166 for (LambdaArgumentTypePlaceholder placeholder : placeholders) {
199 List<LambdaArgumentTypePlaceholder> placeholders = new LinkedList<>(); local
201 solveArguments(objectCreationExpr, objectCreationExpr.getArguments(), solveLambdas, argumentTypes, placeholders);
208 for (LambdaArgumentTypePlaceholder placeholder : placeholders) {
215 List<LambdaArgumentTypePlaceholder> placeholders) {
221 placeholders.add(placeholder);
241 List<LambdaArgumentTypePlaceholder> placeholders = new LinkedList<>(); local
243 solveArguments(methodCallExpr, methodCallExpr.getArguments(), solveLambdas, argumentTypes, placeholders);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckForExemplars.java 146 // .loadFromFile(PatternPlaceholders.class, "data/Placeholders.txt");
159 Set<String> placeholders = new LinkedHashSet<String>(); local
164 placeholders.add(placeholder);
166 return placeholders;
476 Set<String> placeholders = null; local
479 placeholders = patternPlaceholders.get(path).keySet();
484 placeholders != null;
496 // Check that the needed placeholders are there.
497 if (placeholders == null) placeholders = new HashSet<String>()
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateXMB.java 191 // Replace {0}... with placeholders (Mostly done, but need better examples)
192 // Replace datetime fields (MMM, L, ...) with placeholders
854 private final Map<String, PlaceholderInfo> placeholders; field in class:GenerateXMB.PathInfo
    [all...]
  /external/guice/lib/build/
truth-0.36.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 858 milliseconds