Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 25 of 182) sorted by relevance

12345678

/external/tensorflow/tensorflow/python/tpu/
Ddatasets.py33 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,
Dtpu_embedding_v2.py578 def apply_gradients(self, gradients, name: Optional[Text] = None):
673 def dequeue(self, name: Optional[Text] = None):
941 mode_override: Text
1130 name: Optional[Text] = None,
1131 device: Optional[Text] = None):
1379 config: Text,
1380 hosts: List[Tuple[int, Text]], argument
1381 variables: Dict[Text, Dict[Text, tf_variables.Variable]],
1424 config: Text,
1425 hosts: List[Tuple[int, Text]], argument
[all …]
Dtpu.py104 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):
313 name: Text,
398 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text):
452 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text):
481 def _EnterOutsideCompilationScope(self, cluster: Optional[Text] = None):
710 def __init__(self, name: Text):
[all …]
Dasync_checkpoint.py47 checkpoint_dir: Text,
51 checkpoint_basename: Text = "model.ckpt",
Dbfloat16.py76 name: Optional[Text] = None
Dtpu_embedding_v2_utils.py146 variable_creator: Callable[[Text, init_ops_v2.Initializer],
736 combiner: Text = "mean",
737 name: Optional[Text] = None):
868 name: Optional[Text] = None):
/external/clang/lib/Format/
DEncoding.h35 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()
DWhitespaceManager.cpp498 StringRef Text) { in storeReplacement()
509 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText()
515 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, in appendNewlineText()
529 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText()
DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, in getCommentSplit()
86 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit()
388 StringRef Text = Lines[LineIndex].substr(TailOffset); in insertBreak() local
408 StringRef Text = Lines[LineIndex].substr(TailOffset); in replaceWhitespace() local
/external/rust/crates/regex/src/
Dre_trait.rs95 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/
Dtext.rs10 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> { argument
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/skia/modules/skplaintexteditor/include/
Deditor.h37 struct Text { struct
38 const std::vector<TextLine>& fLines; argument
53 Text text() const { return Text{fLines}; } in text() argument
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DText.java18 final class Text implements IContent class
22 public Text (final String text, final boolean nbsp) in Text() method in Text
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp81 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/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DText.java10 public class Text { class
14 public Text(String text) { in Text() method in Text
/external/python/setuptools/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/external/rust/crates/ciborium-ll/src/
Dseg.rs62 pub struct Text { struct
67 impl Parser for Text { argument
/external/elfutils/libelf/
Dexttypes.h55 #define TYPE_EXTRA(Text) Text argument
56 #define TYPE_XLATE(Text) argument
/external/tensorflow/tensorflow/lite/python/
Dmetrics_portable.py35 model_hash: Optional[Text] = None,
36 model_path: Optional[Text] = None) -> None:
Dmetrics_nonportable.py70 model_hash: Optional[Text] = None,
71 model_path: Optional[Text] = None) -> None:
/external/clang/lib/AST/
DCommentParser.cpp135 StringRef Text) { in formTokenWithChars()
181 StringRef Text = StringRef(TextPtr, Length); in lexWord() local
226 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local
709 StringRef Text; in parseVerbatimLine() local
/external/llvm/lib/Support/
DLocale.cpp10 int columnWidth(StringRef Text) { in columnWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
/external/clang/include/clang/AST/
DCommentLexer.h105 void setText(StringRef Text) { in setText()
147 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
168 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()

12345678