Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tensorflow2-2.1.2-lp152.7.3.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 updates for aarch64

Name: tensorflow2 Distribution: openSUSE Leap 15.2
Version: 2.1.2 Vendor: openSUSE
Release: lp152.7.3.1 Build date: Tue Oct 20 08:14:23 2020
Group: Development/Languages/Python Build host: obs-arm-7
Size: 178792758 Source RPM: tensorflow2-2.1.2-lp152.7.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.tensorflow.org/
Summary: A framework used for deep learning
This open source software library for numerical computation is used for data
flow graphs. The graph nodes represent mathematical operations, while the graph
edges represent the multidimensional data arrays (tensors) that flow between
them. This flexible architecture enables you to deploy computation to one or
more CPUs in a desktop, server, or mobile device without rewriting code.

Provides

Requires

License

Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND FSFUL AND MIT AND MPL-2.0 AND OpenSSL AND Python-2.0

Changelog

* Tue Oct 13 2020 Christian Goll <cgoll@suse.com>
  - fixed hpc flavor and Leap15.2 builds
* Mon Sep 28 2020 Christian Goll <cgoll@suse.com>
  - updated to 2.1.2 with following fixes (bsc#1177022):
    * Fixes an undefined behavior causing a segfault in tf.raw_ops.Switch (CVE-2020-15190)
    * Fixes three vulnerabilities in conversion to DLPack format
      (CVE-2020-15191, CVE-2020-15192, CVE-2020-15193)
    * Fixes two vulnerabilities in SparseFillEmptyRowsGrad
      (CVE-2020-15194, CVE-2020-15195)
    * Fixes an integer truncation vulnerability in code using the
      work sharder API (CVE-2020-15202)
    * Fixes a format string vulnerability in tf.strings.as_string (CVE-2020-15203)
    * Fixes segfault raised by calling session-only ops in eager mode (CVE-2020-15204)
    * Fixes data leak and potential ASLR violation from tf.raw_ops.StringNGrams (CVE-2020-15205)
    * Fixes segfaults caused by incomplete SavedModel validation (CVE-2020-15206)
    * Fixes a data corruption due to a bug in negative indexing support in TFLite (CVE-2020-15207)
    * Fixes a data corruption due to dimension mismatch in TFLite (CVE-2020-15208)
    * Fixes several vulnerabilities in TFLite saved model format
      (CVE-2020-15209, CVE-2020-15210, CVE-2020-15211)
  - using fft2d.tgz instead of fft.tar.gz
  - removed fft.tar.gz
* Mon Sep 14 2020 Christian Goll <cgoll@suse.com>
  - fixed json-feature-name.patch for leap15.2 builds
* Thu Sep 10 2020 Christian Goll <cgoll@suse.com>
  - updated disk constraints, as sometimes the build fails with too
    low disk space
* Wed Sep 09 2020 Christian Goll <cgoll@suse.com>
  - Package C-headers for standard tensorflow (boo#1175789)
  - fixed build gcc10.1 errors for Tumbleweed with following
    upstream patch:
    * added file Provide-overload-to-cope-with-const-ness-change-of-N.patch
* Tue Sep 08 2020 Christian Goll <cgoll@suse.com>
  - Package header files for Tensoflow2 Lite - boo#1175099
* Thu Sep 03 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Revert memoryperjob constraint support and use again
    %limit_build macro to avoid OOM errors
* Thu Aug 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Lower memoryperjob to 1300 MB (as done for tensorflow)
* Thu Aug 20 2020 Martin Liška <mliska@suse.cz>
  - Use memoryperjob constraint instead of %limit_build macro.
* Thu Jun 25 2020 Christian Goll <cgoll@suse.com>
  - fixed build with json_cpp 1.9.3 (bsc#1173314)
* Fri Jun 19 2020 Christian Goll <cgoll@suse.com>
  - fixed local CUDA builds
* Tue Jun 16 2020 Christian Goll <cgoll@suse.com>
  - updated to 2.1.1 which is a bug fix release mostly for external
    sources which are not part of this package (sqlite,libjpeg-turbo,
    Apache Spark)
    * Fixes a versioning bug which causes Keras layers from TF 1.x to
    be used instead of those from TF 2.x
* Mon May 25 2020 Christian Goll <cgoll@suse.com>
  - fixed broken builds which were caused due to missing dependency
    on @com_google_absl//absl/strings in various BUILD files
  - added patch: fix-google-absl-memory.patch
* Tue Apr 07 2020 Christian Goll <cgoll@suse.com>
  - added mkl-ddn as source and do not use system mkl-dnn (bsc#1168839)
  - removed patches:
    * fixed-mkl-sgemm-call.patch
    * added-mkl_dnn-as-syslib.patch
  - added source:
    mkl-v0.21.2.tar.gz
* Fri Mar 27 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - tensorflow2-lite-devel does not requires libtensorflow*
* Thu Mar 26 2020 Christian Goll <cgoll@suse.com>
  - removed hpc-mvapich2 build (bsc#1167735)
* Tue Mar 24 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Use pip install --no-compile (boo#1094323)
* Fri Mar 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Lite flavor should not provide python3-tensorflow nor tensorflow
* Fri Mar 13 2020 Christian Goll <cgoll@suse.com>
  - removed sources of bazel sources and replaced them by internal packages
    * rules-cc.zip removed
    * bazel-toolchains.tar.gz removed
    * bazel-skylib.0.8.0.tar.gz removed
* Mon Mar 09 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Lite flavor should not provide "tensorflow", otherwise
    tensorlfow2-devel and tensorlfow2-lite-devel conflict and break
    armnn
* Thu Mar 05 2020 Christian Goll <cgoll@suse.com>
  - added Provides: tensorflow, so that Kerase works with this package
    and fixed Leap 15.2 build
* Fri Feb 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix name for libtensorflow* sub-packages
* Thu Feb 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - openSUSE has no CUDA package, so disable cuda build for
    openSUSE
* Fri Feb 14 2020 Christian Goll <cgoll@suse.com>
  - addding changes for CUDA builds
* Thu Feb 13 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add 'Provides' only for hpc flavors, otherwise it matches the
    package name
* Tue Feb 11 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add provides/conflicts to avoid to install tensorflow and
    tensorflow2 as some files are provided by both packages
* Wed Feb 05 2020 Christian Goll <cgoll@suse.com>
  -  removed mkl-dnn as sourc and force usage of system mkl-dnn
    for x86_64 builds
    * removed file mkl-dnn-v021.2.tar.gz
    * added patch: added-mkl_dnn-as-syslib.patch
    * added patch: fixed-mkl-sgemm-call.patch
* Sun Feb 02 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add 1.25.0 as minimal version for grpc-devel
* Fri Jan 31 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add 3.1.5 as a minimal version for double-conversion-devel
    (2.0.1 from SLE15SP2/Leap15.2 is too old)
  - Lower required version for protobuf (3.9.1 from SLE15SP2/Leap15.2
    is fine)
* Thu Jan 30 2020 Christian Goll <cgoll@suse.com>
  - removed AVX2 flavor, this should be fixed via mkl-dnn
* Thu Jan 30 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix build on hpc targets
* Tue Jan 28 2020 Christian Goll <cgoll@suse.com>
  - added shared library packages libtensorflow2,
    libtensorflow_cc2 and libtensorflow_framework2
  - removed the AWS sdk support as this forces a SEGFAULT
    * remobed file aws-sdk-cpp-1.5.8.tar.gz
  - dropped following source files as they are not needed any more
    * removed file backports.weakref-1.0rc1.tar.gz
    * removed file gettid.patch
    * removed file grpc-v1.24.2.gz
    * removed file libjpeg-turbo-2.0.0.tar.gz
    * removed file nsync_1.20.0.tar.gz
* Tue Jan 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Do not try to install *.pb.* files in Lite flavor
* Tue Jan 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Define package name at 'tensorflow2' instead of 'tensorflow'
* Fri Jan 24 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Generate *.pb.* files and package them, to be used by ArmNN
  - Do not build on %ix86
  - Do not build %arm, except for Lite flavor
* Thu Jan 23 2020 Christian Goll <cgoll@suse.com>
  - updated to tensorflow 2.1.0 which is a stable release and has
    following breaking changes:
    * Deletes Operation.traceback_with_start_lines for which we
      know of no usages.
    * Removed id from tf.Tensor.__repr__() as id is not useful other
      than internal debugging.
    * Some tf.assert_* methods now raise assertions at operation
      creation time if the input tensors' values are known at that
      time, not during the session.run(). This only changes behavior
      when the graph execution would have resulted in an error. When
      this happens, a noop is returned and the input tensors are
      marked non-feedable. In other words, if they are used as keys
      in feed_dict argument to session.run(), an error will be raised.
      Also, because some assert ops don't make it into the graph, the
      graph structure changes. A different graph can result in
      different per-op random seeds when they are not given
      explicitly (most often).
    * The following APIs are not longer experimental:
      tf.config.list_logical_devices, tf.config.list_physical_devices,
      tf.config.get_visible_devices, tf.config.set_visible_devices,
      tf.config.get_logical_device_configuration,
      tf.config.set_logical_device_configuration.
    * tf.config.experimentalVirtualDeviceConfiguration has been
      renamed to tf.config.LogicalDeviceConfiguration.
    * tf.config.experimental_list_devices has been removed,
      please use tf.config.list_logical_devices.
  - renamed the project to tensorflow2 so that the original tensorflow
    v1 API compatible release can stay in factory. Following
    changes were made to achive this:
    * added tensorflow-v2.1.0.tar.gz
    * added tensforflow2.spec
    * added tensforflow2.changes
    * removed tensorflow-v1.13.2.tar.gz
    * removed tensorflow.spec
    * removed tensorflow.chnages
  - following source files had to be updated
    * updated abseil-cpp.tar.gz
    * updated bazel-toolchains.tar.gz
    * updated eigen.tar.gz
    * updated gemmlowp.zip
    * updated license.rst.txt
    * updated rules_closure.tar.gz
  - following new souces had to be updated
    * added aws-sdk-cpp-1.5.8.tar.gz
    * added bazel-skylib.0.8.0.tar.gz
    * added fft2d.tgz
    * added rules_cc.zip
  - for the following souces the system libraries are now ues
    * removed aws-sdk-cpp-1.3.15.tar.gz
    * removed double_conversion.zip
    * removed file unicode-org-icu.tar.gz
    * removed file 816a4ae622e964763ca0862d9dbd19324a1eaf45.tar.gz
  - these patches were removed
    * removed file support-new-bazel.patch
    * removed file tensorflow-make_aws_sdk_work_on_aarch64.patch
    * removed file tensorflow-fix_lite.patch
    * removed file remove-keras.patch
    * removed file grpc-namespace-corrections.patch
  - these new patches were added
    * added fix-lite.patch
    * added removed-docker-tools.patch
    * added right-json-location.patch
* Tue Oct 15 2019 Christian Goll <cgoll@suse.com>
  - updated to tensorflow 0.13.2
  - dropped grpc.tar.gz and grpc-v1.13.0.gz as system grpc is used, this
    fixes the broken builds which were introduced with gcc9 (bsc#1152671)
    * added grpc-namespace-corrections.patch in order to use system grpc
  - dropped re2-2018-10-01.tar.gz as system re2 is used now
* Wed Sep 25 2019 Christian Goll <cgoll@suse.com>
  - added remove-keras.patch which removes keras sources and uses
    distribution keras libaries
    * removed keras-applications-1.0.6.tar.gz
    * removed keras-preprocessing-1.0.9.tar.gz
* Mon Sep 23 2019 Christian Goll <cgoll@suse.com>
  - using now system protobuf instead of building it (bsc#1151150)
* Tue Sep 17 2019 guillaume.gardet@opensuse.org
  - Ajust %limit_build to avoid OOM errors
  - Do not use %limit_build for lite flavor
* Mon Jul 29 2019 Christian Goll <cgoll@suse.com>
  - added additonal dependencies
* Wed Jul 17 2019 Christian Goll <cgoll@suse.com>
  - fixed installation location of shared library
* Mon Jul 08 2019 Christian Goll <cgoll@suse.com>
  - removed bazel mirror from as much source links as possible
  - added support-new-bazel.patch support newer upcoming bazel
    versions
* Tue Jun 04 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix build for lite flavor:
    * tensorflow-fix_lite.patch
* Wed May 29 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Call ldconfig for devel package in post/postun
* Mon May 27 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix aarch64 build with upstream patch:
    * tensorflow-make_aws_sdk_work_on_aarch64.patch
* Mon May 27 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add Lite flavor
* Fri Apr 26 2019 Christian Goll <cgoll@suse.com>
  - updated to 1.13.1 fixes boo#1133490
* Fri Mar 29 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update _constraints to avoid OOM errors
* Fri Mar 29 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Build and package libtensorflow_cc and libtensorflow_framework
* Tue Mar 19 2019 Christian Goll <cgoll@suse.com>
  - added fix_mvapich_mpi_bzl.patch which fixes detection of
    mvapich2 mpi library
  - fixed python3 build
* Tue Mar 12 2019 Adrian Schröter <adrian@suse.de>
  - update to version 1.13.1
    * Major Features and Improvements
    * TensorFlow Lite has moved from contrib to core. This means that Python modules are under tf.lite and source code is now under tensorflow/lite rather than tensorflow/contrib/lite.
    * TensorFlow GPU binaries are now built against CUDA 10 and TensorRT 5.0.
    * Support for Python3.7 on all operating systems.
    * Moved NCCL to core.
  - drop merged patch mpilibpath_configure_py.patch
  - drop obsolete pyton3.7 patches
  - disabled jemalloc for now
* Tue Feb 12 2019 cgoll@suse.com
  - enabled aws and googlecloud support
    * removed no_aws_and_googlecloud.patch
* Mon Feb 11 2019 Christian Goll <cgoll@suse.com>
  - Fixed build issues with python 3.7 what introduced the patches
    * python3_7_compatibility.patch backported from upstream
    * python3.7_unicode.patch fixes a minor function call
    * python3.7_async_keyword.patch avoids the new keyword async
* Thu Jan 31 2019 Bernhard Wiedemann <bwiedemann@suse.com>
  - Fix build with python 3.7
* Fri Jan 18 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Build and package libtensorflow.so as some packages may link to it
* Fri Jan 11 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add constraints on HDD size to avoid no space-left error
* Mon Nov 26 2018 Todd R <toddrme2178@gmail.com>
  - Fix python3 provides
  - Minor spec file cleanups
* Sat Nov 24 2018 Todd R <toddrme2178@gmail.com>
  - Provide python3-tensorflow
* Thu Nov 08 2018 cgoll@suse.com
  - updated build command to fit bazel-0.19
* Thu Oct 18 2018 Jan Engelhardt <jengelh@inai.de>
  - Trim pad wording from descriptions.
* Tue Oct 16 2018 cgoll@suse.com
  - Updated to Tensorflow 1.10 as with this release it supports
    the partial use of systemlibs. Still a lot additional sources are
    included which are
    * closure
    * weakref
    * double-conversion
    * gast
    * farmhash
    * nsync
    * gemmlowp
    * abseil-cpp
    * boring-ssl
    * google-apis
    * cub
    * highwayhash
    * abseil-pypi
    * eigen
    * arm_neon_x86_sse
    * fft
    * grpc
    * re2
    Although some of these libraries are available in factory they could
    not be used as explicit versions are needed or bazel or the build
    system links them in the wrong way.
  - mpilibpath_configure_py.patch changes the search path for the mpi
    to also include lib64/
  - no_aws_and_googlecloud.patch removes the dependence of aws,
    googlecloud and kafaka apis, as this version is not compiled with
    the support of this apis.
* Thu Jan 04 2018 cgoll@suse.com
  - Initial commit of Tensorflow 1.4 not all requirement could be met
    by the distribution packages and the sources have to be included.
    This is true for
    - Eigen
    - protobuf
    - grpc
    - lmdb
    - json-cpp
    The build itself is now based on bazel and creates the pip package which
    is then extracted from the build environment

Files

/usr/bin/estimator_ckpt_converter
/usr/bin/saved_model_cli
/usr/bin/tensorboard
/usr/bin/tf_upgrade_v2
/usr/bin/tflite_convert
/usr/bin/toco
/usr/bin/toco_from_protos
/usr/lib64/python3.6/site-packages/tensorflow
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/INSTALLER
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/LICENSE
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/METADATA
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/RECORD
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/WHEEL
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/entry_points.txt
/usr/lib64/python3.6/site-packages/tensorflow-2.1.2.dist-info/top_level.txt
/usr/lib64/python3.6/site-packages/tensorflow/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/audio
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/audio/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autodiff
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autodiff/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autograph
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autograph/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autograph/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/autograph/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/bitwise
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/bitwise/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/app
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/app/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/audio
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/audio/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/autograph
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/autograph/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/autograph/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/autograph/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/bitwise
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/bitwise/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v1
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v1/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v1/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v1/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v2
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v2/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/compat/v2/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/optimizer
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/optimizer/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/threading
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/config/threading/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/data
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/data/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/data/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/data/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/debugging
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/debugging/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/debugging/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/debugging/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute/cluster_resolver
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute/cluster_resolver/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distribute/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distributions
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/distributions/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/dtypes
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/dtypes/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/errors
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/errors/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/feature_column
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/feature_column/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/gfile
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/gfile/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/graph_util
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/graph_util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/image
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/initializers
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/initializers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/io
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/io/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/io/gfile
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/io/gfile/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/layers/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/layers/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/linalg
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/linalg/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/constants
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/constants/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend/python
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend/python/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/microfrontend/python/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/nn
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lite/experimental/nn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/logging
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/logging/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lookup
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lookup/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lookup/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/lookup/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/losses
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/losses/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/manip
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/manip/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/math
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/math/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/metrics
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/metrics/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mlir
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mlir/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mlir/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/mlir/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nest
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nest/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nn
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nn/rnn_cell
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/nn/rnn_cell/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/profiler
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/profiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/python_io
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/python_io/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/quantization
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/quantization/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/queue
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/queue/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/ragged
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/ragged/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/random
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/random/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/random/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/random/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/raw_ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/raw_ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/resource_loader
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/resource_loader/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/builder
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/builder/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/constants
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/constants/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/loader
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/loader/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/main_op
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/main_op/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/signature_constants
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/signature_constants/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/signature_def_utils
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/signature_def_utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/tag_constants
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/tag_constants/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/saved_model/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sets
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/signal
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/signal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sparse
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sparse/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/spectral
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/spectral/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/strings
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/strings/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/summary
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/summary/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sysconfig
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/sysconfig/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/test
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/test/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/tpu
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/tpu/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/tpu/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/tpu/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train/queue_runner
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/train/queue_runner/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/user_ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/user_ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/version
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/version/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/xla
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/xla/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v1/xla/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/audio
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/audio/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autodiff
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autodiff/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autograph
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autograph/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autograph/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/autograph/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/bitwise
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/bitwise/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v1
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v1/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v1/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v1/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v2
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v2/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/compat/v2/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/optimizer
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/optimizer/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/threading
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/config/threading/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/data
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/data/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/data/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/data/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/debugging
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/debugging/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/debugging/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/debugging/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute/cluster_resolver
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute/cluster_resolver/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/distribute/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/dtypes
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/dtypes/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/errors
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/errors/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/experimental/tensorrt
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/experimental/tensorrt/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/feature_column
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/feature_column/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/graph_util
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/graph_util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/image
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/io
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/io/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/io/gfile
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/io/gfile/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/linalg
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/linalg/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend/python
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend/python/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lite/experimental/microfrontend/python/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lookup
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lookup/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lookup/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/lookup/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/math
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/math/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mlir
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mlir/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mlir/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/mlir/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/nest
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/nest/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/nn
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/nn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/quantization
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/quantization/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/queue
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/queue/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/ragged
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/ragged/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/random
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/random/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/random/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/random/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/raw_ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/raw_ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sets
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/signal
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/signal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sparse
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sparse/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/strings
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/strings/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/summary
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/summary/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/summary/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/summary/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sysconfig
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/sysconfig/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/test
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/test/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/tpu
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/tpu/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/tpu/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/tpu/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/train
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/train/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/train/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/train/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/version
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/version/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/xla
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/xla/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/compat/v2/xla/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/optimizer
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/optimizer/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/threading
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/config/threading/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/data
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/data/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/data/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/data/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/debugging
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/debugging/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/debugging/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/debugging/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute/cluster_resolver
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute/cluster_resolver/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/distribute/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/dtypes
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/dtypes/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/errors
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/errors/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/experimental/tensorrt
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/experimental/tensorrt/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/feature_column
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/feature_column/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/graph_util
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/graph_util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/image
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/io
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/io/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/io/gfile
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/io/gfile/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/linalg
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/linalg/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend/python
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend/python/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lite/experimental/microfrontend/python/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lookup
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lookup/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lookup/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/lookup/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/math
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/math/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mlir
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mlir/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mlir/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/mlir/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/nest
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/nest/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/nn
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/nn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/quantization
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/quantization/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/queue
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/queue/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/ragged
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/ragged/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/random
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/random/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/random/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/random/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/raw_ops
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/raw_ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sets
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/signal
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/signal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sparse
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sparse/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/strings
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/strings/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/summary
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/summary/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/summary/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/summary/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sysconfig
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/sysconfig/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/test
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/test/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/tpu
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/tpu/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/tpu/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/tpu/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/train
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/train/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/train/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/train/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/version
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/version/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/xla
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/xla/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/_api/v2/xla/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit/ops/xla_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/jit/ops/xla_ops_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/_wrap_py_utils.so
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/ops/gen_trt_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2tensorrt/wrap_py_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/ops/_xla_ops.so
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/ops/gen_xla_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/python
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/tf2xla/python/xla.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/experimental/xla_sharding
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/experimental/xla_sharding/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/experimental/xla_sharding/xla_sharding.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/python_api
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/python_api/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/python_api/types.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/python_api/xla_shape.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/service
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/service/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/service/hlo_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/compiler/xla/xla_data_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core
/usr/lib64/python3.6/site-packages/tensorflow_core/core/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/debug
/usr/lib64/python3.6/site-packages/tensorflow_core/core/debug/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/debug/debug_service_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/debug/debug_service_pb2_grpc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/debug/debugger_event_metadata_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/example
/usr/lib64/python3.6/site-packages/tensorflow_core/core/example/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/example/example_parser_configuration_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/example/example_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/example/feature_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/allocation_description_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/api_def_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/attr_value_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/cost_graph_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/device_attributes_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/function_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/graph_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/graph_transfer_info_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/kernel_def_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/log_memory_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/node_def_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/op_def_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/reader_base_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/remote_fused_graph_execute_info_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/resource_handle_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/step_stats_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/summary_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/tensor_description_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/tensor_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/tensor_shape_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/tensor_slice_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/types_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/variable_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/framework/versions_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/grappler
/usr/lib64/python3.6/site-packages/tensorflow_core/core/grappler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/grappler/costs
/usr/lib64/python3.6/site-packages/tensorflow_core/core/grappler/costs/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/grappler/costs/op_performance_data_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/kernels
/usr/lib64/python3.6/site-packages/tensorflow_core/core/kernels/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/kernels/boosted_trees
/usr/lib64/python3.6/site-packages/tensorflow_core/core/kernels/boosted_trees/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/kernels/boosted_trees/boosted_trees_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/lib
/usr/lib64/python3.6/site-packages/tensorflow_core/core/lib/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/lib/core
/usr/lib64/python3.6/site-packages/tensorflow_core/core/lib/core/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/lib/core/error_codes_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/op_profile_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profile_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profiler_analysis_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profiler_analysis_pb2_grpc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profiler_service_monitor_result_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profiler_service_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/profiler_service_pb2_grpc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/tfprof_log_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/tfprof_options_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/profiler/tfprof_output_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/bfc_memory_map_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/cluster_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/config_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/control_flow_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/data
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/data/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/data/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/data/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/data/experimental/snapshot_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/debug_event_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/debug_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/device_properties_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/error_codes_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/graph_debug_info_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/meta_graph_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/named_tensor_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/queue_runner_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/remote_tensor_handle_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/rewriter_config_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/saved_model_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/saved_object_graph_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/saver_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/struct_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tensor_bundle_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tensorflow_server_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/compilation_result_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/dynamic_padding_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/optimization_parameters_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/topology_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/tpu_embedding_configuration_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/tpu/tpu_embedding_output_layout_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/trace_events_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/trackable_object_graph_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/transport_options_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/protobuf/verifier_config_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util/event_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util/memmapped_file_system_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util/saved_tensor_slice_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/core/util/test_log_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/examples
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/saved_model/integration_tests
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/saved_model/integration_tests/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/examples/saved_model/integration_tests/mnist_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/libtensorflow_framework.so.2
/usr/lib64/python3.6/site-packages/tensorflow_core/lite
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples/lstm
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples/lstm/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples/lstm/rnn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/examples/lstm/rnn_cell.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/ops/gen_audio_microfrontend_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python/ops/_audio_microfrontend_op.so
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/microfrontend/python/ops/audio_microfrontend_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/tensorboard
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/tensorboard/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/experimental/tensorboard/ops_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/convert.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/convert_saved_model.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/interpreter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/interpreter_wrapper
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/interpreter_wrapper/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/interpreter_wrapper/_tensorflow_wrap_interpreter_wrapper.so
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/interpreter_wrapper/tensorflow_wrap_interpreter_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/lite.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/lite_constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/op_hint.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/optimize
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/optimize/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/optimize/_tensorflow_lite_wrap_calibration_wrapper.so
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/optimize/calibrator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/optimize/tensorflow_lite_wrap_calibration_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/tflite_convert.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/python/wrap_toco.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/logging
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/logging/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/logging/gen_html.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/logging/toco_conversion_log_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/model_flags_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/python
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/python/toco_from_protos.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/toco_flags_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/lite/toco/types_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python
/usr/lib64/python3.6/site-packages/tensorflow_core/python/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_op_def_registry.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_checkpoint_reader.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_debug_events_writer.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_device_lib.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_events_writer.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_kernel_registry.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_py_exception_registry.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_py_func.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_quantize_training.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_scoped_annotation.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_stacktrace_handler.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_stat_summarizer.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_tfprof.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_toco_api.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_traceme.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_transform_graph.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_util_port.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_pywrap_utils.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/_tf_stack.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/arg_defaults.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/asserts.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/break_statements.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/call_trees.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/conditional_expressions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/continue_statements.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/control_flow.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/directives.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/function_scopes.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/list_comprehensions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/lists.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/logical_expressions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/return_statements.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/converters/slices.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/ag_ctx.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/config_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/converter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/converter_testing.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/function_wrappers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/naming.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/core/unsupported_features_checker.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/impl
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/impl/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/impl/api.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/impl/conversion.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/lang
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/lang/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/lang/directives.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/lang/special_functions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/control_flow.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/data_structures.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/exceptions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/logical.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/py_builtins.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/slices.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/special_values.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/operators/symbols.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/anno.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/ast_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/cfg.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/common_transformers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/common_transformers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/common_transformers/anf.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/compiler.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/errors.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/inspect_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/origin_info.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/parser.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/pretty_printer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/qual_names.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis/activity.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis/annos.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis/liveness.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/static_analysis/reaching_definitions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/templates.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/testing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/testing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/testing/basic_definitions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/testing/decorators.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/pyct/transformer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/ag_logging.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/context_managers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/misc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/py_func.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/tensor_list.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/tensors.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/testing.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/autograph/utils/type_check.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client/client_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client/device_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client/session.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/client/timeline.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compat
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compat/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compat/compat.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compat/v2_compat.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/mlir
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/mlir/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/mlir/mlir.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt/test
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt/test/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt/test/tf_trt_integration_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/tensorrt/trt_convert.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/xla
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/xla/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/xla/jit.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/compiler/xla/xla.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/benchmarks
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/benchmarks/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/benchmarks/benchmark_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/reader_dataset_ops_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/serialization
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/serialization/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/serialization/dataset_serialization_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/kernel_tests/stats_dataset_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/batching.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/cardinality.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/counter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/distribute.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/distribute_options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/enumerate_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/error_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/get_single_element.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/grouping.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/interleave_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/iterator_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/map_defun.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/matching_files.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/optimization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/optimization_options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/parsing_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/prefetching_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/readers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/resampling.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/scan_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/shuffle_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/sleep.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/snapshot.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/stats_aggregator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/stats_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/stats_options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/take_while_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/threading_options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/threadpool.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/unique.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/experimental/ops/writers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/kernel_tests
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/kernel_tests/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/kernel_tests/test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/dataset_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/iterator_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/multi_device_iterator_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/optional_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/ops/readers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/convert.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/nest.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/random_seed.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/sparse.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/structure.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/data/util/traverse.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/analyzer_cli.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/base_ui.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/cli_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/cli_shared.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/cli_test_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/command_parser.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/curses_ui.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/curses_widgets.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/debugger_cli_common.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/evaluator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/offline_analyzer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/profile_analyzer_cli.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/readline_ui.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/tensor_format.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/cli/ui_factory.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/debug_mnist.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1/debug_errors.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1/debug_fibonacci.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1/debug_keras.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v1/debug_mnist_v1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v2/debug_fibonacci_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/examples/v2/debug_mnist_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/check_numerics_callback.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/common.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_data.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_events_reader.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_events_writer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_gradients.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_graphs.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_service_pb2_grpc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/debug_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/dumping_callback.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/dumping_callback_test_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/grpc_debug_server.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/grpc_debug_test_server.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/grpc_tensorflow_server.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/op_callbacks_common.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/profiling.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/session_debug_testlib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/source_remote.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/lib/source_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/dumping_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/framework.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/grpc_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/hooks.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/debug/wrappers/local_cli_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/all_reduce.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/central_storage_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/gce_cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/kubernetes_cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/slurm_cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/tfconfig_cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cluster_resolver/tpu_cluster_resolver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/collective_all_reduce_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/combinations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cross_device_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/cross_device_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/device_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distribute_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distribute_coordinator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distribute_coordinator_context.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distribute_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distributed_file_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/distribution_strategy_context.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/estimator_training.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/input_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/input_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/mirrored_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/model_collection
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/model_collection/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/model_collection/model_collection_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/model_collection/simple_models.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/model_combinations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/multi_process_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/multi_process_runner.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/multi_process_runner_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/multi_worker_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/multi_worker_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/numpy_dataset.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/one_device_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/parameter_server_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/reduce_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/saved_model_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/sharded_variable.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/shared_variable_creator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/single_loss_example.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/step_fn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/strategy_combinations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/strategy_test_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/summary_op_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/tpu_strategy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/distribute/values.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/backprop.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/backprop_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/cancellation.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/context.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/core.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/def_function.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/execute.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/executor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/forwardprop.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/forwardprop_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/function.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/graph_only_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/imperative_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/lift_to_graph.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/memory_tests
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/memory_tests/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/memory_tests/memory_test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/monitoring.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/profiler.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/profiler_client.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/remote.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/tape.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/eager/wrap_function.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/baseline.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/boosted_trees.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/boosted_trees_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/dnn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/dnn_linear_combined.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/head.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/linear.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/metric_keys.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/optimizers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/parsing_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/canned/prediction_keys.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/estimator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/estimator_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/export
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/export/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/export/export.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/export/export_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/export/export_output.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/exporter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/gc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/inputs.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/numpy_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/pandas_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/queues
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/queues/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/queues/feeding_functions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/inputs/queues/feeding_queue_runner.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/keras.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/model_fn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/run_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/training.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/estimator/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/dense_features.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/dense_features_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/feature_column.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/feature_column_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/feature_column_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/sequence_feature_column.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/feature_column/utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/auto_control_deps.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/c_api_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/combinations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/common_shapes.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/composite_tensor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/composite_tensor_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/constant_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/convert_to_constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/cpp_shape_inference_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/device.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/device_spec.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/dtypes.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/error_interpolation.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/errors.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/errors_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/fast_tensor_util.so
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/framework_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/func_graph.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/function.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/function_def_to_graph.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/graph_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/graph_to_function_def.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/graph_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/graph_util_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/importer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/indexed_slices.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/kernels.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/load_library.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/meta_graph.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/op_callbacks.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/op_def_library.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/op_def_registry.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/random_seed.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/registry.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/smart_cond.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/sparse_tensor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/subscribe.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/tensor_conversion_registry.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/tensor_like.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/tensor_shape.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/tensor_spec.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/tensor_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/test_combinations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/test_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/traceable_stack.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/type_spec.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/framework/versions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/grappler
/usr/lib64/python3.6/site-packages/tensorflow_core/python/grappler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/grappler/cluster.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/grappler/item.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/grappler/tf_optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/activations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/activations
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/activations/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/densenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/densenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/imagenet_utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/imagenet_utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/inception_resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/inception_resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/inception_v3
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/inception_v3/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/mobilenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/mobilenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/mobilenet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/mobilenet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/nasnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/nasnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet50
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet50/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/vgg16
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/vgg16/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/vgg19
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/vgg19/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/xception
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/applications/xception/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/backend
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/backend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/callbacks
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/callbacks/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/constraints
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/constraints/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/boston_housing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/boston_housing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/cifar10
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/cifar10/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/cifar100
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/cifar100/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/fashion_mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/fashion_mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/imdb
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/imdb/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/reuters
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/datasets/reuters/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/estimator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/estimator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/initializers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/initializers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers/experimental/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/layers/experimental/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/losses
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/losses/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/metrics
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/metrics/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/models
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/models/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/optimizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/optimizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/optimizers/schedules
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/optimizers/schedules/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/premade
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/premade/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/image
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/sequence
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/sequence/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/text
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/preprocessing/text/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/regularizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/regularizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/wrappers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/wrappers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/wrappers/scikit_learn
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v1/keras/wrappers/scikit_learn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/activations
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/activations/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/densenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/densenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/imagenet_utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/imagenet_utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/inception_resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/inception_resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/inception_v3
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/inception_v3/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/mobilenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/mobilenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/mobilenet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/mobilenet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/nasnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/nasnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet50
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet50/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/vgg16
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/vgg16/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/vgg19
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/vgg19/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/xception
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/applications/xception/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/backend
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/backend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/callbacks
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/callbacks/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/constraints
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/constraints/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/boston_housing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/boston_housing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/cifar10
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/cifar10/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/cifar100
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/cifar100/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/fashion_mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/fashion_mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/imdb
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/imdb/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/reuters
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/datasets/reuters/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/estimator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/estimator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/initializers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/initializers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers/experimental/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/layers/experimental/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/losses
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/losses/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/metrics
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/metrics/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/models
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/models/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/optimizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/optimizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/optimizers/schedules
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/optimizers/schedules/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/premade
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/premade/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/image
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/sequence
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/sequence/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/text
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/preprocessing/text/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/regularizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/regularizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/wrappers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/wrappers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/wrappers/scikit_learn
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/_v2/keras/wrappers/scikit_learn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/activations
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/activations/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/densenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/densenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/imagenet_utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/imagenet_utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/inception_resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/inception_resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/inception_v3
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/inception_v3/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/mobilenet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/mobilenet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/mobilenet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/mobilenet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/nasnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/nasnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet50
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet50/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/resnet_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/vgg16
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/vgg16/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/vgg19
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/vgg19/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/xception
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/applications/xception/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/backend
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/backend/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/callbacks
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/callbacks/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/constraints
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/constraints/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/boston_housing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/boston_housing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/cifar10
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/cifar10/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/cifar100
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/cifar100/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/fashion_mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/fashion_mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/imdb
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/imdb/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/mnist
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/mnist/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/reuters
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/datasets/reuters/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/estimator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/estimator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/initializers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/initializers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers/experimental/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/layers/experimental/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/losses
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/losses/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/metrics
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/metrics/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/models
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/models/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/optimizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/optimizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/optimizers/schedules
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/optimizers/schedules/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/premade
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/premade/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/image
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/image/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/sequence
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/sequence/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/text
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/preprocessing/text/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/regularizers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/regularizers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/wrappers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/wrappers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/wrappers/scikit_learn
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/api/keras/wrappers/scikit_learn/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/densenet.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/imagenet_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/inception_resnet_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/inception_v3.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/mobilenet.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/mobilenet_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/nasnet.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/resnet.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/resnet_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/vgg16.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/vgg19.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/applications/xception.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/backend.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/backend_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/callbacks.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/callbacks_v1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/constraints.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/boston_housing.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/cifar.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/cifar10.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/cifar100.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/fashion_mnist.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/imdb.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/mnist.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/datasets/reuters.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/distribute_strategy_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/distributed_training_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_correctness_test_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_dnn_correctness_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_embedding_model_correctness_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_image_model_correctness_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_rnn_model_correctness_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_stateful_lstm_model_correctness_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/keras_utils_test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/multi_worker_testing_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/distribute/multi_worker_training_state.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/base_layer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/base_layer_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/base_preprocessing_layer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/base_preprocessing_layer_v1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/data_adapter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/input_layer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/input_spec.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/network.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/node.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/partial_batch_padding_handler.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/saving.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/sequential.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_arrays.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_distributed.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_eager.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_generator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/engine/training_v2_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/estimator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/estimator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/initializers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/keras_parameterized.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/advanced_activations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/convolutional.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/convolutional_recurrent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/core.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/cudnn_recurrent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/dense_attention.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/embeddings.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/image_preprocessing.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/kernelized.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/local.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/merge.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/noise.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/normalization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/normalization_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/pooling.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/normalization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/normalization_v1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/preprocessing_test_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/text_vectorization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/preprocessing/text_vectorization_v1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/recurrent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/recurrent_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/rnn_cell_wrapper_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/layers/wrappers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/losses.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/metrics.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/autocast_variable.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/loss_scale.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/loss_scale_optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/policy.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/mixed_precision/experimental/test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/model_subclassing_test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/models.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/adadelta.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/adagrad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/adam.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/adamax.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/ftrl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/gradient_descent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/learning_rate_schedule.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/nadam.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/optimizer_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizer_v2/rmsprop.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/optimizers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/premade
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/premade/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/premade/linear.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/premade/wide_deep.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/preprocessing
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/preprocessing/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/preprocessing/image.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/preprocessing/sequence.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/preprocessing/text.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/regularizers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/hdf5_format.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/model_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/save.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/base_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/layer_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/load.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/model_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/network_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/save.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/save_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/serialized_attributes.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model/utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saved_model_experimental.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/saving/saving_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/testing_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/all_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/conv_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/data_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/generic_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/io_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/kernelized_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/layer_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/losses_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/metrics_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/mode_keys.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/multi_gpu_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/np_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/tf_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/utils/vis_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/wrappers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/wrappers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/keras/wrappers/scikit_learn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/bias_op_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/cudnn_deterministic_base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/random
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/random/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/random/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/signal
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/signal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/kernel_tests/signal/test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/convolutional.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/core.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/layers.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/normalization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/pooling.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/layers/utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/io
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/io/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/io/file_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/io/python_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/lib/io/tf_record.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/module
/usr/lib64/python3.6/site-packages/tensorflow_core/python/module/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/module/module.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/array_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/array_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/batch_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/bitwise_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/boosted_trees_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/candidate_sampling_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/check_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/clip_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/clustering_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/collective_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/cond_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/confusion_matrix.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_state.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_util_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_v2_func_graphs.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/control_flow_v2_toggles.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/critical_section_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ctc_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/cudnn_rnn_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/custom_gradient.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/data_flow_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/data_flow_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/default_gradient.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/bernoulli.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/beta.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/bijector.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/bijector_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/bijector_test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/categorical.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/dirichlet.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/dirichlet_multinomial.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/distribution.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/distributions.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/exponential.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/gamma.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/identity_bijector.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/kullback_leibler.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/laplace.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/multinomial.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/normal.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/special_math.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/student_t.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/transformed_distribution.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/uniform.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/distributions/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/embedding_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/functional_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_array_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_audio_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_batch_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_bitwise_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_boosted_trees_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_candidate_sampling_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_checkpoint_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_clustering_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_collective_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_control_flow_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_ctc_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_cudnn_rnn_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_data_flow_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_dataset_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_debug_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_decode_proto_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_encode_proto_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_experimental_dataset_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_functional_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_image_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_io_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_linalg_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_list_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_logging_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_lookup_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_manip_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_math_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_nccl_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_nn_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_parsing_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_ragged_array_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_ragged_conversion_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_ragged_math_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_resource_variable_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_rnn_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_script_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_sdca_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_sendrecv_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_set_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_sparse_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_spectral_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_state_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_stateful_random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_stateless_random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_string_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_summary_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_tensor_forest_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_tpu_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gen_user_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gradient_checker.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gradient_checker_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gradients.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gradients_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/gradients_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/histogram_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/image_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/image_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/image_ops_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/init_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/init_ops_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/initializers_ns.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/inplace_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/io_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/adjoint_registrations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/cholesky_registrations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/inverse_registrations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linalg.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linalg_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_addition.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_adjoint.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_algebra.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_block_diag.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_circulant.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_composition.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_diag.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_full_matrix.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_householder.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_identity.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_inversion.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_kronecker.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_low_rank_update.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_lower_triangular.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_permutation.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_toeplitz.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/linear_operator_zeros.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/matmul_registrations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/registrations_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/solve_registrations.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/conjugate_gradient.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/gen_sparse_csr_matrix_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/sparse.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/sparse_csr_matrix_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg/sparse/sparse_csr_matrix_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/linalg_ops_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/list_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/logging_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/lookup_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses/loss_reduction.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses/losses.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses/losses_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/losses/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/manip_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/manip_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/map_fn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/math_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/math_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/metrics.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/metrics_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/nccl_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/nn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/nn_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/nn_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/nn_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/numerics.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/op_selector.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/optional_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for/control_flow_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for/gradients.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for/pfor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parallel_for/test_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parsing_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/parsing_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/partitioned_variables.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/proto_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_array_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_batch_gather_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_batch_gather_with_default_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_concat_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_conversion_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_dispatch.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_factory_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_functional_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_gather_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_getitem.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_map_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_math_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_operators.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_squeeze_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_string_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_tensor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_tensor_shape.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_tensor_value.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/ragged_where_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/ragged/segment_id_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/random_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/resource_variable_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/resources.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/rnn.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/rnn_cell.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/rnn_cell_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/rnn_cell_wrapper_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/rnn_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/script_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sdca_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/session_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sets.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sets_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/dct_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/fft_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/mel_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/mfcc_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/reconstruction_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/shape_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/signal.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/spectral_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/util_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/signal/window_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sort_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sparse_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/sparse_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/special_math_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/standard_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/state_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/state_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/stateful_random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/stateless_random_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/string_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/structured
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/structured/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/structured/structured_tensor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/summary_op_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/summary_ops_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/template.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/tensor_array_grad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/tensor_array_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/tensor_forest_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/unconnected_gradients.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/variable_scope.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/variables.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/weights_broadcast_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/while_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/ops/while_v2_indexed_slices_rewriter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/analytics.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/app.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/benchmark.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/build_info.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/control_imports.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/flags.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/gfile.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/googletest.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/parameterized.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/remote_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/resource_loader.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/self_check.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/status_bar.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/sysconfig.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/test.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/platform/tf_logging.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/internal
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/internal/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/internal/flops_registry.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/model_analyzer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/option_builder.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/profiler.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/tfprof_logger.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/profiler/traceme.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/pywrap_tensorflow.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/builder.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/builder_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/function_deserialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/function_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/load.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/load_v1_in_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/loader.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/loader_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/main_op.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/main_op_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/model_utils
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/model_utils/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/model_utils/export_output.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/model_utils/export_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/model_utils/mode_keys.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/nested_structure_coder.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/revived_types.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/save.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/save_options.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/saved_model.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/signature_constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/signature_def_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/signature_def_utils_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/signature_serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/simple_save.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/tag_constants.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/saved_model/utils_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/plugin_asset.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/summary.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/summary_iterator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer/event_file_writer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer/event_file_writer_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer/writer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/summary/writer/writer_cache.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tf2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api/generator
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api/generator/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api/generator/create_python_api.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/api/generator/doc_srcs.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/freeze_graph.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/import_pb_to_tensorboard.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/inspect_checkpoint.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/module_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/optimize_for_inference.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/optimize_for_inference_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/print_selective_registration_header.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/saved_model_cli.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/saved_model_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/selective_registration_header_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/strip_unused.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tools/strip_unused_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/_tpu_estimator_embedding.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/api.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/async_checkpoint.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/bfloat16.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/datasets.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/device_assignment.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/error_handling.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/feature_column.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/feature_column_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/functional.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/ops
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/ops/tpu_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/preempted_hook.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/profiler
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/profiler/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/profiler/profiler_analysis_pb2_grpc.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/session_support.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tensor_tracer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tensor_tracer_flags.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tensor_tracer_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tensor_tracer_report.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/topology.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_config.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_context.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_embedding.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_embedding_gradient.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_estimator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_feed.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_function.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_sharding.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_strategy_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/tpu_system_metadata.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/training_loop.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/tpu/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/adadelta.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/adagrad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/adagrad_da.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/adam.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/basic_loops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/basic_session_run_hooks.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/checkpoint_management.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/checkpoint_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/checkpoint_state_pb2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/checkpoint_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/coordinator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/device_setter.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/distribute.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/distribution_strategy_context.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/evaluation.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/loss_scale.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/loss_scale_optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/loss_scaling_gradient_tape.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/mixed_precision.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/experimental/mixed_precision_global_state.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/ftrl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/gen_training_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/gradient_descent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/input.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/learning_rate_decay.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/momentum.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/monitored_session.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/moving_averages.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/proximal_adagrad.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/proximal_gradient_descent.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/py_checkpoint_reader.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/quantize_training.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/queue_runner.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/queue_runner_impl.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/rmsprop.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saver_test_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saving
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saving/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saving/functional_saver.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saving/saveable_object.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/saving/saveable_object_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/server_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/session_manager.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/session_run_hook.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/slot_creator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/summary_io.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/supervisor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/sync_replicas_optimizer.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tensorboard_logging.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/base.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/data_structures.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/graph_view.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/layer_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/python_state.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/tracking.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/tracking/util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/training.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/training_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/training_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/training/warm_starting_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/user_ops
/usr/lib64/python3.6/site-packages/tensorflow_core/python/user_ops/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/user_ops/user_ops.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/all_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/compat.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/compat_internal.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/decorator_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/deprecation.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/deprecation_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/dispatch.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/example_parser_configuration.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/function_utils.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/future_api.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/is_in_graph_mode.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/keyword_args.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/lazy_loader.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/lock_util.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/memory.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/module_wrapper.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/nest.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/object_identity.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/protobuf
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/protobuf/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/protobuf/compare.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/serialization.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_contextlib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_decorator.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_export.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_inspect.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_should_use.py
/usr/lib64/python3.6/site-packages/tensorflow_core/python/util/tf_stack.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common/public_api.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common/test_module1.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common/test_module2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/common/traverse.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/all_renames_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/ast_edits.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/ipynb.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/module_deprecations_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/renames_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/reorders_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/tf_upgrade_v2.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/tf_upgrade_v2_main.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/compatibility/tf_upgrade_v2_safety.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/doc_controls.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/doc_generator_visitor.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/generate_lib.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/parser.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/pretty_docs.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/docs/py_guide_parser.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/pip_package
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/pip_package/__init__.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/pip_package/setup.py
/usr/lib64/python3.6/site-packages/tensorflow_core/tools/pip_package/simple_console.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 13:02:15 2024