HomeSort by relevance Sort by last modified time
    Searched refs:astor (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/autograph/pyct/
compiler.py 30 import astor
49 generator = astor.code_gen.SourceGenerator(indentation, False,
50 astor.string_repr.pretty_string)
70 # Work around the reference cycle generated by astor.
71 # See https://github.com/berkerpeksag/astor/blob/55dd323f7d8d696610c703c0296763c567685c31/astor/code_gen.py#L162 # pylint:disable=line-too-long
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages.sh 114 # Eager-to-graph execution needs astor, gast and termcolor:
115 pip2 install --upgrade astor
116 pip3 install --upgrade astor
install_python3.5_pip_packages.sh 83 # Eager-to-graph execution needs astor, gast and termcolor:
84 pip3.5 install --upgrade astor
install_python3.6_pip_packages.sh 99 # Eager-to-graph execution needs astor, gast and termcolor:
100 pip3 install --upgrade astor
  /external/tensorflow/tensorflow/tools/docs/
parser.py 29 import astor
764 astor.to_source(ast_default).rstrip('\n').replace('\t', '\\t')
    [all...]

Completed in 386 milliseconds