Home
last modified time | relevance | path

Searched defs:rewrites (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc129 std::vector<std::pair<string, string>>* rewrites) { in AddRewritesForShape() argument
165 const std::vector<std::pair<string, string>>& rewrites) { in RewriteWithName() argument
184 std::vector<std::pair<string, string>> rewrites; in GenArgMethods() local
241 std::vector<std::pair<string, string>> rewrites; in GenResultMethods() local
279 std::vector<std::pair<string, string>> rewrites; in GenVariableMethods() local
696 const std::vector<std::pair<string, string>> rewrites = { in GenerateHeader() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java246 List<? super RewriteOperation> rewrites = getProgram(programName); in insertBefore() local
272 List<? super RewriteOperation> rewrites = getProgram(programName); in replace() local
368 List<RewriteOperation> rewrites = programs.get(programName); in toString() local
460 …tends RewriteOperation> reduceToSingleOperationPerIndex(List<? extends RewriteOperation> rewrites)… in reduceToSingleOperationPerIndex()
568 …xtends RewriteOperation> List<? extends T> getKindOfOps(List<? extends RewriteOperation> rewrites,… in getKindOfOps()
573 …xtends RewriteOperation> List<? extends T> getKindOfOps(List<? extends RewriteOperation> rewrites,… in getKindOfOps()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs490 …ctionary<int, RewriteOperation> ReduceToSingleOperationPerIndex(IList<RewriteOperation> rewrites) { in ReduceToSingleOperationPerIndex()
586 …protected virtual IList<RewriteOperation> GetKindOfOps(IList<RewriteOperation> rewrites, Type kind… in GetKindOfOps()
591 …protected virtual IList<RewriteOperation> GetKindOfOps(IList<RewriteOperation> rewrites, Type kind… in GetKindOfOps()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs565 …ctionary<int, RewriteOperation> ReduceToSingleOperationPerIndex( IList<RewriteOperation> rewrites ) in ReduceToSingleOperationPerIndex()
694 …protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kin… in GetKindOfOps()
700 …protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kin… in GetKindOfOps()
/external/openscreen/cast/cast_core/api/v2/
Durl_rewrite.proto38 repeated UrlRequestRewrite rewrites = 3; field
/external/antlr/runtime/Python3/antlr3/
Dstreams.py1276 def reduceToSingleOperationPerIndex(self, rewrites): argument
1434 def getKindOfOps(self, rewrites, kind, before=None): argument
/external/antlr/runtime/Python/antlr3/
Dstreams.py1336 def reduceToSingleOperationPerIndex(self, rewrites): argument
1494 def getKindOfOps(self, rewrites, kind, before=None): argument