Module tf.search
Guidance for searching
- User guide to search:
tf.about.searchusage
- Search API:
tf.search.search
. - Implementation of search:
tf.about.searchdesign
Expand source code Browse git
"""
# Guidance for searching
* User guide to search: `tf.about.searchusage`
* Search API: `tf.search.search`.
* Implementation of search: `tf.about.searchdesign`
"""
Sub-modules
tf.search.graph
-
Graph oriented functions needed for search
tf.search.relations
-
Search by relational patterns between nodes
tf.search.search
-
Search (top-level)
tf.search.searchexe
-
Search execution management
tf.search.semantics
-
Semantics of search templates
tf.search.spin
-
Search pre-processing
tf.search.stitch
-
Search result finding
tf.search.syntax
-
Syntax of search templates