/external/tensorflow/tensorflow/python/tpu/ |
D | datasets.py | 33 def _TextLineDataset(filename: Text) -> dataset_ops.Dataset: 39 def _TFRecordDataset(filename: Text) -> dataset_ops.Dataset: 53 files: Union[Text, dataset_ops.Dataset], 54 filetype: Optional[Union[Text, Callable[[Text], 56 file_reader_job: Optional[Text] = None, 57 worker_job: Optional[Text] = None,
|
D | tpu_embedding_v2.py | 577 def apply_gradients(self, gradients, name: Text = None): 672 def dequeue(self, name: Text = None): 940 mode_override: Text 1126 name: Optional[Text] = None, 1127 device: Optional[Text] = None): 1367 config: Text, 1368 hosts: List[Tuple[int, Text]], argument 1369 variables: Dict[Text, Dict[Text, tf_variables.Variable]], 1412 config: Text, 1413 hosts: List[Tuple[int, Text]], argument [all …]
|
D | tpu.py | 104 def _tpu_system_device_name(job: Optional[Text]) -> Text: 115 job: Optional[Text] = None, 155 job: Optional[Text] = None, 183 def shutdown_system(job: Optional[Text] = None) -> ops.Operation: 281 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation): 314 name: Text, 393 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text): 447 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text): 475 def _EnterOutsideCompilationScope(self, cluster: Optional[Text] = None): 705 def __init__(self, name: Text): [all …]
|
D | async_checkpoint.py | 47 checkpoint_dir: Text, 51 checkpoint_basename: Text = "model.ckpt",
|
D | bfloat16.py | 76 name: Optional[Text] = None
|
D | tpu_embedding_v2_utils.py | 144 variable_creator: Callable[[Text, init_ops_v2.Initializer], 572 combiner: Text = "mean", 573 name: Optional[Text] = None): 695 name: Optional[Text] = None):
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | SourceCodeBuilders.cpp | 65 StringRef Text = getText(E, Context); in buildParens() local 78 StringRef Text = in buildDereference() local 85 StringRef Text = getText(E, Context); in buildDereference() local 99 StringRef Text = in buildAddressOf() local 106 StringRef Text = getText(E, Context); in buildAddressOf() local 130 StringRef Text = getText(E, Context); in buildDot() local 154 StringRef Text = getText(E, Context); in buildArrow() local
|
/external/clang/lib/Format/ |
D | Encoding.h | 35 inline Encoding detectEncoding(StringRef Text) { in detectEncoding() 43 inline unsigned getCodePointCountUTF8(StringRef Text) { in getCodePointCountUTF8() 53 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) { in getCodePointCount() 65 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth() 81 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs() 116 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
|
/external/llvm-project/clang/lib/Format/ |
D | Encoding.h | 34 inline Encoding detectEncoding(StringRef Text) { in detectEncoding() 45 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth() 61 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs() 97 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
|
D | WhitespaceManager.cpp | 124 StringRef Text(PreviousOriginalWhitespaceEndData, in calculateLineBreakInformation() local 880 void WhitespaceManager::storeReplacement(SourceRange Range, StringRef Text) { in storeReplacement() 897 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() 904 std::string &Text, unsigned Newlines, unsigned PreviousEndOfTokenColumn, in appendEscapedNewlineText() 917 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText() 969 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent()
|
/external/rust/crates/regex/src/ |
D | re_trait.rs | 95 type Text: ?Sized + fmt::Debug; typedef 111 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize; in next_after_empty() 116 text: &Self::Text, in shortest_match_at() 121 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at() 126 text: &Self::Text, in find_at() 135 text: &Self::Text, in captures_read_at() 171 pub fn text(&self) -> &'t R::Text { in text() 235 pub fn text(&self) -> &'t R::Text { in text()
|
/external/rust/crates/plotters/src/element/ |
D | text.rs | 10 pub struct Text<'a, Coord, T: Borrow<str>> { struct 13 style: TextStyle<'a>, argument 16 impl<'a, Coord, T: Borrow<str>> Text<'a, Coord, T> { implementation 31 impl<'b, 'a, Coord: 'a, T: Borrow<str> + 'a> PointCollection<'a, Coord> for &'a Text<'b, Coord, T> { implementation 39 impl<'a, Coord: 'a, DB: DrawingBackend, T: Borrow<str>> Drawable<DB> for Text<'a, Coord, T> { implementation
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Text.java | 18 final class Text implements IContent class 22 public Text (final String text, final boolean nbsp) in Text() method in Text
|
/external/skia/modules/skplaintexteditor/include/ |
D | editor.h | 37 struct Text { struct 38 const std::vector<TextLine>& fLines; argument 53 Text text() const { return Text{fLines}; } in text() argument
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() 156 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() 342 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk() 346 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk() 358 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk() 372 const char *Text) { in AddChunk()
|
/external/llvm-project/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 174 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() 248 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() 431 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk() 435 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk() 447 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk() 461 const char *Text) { in AddChunk()
|
/external/llvm-project/llvm/unittests/Support/ |
D | SymbolRemappingReaderTest.cpp | 21 std::string readWithErrors(StringRef Text, StringRef BufferName) { in readWithErrors() 28 void read(StringRef Text, StringRef BufferName) { in read()
|
/external/elfutils/libelf/ |
D | exttypes.h | 55 #define TYPE_EXTRA(Text) Text argument 56 #define TYPE_XLATE(Text) argument
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.h | 33 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 37 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | MDGenerator.cpp | 23 static std::string genItalic(const Twine &Text) { in genItalic() 27 static std::string genEmphasis(const Twine &Text) { in genEmphasis() 43 static void writeLine(const Twine &Text, raw_ostream &OS) { in writeLine() 49 static void writeHeader(const Twine &Text, unsigned int Num, raw_ostream &OS) { in writeHeader()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | RawStringLiteralCheck.cpp | 36 bool isRawStringLiteral(StringRef Text) { in isRawStringLiteral() 57 StringRef Text = Lexer::getSourceText(CharRange, *Result.SourceManager, in containsEscapedCharacters() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Locale.cpp | 9 int columnWidth(StringRef Text) { in columnWidth()
|
/external/llvm-project/llvm/lib/Support/ |
D | Locale.cpp | 9 int columnWidth(StringRef Text) { in columnWidth()
|
/external/llvm/lib/Support/ |
D | Locale.cpp | 10 int columnWidth(StringRef Text) { in columnWidth()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | PragmaCommentHandler.cpp | 22 StringRef Text = in HandleComment() local
|