Home
last modified time | relevance | path

Searched defs:PlaceholderInfo (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPatternPlaceholders.java35 public static class PlaceholderInfo { class in PatternPlaceholders
39 private PlaceholderInfo(String name, String example) { in PlaceholderInfo() method in PatternPlaceholders.PlaceholderInfo
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc330 struct PlaceholderInfo { in AddPlaceholdersForFeeds() struct
331 const tf2xla::Feed* feed = nullptr; // point to Feed in <config>. in AddPlaceholdersForFeeds()
332 string placeholder_name; in AddPlaceholdersForFeeds()
333 DataType data_type = DT_INVALID; in AddPlaceholdersForFeeds()