在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → tensorflow 1.3 arm

tensorflow 1.3 arm

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:56.31M
  • 下载次数:3
  • 浏览次数:115
  • 发布时间:2021-02-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
编译好的tensorflow 1.3 版本 python库,适用于android平台,arm架构。可用于在android上采用python开发基于tensorflow的应用。
【实例截图】
【核心代码】
dc7723bc-4616-4215-b46d-491c90e45018
└── tensorflow
└── python2.7
└── dist-packages
├── backports
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── weakref.py
│   └── weakref.pyc
├── backports.weakref-1.0rc1.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── bleach
│   ├── callbacks.py
│   ├── callbacks.pyc
│   ├── encoding.py
│   ├── encoding.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── sanitizer.py
│   ├── sanitizer.pyc
│   ├── version.py
│   └── version.pyc
├── bleach-1.5.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── external
│   ├── boringssl
│   │   └── LICENSE
│   ├── com_googlesource_code_re2
│   │   ├── LICENSE
│   │   ├── re2
│   │   │   ├── bitmap256.h
│   │   │   ├── filtered_re2.h
│   │   │   ├── prefilter.h
│   │   │   ├── prefilter_tree.h
│   │   │   ├── prog.h
│   │   │   ├── re2.h
│   │   │   ├── regexp.h
│   │   │   ├── set.h
│   │   │   ├── stringpiece.h
│   │   │   ├── unicode_casefold.h
│   │   │   ├── unicode_groups.h
│   │   │   └── walker-inl.h
│   │   └── util
│   │   ├── flags.h
│   │   ├── logging.h
│   │   ├── mix.h
│   │   ├── mutex.h
│   │   ├── sparse_array.h
│   │   ├── sparse_set.h
│   │   ├── strutil.h
│   │   ├── utf.h
│   │   └── util.h
│   ├── cub_archive
│   │   └── LICENSE.TXT
│   ├── curl
│   │   └── COPYING
│   ├── eigen_archive
│   │   ├── COPYING.MPL2
│   │   ├── Eigen
│   │   │   ├── Cholesky
│   │   │   ├── CholmodSupport
│   │   │   ├── Core
│   │   │   ├── Dense
│   │   │   ├── Eigenvalues
│   │   │   ├── Geometry
│   │   │   ├── Householder
│   │   │   ├── Jacobi
│   │   │   ├── LU
│   │   │   ├── OrderingMethods
│   │   │   ├── PardisoSupport
│   │   │   ├── PaStiXSupport
│   │   │   ├── QR
│   │   │   ├── QtAlignedMalloc
│   │   │   ├── SparseCore
│   │   │   ├── SparseQR
│   │   │   ├── SPQRSupport
│   │   │   ├── src
│   │   │   │   ├── Cholesky
│   │   │   │   │   ├── LDLT.h
│   │   │   │   │   ├── LLT.h
│   │   │   │   │   └── LLT_LAPACKE.h
│   │   │   │   ├── CholmodSupport
│   │   │   │   │   └── CholmodSupport.h
│   │   │   │   ├── Core
│   │   │   │   │   ├── arch
│   │   │   │   │   │   ├── AltiVec
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── AVX
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── AVX512
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── CUDA
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── PacketMathHalf.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   └── Settings.h
│   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── SSE
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   └── ZVector
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── ArithmeticSequence.h
│   │   │   │   │   ├── ArrayBase.h
│   │   │   │   │   ├── Array.h
│   │   │   │   │   ├── ArrayWrapper.h
│   │   │   │   │   ├── AssignEvaluator.h
│   │   │   │   │   ├── Assign.h
│   │   │   │   │   ├── Assign_MKL.h
│   │   │   │   │   ├── BandMatrix.h
│   │   │   │   │   ├── Block.h
│   │   │   │   │   ├── BooleanRedux.h
│   │   │   │   │   ├── CommaInitializer.h
│   │   │   │   │   ├── ConditionEstimator.h
│   │   │   │   │   ├── CoreEvaluators.h
│   │   │   │   │   ├── CoreIterators.h
│   │   │   │   │   ├── CwiseBinaryOp.h
│   │   │   │   │   ├── CwiseNullaryOp.h
│   │   │   │   │   ├── CwiseTernaryOp.h
│   │   │   │   │   ├── CwiseUnaryOp.h
│   │   │   │   │   ├── CwiseUnaryView.h
│   │   │   │   │   ├── DenseBase.h
│   │   │   │   │   ├── DenseCoeffsBase.h
│   │   │   │   │   ├── DenseStorage.h
│   │   │   │   │   ├── Diagonal.h
│   │   │   │   │   ├── DiagonalMatrix.h
│   │   │   │   │   ├── DiagonalProduct.h
│   │   │   │   │   ├── Dot.h
│   │   │   │   │   ├── EigenBase.h
│   │   │   │   │   ├── ForceAlignedAccess.h
│   │   │   │   │   ├── functors
│   │   │   │   │   │   ├── AssignmentFunctors.h
│   │   │   │   │   │   ├── BinaryFunctors.h
│   │   │   │   │   │   ├── NullaryFunctors.h
│   │   │   │   │   │   ├── StlFunctors.h
│   │   │   │   │   │   ├── TernaryFunctors.h
│   │   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   │   ├── Fuzzy.h
│   │   │   │   │   ├── GeneralProduct.h
│   │   │   │   │   ├── GenericPacketMath.h
│   │   │   │   │   ├── GlobalFunctions.h
│   │   │   │   │   ├── IndexedView.h
│   │   │   │   │   ├── Inverse.h
│   │   │   │   │   ├── IO.h
│   │   │   │   │   ├── MapBase.h
│   │   │   │   │   ├── Map.h
│   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   ├── MathFunctionsImpl.h
│   │   │   │   │   ├── MatrixBase.h
│   │   │   │   │   ├── Matrix.h
│   │   │   │   │   ├── NestByValue.h
│   │   │   │   │   ├── NoAlias.h
│   │   │   │   │   ├── NumTraits.h
│   │   │   │   │   ├── PermutationMatrix.h
│   │   │   │   │   ├── PlainObjectBase.h
│   │   │   │   │   ├── ProductEvaluators.h
│   │   │   │   │   ├── Product.h
│   │   │   │   │   ├── products
│   │   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h
│   │   │   │   │   │   ├── GeneralMatrixVector_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixVector.h
│   │   │   │   │   │   ├── Parallelizer.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector.h
│   │   │   │   │   │   ├── SelfadjointProduct.h
│   │   │   │   │   │   ├── SelfadjointRank2Update.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix.h
│   │   │   │   │   │   ├── TriangularMatrixVector_BLAS.h
│   │   │   │   │   │   ├── TriangularMatrixVector.h
│   │   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h
│   │   │   │   │   │   ├── TriangularSolverMatrix.h
│   │   │   │   │   │   └── TriangularSolverVector.h
│   │   │   │   │   ├── Random.h
│   │   │   │   │   ├── Redux.h
│   │   │   │   │   ├── Ref.h
│   │   │   │   │   ├── Replicate.h
│   │   │   │   │   ├── ReturnByValue.h
│   │   │   │   │   ├── Reverse.h
│   │   │   │   │   ├── Select.h
│   │   │   │   │   ├── SelfAdjointView.h
│   │   │   │   │   ├── SelfCwiseBinaryOp.h
│   │   │   │   │   ├── Solve.h
│   │   │   │   │   ├── SolverBase.h
│   │   │   │   │   ├── SolveTriangular.h
│   │   │   │   │   ├── StableNorm.h
│   │   │   │   │   ├── Stride.h
│   │   │   │   │   ├── Swap.h
│   │   │   │   │   ├── Transpose.h
│   │   │   │   │   ├── Transpositions.h
│   │   │   │   │   ├── TriangularMatrix.h
│   │   │   │   │   ├── util
│   │   │   │   │   │   ├── BlasUtil.h
│   │   │   │   │   │   ├── Constants.h
│   │   │   │   │   │   ├── DisableStupidWarnings.h
│   │   │   │   │   │   ├── ForwardDeclarations.h
│   │   │   │   │   │   ├── IndexedViewHelper.h
│   │   │   │   │   │   ├── IntegralConstant.h
│   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   ├── Memory.h
│   │   │   │   │   │   ├── Meta.h
│   │   │   │   │   │   ├── MKL_support.h
│   │   │   │   │   │   ├── ReenableStupidWarnings.h
│   │   │   │   │   │   ├── StaticAssert.h
│   │   │   │   │   │   ├── SymbolicIndex.h
│   │   │   │   │   │   └── XprHelper.h
│   │   │   │   │   ├── VectorBlock.h
│   │   │   │   │   ├── VectorwiseOp.h
│   │   │   │   │   └── Visitor.h
│   │   │   │   ├── Eigenvalues
│   │   │   │   │   ├── ComplexEigenSolver.h
│   │   │   │   │   ├── ComplexSchur.h
│   │   │   │   │   ├── ComplexSchur_LAPACKE.h
│   │   │   │   │   ├── EigenSolver.h
│   │   │   │   │   ├── GeneralizedEigenSolver.h
│   │   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h
│   │   │   │   │   ├── HessenbergDecomposition.h
│   │   │   │   │   ├── MatrixBaseEigenvalues.h
│   │   │   │   │   ├── RealQZ.h
│   │   │   │   │   ├── RealSchur.h
│   │   │   │   │   ├── RealSchur_LAPACKE.h
│   │   │   │   │   ├── SelfAdjointEigenSolver.h
│   │   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h
│   │   │   │   │   └── Tridiagonalization.h
│   │   │   │   ├── Geometry
│   │   │   │   │   ├── AlignedBox.h
│   │   │   │   │   ├── AngleAxis.h
│   │   │   │   │   ├── arch
│   │   │   │   │   │   └── Geometry_SSE.h
│   │   │   │   │   ├── EulerAngles.h
│   │   │   │   │   ├── Homogeneous.h
│   │   │   │   │   ├── Hyperplane.h
│   │   │   │   │   ├── OrthoMethods.h
│   │   │   │   │   ├── ParametrizedLine.h
│   │   │   │   │   ├── Quaternion.h
│   │   │   │   │   ├── Rotation2D.h
│   │   │   │   │   ├── RotationBase.h
│   │   │   │   │   ├── Scaling.h
│   │   │   │   │   ├── Transform.h
│   │   │   │   │   ├── Translation.h
│   │   │   │   │   └── Umeyama.h
│   │   │   │   ├── Householder
│   │   │   │   │   ├── BlockHouseholder.h
│   │   │   │   │   ├── Householder.h
│   │   │   │   │   └── HouseholderSequence.h
│   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   │   ├── BasicPreconditioners.h
│   │   │   │   │   ├── BiCGSTAB.h
│   │   │   │   │   ├── ConjugateGradient.h
│   │   │   │   │   ├── IncompleteCholesky.h
│   │   │   │   │   ├── IncompleteLUT.h
│   │   │   │   │   ├── IterativeSolverBase.h
│   │   │   │   │   ├── LeastSquareConjugateGradient.h
│   │   │   │   │   └── SolveWithGuess.h
│   │   │   │   ├── Jacobi
│   │   │   │   │   └── Jacobi.h
│   │   │   │   ├── LU
│   │   │   │   │   ├── arch
│   │   │   │   │   │   └── Inverse_SSE.h
│   │   │   │   │   ├── Determinant.h
│   │   │   │   │   ├── FullPivLU.h
│   │   │   │   │   ├── InverseImpl.h
│   │   │   │   │   ├── PartialPivLU.h
│   │   │   │   │   └── PartialPivLU_LAPACKE.h
│   │   │   │   ├── MetisSupport
│   │   │   │   │   └── MetisSupport.h
│   │   │   │   ├── misc
│   │   │   │   │   ├── blas.h
│   │   │   │   │   ├── Image.h
│   │   │   │   │   ├── Kernel.h
│   │   │   │   │   ├── lapacke.h
│   │   │   │   │   ├── lapacke_mangling.h
│   │   │   │   │   ├── lapack.h
│   │   │   │   │   └── RealSvd2x2.h
│   │   │   │   ├── OrderingMethods
│   │   │   │   │   ├── Eigen_Colamd.h
│   │   │   │   │   └── Ordering.h
│   │   │   │   ├── PardisoSupport
│   │   │   │   │   └── PardisoSupport.h
│   │   │   │   ├── PaStiXSupport
│   │   │   │   │   └── PaStiXSupport.h
│   │   │   │   ├── plugins
│   │   │   │   │   ├── ArrayCwiseBinaryOps.h
│   │   │   │   │   ├── ArrayCwiseUnaryOps.h
│   │   │   │   │   ├── BlockMethods.h
│   │   │   │   │   ├── CommonCwiseBinaryOps.h
│   │   │   │   │   ├── CommonCwiseUnaryOps.h
│   │   │   │   │   ├── IndexedViewMethods.h
│   │   │   │   │   ├── MatrixCwiseBinaryOps.h
│   │   │   │   │   └── MatrixCwiseUnaryOps.h
│   │   │   │   ├── QR
│   │   │   │   │   ├── ColPivHouseholderQR.h
│   │   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h
│   │   │   │   │   ├── CompleteOrthogonalDecomposition.h
│   │   │   │   │   ├── FullPivHouseholderQR.h
│   │   │   │   │   ├── HouseholderQR.h
│   │   │   │   │   └── HouseholderQR_LAPACKE.h
│   │   │   │   ├── SparseCore
│   │   │   │   │   ├── AmbiVector.h
│   │   │   │   │   ├── CompressedStorage.h
│   │   │   │   │   ├── ConservativeSparseSparseProduct.h
│   │   │   │   │   ├── MappedSparseMatrix.h
│   │   │   │   │   ├── SparseAssign.h
│   │   │   │   │   ├── SparseBlock.h
│   │   │   │   │   ├── SparseColEtree.h
│   │   │   │   │   ├── SparseCompressedBase.h
│   │   │   │   │   ├── SparseCwiseBinaryOp.h
│   │   │   │   │   ├── SparseCwiseUnaryOp.h
│   │   │   │   │   ├── SparseDenseProduct.h
│   │   │   │   │   ├── SparseDiagonalProduct.h
│   │   │   │   │   ├── SparseDot.h
│   │   │   │   │   ├── SparseFuzzy.h
│   │   │   │   │   ├── SparseMap.h
│   │   │   │   │   ├── SparseMatrixBase.h
│   │   │   │   │   ├── SparseMatrix.h
│   │   │   │   │   ├── SparsePermutation.h
│   │   │   │   │   ├── SparseProduct.h
│   │   │   │   │   ├── SparseRedux.h
│   │   │   │   │   ├── SparseRef.h
│   │   │   │   │   ├── SparseSelfAdjointView.h
│   │   │   │   │   ├── SparseSolverBase.h
│   │   │   │   │   ├── SparseSparseProductWithPruning.h
│   │   │   │   │   ├── SparseTranspose.h
│   │   │   │   │   ├── SparseTriangularView.h
│   │   │   │   │   ├── SparseUtil.h
│   │   │   │   │   ├── SparseVector.h
│   │   │   │   │   ├── SparseView.h
│   │   │   │   │   └── TriangularSolver.h
│   │   │   │   ├── SparseLU
│   │   │   │   │   ├── SparseLU_column_bmod.h
│   │   │   │   │   ├── SparseLU_column_dfs.h
│   │   │   │   │   ├── SparseLU_copy_to_ucol.h
│   │   │   │   │   ├── SparseLU_gemm_kernel.h
│   │   │   │   │   ├── SparseLU.h
│   │   │   │   │   ├── SparseLU_heap_relax_snode.h
│   │   │   │   │   ├── SparseLUImpl.h
│   │   │   │   │   ├── SparseLU_kernel_bmod.h
│   │   │   │   │   ├── SparseLU_Memory.h
│   │   │   │   │   ├── SparseLU_panel_bmod.h
│   │   │   │   │   ├── SparseLU_panel_dfs.h
│   │   │   │   │   ├── SparseLU_pivotL.h
│   │   │   │   │   ├── SparseLU_pruneL.h
│   │   │   │   │   ├── SparseLU_relax_snode.h
│   │   │   │   │   ├── SparseLU_Structs.h
│   │   │   │   │   ├── SparseLU_SupernodalMatrix.h
│   │   │   │   │   └── SparseLU_Utils.h
│   │   │   │   ├── SparseQR
│   │   │   │   │   └── SparseQR.h
│   │   │   │   ├── SPQRSupport
│   │   │   │   │   └── SuiteSparseQRSupport.h
│   │   │   │   ├── StlSupport
│   │   │   │   │   ├── details.h
│   │   │   │   │   ├── StdDeque.h
│   │   │   │   │   ├── StdList.h
│   │   │   │   │   └── StdVector.h
│   │   │   │   ├── SuperLUSupport
│   │   │   │   │   └── SuperLUSupport.h
│   │   │   │   ├── SVD
│   │   │   │   │   ├── BDCSVD.h
│   │   │   │   │   ├── JacobiSVD.h
│   │   │   │   │   ├── JacobiSVD_LAPACKE.h
│   │   │   │   │   ├── SVDBase.h
│   │   │   │   │   └── UpperBidiagonalization.h
│   │   │   │   └── UmfPackSupport
│   │   │   │   └── UmfPackSupport.h
│   │   │   ├── StdDeque
│   │   │   ├── StdList
│   │   │   ├── StdVector
│   │   │   ├── SuperLUSupport
│   │   │   ├── SVD
│   │   │   └── UmfPackSupport
│   │   └── unsupported
│   │   └── Eigen
│   │   ├── CXX11
│   │   │   ├── CMakeLists.txt
│   │   │   ├── src
│   │   │   │   ├── Tensor
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── TensorArgMax.h
│   │   │   │   │   ├── TensorArgMaxSycl.h
│   │   │   │   │   ├── TensorAssign.h
│   │   │   │   │   ├── TensorBase.h
│   │   │   │   │   ├── TensorBroadcasting.h
│   │   │   │   │   ├── TensorChipping.h
│   │   │   │   │   ├── TensorConcatenation.h
│   │   │   │   │   ├── TensorContractionBlocking.h
│   │   │   │   │   ├── TensorContractionCuda.h
│   │   │   │   │   ├── TensorContraction.h
│   │   │   │   │   ├── TensorContractionMapper.h
│   │   │   │   │   ├── TensorContractionSycl.h
│   │   │   │   │   ├── TensorContractionThreadPool.h
│   │   │   │   │   ├── TensorConversion.h
│   │   │   │   │   ├── TensorConvolution.h
│   │   │   │   │   ├── TensorConvolutionSycl.h
│   │   │   │   │   ├── TensorCostModel.h
│   │   │   │   │   ├── TensorCustomOp.h
│   │   │   │   │   ├── TensorDeviceCuda.h
│   │   │   │   │   ├── TensorDeviceDefault.h
│   │   │   │   │   ├── TensorDevice.h
│   │   │   │   │   ├── TensorDeviceSycl.h
│   │   │   │   │   ├── TensorDeviceThreadPool.h
│   │   │   │   │   ├── TensorDimensionList.h
│   │   │   │   │   ├── TensorDimensions.h
│   │   │   │   │   ├── TensorEvalTo.h
│   │   │   │   │   ├── TensorEvaluator.h
│   │   │   │   │   ├── TensorExecutor.h
│   │   │   │   │   ├── TensorExpr.h
│   │   │   │   │   ├── TensorFFT.h
│   │   │   │   │   ├── TensorFixedSize.h
│   │   │   │   │   ├── TensorForcedEval.h
│   │   │   │   │   ├── TensorForwardDeclarations.h
│   │   │   │   │   ├── TensorFunctors.h
│   │   │   │   │   ├── TensorGenerator.h
│   │   │   │   │   ├── TensorGlobalFunctions.h
│   │   │   │   │   ├── Tensor.h
│   │   │   │   │   ├── TensorImagePatch.h
│   │   │   │   │   ├── TensorIndexList.h
│   │   │   │   │   ├── TensorInflation.h
│   │   │   │   │   ├── TensorInitializer.h
│   │   │   │   │   ├── TensorIntDiv.h
│   │   │   │   │   ├── TensorIO.h
│   │   │   │   │   ├── TensorLayoutSwap.h
│   │   │   │   │   ├── TensorMacros.h
│   │   │   │   │   ├── TensorMap.h
│   │   │   │   │   ├── TensorMeta.h
│   │   │   │   │   ├── TensorMorphing.h
│   │   │   │   │   ├── TensorPadding.h
│   │   │   │   │   ├── TensorPatch.h
│   │   │   │   │   ├── TensorRandom.h
│   │   │   │   │   ├── TensorReductionCuda.h
│   │   │   │   │   ├── TensorReduction.h
│   │   │   │   │   ├── TensorReductionSycl.h
│   │   │   │   │   ├── TensorRef.h
│   │   │   │   │   ├── TensorReverse.h
│   │   │   │   │   ├── TensorScan.h
│   │   │   │   │   ├── TensorShuffling.h
│   │   │   │   │   ├── TensorStorage.h
│   │   │   │   │   ├── TensorStriding.h
│   │   │   │   │   ├── TensorSyclConvertToDeviceExpression.h
│   │   │   │   │   ├── TensorSyclExprConstructor.h
│   │   │   │   │   ├── TensorSyclExtractAccessor.h
│   │   │   │   │   ├── TensorSyclExtractFunctors.h
│   │   │   │   │   ├── TensorSyclFunctors.h
│   │   │   │   │   ├── TensorSycl.h
│   │   │   │   │   ├── TensorSyclLeafCount.h
│   │   │   │   │   ├── TensorSyclPlaceHolderExpr.h
│   │   │   │   │   ├── TensorSyclRun.h
│   │   │   │   │   ├── TensorSyclTuple.h
│   │   │   │   │   ├── TensorTraits.h
│   │   │   │   │   ├── TensorUInt128.h
│   │   │   │   │   └── TensorVolumePatch.h
│   │   │   │   ├── TensorSymmetry
│   │   │   │   │   ├── DynamicSymmetry.h
│   │   │   │   │   ├── StaticSymmetry.h
│   │   │   │   │   ├── Symmetry.h
│   │   │   │   │   └── util
│   │   │   │   │   └── TemplateGroupTheory.h
│   │   │   │   ├── ThreadPool
│   │   │   │   │   ├── EventCount.h
│   │   │   │   │   ├── NonBlockingThreadPool.h
│   │   │   │   │   ├── RunQueue.h
│   │   │   │   │   ├── SimpleThreadPool.h
│   │   │   │   │   ├── ThreadCancel.h
│   │   │   │   │   ├── ThreadEnvironment.h
│   │   │   │   │   ├── ThreadLocal.h
│   │   │   │   │   ├── ThreadPoolInterface.h
│   │   │   │   │   └── ThreadYield.h
│   │   │   │   └── util
│   │   │   │   ├── CXX11Meta.h
│   │   │   │   ├── CXX11Workarounds.h
│   │   │   │   ├── EmulateArray.h
│   │   │   │   ├── EmulateCXX11Meta.h
│   │   │   │   └── MaxSizeVector.h
│   │   │   ├── Tensor
│   │   │   ├── TensorSymmetry
│   │   │   └── ThreadPool
│   │   ├── FFT
│   │   ├── KroneckerProduct
│   │   ├── MatrixFunctions
│   │   ├── SpecialFunctions
│   │   └── src
│   │   ├── FFT
│   │   │   ├── ei_fftw_impl.h
│   │   │   └── ei_kissfft_impl.h
│   │   ├── KroneckerProduct
│   │   │   └── KroneckerTensorProduct.h
│   │   └── SpecialFunctions
│   │   ├── arch
│   │   │   └── CUDA
│   │   │   └── CudaSpecialFunctions.h
│   │   ├── SpecialFunctionsArrayAPI.h
│   │   ├── SpecialFunctionsFunctors.h
│   │   ├── SpecialFunctionsHalf.h
│   │   ├── SpecialFunctionsImpl.h
│   │   └── SpecialFunctionsPacketMath.h
│   ├── farmhash_archive
│   │   ├── COPYING
│   │   └── src
│   │   └── farmhash.h
│   ├── fft2d
│   │   └── fft
│   │   └── readme.txt
│   ├── gemmlowp
│   │   └── LICENSE
│   ├── gif_archive
│   │   ├── COPYING
│   │   └── lib
│   │   ├── gif_hash.h
│   │   ├── gif_lib.h
│   │   └── gif_lib_private.h
│   ├── grpc
│   │   └── LICENSE
│   ├── highwayhash
│   │   ├── highwayhash
│   │   │   ├── arch_specific.h
│   │   │   ├── compiler_specific.h
│   │   │   ├── sip_hash.h
│   │   │   └── state_helpers.h
│   │   └── LICENSE
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── jemalloc
│   │   └── COPYING
│   ├── jpeg
│   │   ├── jccolext.c
│   │   ├── jchuff.h
│   │   ├── jconfig.h
│   │   ├── jconfigint.h
│   │   ├── jdcoefct.h
│   │   ├── jdcol565.c
│   │   ├── jdcolext.c
│   │   ├── jdct.h
│   │   ├── jdhuff.h
│   │   ├── jdmainct.h
│   │   ├── jdmaster.h
│   │   ├── jdmrg565.c
│   │   ├── jdmrgext.c
│   │   ├── jdsample.h
│   │   ├── jerror.h
│   │   ├── jinclude.h
│   │   ├── jmemsys.h
│   │   ├── jmorecfg.h
│   │   ├── jpegcomp.h
│   │   ├── jpegint.h
│   │   ├── jpeglib.h
│   │   ├── jpeg_nbits_table.h
│   │   ├── jsimddct.h
│   │   ├── jsimd.h
│   │   ├── jstdhuff.c
│   │   ├── jversion.h
│   │   ├── LICENSE.md
│   │   └── simd
│   │   └── jsimd.h
│   ├── libxsmm_archive
│   │   └── LICENSE
│   ├── lmdb
│   │   └── LICENSE
│   ├── local_config_sycl
│   │   └── sycl
│   │   └── LICENSE.text
│   ├── nanopb_git
│   │   └── LICENSE.txt
│   ├── nccl_archive
│   │   └── LICENSE.txt
│   ├── org_html5lib
│   │   ├── html5lib
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── filters
│   │   │   │   ├── alphabeticalattributes.py
│   │   │   │   ├── alphabeticalattributes.pyc
│   │   │   │   ├── _base.py
│   │   │   │   ├── _base.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── inject_meta_charset.py
│   │   │   │   ├── inject_meta_charset.pyc
│   │   │   │   ├── lint.py
│   │   │   │   ├── lint.pyc
│   │   │   │   ├── optionaltags.py
│   │   │   │   ├── optionaltags.pyc
│   │   │   │   ├── sanitizer.py
│   │   │   │   ├── sanitizer.pyc
│   │   │   │   ├── whitespace.py
│   │   │   │   └── whitespace.pyc
│   │   │   ├── html5parser.py
│   │   │   ├── html5parser.pyc
│   │   │   ├── ihatexml.py
│   │   │   ├── ihatexml.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inputstream.py
│   │   │   ├── inputstream.pyc
│   │   │   ├── sanitizer.py
│   │   │   ├── sanitizer.pyc
│   │   │   ├── serializer
│   │   │   │   ├── htmlserializer.py
│   │   │   │   ├── htmlserializer.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mockParser.py
│   │   │   │   ├── mockParser.pyc
│   │   │   │   ├── performance
│   │   │   │   │   ├── concatenation.py
│   │   │   │   │   ├── concatenation.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── support.py
│   │   │   │   ├── support.pyc
│   │   │   │   ├── test_encoding.py
│   │   │   │   ├── test_encoding.pyc
│   │   │   │   ├── test_parser2.py
│   │   │   │   ├── test_parser2.pyc
│   │   │   │   ├── test_parser.py
│   │   │   │   ├── test_parser.pyc
│   │   │   │   ├── test_sanitizer.py
│   │   │   │   ├── test_sanitizer.pyc
│   │   │   │   ├── test_serializer.py
│   │   │   │   ├── test_serializer.pyc
│   │   │   │   ├── test_stream.py
│   │   │   │   ├── test_stream.pyc
│   │   │   │   ├── test_tokenizer.py
│   │   │   │   ├── test_tokenizer.pyc
│   │   │   │   ├── test_treeadapters.py
│   │   │   │   ├── test_treeadapters.pyc
│   │   │   │   ├── test_treewalkers.py
│   │   │   │   ├── test_treewalkers.pyc
│   │   │   │   ├── test_whitespace_filter.py
│   │   │   │   ├── test_whitespace_filter.pyc
│   │   │   │   ├── tokenizertotree.py
│   │   │   │   └── tokenizertotree.pyc
│   │   │   ├── tokenizer.py
│   │   │   ├── tokenizer.pyc
│   │   │   ├── treeadapters
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── sax.py
│   │   │   │   └── sax.pyc
│   │   │   ├── treebuilders
│   │   │   │   ├── _base.py
│   │   │   │   ├── _base.pyc
│   │   │   │   ├── dom.py
│   │   │   │   ├── dom.pyc
│   │   │   │   ├── etree_lxml.py
│   │   │   │   ├── etree_lxml.pyc
│   │   │   │   ├── etree.py
│   │   │   │   ├── etree.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── treewalkers
│   │   │   │   ├── _base.py
│   │   │   │   ├── _base.pyc
│   │   │   │   ├── dom.py
│   │   │   │   ├── dom.pyc
│   │   │   │   ├── etree.py
│   │   │   │   ├── etree.pyc
│   │   │   │   ├── genshistream.py
│   │   │   │   ├── genshistream.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── lxmletree.py
│   │   │   │   ├── lxmletree.pyc
│   │   │   │   ├── pulldom.py
│   │   │   │   └── pulldom.pyc
│   │   │   ├── trie
│   │   │   │   ├── _base.py
│   │   │   │   ├── _base.pyc
│   │   │   │   ├── datrie.py
│   │   │   │   ├── datrie.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── py.py
│   │   │   │   └── py.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── org_mozilla_bleach
│   │   ├── bleach
│   │   │   ├── callbacks.py
│   │   │   ├── callbacks.pyc
│   │   │   ├── encoding.py
│   │   │   ├── encoding.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── sanitizer.py
│   │   │   ├── sanitizer.pyc
│   │   │   ├── version.py
│   │   │   └── version.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── org_pocoo_werkzeug
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── werkzeug
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── contrib
│   │   │   ├── atom.py
│   │   │   ├── atom.pyc
│   │   │   ├── cache.py
│   │   │   ├── cache.pyc
│   │   │   ├── fixers.py
│   │   │   ├── fixers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── iterio.py
│   │   │   ├── iterio.pyc
│   │   │   ├── jsrouting.py
│   │   │   ├── jsrouting.pyc
│   │   │   ├── limiter.py
│   │   │   ├── limiter.pyc
│   │   │   ├── lint.py
│   │   │   ├── lint.pyc
│   │   │   ├── profiler.py
│   │   │   ├── profiler.pyc
│   │   │   ├── securecookie.py
│   │   │   ├── securecookie.pyc
│   │   │   ├── sessions.py
│   │   │   ├── sessions.pyc
│   │   │   ├── testtools.py
│   │   │   ├── testtools.pyc
│   │   │   ├── wrappers.py
│   │   │   └── wrappers.pyc
│   │   ├── datastructures.py
│   │   ├── datastructures.pyc
│   │   ├── debug
│   │   │   ├── console.py
│   │   │   ├── console.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── repr.py
│   │   │   ├── repr.pyc
│   │   │   ├── tbtools.py
│   │   │   └── tbtools.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── filesystem.py
│   │   ├── filesystem.pyc
│   │   ├── formparser.py
│   │   ├── formparser.pyc
│   │   ├── http.py
│   │   ├── http.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _internal.py
│   │   ├── _internal.pyc
│   │   ├── local.py
│   │   ├── local.pyc
│   │   ├── posixemulation.py
│   │   ├── posixemulation.pyc
│   │   ├── _reloader.py
│   │   ├── _reloader.pyc
│   │   ├── routing.py
│   │   ├── routing.pyc
│   │   ├── script.py
│   │   ├── script.pyc
│   │   ├── security.py
│   │   ├── security.pyc
│   │   ├── serving.py
│   │   ├── serving.pyc
│   │   ├── testapp.py
│   │   ├── testapp.pyc
│   │   ├── test.py
│   │   ├── test.pyc
│   │   ├── urls.py
│   │   ├── urls.pyc
│   │   ├── useragents.py
│   │   ├── useragents.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── wrappers.py
│   │   ├── wrappers.pyc
│   │   ├── wsgi.py
│   │   └── wsgi.pyc
│   ├── org_pythonhosted_markdown
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── markdown
│   │   ├── blockparser.py
│   │   ├── blockparser.pyc
│   │   ├── blockprocessors.py
│   │   ├── blockprocessors.pyc
│   │   ├── extensions
│   │   │   ├── abbr.py
│   │   │   ├── abbr.pyc
│   │   │   ├── admonition.py
│   │   │   ├── admonition.pyc
│   │   │   ├── attr_list.py
│   │   │   ├── attr_list.pyc
│   │   │   ├── codehilite.py
│   │   │   ├── codehilite.pyc
│   │   │   ├── def_list.py
│   │   │   ├── def_list.pyc
│   │   │   ├── extra.py
│   │   │   ├── extra.pyc
│   │   │   ├── fenced_code.py
│   │   │   ├── fenced_code.pyc
│   │   │   ├── footnotes.py
│   │   │   ├── footnotes.pyc
│   │   │   ├── headerid.py
│   │   │   ├── headerid.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── meta.py
│   │   │   ├── meta.pyc
│   │   │   ├── nl2br.py
│   │   │   ├── nl2br.pyc
│   │   │   ├── sane_lists.py
│   │   │   ├── sane_lists.pyc
│   │   │   ├── smart_strong.py
│   │   │   ├── smart_strong.pyc
│   │   │   ├── smarty.py
│   │   │   ├── smarty.pyc
│   │   │   ├── tables.py
│   │   │   ├── tables.pyc
│   │   │   ├── toc.py
│   │   │   ├── toc.pyc
│   │   │   ├── wikilinks.py
│   │   │   └── wikilinks.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── inlinepatterns.py
│   │   ├── inlinepatterns.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── odict.py
│   │   ├── odict.pyc
│   │   ├── postprocessors.py
│   │   ├── postprocessors.pyc
│   │   ├── preprocessors.py
│   │   ├── preprocessors.pyc
│   │   ├── serializers.py
│   │   ├── serializers.pyc
│   │   ├── treeprocessors.py
│   │   ├── treeprocessors.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── __version__.py
│   │   └── __version__.pyc
│   ├── org_pythonhosted_six
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── six.py
│   │   └── six.pyc
│   ├── org_python_pypi_backports_weakref
│   │   ├── backports
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── weakref.py
│   │   │   └── weakref.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── LICENSE
│   ├── png_archive
│   │   ├── LICENSE
│   │   ├── pngconf.h
│   │   └── png.h
│   ├── protobuf
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── LICENSE
│   │   ├── python
│   │   │   ├── google
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── protobuf
│   │   │   │   ├── any_pb2.py
│   │   │   │   ├── any_pb2.pyc
│   │   │   │   ├── api_pb2.py
│   │   │   │   ├── api_pb2.pyc
│   │   │   │   ├── compiler
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── plugin_pb2.py
│   │   │   │   │   ├── plugin_pb2.pyc
│   │   │   │   │   ├── profile_pb2.py
│   │   │   │   │   └── profile_pb2.pyc
│   │   │   │   ├── descriptor_database.py
│   │   │   │   ├── descriptor_database.pyc
│   │   │   │   ├── descriptor_pb2.py
│   │   │   │   ├── descriptor_pb2.pyc
│   │   │   │   ├── descriptor_pool.py
│   │   │   │   ├── descriptor_pool.pyc
│   │   │   │   ├── descriptor.py
│   │   │   │   ├── descriptor.pyc
│   │   │   │   ├── duration_pb2.py
│   │   │   │   ├── duration_pb2.pyc
│   │   │   │   ├── empty_pb2.py
│   │   │   │   ├── empty_pb2.pyc
│   │   │   │   ├── field_mask_pb2.py
│   │   │   │   ├── field_mask_pb2.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── internal
│   │   │   │   │   ├── api_implementation.py
│   │   │   │   │   ├── api_implementation.pyc
│   │   │   │   │   ├── _api_implementation.so
│   │   │   │   │   ├── containers.py
│   │   │   │   │   ├── containers.pyc
│   │   │   │   │   ├── decoder.py
│   │   │   │   │   ├── decoder.pyc
│   │   │   │   │   ├── encoder.py
│   │   │   │   │   ├── encoder.pyc
│   │   │   │   │   ├── enum_type_wrapper.py
│   │   │   │   │   ├── enum_type_wrapper.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── message_listener.py
│   │   │   │   │   ├── message_listener.pyc
│   │   │   │   │   ├── _parameterized.py
│   │   │   │   │   ├── _parameterized.pyc
│   │   │   │   │   ├── python_message.py
│   │   │   │   │   ├── python_message.pyc
│   │   │   │   │   ├── testing_refleaks.py
│   │   │   │   │   ├── testing_refleaks.pyc
│   │   │   │   │   ├── type_checkers.py
│   │   │   │   │   ├── type_checkers.pyc
│   │   │   │   │   ├── well_known_types.py
│   │   │   │   │   ├── well_known_types.pyc
│   │   │   │   │   ├── wire_format.py
│   │   │   │   │   └── wire_format.pyc
│   │   │   │   ├── json_format.py
│   │   │   │   ├── json_format.pyc
│   │   │   │   ├── message_factory.py
│   │   │   │   ├── message_factory.pyc
│   │   │   │   ├── message.py
│   │   │   │   ├── message.pyc
│   │   │   │   ├── proto_builder.py
│   │   │   │   ├── proto_builder.pyc
│   │   │   │   ├── pyext
│   │   │   │   │   ├── cpp_message.py
│   │   │   │   │   ├── cpp_message.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   └── _message.so
│   │   │   │   ├── reflection.py
│   │   │   │   ├── reflection.pyc
│   │   │   │   ├── service.py
│   │   │   │   ├── service.pyc
│   │   │   │   ├── service_reflection.py
│   │   │   │   ├── service_reflection.pyc
│   │   │   │   ├── source_context_pb2.py
│   │   │   │   ├── source_context_pb2.pyc
│   │   │   │   ├── struct_pb2.py
│   │   │   │   ├── struct_pb2.pyc
│   │   │   │   ├── symbol_database.py
│   │   │   │   ├── symbol_database.pyc
│   │   │   │   ├── text_encoding.py
│   │   │   │   ├── text_encoding.pyc
│   │   │   │   ├── text_format.py
│   │   │   │   ├── text_format.pyc
│   │   │   │   ├── timestamp_pb2.py
│   │   │   │   ├── timestamp_pb2.pyc
│   │   │   │   ├── type_pb2.py
│   │   │   │   ├── type_pb2.pyc
│   │   │   │   ├── wrappers_pb2.py
│   │   │   │   └── wrappers_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   └── src
│   │   └── google
│   │   └── protobuf
│   │   ├── any.h
│   │   ├── any.pb.h
│   │   ├── api.pb.h
│   │   ├── arena.h
│   │   ├── arenastring.h
│   │   ├── arena_test_util.h
│   │   ├── compiler
│   │   │   ├── code_generator.h
│   │   │   ├── command_line_interface.h
│   │   │   ├── cpp
│   │   │   │   ├── cpp_enum_field.h
│   │   │   │   ├── cpp_enum.h
│   │   │   │   ├── cpp_extension.h
│   │   │   │   ├── cpp_field.h
│   │   │   │   ├── cpp_file.h
│   │   │   │   ├── cpp_generator.h
│   │   │   │   ├── cpp_helpers.h
│   │   │   │   ├── cpp_map_field.h
│   │   │   │   ├── cpp_message_field.h
│   │   │   │   ├── cpp_message.h
│   │   │   │   ├── cpp_options.h
│   │   │   │   ├── cpp_primitive_field.h
│   │   │   │   ├── cpp_service.h
│   │   │   │   ├── cpp_string_field.h
│   │   │   │   └── cpp_unittest.h
│   │   │   ├── csharp
│   │   │   │   ├── csharp_doc_comment.h
│   │   │   │   ├── csharp_enum_field.h
│   │   │   │   ├── csharp_enum.h
│   │   │   │   ├── csharp_field_base.h
│   │   │   │   ├── csharp_generator.h
│   │   │   │   ├── csharp_helpers.h
│   │   │   │   ├── csharp_map_field.h
│   │   │   │   ├── csharp_message_field.h
│   │   │   │   ├── csharp_message.h
│   │   │   │   ├── csharp_names.h
│   │   │   │   ├── csharp_options.h
│   │   │   │   ├── csharp_primitive_field.h
│   │   │   │   ├── csharp_reflection_class.h
│   │   │   │   ├── csharp_repeated_enum_field.h
│   │   │   │   ├── csharp_repeated_message_field.h
│   │   │   │   ├── csharp_repeated_primitive_field.h
│   │   │   │   ├── csharp_source_generator_base.h
│   │   │   │   └── csharp_wrapper_field.h
│   │   │   ├── importer.h
│   │   │   ├── java
│   │   │   │   ├── java_context.h
│   │   │   │   ├── java_doc_comment.h
│   │   │   │   ├── java_enum_field.h
│   │   │   │   ├── java_enum_field_lite.h
│   │   │   │   ├── java_enum.h
│   │   │   │   ├── java_enum_lite.h
│   │   │   │   ├── java_extension.h
│   │   │   │   ├── java_extension_lite.h
│   │   │   │   ├── java_field.h
│   │   │   │   ├── java_file.h
│   │   │   │   ├── java_generator_factory.h
│   │   │   │   ├── java_generator.h
│   │   │   │   ├── java_helpers.h
│   │   │   │   ├── java_lazy_message_field.h
│   │   │   │   ├── java_lazy_message_field_lite.h
│   │   │   │   ├── java_map_field.h
│   │   │   │   ├── java_map_field_lite.h
│   │   │   │   ├── java_message_builder.h
│   │   │   │   ├── java_message_builder_lite.h
│   │   │   │   ├── java_message_field.h
│   │   │   │   ├── java_message_field_lite.h
│   │   │   │   ├── java_message.h
│   │   │   │   ├── java_message_lite.h
│   │   │   │   ├── java_name_resolver.h
│   │   │   │   ├── java_names.h
│   │   │   │   ├── java_options.h
│   │   │   │   ├── java_primitive_field.h
│   │   │   │   ├── java_primitive_field_lite.h
│   │   │   │   ├── java_service.h
│   │   │   │   ├── java_shared_code_generator.h
│   │   │   │   ├── java_string_field.h
│   │   │   │   └── java_string_field_lite.h
│   │   │   ├── javanano
│   │   │   │   ├── javanano_enum_field.h
│   │   │   │   ├── javanano_enum.h
│   │   │   │   ├── javanano_extension.h
│   │   │   │   ├── javanano_field.h
│   │   │   │   ├── javanano_file.h
│   │   │   │   ├── javanano_generator.h
│   │   │   │   ├── javanano_helpers.h
│   │   │   │   ├── javanano_map_field.h
│   │   │   │   ├── javanano_message_field.h
│   │   │   │   ├── javanano_message.h
│   │   │   │   ├── javanano_params.h
│   │   │   │   └── javanano_primitive_field.h
│   │   │   ├── js
│   │   │   │   ├── js_generator.h
│   │   │   │   └── well_known_types_embed.h
│   │   │   ├── mock_code_generator.h
│   │   │   ├── objectivec
│   │   │   │   ├── objectivec_enum_field.h
│   │   │   │   ├── objectivec_enum.h
│   │   │   │   ├── objectivec_extension.h
│   │   │   │   ├── objectivec_field.h
│   │   │   │   ├── objectivec_file.h
│   │   │   │   ├── objectivec_generator.h
│   │   │   │   ├── objectivec_helpers.h
│   │   │   │   ├── objectivec_map_field.h
│   │   │   │   ├── objectivec_message_field.h
│   │   │   │   ├── objectivec_message.h
│   │   │   │   ├── objectivec_oneof.h
│   │   │   │   └── objectivec_primitive_field.h
│   │   │   ├── package_info.h
│   │   │   ├── parser.h
│   │   │   ├── php
│   │   │   │   └── php_generator.h
│   │   │   ├── plugin.h
│   │   │   ├── plugin.pb.h
│   │   │   ├── profile.pb.h
│   │   │   ├── python
│   │   │   │   └── python_generator.h
│   │   │   ├── ruby
│   │   │   │   └── ruby_generator.h
│   │   │   ├── subprocess.h
│   │   │   └── zip_writer.h
│   │   ├── descriptor_database.h
│   │   ├── descriptor.h
│   │   ├── descriptor.pb.h
│   │   ├── duration.pb.h
│   │   ├── dynamic_message.h
│   │   ├── empty.pb.h
│   │   ├── extension_set.h
│   │   ├── field_mask.pb.h
│   │   ├── generated_enum_reflection.h
│   │   ├── generated_enum_util.h
│   │   ├── generated_message_reflection.h
│   │   ├── generated_message_table_driven.h
│   │   ├── generated_message_util.h
│   │   ├── has_bits.h
│   │   ├── io
│   │   │   ├── coded_stream.h
│   │   │   ├── coded_stream_inl.h
│   │   │   ├── gzip_stream.h
│   │   │   ├── package_info.h
│   │   │   ├── printer.h
│   │   │   ├── strtod.h
│   │   │   ├── tokenizer.h
│   │   │   ├── zero_copy_stream.h
│   │   │   ├── zero_copy_stream_impl.h
│   │   │   └── zero_copy_stream_impl_lite.h
│   │   ├── map_entry.h
│   │   ├── map_entry_lite.h
│   │   ├── map_field.h
│   │   ├── map_field_inl.h
│   │   ├── map_field_lite.h
│   │   ├── map.h
│   │   ├── map_lite_test_util.h
│   │   ├── map_test_util.h
│   │   ├── map_test_util_impl.h
│   │   ├── map_type_handler.h
│   │   ├── message.h
│   │   ├── message_lite.h
│   │   ├── metadata.h
│   │   ├── metadata_lite.h
│   │   ├── package_info.h
│   │   ├── reflection.h
│   │   ├── reflection_internal.h
│   │   ├── reflection_ops.h
│   │   ├── repeated_field.h
│   │   ├── service.h
│   │   ├── source_context.pb.h
│   │   ├── struct.pb.h
│   │   ├── stubs
│   │   │   ├── atomicops.h
│   │   │   ├── atomicops_internals_arm64_gcc.h
│   │   │   ├── atomicops_internals_arm_gcc.h
│   │   │   ├── atomicops_internals_arm_qnx.h
│   │   │   ├── atomicops_internals_atomicword_compat.h
│   │   │   ├── atomicops_internals_generic_c11_atomic.h
│   │   │   ├── atomicops_internals_generic_gcc.h
│   │   │   ├── atomicops_internals_mips_gcc.h
│   │   │   ├── atomicops_internals_power.h
│   │   │   ├── atomicops_internals_ppc_gcc.h
│   │   │   ├── atomicops_internals_solaris.h
│   │   │   ├── atomicops_internals_tsan.h
│   │   │   ├── atomicops_internals_x86_gcc.h
│   │   │   ├── atomicops_internals_x86_msvc.h
│   │   │   ├── atomic_sequence_num.h
│   │   │   ├── bytestream.h
│   │   │   ├── callback.h
│   │   │   ├── casts.h
│   │   │   ├── common.h
│   │   │   ├── fastmem.h
│   │   │   ├── hash.h
│   │   │   ├── int128.h
│   │   │   ├── logging.h
│   │   │   ├── macros.h
│   │   │   ├── map_util.h
│   │   │   ├── mathlimits.h
│   │   │   ├── mathutil.h
│   │   │   ├── mutex.h
│   │   │   ├── once.h
│   │   │   ├── platform_macros.h
│   │   │   ├── port.h
│   │   │   ├── scoped_ptr.h
│   │   │   ├── shared_ptr.h
│   │   │   ├── singleton.h
│   │   │   ├── status.h
│   │   │   ├── status_macros.h
│   │   │   ├── statusor.h
│   │   │   ├── stl_util.h
│   │   │   ├── stringpiece.h
│   │   │   ├── stringprintf.h
│   │   │   ├── strutil.h
│   │   │   ├── substitute.h
│   │   │   ├── template_util.h
│   │   │   ├── time.h
│   │   │   └── type_traits.h
│   │   ├── testing
│   │   │   ├── file.h
│   │   │   └── googletest.h
│   │   ├── test_util.h
│   │   ├── test_util_lite.h
│   │   ├── text_format.h
│   │   ├── timestamp.pb.h
│   │   ├── type.pb.h
│   │   ├── unknown_field_set.h
│   │   ├── util
│   │   │   ├── delimited_message_util.h
│   │   │   ├── field_comparator.h
│   │   │   ├── field_mask_util.h
│   │   │   ├── internal
│   │   │   │   ├── constants.h
│   │   │   │   ├── datapiece.h
│   │   │   │   ├── default_value_objectwriter.h
│   │   │   │   ├── error_listener.h
│   │   │   │   ├── expecting_objectwriter.h
│   │   │   │   ├── field_mask_utility.h
│   │   │   │   ├── json_escaping.h
│   │   │   │   ├── json_objectwriter.h
│   │   │   │   ├── json_stream_parser.h
│   │   │   │   ├── location_tracker.h
│   │   │   │   ├── mock_error_listener.h
│   │   │   │   ├── object_location_tracker.h
│   │   │   │   ├── object_source.h
│   │   │   │   ├── object_writer.h
│   │   │   │   ├── protostream_objectsource.h
│   │   │   │   ├── protostream_objectwriter.h
│   │   │   │   ├── proto_writer.h
│   │   │   │   ├── structured_objectwriter.h
│   │   │   │   ├── type_info.h
│   │   │   │   ├── type_info_test_helper.h
│   │   │   │   └── utility.h
│   │   │   ├── json_util.h
│   │   │   ├── message_differencer.h
│   │   │   ├── package_info.h
│   │   │   ├── time_util.h
│   │   │   ├── type_resolver.h
│   │   │   └── type_resolver_util.h
│   │   ├── wire_format.h
│   │   ├── wire_format_lite.h
│   │   ├── wire_format_lite_inl.h
│   │   └── wrappers.pb.h
│   ├── six_archive
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── LICENSE
│   │   ├── six.py
│   │   └── six.pyc
│   ├── snappy
│   │   ├── COPYING
│   │   ├── snappy-c.h
│   │   ├── snappy.h
│   │   ├── snappy-internal.h
│   │   ├── snappy-sinksource.h
│   │   ├── snappy-stubs-internal.h
│   │   └── snappy-stubs-public.h
│   └── zlib_archive
│   ├── crc32.h
│   ├── deflate.h
│   ├── gzguts.h
│   ├── inffast.h
│   ├── inffixed.h
│   ├── inflate.h
│   ├── inftrees.h
│   ├── trees.h
│   ├── zconf.h
│   ├── zlib.h
│   └── zutil.h
├── funcsigs
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── version.py
│   └── version.pyc
├── funcsigs-1.0.2.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── google
│   ├── __init__.py
│   └── protobuf
│   ├── any_pb2.py
│   ├── any_test_pb2.py
│   ├── api_pb2.py
│   ├── compiler
│   │   ├── __init__.py
│   │   └── plugin_pb2.py
│   ├── descriptor_database.py
│   ├── descriptor_pb2.py
│   ├── descriptor_pool.py
│   ├── descriptor.py
│   ├── duration_pb2.py
│   ├── empty_pb2.py
│   ├── field_mask_pb2.py
│   ├── __init__.py
│   ├── internal
│   │   ├── any_test_pb2.py
│   │   ├── api_implementation.py
│   │   ├── _api_implementation.so
│   │   ├── containers.py
│   │   ├── decoder.py
│   │   ├── descriptor_database_test.py
│   │   ├── descriptor_pool_test1_pb2.py
│   │   ├── descriptor_pool_test2_pb2.py
│   │   ├── descriptor_pool_test.py
│   │   ├── descriptor_test.py
│   │   ├── encoder.py
│   │   ├── enum_type_wrapper.py
│   │   ├── factory_test1_pb2.py
│   │   ├── factory_test2_pb2.py
│   │   ├── file_options_test_pb2.py
│   │   ├── generator_test.py
│   │   ├── import_test_package
│   │   │   ├── __init__.py
│   │   │   ├── inner_pb2.py
│   │   │   └── outer_pb2.py
│   │   ├── __init__.py
│   │   ├── json_format_test.py
│   │   ├── message_factory_test.py
│   │   ├── message_listener.py
│   │   ├── message_set_extensions_pb2.py
│   │   ├── message_test.py
│   │   ├── missing_enum_values_pb2.py
│   │   ├── more_extensions_dynamic_pb2.py
│   │   ├── more_extensions_pb2.py
│   │   ├── more_messages_pb2.py
│   │   ├── packed_field_test_pb2.py
│   │   ├── _parameterized.py
│   │   ├── proto_builder_test.py
│   │   ├── python_message.py
│   │   ├── reflection_test.py
│   │   ├── service_reflection_test.py
│   │   ├── symbol_database_test.py
│   │   ├── test_bad_identifiers_pb2.py
│   │   ├── testing_refleaks.py
│   │   ├── test_util.py
│   │   ├── text_encoding_test.py
│   │   ├── text_format_test.py
│   │   ├── type_checkers.py
│   │   ├── unknown_fields_test.py
│   │   ├── well_known_types.py
│   │   ├── well_known_types_test.py
│   │   ├── wire_format.py
│   │   └── wire_format_test.py
│   ├── json_format.py
│   ├── map_unittest_pb2.py
│   ├── message_factory.py
│   ├── message.py
│   ├── proto_builder.py
│   ├── pyext
│   │   ├── cpp_message.py
│   │   ├── __init__.py
│   │   ├── _message.so
│   │   └── python_pb2.py
│   ├── reflection.py
│   ├── service.py
│   ├── service_reflection.py
│   ├── source_context_pb2.py
│   ├── struct_pb2.py
│   ├── symbol_database.py
│   ├── test_messages_proto2_pb2.py
│   ├── test_messages_proto3_pb2.py
│   ├── text_encoding.py
│   ├── text_format.py
│   ├── timestamp_pb2.py
│   ├── type_pb2.py
│   ├── unittest_arena_pb2.py
│   ├── unittest_custom_options_pb2.py
│   ├── unittest_import_pb2.py
│   ├── unittest_import_public_pb2.py
│   ├── unittest_mset_pb2.py
│   ├── unittest_mset_wire_format_pb2.py
│   ├── unittest_no_arena_import_pb2.py
│   ├── unittest_no_arena_pb2.py
│   ├── unittest_no_generic_services_pb2.py
│   ├── unittest_pb2.py
│   ├── unittest_proto3_arena_pb2.py
│   ├── util
│   │   ├── __init__.py
│   │   └── json_format_proto3_pb2.py
│   └── wrappers_pb2.py
├── html5lib
│   ├── constants.py
│   ├── constants.pyc
│   ├── filters
│   │   ├── alphabeticalattributes.py
│   │   ├── alphabeticalattributes.pyc
│   │   ├── _base.py
│   │   ├── _base.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── inject_meta_charset.py
│   │   ├── inject_meta_charset.pyc
│   │   ├── lint.py
│   │   ├── lint.pyc
│   │   ├── optionaltags.py
│   │   ├── optionaltags.pyc
│   │   ├── sanitizer.py
│   │   ├── sanitizer.pyc
│   │   ├── whitespace.py
│   │   └── whitespace.pyc
│   ├── html5parser.py
│   ├── html5parser.pyc
│   ├── ihatexml.py
│   ├── ihatexml.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── inputstream.py
│   ├── inputstream.pyc
│   ├── sanitizer.py
│   ├── sanitizer.pyc
│   ├── serializer
│   │   ├── htmlserializer.py
│   │   ├── htmlserializer.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── tokenizer.py
│   ├── tokenizer.pyc
│   ├── treeadapters
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── sax.py
│   │   └── sax.pyc
│   ├── treebuilders
│   │   ├── _base.py
│   │   ├── _base.pyc
│   │   ├── dom.py
│   │   ├── dom.pyc
│   │   ├── etree_lxml.py
│   │   ├── etree_lxml.pyc
│   │   ├── etree.py
│   │   ├── etree.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── treewalkers
│   │   ├── _base.py
│   │   ├── _base.pyc
│   │   ├── dom.py
│   │   ├── dom.pyc
│   │   ├── etree.py
│   │   ├── etree.pyc
│   │   ├── genshistream.py
│   │   ├── genshistream.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lxmletree.py
│   │   ├── lxmletree.pyc
│   │   ├── pulldom.py
│   │   └── pulldom.pyc
│   ├── trie
│   │   ├── _base.py
│   │   ├── _base.pyc
│   │   ├── datrie.py
│   │   ├── datrie.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── py.py
│   │   └── py.pyc
│   ├── utils.py
│   └── utils.pyc
├── html5lib-0.9999999.egg-info
│   ├── dependency_links.txt
│   ├── installed-files.txt
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
├── markdown
│   ├── blockparser.py
│   ├── blockparser.pyc
│   ├── blockprocessors.py
│   ├── blockprocessors.pyc
│   ├── extensions
│   │   ├── abbr.py
│   │   ├── abbr.pyc
│   │   ├── admonition.py
│   │   ├── admonition.pyc
│   │   ├── attr_list.py
│   │   ├── attr_list.pyc
│   │   ├── codehilite.py
│   │   ├── codehilite.pyc
│   │   ├── def_list.py
│   │   ├── def_list.pyc
│   │   ├── extra.py
│   │   ├── extra.pyc
│   │   ├── fenced_code.py
│   │   ├── fenced_code.pyc
│   │   ├── footnotes.py
│   │   ├── footnotes.pyc
│   │   ├── headerid.py
│   │   ├── headerid.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── meta.py
│   │   ├── meta.pyc
│   │   ├── nl2br.py
│   │   ├── nl2br.pyc
│   │   ├── sane_lists.py
│   │   ├── sane_lists.pyc
│   │   ├── smart_strong.py
│   │   ├── smart_strong.pyc
│   │   ├── smarty.py
│   │   ├── smarty.pyc
│   │   ├── tables.py
│   │   ├── tables.pyc
│   │   ├── toc.py
│   │   ├── toc.pyc
│   │   ├── wikilinks.py
│   │   └── wikilinks.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── inlinepatterns.py
│   ├── inlinepatterns.pyc
│   ├── __main__.py
│   ├── __main__.pyc
│   ├── odict.py
│   ├── odict.pyc
│   ├── postprocessors.py
│   ├── postprocessors.pyc
│   ├── preprocessors.py
│   ├── preprocessors.pyc
│   ├── serializers.py
│   ├── serializers.pyc
│   ├── treeprocessors.py
│   ├── treeprocessors.pyc
│   ├── util.py
│   ├── util.pyc
│   ├── __version__.py
│   └── __version__.pyc
├── Markdown-2.6.9.egg-info
│   ├── dependency_links.txt
│   ├── installed-files.txt
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   └── top_level.txt
├── mock
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── mock.py
│   ├── mock.pyc
│   └── tests
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __main__.py
│   ├── __main__.pyc
│   ├── support.py
│   ├── support.pyc
│   ├── testcallable.py
│   ├── testcallable.pyc
│   ├── testhelpers.py
│   ├── testhelpers.pyc
│   ├── testmagicmethods.py
│   ├── testmagicmethods.pyc
│   ├── testmock.py
│   ├── testmock.pyc
│   ├── testpatch.py
│   ├── testpatch.pyc
│   ├── testsentinel.py
│   ├── testsentinel.pyc
│   ├── testwith.py
│   └── testwith.pyc
├── mock-2.0.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── numpy
│   ├── add_newdocs.py
│   ├── add_newdocs.pyc
│   ├── compat
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _inspect.py
│   │   ├── _inspect.pyc
│   │   ├── py3k.py
│   │   ├── py3k.pyc
│   │   └── setup.py
│   ├── __config__.py
│   ├── __config__.pyc
│   ├── core
│   │   ├── arrayprint.py
│   │   ├── arrayprint.pyc
│   │   ├── cversions.py
│   │   ├── defchararray.py
│   │   ├── defchararray.pyc
│   │   ├── _dummy.so
│   │   ├── fromnumeric.py
│   │   ├── fromnumeric.pyc
│   │   ├── function_base.py
│   │   ├── function_base.pyc
│   │   ├── generate_numpy_api.py
│   │   ├── getlimits.py
│   │   ├── getlimits.pyc
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _internal.py
│   │   ├── _internal.pyc
│   │   ├── machar.py
│   │   ├── machar.pyc
│   │   ├── memmap.py
│   │   ├── memmap.pyc
│   │   ├── _methods.py
│   │   ├── _methods.pyc
│   │   ├── multiarray.so
│   │   ├── multiarray_tests.so
│   │   ├── numeric.py
│   │   ├── numeric.pyc
│   │   ├── numerictypes.py
│   │   ├── numerictypes.pyc
│   │   ├── operand_flag_tests.so
│   │   ├── records.py
│   │   ├── records.pyc
│   │   ├── setup_common.py
│   │   ├── setup.py
│   │   ├── shape_base.py
│   │   ├── shape_base.pyc
│   │   ├── struct_ufunc_test.so
│   │   ├── test_rational.so
│   │   ├── umath.so
│   │   └── umath_tests.so
│   ├── ctypeslib.py
│   ├── ctypeslib.pyc
│   ├── distutils
│   │   ├── ccompiler.py
│   │   ├── command
│   │   │   ├── autodist.py
│   │   │   ├── bdist_rpm.py
│   │   │   ├── build_clib.py
│   │   │   ├── build_ext.py
│   │   │   ├── build.py
│   │   │   ├── build_py.py
│   │   │   ├── build_scripts.py
│   │   │   ├── build_src.py
│   │   │   ├── config_compiler.py
│   │   │   ├── config.py
│   │   │   ├── develop.py
│   │   │   ├── egg_info.py
│   │   │   ├── __init__.py
│   │   │   ├── install_clib.py
│   │   │   ├── install_data.py
│   │   │   ├── install_headers.py
│   │   │   ├── install.py
│   │   │   └── sdist.py
│   │   ├── compat.py
│   │   ├── __config__.py
│   │   ├── conv_template.py
│   │   ├── core.py
│   │   ├── cpuinfo.py
│   │   ├── environment.py
│   │   ├── exec_command.py
│   │   ├── extension.py
│   │   ├── fcompiler
│   │   │   ├── absoft.py
│   │   │   ├── compaq.py
│   │   │   ├── g95.py
│   │   │   ├── gnu.py
│   │   │   ├── hpux.py
│   │   │   ├── ibm.py
│   │   │   ├── __init__.py
│   │   │   ├── intel.py
│   │   │   ├── lahey.py
│   │   │   ├── mips.py
│   │   │   ├── nag.py
│   │   │   ├── none.py
│   │   │   ├── pathf95.py
│   │   │   ├── pg.py
│   │   │   ├── sun.py
│   │   │   └── vast.py
│   │   ├── from_template.py
│   │   ├── info.py
│   │   ├── __init__.py
│   │   ├── intelccompiler.py
│   │   ├── lib2def.py
│   │   ├── line_endings.py
│   │   ├── log.py
│   │   ├── mingw32ccompiler.py
│   │   ├── misc_util.py
│   │   ├── msvc9compiler.py
│   │   ├── msvccompiler.py
│   │   ├── npy_pkg_config.py
│   │   ├── numpy_distribution.py
│   │   ├── pathccompiler.py
│   │   ├── setup.py
│   │   ├── system_info.py
│   │   ├── unixccompiler.py
│   │   └── __version__.py
│   ├── doc
│   │   ├── basics.py
│   │   ├── broadcasting.py
│   │   ├── byteswapping.py
│   │   ├── constants.py
│   │   ├── creation.py
│   │   ├── glossary.py
│   │   ├── indexing.py
│   │   ├── __init__.py
│   │   ├── internals.py
│   │   ├── misc.py
│   │   ├── structured_arrays.py
│   │   ├── subclassing.py
│   │   └── ufuncs.py
│   ├── dual.py
│   ├── f2py
│   │   ├── auxfuncs.py
│   │   ├── capi_maps.py
│   │   ├── cb_rules.py
│   │   ├── cfuncs.py
│   │   ├── common_rules.py
│   │   ├── crackfortran.py
│   │   ├── diagnose.py
│   │   ├── f2py2e.py
│   │   ├── f2py_testing.py
│   │   ├── f90mod_rules.py
│   │   ├── func2subr.py
│   │   ├── info.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── rules.py
│   │   ├── setup.py
│   │   ├── use_rules.py
│   │   └── __version__.py
│   ├── fft
│   │   ├── fftpack_lite.so
│   │   ├── fftpack.py
│   │   ├── fftpack.pyc
│   │   ├── helper.py
│   │   ├── helper.pyc
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── setup.py
│   ├── _globals.py
│   ├── _globals.pyc
│   ├── _import_tools.py
│   ├── _import_tools.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── lib
│   │   ├── arraypad.py
│   │   ├── arraypad.pyc
│   │   ├── arraysetops.py
│   │   ├── arraysetops.pyc
│   │   ├── arrayterator.py
│   │   ├── arrayterator.pyc
│   │   ├── _datasource.py
│   │   ├── _datasource.pyc
│   │   ├── financial.py
│   │   ├── financial.pyc
│   │   ├── format.py
│   │   ├── format.pyc
│   │   ├── function_base.py
│   │   ├── function_base.pyc
│   │   ├── index_tricks.py
│   │   ├── index_tricks.pyc
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _iotools.py
│   │   ├── _iotools.pyc
│   │   ├── nanfunctions.py
│   │   ├── nanfunctions.pyc
│   │   ├── npyio.py
│   │   ├── npyio.pyc
│   │   ├── polynomial.py
│   │   ├── polynomial.pyc
│   │   ├── recfunctions.py
│   │   ├── scimath.py
│   │   ├── scimath.pyc
│   │   ├── setup.py
│   │   ├── shape_base.py
│   │   ├── shape_base.pyc
│   │   ├── stride_tricks.py
│   │   ├── stride_tricks.pyc
│   │   ├── twodim_base.py
│   │   ├── twodim_base.pyc
│   │   ├── type_check.py
│   │   ├── type_check.pyc
│   │   ├── ufunclike.py
│   │   ├── ufunclike.pyc
│   │   ├── user_array.py
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   ├── linalg
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lapack_lite.so
│   │   ├── linalg.py
│   │   ├── linalg.pyc
│   │   ├── setup.py
│   │   └── _umath_linalg.so
│   ├── ma
│   │   ├── bench.py
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── extras.py
│   │   ├── extras.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mrecords.py
│   │   ├── setup.py
│   │   ├── testutils.py
│   │   ├── timer_comparison.py
│   │   └── version.py
│   ├── matlib.py
│   ├── matrixlib
│   │   ├── defmatrix.py
│   │   ├── defmatrix.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── setup.py
│   ├── polynomial
│   │   ├── chebyshev.py
│   │   ├── chebyshev.pyc
│   │   ├── hermite_e.py
│   │   ├── hermite_e.pyc
│   │   ├── hermite.py
│   │   ├── hermite.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── laguerre.py
│   │   ├── laguerre.pyc
│   │   ├── legendre.py
│   │   ├── legendre.pyc
│   │   ├── _polybase.py
│   │   ├── _polybase.pyc
│   │   ├── polynomial.py
│   │   ├── polynomial.pyc
│   │   ├── polyutils.py
│   │   ├── polyutils.pyc
│   │   └── setup.py
│   ├── random
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mtrand.so
│   │   └── setup.py
│   ├── setup.py
│   ├── testing
│   │   ├── decorators.py
│   │   ├── decorators.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── noseclasses.py
│   │   ├── nosetester.py
│   │   ├── nosetester.pyc
│   │   ├── print_coercion_tables.py
│   │   ├── setup.py
│   │   ├── utils.py
│   │   └── utils.pyc
│   ├── version.py
│   └── version.pyc
├── pbr
│   ├── builddoc.py
│   ├── builddoc.pyc
│   ├── cmd
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── main.py
│   │   └── main.pyc
│   ├── core.py
│   ├── core.pyc
│   ├── extra_files.py
│   ├── extra_files.pyc
│   ├── find_package.py
│   ├── find_package.pyc
│   ├── git.py
│   ├── git.pyc
│   ├── hooks
│   │   ├── backwards.py
│   │   ├── backwards.pyc
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── commands.py
│   │   ├── commands.pyc
│   │   ├── files.py
│   │   ├── files.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── metadata.py
│   │   └── metadata.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── options.py
│   ├── options.pyc
│   ├── packaging.py
│   ├── packaging.pyc
│   ├── pbr_json.py
│   ├── pbr_json.pyc
│   ├── testr_command.py
│   ├── testr_command.pyc
│   ├── tests
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_commands.py
│   │   ├── test_commands.pyc
│   │   ├── test_core.py
│   │   ├── test_core.pyc
│   │   ├── test_files.py
│   │   ├── test_files.pyc
│   │   ├── test_hooks.py
│   │   ├── test_hooks.pyc
│   │   ├── test_integration.py
│   │   ├── test_integration.pyc
│   │   ├── testpackage
│   │   │   ├── CHANGES.txt
│   │   │   ├── data_files
│   │   │   │   ├── a.txt
│   │   │   │   ├── b.txt
│   │   │   │   └── c.rst
│   │   │   ├── doc
│   │   │   │   └── source
│   │   │   │   ├── conf.py
│   │   │   │   ├── conf.pyc
│   │   │   │   ├── index.rst
│   │   │   │   ├── installation.rst
│   │   │   │   └── usage.rst
│   │   │   ├── extra-file.txt
│   │   │   ├── git-extra-file.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── MANIFEST.in
│   │   │   ├── pbr_testpackage
│   │   │   │   ├── cmd.py
│   │   │   │   ├── cmd.pyc
│   │   │   │   ├── extra.py
│   │   │   │   ├── extra.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── package_data
│   │   │   │   │   ├── 1.txt
│   │   │   │   │   └── 2.txt
│   │   │   │   ├── _setup_hooks.py
│   │   │   │   ├── _setup_hooks.pyc
│   │   │   │   ├── wsgi.py
│   │   │   │   └── wsgi.pyc
│   │   │   ├── README.txt
│   │   │   ├── setup.cfg
│   │   │   ├── setup.py
│   │   │   ├── setup.pyc
│   │   │   ├── src
│   │   │   │   └── testext.c
│   │   │   └── test-requirements.txt
│   │   ├── test_packaging.py
│   │   ├── test_packaging.pyc
│   │   ├── test_pbr_json.py
│   │   ├── test_pbr_json.pyc
│   │   ├── test_setup.py
│   │   ├── test_setup.pyc
│   │   ├── test_util.py
│   │   ├── test_util.pyc
│   │   ├── test_version.py
│   │   ├── test_version.pyc
│   │   ├── test_wsgi.py
│   │   ├── test_wsgi.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   ├── util.py
│   ├── util.pyc
│   ├── version.py
│   └── version.pyc
├── pbr-2.0.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── protobuf-3.4.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── namespace_packages.txt
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── protobuf-3.4.0-py2.7-nspkg.pth
├── setuptools-28.7.1-py2.7.egg
├── setuptools.pth
├── six-1.10.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── six.py
├── six.pyc
├── tensorboard
│   ├── backend
│   │   ├── application.py
│   │   ├── application.pyc
│   │   ├── event_processing
│   │   │   ├── directory_watcher.py
│   │   │   ├── directory_watcher.pyc
│   │   │   ├── event_accumulator.py
│   │   │   ├── event_accumulator.pyc
│   │   │   ├── event_file_inspector.py
│   │   │   ├── event_file_inspector.pyc
│   │   │   ├── event_file_loader.py
│   │   │   ├── event_file_loader.pyc
│   │   │   ├── event_multiplexer.py
│   │   │   ├── event_multiplexer.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── io_wrapper.py
│   │   │   ├── io_wrapper.pyc
│   │   │   ├── plugin_asset_util.py
│   │   │   ├── plugin_asset_util.pyc
│   │   │   ├── plugin_event_accumulator.py
│   │   │   ├── plugin_event_accumulator.pyc
│   │   │   ├── plugin_event_multiplexer.py
│   │   │   ├── plugin_event_multiplexer.pyc
│   │   │   ├── reservoir.py
│   │   │   └── reservoir.pyc
│   │   ├── http_util.py
│   │   ├── http_util.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── json_util.py
│   │   ├── json_util.pyc
│   │   ├── process_graph.py
│   │   └── process_graph.pyc
│   ├── data_compat.py
│   ├── data_compat.pyc
│   ├── db.py
│   ├── db.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── main.py
│   ├── main.pyc
│   ├── pip_package
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── setup.py
│   │   └── setup.pyc
│   ├── plugins
│   │   ├── audio
│   │   │   ├── audio_plugin.py
│   │   │   ├── audio_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── plugin_data_pb2.py
│   │   │   └── plugin_data_pb2.pyc
│   │   ├── base_plugin.py
│   │   ├── base_plugin.pyc
│   │   ├── core
│   │   │   ├── core_plugin.py
│   │   │   ├── core_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── distribution
│   │   │   ├── compressor.py
│   │   │   ├── compressor.pyc
│   │   │   ├── distributions_plugin.py
│   │   │   ├── distributions_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── graph
│   │   │   ├── graphs_plugin.py
│   │   │   ├── graphs_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── histogram
│   │   │   ├── histograms_plugin.py
│   │   │   ├── histograms_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── plugin_data_pb2.py
│   │   │   └── plugin_data_pb2.pyc
│   │   ├── image
│   │   │   ├── images_plugin.py
│   │   │   ├── images_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── plugin_data_pb2.py
│   │   │   └── plugin_data_pb2.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── profile
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── profile_plugin.py
│   │   │   ├── profile_plugin.pyc
│   │   │   ├── trace_events_json.py
│   │   │   ├── trace_events_json.pyc
│   │   │   ├── trace_events_pb2.py
│   │   │   └── trace_events_pb2.pyc
│   │   ├── projector
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── projector_config_pb2.py
│   │   │   ├── projector_config_pb2.pyc
│   │   │   ├── projector_plugin.py
│   │   │   └── projector_plugin.pyc
│   │   ├── scalar
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── plugin_data_pb2.py
│   │   │   ├── plugin_data_pb2.pyc
│   │   │   ├── scalars_plugin.py
│   │   │   └── scalars_plugin.pyc
│   │   └── text
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── text_plugin.py
│   │   └── text_plugin.pyc
│   ├── plugin_util.py
│   ├── plugin_util.pyc
│   ├── util.py
│   ├── util.pyc
│   ├── version.py
│   ├── version.pyc
│   └── webfiles.zip
├── tensorflow
│   ├── contrib
│   │   ├── batching
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_batch_ops.py
│   │   │   │   ├── gen_batch_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── batch_ops.py
│   │   │   ├── batch_ops.pyc
│   │   │   ├── _batch_ops.so
│   │   │   ├── batch_ops_test.py
│   │   │   ├── batch_ops_test.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── bayesflow
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── csiszar_divergence_impl.py
│   │   │   ├── csiszar_divergence_impl.pyc
│   │   │   ├── csiszar_divergence.py
│   │   │   ├── csiszar_divergence.pyc
│   │   │   ├── entropy_impl.py
│   │   │   ├── entropy_impl.pyc
│   │   │   ├── entropy.py
│   │   │   ├── entropy.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── monte_carlo_impl.py
│   │   │   ├── monte_carlo_impl.pyc
│   │   │   ├── monte_carlo.py
│   │   │   ├── monte_carlo.pyc
│   │   │   ├── stochastic_gradient_estimators.py
│   │   │   ├── stochastic_gradient_estimators.pyc
│   │   │   ├── stochastic_graph_impl.py
│   │   │   ├── stochastic_graph_impl.pyc
│   │   │   ├── stochastic_graph.py
│   │   │   ├── stochastic_graph.pyc
│   │   │   ├── stochastic_tensor_impl.py
│   │   │   ├── stochastic_tensor_impl.pyc
│   │   │   ├── stochastic_tensor.py
│   │   │   ├── stochastic_tensor.pyc
│   │   │   ├── stochastic_variables.py
│   │   │   ├── stochastic_variables.pyc
│   │   │   ├── variational_inference_impl.py
│   │   │   ├── variational_inference_impl.pyc
│   │   │   ├── variational_inference.py
│   │   │   └── variational_inference.pyc
│   │   ├── boosted_trees
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── learner_pb2.py
│   │   │   │   ├── learner_pb2.pyc
│   │   │   │   ├── quantiles_pb2.py
│   │   │   │   ├── quantiles_pb2.pyc
│   │   │   │   ├── split_info_pb2.py
│   │   │   │   ├── split_info_pb2.pyc
│   │   │   │   ├── tree_config_pb2.py
│   │   │   │   └── tree_config_pb2.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── batch_ops_utils.py
│   │   │   ├── batch_ops_utils.pyc
│   │   │   ├── ensemble_optimizer_ops.py
│   │   │   ├── ensemble_optimizer_ops.pyc
│   │   │   ├── _ensemble_optimizer_ops.so
│   │   │   ├── gen_ensemble_optimizer_ops.py
│   │   │   ├── gen_ensemble_optimizer_ops.pyc
│   │   │   ├── gen_model_ops.py
│   │   │   ├── gen_model_ops.pyc
│   │   │   ├── gen_prediction_ops.py
│   │   │   ├── gen_prediction_ops.pyc
│   │   │   ├── gen_quantile_ops.py
│   │   │   ├── gen_quantile_ops.pyc
│   │   │   ├── gen_split_handler_ops.py
│   │   │   ├── gen_split_handler_ops.pyc
│   │   │   ├── gen_stats_accumulator_ops.py
│   │   │   ├── gen_stats_accumulator_ops.pyc
│   │   │   ├── gen_training_ops.py
│   │   │   ├── gen_training_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── model_ops.py
│   │   │   ├── model_ops.pyc
│   │   │   ├── _model_ops.so
│   │   │   ├── prediction_ops.py
│   │   │   ├── prediction_ops.pyc
│   │   │   ├── _prediction_ops.so
│   │   │   ├── quantile_ops.py
│   │   │   ├── quantile_ops.pyc
│   │   │   ├── _quantile_ops.so
│   │   │   ├── split_handler_ops.py
│   │   │   ├── split_handler_ops.pyc
│   │   │   ├── _split_handler_ops.so
│   │   │   ├── stats_accumulator_ops.py
│   │   │   ├── stats_accumulator_ops.pyc
│   │   │   ├── _stats_accumulator_ops.so
│   │   │   ├── training_ops.py
│   │   │   ├── training_ops.pyc
│   │   │   └── _training_ops.so
│   │   ├── cloud
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── bigquery_reader_ops.py
│   │   │   ├── bigquery_reader_ops.pyc
│   │   │   ├── gen_bigquery_reader_ops.py
│   │   │   ├── gen_bigquery_reader_ops.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── cluster_resolver
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── training
│   │   │   ├── cluster_resolver.py
│   │   │   ├── cluster_resolver.pyc
│   │   │   ├── gce_cluster_resolver.py
│   │   │   ├── gce_cluster_resolver.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── cmake
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── tools
│   │   │   ├── create_def_file.py
│   │   │   ├── create_def_file.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── compiler
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jit.py
│   │   │   └── jit.pyc
│   │   ├── copy_graph
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── util
│   │   │   ├── copy_elements.py
│   │   │   ├── copy_elements.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── crf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── crf.py
│   │   │   ├── crf.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── cudnn_rnn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_cudnn_rnn_ops.py
│   │   │   │   ├── gen_cudnn_rnn_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── cudnn_rnn_ops.py
│   │   │   ├── cudnn_rnn_ops.pyc
│   │   │   ├── _cudnn_rnn_ops.so
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── data
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── framework
│   │   │   │   ├── function.py
│   │   │   │   ├── function.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── dataset_ops.py
│   │   │   │   ├── dataset_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── util
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nest.py
│   │   │   └── nest.pyc
│   │   ├── decision_trees
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── proto
│   │   │   ├── generic_tree_model_pb2.py
│   │   │   ├── generic_tree_model_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── deprecated
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── distributions
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── bijectors
│   │   │   │   ├── affine_impl.py
│   │   │   │   ├── affine_impl.pyc
│   │   │   │   ├── affine_linear_operator_impl.py
│   │   │   │   ├── affine_linear_operator_impl.pyc
│   │   │   │   ├── affine_linear_operator.py
│   │   │   │   ├── affine_linear_operator.pyc
│   │   │   │   ├── affine.py
│   │   │   │   ├── affine.pyc
│   │   │   │   ├── chain_impl.py
│   │   │   │   ├── chain_impl.pyc
│   │   │   │   ├── chain.py
│   │   │   │   ├── chain.pyc
│   │   │   │   ├── cholesky_outer_product_impl.py
│   │   │   │   ├── cholesky_outer_product_impl.pyc
│   │   │   │   ├── cholesky_outer_product.py
│   │   │   │   ├── cholesky_outer_product.pyc
│   │   │   │   ├── conditional_bijector_impl.py
│   │   │   │   ├── conditional_bijector_impl.pyc
│   │   │   │   ├── conditional_bijector.py
│   │   │   │   ├── conditional_bijector.pyc
│   │   │   │   ├── exp_impl.py
│   │   │   │   ├── exp_impl.pyc
│   │   │   │   ├── exp.py
│   │   │   │   ├── exp.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── inline_impl.py
│   │   │   │   ├── inline_impl.pyc
│   │   │   │   ├── inline.py
│   │   │   │   ├── inline.pyc
│   │   │   │   ├── invert_impl.py
│   │   │   │   ├── invert_impl.pyc
│   │   │   │   ├── invert.py
│   │   │   │   ├── invert.pyc
│   │   │   │   ├── power_transform_impl.py
│   │   │   │   ├── power_transform_impl.pyc
│   │   │   │   ├── power_transform.py
│   │   │   │   ├── power_transform.pyc
│   │   │   │   ├── sigmoid_centered_impl.py
│   │   │   │   ├── sigmoid_centered_impl.pyc
│   │   │   │   ├── sigmoid_centered.py
│   │   │   │   ├── sigmoid_centered.pyc
│   │   │   │   ├── sigmoid_impl.py
│   │   │   │   ├── sigmoid_impl.pyc
│   │   │   │   ├── sigmoid.py
│   │   │   │   ├── sigmoid.pyc
│   │   │   │   ├── sinh_arcsinh_impl.py
│   │   │   │   ├── sinh_arcsinh_impl.pyc
│   │   │   │   ├── sinh_arcsinh.py
│   │   │   │   ├── sinh_arcsinh.pyc
│   │   │   │   ├── softmax_centered_impl.py
│   │   │   │   ├── softmax_centered_impl.pyc
│   │   │   │   ├── softmax_centered.py
│   │   │   │   ├── softmax_centered.pyc
│   │   │   │   ├── softplus_impl.py
│   │   │   │   ├── softplus_impl.pyc
│   │   │   │   ├── softplus.py
│   │   │   │   └── softplus.pyc
│   │   │   ├── binomial.py
│   │   │   ├── binomial.pyc
│   │   │   ├── chi2.py
│   │   │   ├── chi2.pyc
│   │   │   ├── conditional_distribution.py
│   │   │   ├── conditional_distribution.pyc
│   │   │   ├── conditional_transformed_distribution.py
│   │   │   ├── conditional_transformed_distribution.pyc
│   │   │   ├── deterministic.py
│   │   │   ├── deterministic.pyc
│   │   │   ├── distribution_util.py
│   │   │   ├── distribution_util.pyc
│   │   │   ├── geometric.py
│   │   │   ├── geometric.pyc
│   │   │   ├── gumbel.py
│   │   │   ├── gumbel.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inverse_gamma.py
│   │   │   ├── inverse_gamma.pyc
│   │   │   ├── logistic.py
│   │   │   ├── logistic.pyc
│   │   │   ├── mixture.py
│   │   │   ├── mixture.pyc
│   │   │   ├── mvn_diag_plus_low_rank.py
│   │   │   ├── mvn_diag_plus_low_rank.pyc
│   │   │   ├── mvn_diag.py
│   │   │   ├── mvn_diag.pyc
│   │   │   ├── mvn_full_covariance.py
│   │   │   ├── mvn_full_covariance.pyc
│   │   │   ├── mvn_linear_operator.py
│   │   │   ├── mvn_linear_operator.pyc
│   │   │   ├── mvn_tril.py
│   │   │   ├── mvn_tril.pyc
│   │   │   ├── negative_binomial.py
│   │   │   ├── negative_binomial.pyc
│   │   │   ├── normal_conjugate_posteriors.py
│   │   │   ├── normal_conjugate_posteriors.pyc
│   │   │   ├── onehot_categorical.py
│   │   │   ├── onehot_categorical.pyc
│   │   │   ├── operator_pd_cholesky.py
│   │   │   ├── operator_pd_cholesky.pyc
│   │   │   ├── operator_pd_diag.py
│   │   │   ├── operator_pd_diag.pyc
│   │   │   ├── operator_pd_full.py
│   │   │   ├── operator_pd_full.pyc
│   │   │   ├── operator_pd_identity.py
│   │   │   ├── operator_pd_identity.pyc
│   │   │   ├── operator_pd.py
│   │   │   ├── operator_pd.pyc
│   │   │   ├── operator_pd_vdvt_update.py
│   │   │   ├── operator_pd_vdvt_update.pyc
│   │   │   ├── operator_test_util.py
│   │   │   ├── operator_test_util.pyc
│   │   │   ├── poisson.py
│   │   │   ├── poisson.pyc
│   │   │   ├── quantized_distribution.py
│   │   │   ├── quantized_distribution.pyc
│   │   │   ├── relaxed_bernoulli.py
│   │   │   ├── relaxed_bernoulli.pyc
│   │   │   ├── relaxed_onehot_categorical.py
│   │   │   ├── relaxed_onehot_categorical.pyc
│   │   │   ├── sample_stats.py
│   │   │   ├── sample_stats.pyc
│   │   │   ├── shape.py
│   │   │   ├── shape.pyc
│   │   │   ├── trig.py
│   │   │   ├── trig.pyc
│   │   │   ├── vector_exponential_diag.py
│   │   │   ├── vector_exponential_diag.pyc
│   │   │   ├── vector_exponential_linear_operator.py
│   │   │   ├── vector_exponential_linear_operator.pyc
│   │   │   ├── vector_laplace_diag.py
│   │   │   ├── vector_laplace_diag.pyc
│   │   │   ├── vector_laplace_linear_operator.py
│   │   │   ├── vector_laplace_linear_operator.pyc
│   │   │   ├── vector_student_t.py
│   │   │   ├── vector_student_t.pyc
│   │   │   ├── wishart.py
│   │   │   └── wishart.pyc
│   │   ├── factorization
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── clustering_ops.py
│   │   │   ├── clustering_ops.pyc
│   │   │   ├── _clustering_ops.so
│   │   │   ├── factorization_ops.py
│   │   │   ├── factorization_ops.pyc
│   │   │   ├── _factorization_ops.so
│   │   │   ├── factorization_ops_test_utils.py
│   │   │   ├── factorization_ops_test_utils.pyc
│   │   │   ├── gen_clustering_ops.py
│   │   │   ├── gen_clustering_ops.pyc
│   │   │   ├── gen_factorization_ops.py
│   │   │   ├── gen_factorization_ops.pyc
│   │   │   ├── gmm_ops.py
│   │   │   ├── gmm_ops.pyc
│   │   │   ├── gmm.py
│   │   │   ├── gmm.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── wals.py
│   │   │   └── wals.pyc
│   │   ├── ffmpeg
│   │   │   ├── ffmpeg_ops.py
│   │   │   ├── ffmpeg_ops.pyc
│   │   │   ├── ffmpeg.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── gen_decode_audio_op_py.py
│   │   │   ├── gen_decode_audio_op_py.pyc
│   │   │   ├── gen_encode_audio_op_py.py
│   │   │   ├── gen_encode_audio_op_py.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── framework
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── framework
│   │   │   │   ├── checkpoint_utils.py
│   │   │   │   ├── checkpoint_utils.pyc
│   │   │   │   ├── experimental.py
│   │   │   │   ├── experimental.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tensor_util.py
│   │   │   │   └── tensor_util.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── arg_scope.py
│   │   │   ├── arg_scope.pyc
│   │   │   ├── checkpoint_ops.py
│   │   │   ├── checkpoint_ops.pyc
│   │   │   ├── _checkpoint_ops.so
│   │   │   ├── gen_checkpoint_ops.py
│   │   │   ├── gen_checkpoint_ops.pyc
│   │   │   ├── gen_variable_ops.py
│   │   │   ├── gen_variable_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops.py
│   │   │   ├── ops.pyc
│   │   │   ├── prettyprint_ops.py
│   │   │   ├── prettyprint_ops.pyc
│   │   │   ├── _variable_ops.so
│   │   │   ├── variables.py
│   │   │   └── variables.pyc
│   │   ├── graph_editor
│   │   │   ├── edit.py
│   │   │   ├── edit.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── reroute.py
│   │   │   ├── reroute.pyc
│   │   │   ├── select.py
│   │   │   ├── select.pyc
│   │   │   ├── subgraph.py
│   │   │   ├── subgraph.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── match.py
│   │   │   │   └── match.pyc
│   │   │   ├── transform.py
│   │   │   ├── transform.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── grid_rnn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── grid_rnn_cell.py
│   │   │   ├── grid_rnn_cell.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── hooks
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── training
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── profiler_hook.py
│   │   │   └── profiler_hook.pyc
│   │   ├── image
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_image_ops.py
│   │   │   │   ├── gen_image_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── image_ops.py
│   │   │   ├── image_ops.pyc
│   │   │   ├── _image_ops.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── single_image_random_dot_stereograms.py
│   │   │   ├── single_image_random_dot_stereograms.pyc
│   │   │   └── _single_image_random_dot_stereograms.so
│   │   ├── imperative
│   │   │   ├── imperative_graph.py
│   │   │   ├── imperative_graph.pyc
│   │   │   ├── imperative_mode.py
│   │   │   ├── imperative_mode.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── input_pipeline
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_input_pipeline_ops.py
│   │   │   │   ├── gen_input_pipeline_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input_pipeline_ops.py
│   │   │   ├── input_pipeline_ops.pyc
│   │   │   ├── _input_pipeline_ops.so
│   │   │   ├── input_pipeline_ops_test.py
│   │   │   └── input_pipeline_ops_test.pyc
│   │   ├── integrate
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── odes.py
│   │   │   └── odes.pyc
│   │   ├── keras
│   │   │   ├── api
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── keras
│   │   │   │   ├── activations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── applications
│   │   │   │   │   ├── inception_v3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── resnet50
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── vgg16
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── vgg19
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   └── xception
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── backend
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── callbacks
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── constraints
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── datasets
│   │   │   │   │   ├── boston_housing
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── cifar10
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── cifar100
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── imdb
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── mnist
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   └── reuters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── initializers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── losses
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── metrics
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── optimizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── preprocessing
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── sequence
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   └── text
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── regularizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   └── wrappers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── scikit_learn
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── keras
│   │   │   ├── activations.py
│   │   │   ├── activations.pyc
│   │   │   ├── applications
│   │   │   │   ├── imagenet_utils.py
│   │   │   │   ├── imagenet_utils.pyc
│   │   │   │   ├── inception_v3.py
│   │   │   │   ├── inception_v3.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mobilenet.py
│   │   │   │   ├── mobilenet.pyc
│   │   │   │   ├── resnet50.py
│   │   │   │   ├── resnet50.pyc
│   │   │   │   ├── vgg16.py
│   │   │   │   ├── vgg16.pyc
│   │   │   │   ├── vgg19.py
│   │   │   │   ├── vgg19.pyc
│   │   │   │   ├── xception.py
│   │   │   │   └── xception.pyc
│   │   │   ├── backend.py
│   │   │   ├── backend.pyc
│   │   │   ├── callbacks.py
│   │   │   ├── callbacks.pyc
│   │   │   ├── constraints.py
│   │   │   ├── constraints.pyc
│   │   │   ├── datasets
│   │   │   │   ├── boston_housing.py
│   │   │   │   ├── boston_housing.pyc
│   │   │   │   ├── cifar100.py
│   │   │   │   ├── cifar100.pyc
│   │   │   │   ├── cifar10.py
│   │   │   │   ├── cifar10.pyc
│   │   │   │   ├── cifar.py
│   │   │   │   ├── cifar.pyc
│   │   │   │   ├── imdb.py
│   │   │   │   ├── imdb.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mnist.py
│   │   │   │   ├── mnist.pyc
│   │   │   │   ├── reuters.py
│   │   │   │   └── reuters.pyc
│   │   │   ├── engine
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── topology.py
│   │   │   │   ├── topology.pyc
│   │   │   │   ├── training.py
│   │   │   │   └── training.pyc
│   │   │   ├── initializers.py
│   │   │   ├── initializers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── layers
│   │   │   │   ├── advanced_activations.py
│   │   │   │   ├── advanced_activations.pyc
│   │   │   │   ├── convolutional.py
│   │   │   │   ├── convolutional.pyc
│   │   │   │   ├── convolutional_recurrent.py
│   │   │   │   ├── convolutional_recurrent.pyc
│   │   │   │   ├── core.py
│   │   │   │   ├── core.pyc
│   │   │   │   ├── embeddings.py
│   │   │   │   ├── embeddings.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── local.py
│   │   │   │   ├── local.pyc
│   │   │   │   ├── merge.py
│   │   │   │   ├── merge.pyc
│   │   │   │   ├── noise.py
│   │   │   │   ├── noise.pyc
│   │   │   │   ├── normalization.py
│   │   │   │   ├── normalization.pyc
│   │   │   │   ├── pooling.py
│   │   │   │   ├── pooling.pyc
│   │   │   │   ├── recurrent.py
│   │   │   │   ├── recurrent.pyc
│   │   │   │   ├── serialization.py
│   │   │   │   ├── serialization.pyc
│   │   │   │   ├── wrappers.py
│   │   │   │   └── wrappers.pyc
│   │   │   ├── losses.py
│   │   │   ├── losses.pyc
│   │   │   ├── metrics.py
│   │   │   ├── metrics.pyc
│   │   │   ├── models.py
│   │   │   ├── models.pyc
│   │   │   ├── optimizers.py
│   │   │   ├── optimizers.pyc
│   │   │   ├── preprocessing
│   │   │   │   ├── image.py
│   │   │   │   ├── image.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── sequence.py
│   │   │   │   ├── sequence.pyc
│   │   │   │   ├── text.py
│   │   │   │   └── text.pyc
│   │   │   ├── regularizers.py
│   │   │   ├── regularizers.pyc
│   │   │   ├── testing_utils.py
│   │   │   ├── testing_utils.pyc
│   │   │   ├── utils
│   │   │   │   ├── conv_utils.py
│   │   │   │   ├── conv_utils.pyc
│   │   │   │   ├── data_utils.py
│   │   │   │   ├── data_utils.pyc
│   │   │   │   ├── generic_utils.py
│   │   │   │   ├── generic_utils.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── io_utils.py
│   │   │   │   ├── io_utils.pyc
│   │   │   │   ├── layer_utils.py
│   │   │   │   ├── layer_utils.pyc
│   │   │   │   ├── np_utils.py
│   │   │   │   ├── np_utils.pyc
│   │   │   │   ├── vis_utils.py
│   │   │   │   └── vis_utils.pyc
│   │   │   └── wrappers
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── scikit_learn.py
│   │   │   └── scikit_learn.pyc
│   │   ├── kernel_methods
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── kernel_estimators.py
│   │   │   ├── kernel_estimators.pyc
│   │   │   └── mappers
│   │   │   ├── dense_kernel_mapper.py
│   │   │   ├── dense_kernel_mapper.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── random_fourier_features.py
│   │   │   └── random_fourier_features.pyc
│   │   ├── labeled_tensor
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── core.py
│   │   │   ├── core.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── io_ops.py
│   │   │   ├── io_ops.pyc
│   │   │   ├── nn.py
│   │   │   ├── nn.pyc
│   │   │   ├── ops.py
│   │   │   ├── ops.pyc
│   │   │   ├── sugar.py
│   │   │   ├── sugar.pyc
│   │   │   ├── test_util.py
│   │   │   ├── test_util.pyc
│   │   │   ├── _typecheck.py
│   │   │   └── _typecheck.pyc
│   │   ├── layers
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_sparse_feature_cross_op.py
│   │   │   │   ├── gen_sparse_feature_cross_op.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── layers
│   │   │   │   ├── embedding_ops.py
│   │   │   │   ├── embedding_ops.pyc
│   │   │   │   ├── encoders.py
│   │   │   │   ├── encoders.pyc
│   │   │   │   ├── feature_column_ops.py
│   │   │   │   ├── feature_column_ops.pyc
│   │   │   │   ├── feature_column.py
│   │   │   │   ├── feature_column.pyc
│   │   │   │   ├── initializers.py
│   │   │   │   ├── initializers.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── layers.py
│   │   │   │   ├── layers.pyc
│   │   │   │   ├── optimizers.py
│   │   │   │   ├── optimizers.pyc
│   │   │   │   ├── regularizers.py
│   │   │   │   ├── regularizers.pyc
│   │   │   │   ├── summaries.py
│   │   │   │   ├── summaries.pyc
│   │   │   │   ├── target_column.py
│   │   │   │   ├── target_column.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   └── ops
│   │   │   ├── bucketization_op.py
│   │   │   ├── bucketization_op.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── sparse_feature_cross_op.py
│   │   │   ├── sparse_feature_cross_op.pyc
│   │   │   ├── _sparse_feature_cross_op.so
│   │   │   ├── sparse_ops.py
│   │   │   └── sparse_ops.pyc
│   │   ├── learn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── learn
│   │   │   ├── basic_session_run_hooks.py
│   │   │   ├── basic_session_run_hooks.pyc
│   │   │   ├── dataframe
│   │   │   │   ├── dataframe.py
│   │   │   │   ├── dataframe.pyc
│   │   │   │   ├── estimator_utils.py
│   │   │   │   ├── estimator_utils.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── queues
│   │   │   │   │   ├── feeding_functions.py
│   │   │   │   │   ├── feeding_functions.pyc
│   │   │   │   │   ├── feeding_queue_runner.py
│   │   │   │   │   ├── feeding_queue_runner.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── series.py
│   │   │   │   ├── series.pyc
│   │   │   │   ├── tensorflow_dataframe.py
│   │   │   │   ├── tensorflow_dataframe.pyc
│   │   │   │   ├── transform.py
│   │   │   │   ├── transform.pyc
│   │   │   │   └── transforms
│   │   │   │   ├── batch.py
│   │   │   │   ├── batch.pyc
│   │   │   │   ├── binary_transforms.py
│   │   │   │   ├── binary_transforms.pyc
│   │   │   │   ├── boolean_mask.py
│   │   │   │   ├── boolean_mask.pyc
│   │   │   │   ├── csv_parser.py
│   │   │   │   ├── csv_parser.pyc
│   │   │   │   ├── densify.py
│   │   │   │   ├── densify.pyc
│   │   │   │   ├── difference.py
│   │   │   │   ├── difference.pyc
│   │   │   │   ├── example_parser.py
│   │   │   │   ├── example_parser.pyc
│   │   │   │   ├── hashes.py
│   │   │   │   ├── hashes.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── in_memory_source.py
│   │   │   │   ├── in_memory_source.pyc
│   │   │   │   ├── reader_source.py
│   │   │   │   ├── reader_source.pyc
│   │   │   │   ├── sparsify.py
│   │   │   │   ├── sparsify.pyc
│   │   │   │   ├── split_mask.py
│   │   │   │   ├── split_mask.pyc
│   │   │   │   ├── sum.py
│   │   │   │   ├── sum.pyc
│   │   │   │   ├── unary_transforms.py
│   │   │   │   └── unary_transforms.pyc
│   │   │   ├── datasets
│   │   │   │   ├── base.py
│   │   │   │   ├── base.pyc
│   │   │   │   ├── data
│   │   │   │   │   ├── boston_house_prices.csv
│   │   │   │   │   ├── iris.csv
│   │   │   │   │   ├── text_test.csv
│   │   │   │   │   └── text_train.csv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mnist.py
│   │   │   │   ├── mnist.pyc
│   │   │   │   ├── produce_small_datasets.py
│   │   │   │   ├── produce_small_datasets.pyc
│   │   │   │   ├── synthetic.py
│   │   │   │   ├── synthetic.pyc
│   │   │   │   ├── text_datasets.py
│   │   │   │   └── text_datasets.pyc
│   │   │   ├── estimators
│   │   │   │   ├── composable_model.py
│   │   │   │   ├── composable_model.pyc
│   │   │   │   ├── constants.py
│   │   │   │   ├── constants.pyc
│   │   │   │   ├── debug.py
│   │   │   │   ├── debug.pyc
│   │   │   │   ├── dnn_linear_combined.py
│   │   │   │   ├── dnn_linear_combined.pyc
│   │   │   │   ├── dnn.py
│   │   │   │   ├── dnn.pyc
│   │   │   │   ├── dynamic_rnn_estimator.py
│   │   │   │   ├── dynamic_rnn_estimator.pyc
│   │   │   │   ├── estimator.py
│   │   │   │   ├── estimator.pyc
│   │   │   │   ├── estimator_test_utils.py
│   │   │   │   ├── estimator_test_utils.pyc
│   │   │   │   ├── head.py
│   │   │   │   ├── head.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kmeans.py
│   │   │   │   ├── kmeans.pyc
│   │   │   │   ├── linear.py
│   │   │   │   ├── linear.pyc
│   │   │   │   ├── logistic_regressor.py
│   │   │   │   ├── logistic_regressor.pyc
│   │   │   │   ├── metric_key.py
│   │   │   │   ├── metric_key.pyc
│   │   │   │   ├── model_fn.py
│   │   │   │   ├── model_fn.pyc
│   │   │   │   ├── prediction_key.py
│   │   │   │   ├── prediction_key.pyc
│   │   │   │   ├── rnn_common.py
│   │   │   │   ├── rnn_common.pyc
│   │   │   │   ├── run_config.py
│   │   │   │   ├── run_config.pyc
│   │   │   │   ├── _sklearn.py
│   │   │   │   ├── _sklearn.pyc
│   │   │   │   ├── state_saving_rnn_estimator.py
│   │   │   │   ├── state_saving_rnn_estimator.pyc
│   │   │   │   ├── svm.py
│   │   │   │   ├── svm.pyc
│   │   │   │   ├── tensor_signature.py
│   │   │   │   ├── tensor_signature.pyc
│   │   │   │   ├── test_data.py
│   │   │   │   └── test_data.pyc
│   │   │   ├── evaluable.py
│   │   │   ├── evaluable.pyc
│   │   │   ├── experiment.py
│   │   │   ├── experiment.pyc
│   │   │   ├── export_strategy.py
│   │   │   ├── export_strategy.pyc
│   │   │   ├── graph_actions.py
│   │   │   ├── graph_actions.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── learn_io
│   │   │   │   ├── dask_io.py
│   │   │   │   ├── dask_io.pyc
│   │   │   │   ├── data_feeder.py
│   │   │   │   ├── data_feeder.pyc
│   │   │   │   ├── generator_io.py
│   │   │   │   ├── generator_io.pyc
│   │   │   │   ├── graph_io.py
│   │   │   │   ├── graph_io.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── numpy_io.py
│   │   │   │   ├── numpy_io.pyc
│   │   │   │   ├── pandas_io.py
│   │   │   │   └── pandas_io.pyc
│   │   │   ├── learn_runner_lib.py
│   │   │   ├── learn_runner_lib.pyc
│   │   │   ├── learn_runner.py
│   │   │   ├── learn_runner.pyc
│   │   │   ├── metric_spec.py
│   │   │   ├── metric_spec.pyc
│   │   │   ├── models.py
│   │   │   ├── models.pyc
│   │   │   ├── monitored_session.py
│   │   │   ├── monitored_session.pyc
│   │   │   ├── monitors.py
│   │   │   ├── monitors.pyc
│   │   │   ├── ops
│   │   │   │   ├── embeddings_ops.py
│   │   │   │   ├── embeddings_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── losses_ops.py
│   │   │   │   ├── losses_ops.pyc
│   │   │   │   ├── seq2seq_ops.py
│   │   │   │   └── seq2seq_ops.pyc
│   │   │   ├── preprocessing
│   │   │   │   ├── categorical.py
│   │   │   │   ├── categorical.pyc
│   │   │   │   ├── categorical_vocabulary.py
│   │   │   │   ├── categorical_vocabulary.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── text.py
│   │   │   │   └── text.pyc
│   │   │   ├── session_run_hook.py
│   │   │   ├── session_run_hook.pyc
│   │   │   ├── summary_writer_cache.py
│   │   │   ├── summary_writer_cache.pyc
│   │   │   ├── tests
│   │   │   │   ├── dataframe
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── mocks.py
│   │   │   │   │   └── mocks.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── trainable.py
│   │   │   ├── trainable.pyc
│   │   │   └── utils
│   │   │   ├── export.py
│   │   │   ├── export.pyc
│   │   │   ├── gc.py
│   │   │   ├── gc.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input_fn_utils.py
│   │   │   ├── input_fn_utils.pyc
│   │   │   ├── inspect_checkpoint.py
│   │   │   ├── inspect_checkpoint.pyc
│   │   │   ├── saved_model_export_utils.py
│   │   │   └── saved_model_export_utils.pyc
│   │   ├── legacy_seq2seq
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── seq2seq.py
│   │   │   └── seq2seq.pyc
│   │   ├── linalg
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── linear_operator_addition.py
│   │   │   ├── linear_operator_addition.pyc
│   │   │   ├── linear_operator_composition.py
│   │   │   ├── linear_operator_composition.pyc
│   │   │   ├── linear_operator_diag.py
│   │   │   ├── linear_operator_diag.pyc
│   │   │   ├── linear_operator_full_matrix.py
│   │   │   ├── linear_operator_full_matrix.pyc
│   │   │   ├── linear_operator_identity.py
│   │   │   ├── linear_operator_identity.pyc
│   │   │   ├── linear_operator.py
│   │   │   ├── linear_operator.pyc
│   │   │   ├── linear_operator_test_util.py
│   │   │   ├── linear_operator_test_util.pyc
│   │   │   ├── linear_operator_tril.py
│   │   │   ├── linear_operator_tril.pyc
│   │   │   ├── linear_operator_udvh_update.py
│   │   │   ├── linear_operator_udvh_update.pyc
│   │   │   ├── linear_operator_util.py
│   │   │   └── linear_operator_util.pyc
│   │   ├── linear_optimizer
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── sdca_ops.py
│   │   │   │   ├── sdca_ops.pyc
│   │   │   │   ├── sharded_mutable_dense_hashtable.py
│   │   │   │   ├── sharded_mutable_dense_hashtable.pyc
│   │   │   │   ├── sparse_feature_column.py
│   │   │   │   └── sparse_feature_column.pyc
│   │   │   ├── sdca_estimator.py
│   │   │   ├── sdca_estimator.pyc
│   │   │   ├── sdca_optimizer.py
│   │   │   └── sdca_optimizer.pyc
│   │   ├── lookup
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lookup_ops.py
│   │   │   └── lookup_ops.pyc
│   │   ├── losses
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── losses
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── loss_ops.py
│   │   │   └── loss_ops.pyc
│   │   ├── memory_stats
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_memory_stats_ops.py
│   │   │   │   ├── gen_memory_stats_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── memory_stats_ops.py
│   │   │   ├── memory_stats_ops.pyc
│   │   │   └── _memory_stats_ops.so
│   │   ├── metrics
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metrics
│   │   │   │   ├── classification.py
│   │   │   │   ├── classification.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── ops
│   │   │   ├── confusion_matrix_ops.py
│   │   │   ├── confusion_matrix_ops.pyc
│   │   │   ├── histogram_ops.py
│   │   │   ├── histogram_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metric_ops.py
│   │   │   ├── metric_ops.pyc
│   │   │   ├── set_ops.py
│   │   │   └── set_ops.pyc
│   │   ├── nccl
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_nccl_ops.py
│   │   │   │   ├── gen_nccl_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nccl_ops.py
│   │   │   ├── nccl_ops.pyc
│   │   │   └── _nccl_ops.so
│   │   ├── ndlstm
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lstm1d.py
│   │   │   ├── lstm1d.pyc
│   │   │   ├── lstm2d.py
│   │   │   ├── lstm2d.pyc
│   │   │   ├── misc.py
│   │   │   └── misc.pyc
│   │   ├── nn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── cross_entropy.py
│   │   │   ├── cross_entropy.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── sampling_ops.py
│   │   │   └── sampling_ops.pyc
│   │   ├── opt
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── training
│   │   │   ├── delay_compensated_gradient_descent.py
│   │   │   ├── delay_compensated_gradient_descent.pyc
│   │   │   ├── drop_stale_gradient_optimizer.py
│   │   │   ├── drop_stale_gradient_optimizer.pyc
│   │   │   ├── external_optimizer.py
│   │   │   ├── external_optimizer.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lazy_adam_optimizer.py
│   │   │   ├── lazy_adam_optimizer.pyc
│   │   │   ├── moving_average_optimizer.py
│   │   │   ├── moving_average_optimizer.pyc
│   │   │   ├── nadam_optimizer.py
│   │   │   ├── nadam_optimizer.pyc
│   │   │   ├── variable_clipping_optimizer.py
│   │   │   └── variable_clipping_optimizer.pyc
│   │   ├── predictor
│   │   │   ├── contrib_estimator_predictor.py
│   │   │   ├── contrib_estimator_predictor.pyc
│   │   │   ├── core_estimator_predictor.py
│   │   │   ├── core_estimator_predictor.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── predictor_factories.py
│   │   │   ├── predictor_factories.pyc
│   │   │   ├── predictor.py
│   │   │   ├── predictor.pyc
│   │   │   ├── saved_model_predictor.py
│   │   │   └── saved_model_predictor.pyc
│   │   ├── quantization
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── array_ops.py
│   │   │   ├── array_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── math_ops.py
│   │   │   ├── math_ops.pyc
│   │   │   ├── nn_ops.py
│   │   │   └── nn_ops.pyc
│   │   ├── remote_fused_graph
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── pylib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── gen_remote_fused_graph_ops.py
│   │   │   ├── gen_remote_fused_graph_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── remote_fused_graph_ops.py
│   │   │   ├── remote_fused_graph_ops.pyc
│   │   │   ├── remote_fused_graph_ops_test.py
│   │   │   └── remote_fused_graph_ops_test.pyc
│   │   ├── resampler
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_resampler_ops.py
│   │   │   │   ├── gen_resampler_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── resampler_ops.py
│   │   │   ├── resampler_ops.pyc
│   │   │   ├── _resampler_ops.so
│   │   │   ├── resampler_ops_test.py
│   │   │   └── resampler_ops_test.pyc
│   │   ├── rnn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_gru_ops.py
│   │   │   │   ├── gen_gru_ops.pyc
│   │   │   │   ├── gen_lstm_ops.py
│   │   │   │   ├── gen_lstm_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── core_rnn_cell.py
│   │   │   ├── core_rnn_cell.pyc
│   │   │   ├── fused_rnn_cell.py
│   │   │   ├── fused_rnn_cell.pyc
│   │   │   ├── gru_ops.py
│   │   │   ├── gru_ops.pyc
│   │   │   ├── _gru_ops.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lstm_ops.py
│   │   │   ├── lstm_ops.pyc
│   │   │   ├── _lstm_ops.so
│   │   │   ├── rnn_cell.py
│   │   │   ├── rnn_cell.pyc
│   │   │   ├── rnn.py
│   │   │   └── rnn.pyc
│   │   ├── saved_model
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── saved_model
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── reader.py
│   │   │   ├── reader.pyc
│   │   │   ├── signature_def_utils.py
│   │   │   └── signature_def_utils.pyc
│   │   ├── seq2seq
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_beam_search_ops.py
│   │   │   │   ├── gen_beam_search_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── attention_wrapper.py
│   │   │   ├── attention_wrapper.pyc
│   │   │   ├── basic_decoder.py
│   │   │   ├── basic_decoder.pyc
│   │   │   ├── beam_search_decoder.py
│   │   │   ├── beam_search_decoder.pyc
│   │   │   ├── beam_search_ops.py
│   │   │   ├── beam_search_ops.pyc
│   │   │   ├── _beam_search_ops.so
│   │   │   ├── decoder.py
│   │   │   ├── decoder.pyc
│   │   │   ├── helper.py
│   │   │   ├── helper.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── loss.py
│   │   │   └── loss.pyc
│   │   ├── session_bundle
│   │   │   ├── bundle_shim.py
│   │   │   ├── bundle_shim.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── exporter.py
│   │   │   ├── exporter.pyc
│   │   │   ├── gc.py
│   │   │   ├── gc.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── manifest_pb2.py
│   │   │   ├── manifest_pb2.pyc
│   │   │   ├── session_bundle.py
│   │   │   └── session_bundle.pyc
│   │   ├── signal
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── reconstruction_ops.py
│   │   │   ├── reconstruction_ops.pyc
│   │   │   ├── shape_ops.py
│   │   │   ├── shape_ops.pyc
│   │   │   ├── spectral_ops.py
│   │   │   ├── spectral_ops.pyc
│   │   │   ├── util_ops.py
│   │   │   ├── util_ops.pyc
│   │   │   ├── window_ops.py
│   │   │   └── window_ops.pyc
│   │   ├── slim
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nets.py
│   │   │   ├── nets.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── slim
│   │   │   ├── data
│   │   │   │   ├── data_decoder.py
│   │   │   │   ├── data_decoder.pyc
│   │   │   │   ├── data_provider.py
│   │   │   │   ├── data_provider.pyc
│   │   │   │   ├── dataset_data_provider.py
│   │   │   │   ├── dataset_data_provider.pyc
│   │   │   │   ├── dataset.py
│   │   │   │   ├── dataset.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── parallel_reader.py
│   │   │   │   ├── parallel_reader.pyc
│   │   │   │   ├── prefetch_queue.py
│   │   │   │   ├── prefetch_queue.pyc
│   │   │   │   ├── test_utils.py
│   │   │   │   ├── test_utils.pyc
│   │   │   │   ├── tfexample_decoder.py
│   │   │   │   └── tfexample_decoder.pyc
│   │   │   ├── evaluation.py
│   │   │   ├── evaluation.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── learning.py
│   │   │   ├── learning.pyc
│   │   │   ├── model_analyzer.py
│   │   │   ├── model_analyzer.pyc
│   │   │   ├── nets
│   │   │   │   ├── alexnet.py
│   │   │   │   ├── alexnet.pyc
│   │   │   │   ├── inception.py
│   │   │   │   ├── inception.pyc
│   │   │   │   ├── inception_v1.py
│   │   │   │   ├── inception_v1.pyc
│   │   │   │   ├── inception_v2.py
│   │   │   │   ├── inception_v2.pyc
│   │   │   │   ├── inception_v3.py
│   │   │   │   ├── inception_v3.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── overfeat.py
│   │   │   │   ├── overfeat.pyc
│   │   │   │   ├── resnet_utils.py
│   │   │   │   ├── resnet_utils.pyc
│   │   │   │   ├── resnet_v1.py
│   │   │   │   ├── resnet_v1.pyc
│   │   │   │   ├── resnet_v2.py
│   │   │   │   ├── resnet_v2.pyc
│   │   │   │   ├── vgg.py
│   │   │   │   └── vgg.pyc
│   │   │   ├── queues.py
│   │   │   ├── queues.pyc
│   │   │   ├── summaries.py
│   │   │   └── summaries.pyc
│   │   ├── solvers
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lanczos.py
│   │   │   ├── lanczos.pyc
│   │   │   ├── least_squares.py
│   │   │   ├── least_squares.pyc
│   │   │   ├── linear_equations.py
│   │   │   ├── linear_equations.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── sparsemax
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── sparsemax_loss.py
│   │   │   ├── sparsemax_loss.pyc
│   │   │   ├── sparsemax.py
│   │   │   └── sparsemax.pyc
│   │   ├── specs
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── params_ops.py
│   │   │   ├── params_ops.pyc
│   │   │   ├── specs_lib.py
│   │   │   ├── specs_lib.pyc
│   │   │   ├── specs_ops.py
│   │   │   ├── specs_ops.pyc
│   │   │   ├── specs.py
│   │   │   ├── specs.pyc
│   │   │   ├── summaries.py
│   │   │   └── summaries.pyc
│   │   ├── staging
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── stateless
│   │   │   ├── gen_stateless_random_ops.py
│   │   │   ├── gen_stateless_random_ops.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── stat_summarizer
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── tensorboard
│   │   │   ├── graph_explorer
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── proto
│   │   │   │   ├── graph_explorer_pb2.py
│   │   │   │   ├── graph_explorer_pb2.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── plugins
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── projector
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── projector_config_pb2.py
│   │   │   │   └── projector_config_pb2.pyc
│   │   │   └── trace
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── trace_info_pb2.py
│   │   │   ├── trace_info_pb2.pyc
│   │   │   ├── trace.py
│   │   │   └── trace.pyc
│   │   ├── tensor_forest
│   │   │   ├── client
│   │   │   │   ├── eval_metrics.py
│   │   │   │   ├── eval_metrics.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── random_forest.py
│   │   │   │   └── random_forest.pyc
│   │   │   ├── hybrid
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── ops
│   │   │   │   │   ├── gen_training_ops.py
│   │   │   │   │   ├── gen_training_ops.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   └── python
│   │   │   │   ├── hybrid_layer.py
│   │   │   │   ├── hybrid_layer.pyc
│   │   │   │   ├── hybrid_model.py
│   │   │   │   ├── hybrid_model.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── decisions_to_data.py
│   │   │   │   │   ├── decisions_to_data.pyc
│   │   │   │   │   ├── fully_connected.py
│   │   │   │   │   ├── fully_connected.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── models
│   │   │   │   │   ├── decisions_to_data_then_nn.py
│   │   │   │   │   ├── decisions_to_data_then_nn.pyc
│   │   │   │   │   ├── forest_to_data_then_nn.py
│   │   │   │   │   ├── forest_to_data_then_nn.pyc
│   │   │   │   │   ├── hard_decisions_to_data_then_nn.py
│   │   │   │   │   ├── hard_decisions_to_data_then_nn.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── k_feature_decisions_to_data_then_nn.py
│   │   │   │   │   ├── k_feature_decisions_to_data_then_nn.pyc
│   │   │   │   │   ├── nn.py
│   │   │   │   │   ├── nn.pyc
│   │   │   │   │   ├── stochastic_hard_decisions_to_data_then_nn.py
│   │   │   │   │   ├── stochastic_hard_decisions_to_data_then_nn.pyc
│   │   │   │   │   ├── stochastic_soft_decisions_to_data_then_nn.py
│   │   │   │   │   └── stochastic_soft_decisions_to_data_then_nn.pyc
│   │   │   │   └── ops
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── training_ops.py
│   │   │   │   ├── training_ops.pyc
│   │   │   │   └── _training_ops.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tensor_forest_params_pb2.py
│   │   │   │   └── tensor_forest_params_pb2.pyc
│   │   │   └── python
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── data_ops.py
│   │   │   │   ├── data_ops.pyc
│   │   │   │   ├── gen_model_ops.py
│   │   │   │   ├── gen_model_ops.pyc
│   │   │   │   ├── gen_stats_ops.py
│   │   │   │   ├── gen_stats_ops.pyc
│   │   │   │   ├── gen_tensor_forest_ops.py
│   │   │   │   ├── gen_tensor_forest_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── model_ops.py
│   │   │   │   ├── model_ops.pyc
│   │   │   │   ├── _model_ops.so
│   │   │   │   ├── stats_ops.py
│   │   │   │   ├── stats_ops.pyc
│   │   │   │   ├── _stats_ops.so
│   │   │   │   ├── tensor_forest_ops.py
│   │   │   │   ├── tensor_forest_ops.pyc
│   │   │   │   └── _tensor_forest_ops.so
│   │   │   ├── tensor_forest.py
│   │   │   ├── tensor_forest.pyc
│   │   │   ├── tensor_forest_v4.py
│   │   │   └── tensor_forest_v4.pyc
│   │   ├── testing
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── framework
│   │   │   │   ├── fake_summary_writer.py
│   │   │   │   ├── fake_summary_writer.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── util_test.py
│   │   │   │   └── util_test.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── text
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── ops
│   │   │   ├── gen_skip_gram_ops.py
│   │   │   ├── gen_skip_gram_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── skip_gram_ops.py
│   │   │   ├── skip_gram_ops.pyc
│   │   │   └── _skip_gram_ops.so
│   │   ├── tfprof
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── model_analyzer.py
│   │   │   ├── model_analyzer.pyc
│   │   │   ├── tfprof_logger.py
│   │   │   └── tfprof_logger.pyc
│   │   ├── timeseries
│   │   │   ├── examples
│   │   │   │   ├── data
│   │   │   │   │   ├── changepoints.csv
│   │   │   │   │   └── multivariate_level.csv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── known_anomaly.py
│   │   │   │   ├── known_anomaly.pyc
│   │   │   │   ├── multivariate.py
│   │   │   │   ├── multivariate.pyc
│   │   │   │   ├── predict.py
│   │   │   │   └── predict.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── timeseries
│   │   │   ├── ar_model.py
│   │   │   ├── ar_model.pyc
│   │   │   ├── estimators.py
│   │   │   ├── estimators.pyc
│   │   │   ├── feature_keys.py
│   │   │   ├── feature_keys.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input_pipeline.py
│   │   │   ├── input_pipeline.pyc
│   │   │   ├── math_utils.py
│   │   │   ├── math_utils.pyc
│   │   │   ├── model.py
│   │   │   ├── model.pyc
│   │   │   ├── model_utils.py
│   │   │   ├── model_utils.pyc
│   │   │   ├── saved_model_utils.py
│   │   │   ├── saved_model_utils.pyc
│   │   │   ├── state_management.py
│   │   │   ├── state_management.pyc
│   │   │   ├── state_space_models
│   │   │   │   ├── filtering_postprocessor.py
│   │   │   │   ├── filtering_postprocessor.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kalman_filter.py
│   │   │   │   ├── kalman_filter.pyc
│   │   │   │   ├── level_trend.py
│   │   │   │   ├── level_trend.pyc
│   │   │   │   ├── periodic.py
│   │   │   │   ├── periodic.pyc
│   │   │   │   ├── state_space_model.py
│   │   │   │   ├── state_space_model.pyc
│   │   │   │   ├── structural_ensemble.py
│   │   │   │   ├── structural_ensemble.pyc
│   │   │   │   ├── test_utils.py
│   │   │   │   ├── test_utils.pyc
│   │   │   │   ├── varma.py
│   │   │   │   └── varma.pyc
│   │   │   ├── test_utils.py
│   │   │   └── test_utils.pyc
│   │   ├── tpu
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── gen_tpu_ops.py
│   │   │   │   ├── gen_tpu_ops.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tpu_ops.py
│   │   │   │   ├── tpu_ops.pyc
│   │   │   │   └── _tpu_ops.so
│   │   │   └── tpu
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tpu_config.py
│   │   │   ├── tpu_config.pyc
│   │   │   ├── tpu_estimator.py
│   │   │   ├── tpu_estimator.pyc
│   │   │   ├── tpu_feed.py
│   │   │   ├── tpu_feed.pyc
│   │   │   ├── tpu_function.py
│   │   │   ├── tpu_function.pyc
│   │   │   ├── tpu_optimizer.py
│   │   │   ├── tpu_optimizer.pyc
│   │   │   ├── tpu.py
│   │   │   ├── tpu.pyc
│   │   │   ├── tpu_sharding.py
│   │   │   ├── tpu_sharding.pyc
│   │   │   ├── training_loop.py
│   │   │   └── training_loop.pyc
│   │   ├── training
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── training
│   │   │   ├── bucket_ops.py
│   │   │   ├── bucket_ops.pyc
│   │   │   ├── device_setter.py
│   │   │   ├── device_setter.pyc
│   │   │   ├── evaluation.py
│   │   │   ├── evaluation.pyc
│   │   │   ├── feeding_queue_runner.py
│   │   │   ├── feeding_queue_runner.pyc
│   │   │   ├── hparam_pb2.py
│   │   │   ├── hparam_pb2.pyc
│   │   │   ├── hparam.py
│   │   │   ├── hparam.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── python_input.py
│   │   │   ├── python_input.pyc
│   │   │   ├── resample.py
│   │   │   ├── resample.pyc
│   │   │   ├── sampling_ops.py
│   │   │   ├── sampling_ops.pyc
│   │   │   ├── sequence_queueing_state_saver.py
│   │   │   ├── sequence_queueing_state_saver.pyc
│   │   │   ├── training.py
│   │   │   ├── training.pyc
│   │   │   ├── tuner.py
│   │   │   └── tuner.pyc
│   │   └── util
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── loader.py
│   │   └── loader.pyc
│   ├── core
│   │   ├── example
│   │   │   ├── example_parser_configuration_pb2.py
│   │   │   ├── example_parser_configuration_pb2.pyc
│   │   │   ├── example_pb2.py
│   │   │   ├── example_pb2.pyc
│   │   │   ├── feature_pb2.py
│   │   │   ├── feature_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── framework
│   │   │   ├── allocation_description_pb2.py
│   │   │   ├── allocation_description_pb2.pyc
│   │   │   ├── attr_value_pb2.py
│   │   │   ├── attr_value_pb2.pyc
│   │   │   ├── cost_graph_pb2.py
│   │   │   ├── cost_graph_pb2.pyc
│   │   │   ├── device_attributes_pb2.py
│   │   │   ├── device_attributes_pb2.pyc
│   │   │   ├── function_pb2.py
│   │   │   ├── function_pb2.pyc
│   │   │   ├── graph_pb2.py
│   │   │   ├── graph_pb2.pyc
│   │   │   ├── graph_transfer_info_pb2.py
│   │   │   ├── graph_transfer_info_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── kernel_def_pb2.py
│   │   │   ├── kernel_def_pb2.pyc
│   │   │   ├── log_memory_pb2.py
│   │   │   ├── log_memory_pb2.pyc
│   │   │   ├── node_def_pb2.py
│   │   │   ├── node_def_pb2.pyc
│   │   │   ├── op_def_pb2.py
│   │   │   ├── op_def_pb2.pyc
│   │   │   ├── reader_base_pb2.py
│   │   │   ├── reader_base_pb2.pyc
│   │   │   ├── remote_fused_graph_execute_info_pb2.py
│   │   │   ├── remote_fused_graph_execute_info_pb2.pyc
│   │   │   ├── resource_handle_pb2.py
│   │   │   ├── resource_handle_pb2.pyc
│   │   │   ├── step_stats_pb2.py
│   │   │   ├── step_stats_pb2.pyc
│   │   │   ├── summary_pb2.py
│   │   │   ├── summary_pb2.pyc
│   │   │   ├── tensor_description_pb2.py
│   │   │   ├── tensor_description_pb2.pyc
│   │   │   ├── tensor_pb2.py
│   │   │   ├── tensor_pb2.pyc
│   │   │   ├── tensor_shape_pb2.py
│   │   │   ├── tensor_shape_pb2.pyc
│   │   │   ├── tensor_slice_pb2.py
│   │   │   ├── tensor_slice_pb2.pyc
│   │   │   ├── types_pb2.py
│   │   │   ├── types_pb2.pyc
│   │   │   ├── variable_pb2.py
│   │   │   ├── variable_pb2.pyc
│   │   │   ├── versions_pb2.py
│   │   │   └── versions_pb2.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib
│   │   │   ├── core
│   │   │   │   ├── error_codes_pb2.py
│   │   │   │   ├── error_codes_pb2.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── profiler
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tfprof_log_pb2.py
│   │   │   ├── tfprof_log_pb2.pyc
│   │   │   ├── tfprof_options_pb2.py
│   │   │   ├── tfprof_options_pb2.pyc
│   │   │   ├── tfprof_output_pb2.py
│   │   │   └── tfprof_output_pb2.pyc
│   │   ├── protobuf
│   │   │   ├── cluster_pb2.py
│   │   │   ├── cluster_pb2.pyc
│   │   │   ├── config_pb2.py
│   │   │   ├── config_pb2.pyc
│   │   │   ├── control_flow_pb2.py
│   │   │   ├── control_flow_pb2.pyc
│   │   │   ├── debug_pb2.py
│   │   │   ├── debug_pb2.pyc
│   │   │   ├── device_properties_pb2.py
│   │   │   ├── device_properties_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── meta_graph_pb2.py
│   │   │   ├── meta_graph_pb2.pyc
│   │   │   ├── named_tensor_pb2.py
│   │   │   ├── named_tensor_pb2.pyc
│   │   │   ├── queue_runner_pb2.py
│   │   │   ├── queue_runner_pb2.pyc
│   │   │   ├── rewriter_config_pb2.py
│   │   │   ├── rewriter_config_pb2.pyc
│   │   │   ├── saved_model_pb2.py
│   │   │   ├── saved_model_pb2.pyc
│   │   │   ├── saver_pb2.py
│   │   │   ├── saver_pb2.pyc
│   │   │   ├── tensor_bundle_pb2.py
│   │   │   ├── tensor_bundle_pb2.pyc
│   │   │   ├── tensorflow_server_pb2.py
│   │   │   └── tensorflow_server_pb2.pyc
│   │   └── util
│   │   ├── event_pb2.py
│   │   ├── event_pb2.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── memmapped_file_system_pb2.py
│   │   ├── memmapped_file_system_pb2.pyc
│   │   ├── saved_tensor_slice_pb2.py
│   │   ├── saved_tensor_slice_pb2.pyc
│   │   ├── test_log_pb2.py
│   │   └── test_log_pb2.pyc
│   ├── examples
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── tutorials
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── mnist
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── input_data.py
│   │   ├── input_data.pyc
│   │   ├── mnist.py
│   │   └── mnist.pyc
│   ├── include
│   │   ├── Eigen
│   │   │   ├── Cholesky
│   │   │   ├── CholmodSupport
│   │   │   ├── Core
│   │   │   ├── Dense
│   │   │   ├── Eigenvalues
│   │   │   ├── Geometry
│   │   │   ├── Householder
│   │   │   ├── Jacobi
│   │   │   ├── LU
│   │   │   ├── OrderingMethods
│   │   │   ├── PardisoSupport
│   │   │   ├── PaStiXSupport
│   │   │   ├── QR
│   │   │   ├── QtAlignedMalloc
│   │   │   ├── SparseCore
│   │   │   ├── SparseQR
│   │   │   ├── SPQRSupport
│   │   │   ├── src
│   │   │   │   ├── Cholesky
│   │   │   │   │   ├── LDLT.h
│   │   │   │   │   ├── LLT.h
│   │   │   │   │   └── LLT_LAPACKE.h
│   │   │   │   ├── CholmodSupport
│   │   │   │   │   └── CholmodSupport.h
│   │   │   │   ├── Core
│   │   │   │   │   ├── arch
│   │   │   │   │   │   ├── AltiVec
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── AVX
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── AVX512
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── CUDA
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── PacketMathHalf.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   └── Settings.h
│   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── SSE
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   └── ZVector
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── ArithmeticSequence.h
│   │   │   │   │   ├── ArrayBase.h
│   │   │   │   │   ├── Array.h
│   │   │   │   │   ├── ArrayWrapper.h
│   │   │   │   │   ├── AssignEvaluator.h
│   │   │   │   │   ├── Assign.h
│   │   │   │   │   ├── Assign_MKL.h
│   │   │   │   │   ├── BandMatrix.h
│   │   │   │   │   ├── Block.h
│   │   │   │   │   ├── BooleanRedux.h
│   │   │   │   │   ├── CommaInitializer.h
│   │   │   │   │   ├── ConditionEstimator.h
│   │   │   │   │   ├── CoreEvaluators.h
│   │   │   │   │   ├── CoreIterators.h
│   │   │   │   │   ├── CwiseBinaryOp.h
│   │   │   │   │   ├── CwiseNullaryOp.h
│   │   │   │   │   ├── CwiseTernaryOp.h
│   │   │   │   │   ├── CwiseUnaryOp.h
│   │   │   │   │   ├── CwiseUnaryView.h
│   │   │   │   │   ├── DenseBase.h
│   │   │   │   │   ├── DenseCoeffsBase.h
│   │   │   │   │   ├── DenseStorage.h
│   │   │   │   │   ├── Diagonal.h
│   │   │   │   │   ├── DiagonalMatrix.h
│   │   │   │   │   ├── DiagonalProduct.h
│   │   │   │   │   ├── Dot.h
│   │   │   │   │   ├── EigenBase.h
│   │   │   │   │   ├── ForceAlignedAccess.h
│   │   │   │   │   ├── functors
│   │   │   │   │   │   ├── AssignmentFunctors.h
│   │   │   │   │   │   ├── BinaryFunctors.h
│   │   │   │   │   │   ├── NullaryFunctors.h
│   │   │   │   │   │   ├── StlFunctors.h
│   │   │   │   │   │   ├── TernaryFunctors.h
│   │   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   │   ├── Fuzzy.h
│   │   │   │   │   ├── GeneralProduct.h
│   │   │   │   │   ├── GenericPacketMath.h
│   │   │   │   │   ├── GlobalFunctions.h
│   │   │   │   │   ├── IndexedView.h
│   │   │   │   │   ├── Inverse.h
│   │   │   │   │   ├── IO.h
│   │   │   │   │   ├── MapBase.h
│   │   │   │   │   ├── Map.h
│   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   ├── MathFunctionsImpl.h
│   │   │   │   │   ├── MatrixBase.h
│   │   │   │   │   ├── Matrix.h
│   │   │   │   │   ├── NestByValue.h
│   │   │   │   │   ├── NoAlias.h
│   │   │   │   │   ├── NumTraits.h
│   │   │   │   │   ├── PermutationMatrix.h
│   │   │   │   │   ├── PlainObjectBase.h
│   │   │   │   │   ├── ProductEvaluators.h
│   │   │   │   │   ├── Product.h
│   │   │   │   │   ├── products
│   │   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h
│   │   │   │   │   │   ├── GeneralMatrixVector_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixVector.h
│   │   │   │   │   │   ├── Parallelizer.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector.h
│   │   │   │   │   │   ├── SelfadjointProduct.h
│   │   │   │   │   │   ├── SelfadjointRank2Update.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix.h
│   │   │   │   │   │   ├── TriangularMatrixVector_BLAS.h
│   │   │   │   │   │   ├── TriangularMatrixVector.h
│   │   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h
│   │   │   │   │   │   ├── TriangularSolverMatrix.h
│   │   │   │   │   │   └── TriangularSolverVector.h
│   │   │   │   │   ├── Random.h
│   │   │   │   │   ├── Redux.h
│   │   │   │   │   ├── Ref.h
│   │   │   │   │   ├── Replicate.h
│   │   │   │   │   ├── ReturnByValue.h
│   │   │   │   │   ├── Reverse.h
│   │   │   │   │   ├── Select.h
│   │   │   │   │   ├── SelfAdjointView.h
│   │   │   │   │   ├── SelfCwiseBinaryOp.h
│   │   │   │   │   ├── Solve.h
│   │   │   │   │   ├── SolverBase.h
│   │   │   │   │   ├── SolveTriangular.h
│   │   │   │   │   ├── StableNorm.h
│   │   │   │   │   ├── Stride.h
│   │   │   │   │   ├── Swap.h
│   │   │   │   │   ├── Transpose.h
│   │   │   │   │   ├── Transpositions.h
│   │   │   │   │   ├── TriangularMatrix.h
│   │   │   │   │   ├── util
│   │   │   │   │   │   ├── BlasUtil.h
│   │   │   │   │   │   ├── Constants.h
│   │   │   │   │   │   ├── DisableStupidWarnings.h
│   │   │   │   │   │   ├── ForwardDeclarations.h
│   │   │   │   │   │   ├── IndexedViewHelper.h
│   │   │   │   │   │   ├── IntegralConstant.h
│   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   ├── Memory.h
│   │   │   │   │   │   ├── Meta.h
│   │   │   │   │   │   ├── MKL_support.h
│   │   │   │   │   │   ├── ReenableStupidWarnings.h
│   │   │   │   │   │   ├── StaticAssert.h
│   │   │   │   │   │   ├── SymbolicIndex.h
│   │   │   │   │   │   └── XprHelper.h
│   │   │   │   │   ├── VectorBlock.h
│   │   │   │   │   ├── VectorwiseOp.h
│   │   │   │   │   └── Visitor.h
│   │   │   │   ├── Eigenvalues
│   │   │   │   │   ├── ComplexEigenSolver.h
│   │   │   │   │   ├── ComplexSchur.h
│   │   │   │   │   ├── ComplexSchur_LAPACKE.h
│   │   │   │   │   ├── EigenSolver.h
│   │   │   │   │   ├── GeneralizedEigenSolver.h
│   │   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h
│   │   │   │   │   ├── HessenbergDecomposition.h
│   │   │   │   │   ├── MatrixBaseEigenvalues.h
│   │   │   │   │   ├── RealQZ.h
│   │   │   │   │   ├── RealSchur.h
│   │   │   │   │   ├── RealSchur_LAPACKE.h
│   │   │   │   │   ├── SelfAdjointEigenSolver.h
│   │   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h
│   │   │   │   │   └── Tridiagonalization.h
│   │   │   │   ├── Geometry
│   │   │   │   │   ├── AlignedBox.h
│   │   │   │   │   ├── AngleAxis.h
│   │   │   │   │   ├── arch
│   │   │   │   │   │   └── Geometry_SSE.h
│   │   │   │   │   ├── EulerAngles.h
│   │   │   │   │   ├── Homogeneous.h
│   │   │   │   │   ├── Hyperplane.h
│   │   │   │   │   ├── OrthoMethods.h
│   │   │   │   │   ├── ParametrizedLine.h
│   │   │   │   │   ├── Quaternion.h
│   │   │   │   │   ├── Rotation2D.h
│   │   │   │   │   ├── RotationBase.h
│   │   │   │   │   ├── Scaling.h
│   │   │   │   │   ├── Transform.h
│   │   │   │   │   ├── Translation.h
│   │   │   │   │   └── Umeyama.h
│   │   │   │   ├── Householder
│   │   │   │   │   ├── BlockHouseholder.h
│   │   │   │   │   ├── Householder.h
│   │   │   │   │   └── HouseholderSequence.h
│   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   │   ├── BasicPreconditioners.h
│   │   │   │   │   ├── BiCGSTAB.h
│   │   │   │   │   ├── ConjugateGradient.h
│   │   │   │   │   ├── IncompleteCholesky.h
│   │   │   │   │   ├── IncompleteLUT.h
│   │   │   │   │   ├── IterativeSolverBase.h
│   │   │   │   │   ├── LeastSquareConjugateGradient.h
│   │   │   │   │   └── SolveWithGuess.h
│   │   │   │   ├── Jacobi
│   │   │   │   │   └── Jacobi.h
│   │   │   │   ├── LU
│   │   │   │   │   ├── arch
│   │   │   │   │   │   └── Inverse_SSE.h
│   │   │   │   │   ├── Determinant.h
│   │   │   │   │   ├── FullPivLU.h
│   │   │   │   │   ├── InverseImpl.h
│   │   │   │   │   ├── PartialPivLU.h
│   │   │   │   │   └── PartialPivLU_LAPACKE.h
│   │   │   │   ├── MetisSupport
│   │   │   │   │   └── MetisSupport.h
│   │   │   │   ├── misc
│   │   │   │   │   ├── blas.h
│   │   │   │   │   ├── Image.h
│   │   │   │   │   ├── Kernel.h
│   │   │   │   │   ├── lapacke.h
│   │   │   │   │   ├── lapacke_mangling.h
│   │   │   │   │   ├── lapack.h
│   │   │   │   │   └── RealSvd2x2.h
│   │   │   │   ├── OrderingMethods
│   │   │   │   │   ├── Eigen_Colamd.h
│   │   │   │   │   └── Ordering.h
│   │   │   │   ├── PardisoSupport
│   │   │   │   │   └── PardisoSupport.h
│   │   │   │   ├── PaStiXSupport
│   │   │   │   │   └── PaStiXSupport.h
│   │   │   │   ├── plugins
│   │   │   │   │   ├── ArrayCwiseBinaryOps.h
│   │   │   │   │   ├── ArrayCwiseUnaryOps.h
│   │   │   │   │   ├── BlockMethods.h
│   │   │   │   │   ├── CommonCwiseBinaryOps.h
│   │   │   │   │   ├── CommonCwiseUnaryOps.h
│   │   │   │   │   ├── IndexedViewMethods.h
│   │   │   │   │   ├── MatrixCwiseBinaryOps.h
│   │   │   │   │   └── MatrixCwiseUnaryOps.h
│   │   │   │   ├── QR
│   │   │   │   │   ├── ColPivHouseholderQR.h
│   │   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h
│   │   │   │   │   ├── CompleteOrthogonalDecomposition.h
│   │   │   │   │   ├── FullPivHouseholderQR.h
│   │   │   │   │   ├── HouseholderQR.h
│   │   │   │   │   └── HouseholderQR_LAPACKE.h
│   │   │   │   ├── SparseCore
│   │   │   │   │   ├── AmbiVector.h
│   │   │   │   │   ├── CompressedStorage.h
│   │   │   │   │   ├── ConservativeSparseSparseProduct.h
│   │   │   │   │   ├── MappedSparseMatrix.h
│   │   │   │   │   ├── SparseAssign.h
│   │   │   │   │   ├── SparseBlock.h
│   │   │   │   │   ├── SparseColEtree.h
│   │   │   │   │   ├── SparseCompressedBase.h
│   │   │   │   │   ├── SparseCwiseBinaryOp.h
│   │   │   │   │   ├── SparseCwiseUnaryOp.h
│   │   │   │   │   ├── SparseDenseProduct.h
│   │   │   │   │   ├── SparseDiagonalProduct.h
│   │   │   │   │   ├── SparseDot.h
│   │   │   │   │   ├── SparseFuzzy.h
│   │   │   │   │   ├── SparseMap.h
│   │   │   │   │   ├── SparseMatrixBase.h
│   │   │   │   │   ├── SparseMatrix.h
│   │   │   │   │   ├── SparsePermutation.h
│   │   │   │   │   ├── SparseProduct.h
│   │   │   │   │   ├── SparseRedux.h
│   │   │   │   │   ├── SparseRef.h
│   │   │   │   │   ├── SparseSelfAdjointView.h
│   │   │   │   │   ├── SparseSolverBase.h
│   │   │   │   │   ├── SparseSparseProductWithPruning.h
│   │   │   │   │   ├── SparseTranspose.h
│   │   │   │   │   ├── SparseTriangularView.h
│   │   │   │   │   ├── SparseUtil.h
│   │   │   │   │   ├── SparseVector.h
│   │   │   │   │   ├── SparseView.h
│   │   │   │   │   └── TriangularSolver.h
│   │   │   │   ├── SparseLU
│   │   │   │   │   ├── SparseLU_column_bmod.h
│   │   │   │   │   ├── SparseLU_column_dfs.h
│   │   │   │   │   ├── SparseLU_copy_to_ucol.h
│   │   │   │   │   ├── SparseLU_gemm_kernel.h
│   │   │   │   │   ├── SparseLU.h
│   │   │   │   │   ├── SparseLU_heap_relax_snode.h
│   │   │   │   │   ├── SparseLUImpl.h
│   │   │   │   │   ├── SparseLU_kernel_bmod.h
│   │   │   │   │   ├── SparseLU_Memory.h
│   │   │   │   │   ├── SparseLU_panel_bmod.h
│   │   │   │   │   ├── SparseLU_panel_dfs.h
│   │   │   │   │   ├── SparseLU_pivotL.h
│   │   │   │   │   ├── SparseLU_pruneL.h
│   │   │   │   │   ├── SparseLU_relax_snode.h
│   │   │   │   │   ├── SparseLU_Structs.h
│   │   │   │   │   ├── SparseLU_SupernodalMatrix.h
│   │   │   │   │   └── SparseLU_Utils.h
│   │   │   │   ├── SparseQR
│   │   │   │   │   └── SparseQR.h
│   │   │   │   ├── SPQRSupport
│   │   │   │   │   └── SuiteSparseQRSupport.h
│   │   │   │   ├── StlSupport
│   │   │   │   │   ├── details.h
│   │   │   │   │   ├── StdDeque.h
│   │   │   │   │   ├── StdList.h
│   │   │   │   │   └── StdVector.h
│   │   │   │   ├── SuperLUSupport
│   │   │   │   │   └── SuperLUSupport.h
│   │   │   │   ├── SVD
│   │   │   │   │   ├── BDCSVD.h
│   │   │   │   │   ├── JacobiSVD.h
│   │   │   │   │   ├── JacobiSVD_LAPACKE.h
│   │   │   │   │   ├── SVDBase.h
│   │   │   │   │   └── UpperBidiagonalization.h
│   │   │   │   └── UmfPackSupport
│   │   │   │   └── UmfPackSupport.h
│   │   │   ├── StdDeque
│   │   │   ├── StdList
│   │   │   ├── StdVector
│   │   │   ├── SuperLUSupport
│   │   │   ├── SVD
│   │   │   └── UmfPackSupport
│   │   ├── external
│   │   │   └── eigen_archive
│   │   │   ├── COPYING.MPL2
│   │   │   ├── Eigen
│   │   │   │   ├── Cholesky
│   │   │   │   ├── CholmodSupport
│   │   │   │   ├── Core
│   │   │   │   ├── Dense
│   │   │   │   ├── Eigenvalues
│   │   │   │   ├── Geometry
│   │   │   │   ├── Householder
│   │   │   │   ├── Jacobi
│   │   │   │   ├── LU
│   │   │   │   ├── OrderingMethods
│   │   │   │   ├── PardisoSupport
│   │   │   │   ├── PaStiXSupport
│   │   │   │   ├── QR
│   │   │   │   ├── QtAlignedMalloc
│   │   │   │   ├── SparseCore
│   │   │   │   ├── SparseQR
│   │   │   │   ├── SPQRSupport
│   │   │   │   ├── src
│   │   │   │   │   ├── Cholesky
│   │   │   │   │   │   ├── LDLT.h
│   │   │   │   │   │   ├── LLT.h
│   │   │   │   │   │   └── LLT_LAPACKE.h
│   │   │   │   │   ├── CholmodSupport
│   │   │   │   │   │   └── CholmodSupport.h
│   │   │   │   │   ├── Core
│   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   ├── AltiVec
│   │   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   │   ├── AVX
│   │   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   │   ├── AVX512
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   │   ├── CUDA
│   │   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   │   ├── PacketMathHalf.h
│   │   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   │   └── Settings.h
│   │   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   │   ├── SSE
│   │   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   │   └── ZVector
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── ArithmeticSequence.h
│   │   │   │   │   │   ├── ArrayBase.h
│   │   │   │   │   │   ├── Array.h
│   │   │   │   │   │   ├── ArrayWrapper.h
│   │   │   │   │   │   ├── AssignEvaluator.h
│   │   │   │   │   │   ├── Assign.h
│   │   │   │   │   │   ├── Assign_MKL.h
│   │   │   │   │   │   ├── BandMatrix.h
│   │   │   │   │   │   ├── Block.h
│   │   │   │   │   │   ├── BooleanRedux.h
│   │   │   │   │   │   ├── CommaInitializer.h
│   │   │   │   │   │   ├── ConditionEstimator.h
│   │   │   │   │   │   ├── CoreEvaluators.h
│   │   │   │   │   │   ├── CoreIterators.h
│   │   │   │   │   │   ├── CwiseBinaryOp.h
│   │   │   │   │   │   ├── CwiseNullaryOp.h
│   │   │   │   │   │   ├── CwiseTernaryOp.h
│   │   │   │   │   │   ├── CwiseUnaryOp.h
│   │   │   │   │   │   ├── CwiseUnaryView.h
│   │   │   │   │   │   ├── DenseBase.h
│   │   │   │   │   │   ├── DenseCoeffsBase.h
│   │   │   │   │   │   ├── DenseStorage.h
│   │   │   │   │   │   ├── Diagonal.h
│   │   │   │   │   │   ├── DiagonalMatrix.h
│   │   │   │   │   │   ├── DiagonalProduct.h
│   │   │   │   │   │   ├── Dot.h
│   │   │   │   │   │   ├── EigenBase.h
│   │   │   │   │   │   ├── ForceAlignedAccess.h
│   │   │   │   │   │   ├── functors
│   │   │   │   │   │   │   ├── AssignmentFunctors.h
│   │   │   │   │   │   │   ├── BinaryFunctors.h
│   │   │   │   │   │   │   ├── NullaryFunctors.h
│   │   │   │   │   │   │   ├── StlFunctors.h
│   │   │   │   │   │   │   ├── TernaryFunctors.h
│   │   │   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   │   │   ├── Fuzzy.h
│   │   │   │   │   │   ├── GeneralProduct.h
│   │   │   │   │   │   ├── GenericPacketMath.h
│   │   │   │   │   │   ├── GlobalFunctions.h
│   │   │   │   │   │   ├── IndexedView.h
│   │   │   │   │   │   ├── Inverse.h
│   │   │   │   │   │   ├── IO.h
│   │   │   │   │   │   ├── MapBase.h
│   │   │   │   │   │   ├── Map.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   ├── MathFunctionsImpl.h
│   │   │   │   │   │   ├── MatrixBase.h
│   │   │   │   │   │   ├── Matrix.h
│   │   │   │   │   │   ├── NestByValue.h
│   │   │   │   │   │   ├── NoAlias.h
│   │   │   │   │   │   ├── NumTraits.h
│   │   │   │   │   │   ├── PermutationMatrix.h
│   │   │   │   │   │   ├── PlainObjectBase.h
│   │   │   │   │   │   ├── ProductEvaluators.h
│   │   │   │   │   │   ├── Product.h
│   │   │   │   │   │   ├── products
│   │   │   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h
│   │   │   │   │   │   │   ├── GeneralMatrixMatrix.h
│   │   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h
│   │   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h
│   │   │   │   │   │   │   ├── GeneralMatrixVector_BLAS.h
│   │   │   │   │   │   │   ├── GeneralMatrixVector.h
│   │   │   │   │   │   │   ├── Parallelizer.h
│   │   │   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h
│   │   │   │   │   │   │   ├── SelfadjointMatrixMatrix.h
│   │   │   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h
│   │   │   │   │   │   │   ├── SelfadjointMatrixVector.h
│   │   │   │   │   │   │   ├── SelfadjointProduct.h
│   │   │   │   │   │   │   ├── SelfadjointRank2Update.h
│   │   │   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h
│   │   │   │   │   │   │   ├── TriangularMatrixMatrix.h
│   │   │   │   │   │   │   ├── TriangularMatrixVector_BLAS.h
│   │   │   │   │   │   │   ├── TriangularMatrixVector.h
│   │   │   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h
│   │   │   │   │   │   │   ├── TriangularSolverMatrix.h
│   │   │   │   │   │   │   └── TriangularSolverVector.h
│   │   │   │   │   │   ├── Random.h
│   │   │   │   │   │   ├── Redux.h
│   │   │   │   │   │   ├── Ref.h
│   │   │   │   │   │   ├── Replicate.h
│   │   │   │   │   │   ├── ReturnByValue.h
│   │   │   │   │   │   ├── Reverse.h
│   │   │   │   │   │   ├── Select.h
│   │   │   │   │   │   ├── SelfAdjointView.h
│   │   │   │   │   │   ├── SelfCwiseBinaryOp.h
│   │   │   │   │   │   ├── Solve.h
│   │   │   │   │   │   ├── SolverBase.h
│   │   │   │   │   │   ├── SolveTriangular.h
│   │   │   │   │   │   ├── StableNorm.h
│   │   │   │   │   │   ├── Stride.h
│   │   │   │   │   │   ├── Swap.h
│   │   │   │   │   │   ├── Transpose.h
│   │   │   │   │   │   ├── Transpositions.h
│   │   │   │   │   │   ├── TriangularMatrix.h
│   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   ├── BlasUtil.h
│   │   │   │   │   │   │   ├── Constants.h
│   │   │   │   │   │   │   ├── DisableStupidWarnings.h
│   │   │   │   │   │   │   ├── ForwardDeclarations.h
│   │   │   │   │   │   │   ├── IndexedViewHelper.h
│   │   │   │   │   │   │   ├── IntegralConstant.h
│   │   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   │   ├── Memory.h
│   │   │   │   │   │   │   ├── Meta.h
│   │   │   │   │   │   │   ├── MKL_support.h
│   │   │   │   │   │   │   ├── ReenableStupidWarnings.h
│   │   │   │   │   │   │   ├── StaticAssert.h
│   │   │   │   │   │   │   ├── SymbolicIndex.h
│   │   │   │   │   │   │   └── XprHelper.h
│   │   │   │   │   │   ├── VectorBlock.h
│   │   │   │   │   │   ├── VectorwiseOp.h
│   │   │   │   │   │   └── Visitor.h
│   │   │   │   │   ├── Eigenvalues
│   │   │   │   │   │   ├── ComplexEigenSolver.h
│   │   │   │   │   │   ├── ComplexSchur.h
│   │   │   │   │   │   ├── ComplexSchur_LAPACKE.h
│   │   │   │   │   │   ├── EigenSolver.h
│   │   │   │   │   │   ├── GeneralizedEigenSolver.h
│   │   │   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h
│   │   │   │   │   │   ├── HessenbergDecomposition.h
│   │   │   │   │   │   ├── MatrixBaseEigenvalues.h
│   │   │   │   │   │   ├── RealQZ.h
│   │   │   │   │   │   ├── RealSchur.h
│   │   │   │   │   │   ├── RealSchur_LAPACKE.h
│   │   │   │   │   │   ├── SelfAdjointEigenSolver.h
│   │   │   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h
│   │   │   │   │   │   └── Tridiagonalization.h
│   │   │   │   │   ├── Geometry
│   │   │   │   │   │   ├── AlignedBox.h
│   │   │   │   │   │   ├── AngleAxis.h
│   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   └── Geometry_SSE.h
│   │   │   │   │   │   ├── EulerAngles.h
│   │   │   │   │   │   ├── Homogeneous.h
│   │   │   │   │   │   ├── Hyperplane.h
│   │   │   │   │   │   ├── OrthoMethods.h
│   │   │   │   │   │   ├── ParametrizedLine.h
│   │   │   │   │   │   ├── Quaternion.h
│   │   │   │   │   │   ├── Rotation2D.h
│   │   │   │   │   │   ├── RotationBase.h
│   │   │   │   │   │   ├── Scaling.h
│   │   │   │   │   │   ├── Transform.h
│   │   │   │   │   │   ├── Translation.h
│   │   │   │   │   │   └── Umeyama.h
│   │   │   │   │   ├── Householder
│   │   │   │   │   │   ├── BlockHouseholder.h
│   │   │   │   │   │   ├── Householder.h
│   │   │   │   │   │   └── HouseholderSequence.h
│   │   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   │   │   ├── BasicPreconditioners.h
│   │   │   │   │   │   ├── BiCGSTAB.h
│   │   │   │   │   │   ├── ConjugateGradient.h
│   │   │   │   │   │   ├── IncompleteCholesky.h
│   │   │   │   │   │   ├── IncompleteLUT.h
│   │   │   │   │   │   ├── IterativeSolverBase.h
│   │   │   │   │   │   ├── LeastSquareConjugateGradient.h
│   │   │   │   │   │   └── SolveWithGuess.h
│   │   │   │   │   ├── Jacobi
│   │   │   │   │   │   └── Jacobi.h
│   │   │   │   │   ├── LU
│   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   └── Inverse_SSE.h
│   │   │   │   │   │   ├── Determinant.h
│   │   │   │   │   │   ├── FullPivLU.h
│   │   │   │   │   │   ├── InverseImpl.h
│   │   │   │   │   │   ├── PartialPivLU.h
│   │   │   │   │   │   └── PartialPivLU_LAPACKE.h
│   │   │   │   │   ├── MetisSupport
│   │   │   │   │   │   └── MetisSupport.h
│   │   │   │   │   ├── misc
│   │   │   │   │   │   ├── blas.h
│   │   │   │   │   │   ├── Image.h
│   │   │   │   │   │   ├── Kernel.h
│   │   │   │   │   │   ├── lapacke.h
│   │   │   │   │   │   ├── lapacke_mangling.h
│   │   │   │   │   │   ├── lapack.h
│   │   │   │   │   │   └── RealSvd2x2.h
│   │   │   │   │   ├── OrderingMethods
│   │   │   │   │   │   ├── Eigen_Colamd.h
│   │   │   │   │   │   └── Ordering.h
│   │   │   │   │   ├── PardisoSupport
│   │   │   │   │   │   └── PardisoSupport.h
│   │   │   │   │   ├── PaStiXSupport
│   │   │   │   │   │   └── PaStiXSupport.h
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   ├── ArrayCwiseBinaryOps.h
│   │   │   │   │   │   ├── ArrayCwiseUnaryOps.h
│   │   │   │   │   │   ├── BlockMethods.h
│   │   │   │   │   │   ├── CommonCwiseBinaryOps.h
│   │   │   │   │   │   ├── CommonCwiseUnaryOps.h
│   │   │   │   │   │   ├── IndexedViewMethods.h
│   │   │   │   │   │   ├── MatrixCwiseBinaryOps.h
│   │   │   │   │   │   └── MatrixCwiseUnaryOps.h
│   │   │   │   │   ├── QR
│   │   │   │   │   │   ├── ColPivHouseholderQR.h
│   │   │   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h
│   │   │   │   │   │   ├── CompleteOrthogonalDecomposition.h
│   │   │   │   │   │   ├── FullPivHouseholderQR.h
│   │   │   │   │   │   ├── HouseholderQR.h
│   │   │   │   │   │   └── HouseholderQR_LAPACKE.h
│   │   │   │   │   ├── SparseCore
│   │   │   │   │   │   ├── AmbiVector.h
│   │   │   │   │   │   ├── CompressedStorage.h
│   │   │   │   │   │   ├── ConservativeSparseSparseProduct.h
│   │   │   │   │   │   ├── MappedSparseMatrix.h
│   │   │   │   │   │   ├── SparseAssign.h
│   │   │   │   │   │   ├── SparseBlock.h
│   │   │   │   │   │   ├── SparseColEtree.h
│   │   │   │   │   │   ├── SparseCompressedBase.h
│   │   │   │   │   │   ├── SparseCwiseBinaryOp.h
│   │   │   │   │   │   ├── SparseCwiseUnaryOp.h
│   │   │   │   │   │   ├── SparseDenseProduct.h
│   │   │   │   │   │   ├── SparseDiagonalProduct.h
│   │   │   │   │   │   ├── SparseDot.h
│   │   │   │   │   │   ├── SparseFuzzy.h
│   │   │   │   │   │   ├── SparseMap.h
│   │   │   │   │   │   ├── SparseMatrixBase.h
│   │   │   │   │   │   ├── SparseMatrix.h
│   │   │   │   │   │   ├── SparsePermutation.h
│   │   │   │   │   │   ├── SparseProduct.h
│   │   │   │   │   │   ├── SparseRedux.h
│   │   │   │   │   │   ├── SparseRef.h
│   │   │   │   │   │   ├── SparseSelfAdjointView.h
│   │   │   │   │   │   ├── SparseSolverBase.h
│   │   │   │   │   │   ├── SparseSparseProductWithPruning.h
│   │   │   │   │   │   ├── SparseTranspose.h
│   │   │   │   │   │   ├── SparseTriangularView.h
│   │   │   │   │   │   ├── SparseUtil.h
│   │   │   │   │   │   ├── SparseVector.h
│   │   │   │   │   │   ├── SparseView.h
│   │   │   │   │   │   └── TriangularSolver.h
│   │   │   │   │   ├── SparseLU
│   │   │   │   │   │   ├── SparseLU_column_bmod.h
│   │   │   │   │   │   ├── SparseLU_column_dfs.h
│   │   │   │   │   │   ├── SparseLU_copy_to_ucol.h
│   │   │   │   │   │   ├── SparseLU_gemm_kernel.h
│   │   │   │   │   │   ├── SparseLU.h
│   │   │   │   │   │   ├── SparseLU_heap_relax_snode.h
│   │   │   │   │   │   ├── SparseLUImpl.h
│   │   │   │   │   │   ├── SparseLU_kernel_bmod.h
│   │   │   │   │   │   ├── SparseLU_Memory.h
│   │   │   │   │   │   ├── SparseLU_panel_bmod.h
│   │   │   │   │   │   ├── SparseLU_panel_dfs.h
│   │   │   │   │   │   ├── SparseLU_pivotL.h
│   │   │   │   │   │   ├── SparseLU_pruneL.h
│   │   │   │   │   │   ├── SparseLU_relax_snode.h
│   │   │   │   │   │   ├── SparseLU_Structs.h
│   │   │   │   │   │   ├── SparseLU_SupernodalMatrix.h
│   │   │   │   │   │   └── SparseLU_Utils.h
│   │   │   │   │   ├── SparseQR
│   │   │   │   │   │   └── SparseQR.h
│   │   │   │   │   ├── SPQRSupport
│   │   │   │   │   │   └── SuiteSparseQRSupport.h
│   │   │   │   │   ├── StlSupport
│   │   │   │   │   │   ├── details.h
│   │   │   │   │   │   ├── StdDeque.h
│   │   │   │   │   │   ├── StdList.h
│   │   │   │   │   │   └── StdVector.h
│   │   │   │   │   ├── SuperLUSupport
│   │   │   │   │   │   └── SuperLUSupport.h
│   │   │   │   │   ├── SVD
│   │   │   │   │   │   ├── BDCSVD.h
│   │   │   │   │   │   ├── JacobiSVD.h
│   │   │   │   │   │   ├── JacobiSVD_LAPACKE.h
│   │   │   │   │   │   ├── SVDBase.h
│   │   │   │   │   │   └── UpperBidiagonalization.h
│   │   │   │   │   └── UmfPackSupport
│   │   │   │   │   └── UmfPackSupport.h
│   │   │   │   ├── StdDeque
│   │   │   │   ├── StdList
│   │   │   │   ├── StdVector
│   │   │   │   ├── SuperLUSupport
│   │   │   │   ├── SVD
│   │   │   │   └── UmfPackSupport
│   │   │   └── unsupported
│   │   │   └── Eigen
│   │   │   ├── CXX11
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── src
│   │   │   │   │   ├── Tensor
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── TensorArgMax.h
│   │   │   │   │   │   ├── TensorArgMaxSycl.h
│   │   │   │   │   │   ├── TensorAssign.h
│   │   │   │   │   │   ├── TensorBase.h
│   │   │   │   │   │   ├── TensorBroadcasting.h
│   │   │   │   │   │   ├── TensorChipping.h
│   │   │   │   │   │   ├── TensorConcatenation.h
│   │   │   │   │   │   ├── TensorContractionBlocking.h
│   │   │   │   │   │   ├── TensorContractionCuda.h
│   │   │   │   │   │   ├── TensorContraction.h
│   │   │   │   │   │   ├── TensorContractionMapper.h
│   │   │   │   │   │   ├── TensorContractionSycl.h
│   │   │   │   │   │   ├── TensorContractionThreadPool.h
│   │   │   │   │   │   ├── TensorConversion.h
│   │   │   │   │   │   ├── TensorConvolution.h
│   │   │   │   │   │   ├── TensorConvolutionSycl.h
│   │   │   │   │   │   ├── TensorCostModel.h
│   │   │   │   │   │   ├── TensorCustomOp.h
│   │   │   │   │   │   ├── TensorDeviceCuda.h
│   │   │   │   │   │   ├── TensorDeviceDefault.h
│   │   │   │   │   │   ├── TensorDevice.h
│   │   │   │   │   │   ├── TensorDeviceSycl.h
│   │   │   │   │   │   ├── TensorDeviceThreadPool.h
│   │   │   │   │   │   ├── TensorDimensionList.h
│   │   │   │   │   │   ├── TensorDimensions.h
│   │   │   │   │   │   ├── TensorEvalTo.h
│   │   │   │   │   │   ├── TensorEvaluator.h
│   │   │   │   │   │   ├── TensorExecutor.h
│   │   │   │   │   │   ├── TensorExpr.h
│   │   │   │   │   │   ├── TensorFFT.h
│   │   │   │   │   │   ├── TensorFixedSize.h
│   │   │   │   │   │   ├── TensorForcedEval.h
│   │   │   │   │   │   ├── TensorForwardDeclarations.h
│   │   │   │   │   │   ├── TensorFunctors.h
│   │   │   │   │   │   ├── TensorGenerator.h
│   │   │   │   │   │   ├── TensorGlobalFunctions.h
│   │   │   │   │   │   ├── Tensor.h
│   │   │   │   │   │   ├── TensorImagePatch.h
│   │   │   │   │   │   ├── TensorIndexList.h
│   │   │   │   │   │   ├── TensorInflation.h
│   │   │   │   │   │   ├── TensorInitializer.h
│   │   │   │   │   │   ├── TensorIntDiv.h
│   │   │   │   │   │   ├── TensorIO.h
│   │   │   │   │   │   ├── TensorLayoutSwap.h
│   │   │   │   │   │   ├── TensorMacros.h
│   │   │   │   │   │   ├── TensorMap.h
│   │   │   │   │   │   ├── TensorMeta.h
│   │   │   │   │   │   ├── TensorMorphing.h
│   │   │   │   │   │   ├── TensorPadding.h
│   │   │   │   │   │   ├── TensorPatch.h
│   │   │   │   │   │   ├── TensorRandom.h
│   │   │   │   │   │   ├── TensorReductionCuda.h
│   │   │   │   │   │   ├── TensorReduction.h
│   │   │   │   │   │   ├── TensorReductionSycl.h
│   │   │   │   │   │   ├── TensorRef.h
│   │   │   │   │   │   ├── TensorReverse.h
│   │   │   │   │   │   ├── TensorScan.h
│   │   │   │   │   │   ├── TensorShuffling.h
│   │   │   │   │   │   ├── TensorStorage.h
│   │   │   │   │   │   ├── TensorStriding.h
│   │   │   │   │   │   ├── TensorSyclConvertToDeviceExpression.h
│   │   │   │   │   │   ├── TensorSyclExprConstructor.h
│   │   │   │   │   │   ├── TensorSyclExtractAccessor.h
│   │   │   │   │   │   ├── TensorSyclExtractFunctors.h
│   │   │   │   │   │   ├── TensorSyclFunctors.h
│   │   │   │   │   │   ├── TensorSycl.h
│   │   │   │   │   │   ├── TensorSyclLeafCount.h
│   │   │   │   │   │   ├── TensorSyclPlaceHolderExpr.h
│   │   │   │   │   │   ├── TensorSyclRun.h
│   │   │   │   │   │   ├── TensorSyclTuple.h
│   │   │   │   │   │   ├── TensorTraits.h
│   │   │   │   │   │   ├── TensorUInt128.h
│   │   │   │   │   │   └── TensorVolumePatch.h
│   │   │   │   │   ├── TensorSymmetry
│   │   │   │   │   │   ├── DynamicSymmetry.h
│   │   │   │   │   │   ├── StaticSymmetry.h
│   │   │   │   │   │   ├── Symmetry.h
│   │   │   │   │   │   └── util
│   │   │   │   │   │   └── TemplateGroupTheory.h
│   │   │   │   │   ├── ThreadPool
│   │   │   │   │   │   ├── EventCount.h
│   │   │   │   │   │   ├── NonBlockingThreadPool.h
│   │   │   │   │   │   ├── RunQueue.h
│   │   │   │   │   │   ├── SimpleThreadPool.h
│   │   │   │   │   │   ├── ThreadCancel.h
│   │   │   │   │   │   ├── ThreadEnvironment.h
│   │   │   │   │   │   ├── ThreadLocal.h
│   │   │   │   │   │   ├── ThreadPoolInterface.h
│   │   │   │   │   │   └── ThreadYield.h
│   │   │   │   │   └── util
│   │   │   │   │   ├── CXX11Meta.h
│   │   │   │   │   ├── CXX11Workarounds.h
│   │   │   │   │   ├── EmulateArray.h
│   │   │   │   │   ├── EmulateCXX11Meta.h
│   │   │   │   │   └── MaxSizeVector.h
│   │   │   │   ├── Tensor
│   │   │   │   ├── TensorSymmetry
│   │   │   │   └── ThreadPool
│   │   │   ├── FFT
│   │   │   ├── KroneckerProduct
│   │   │   ├── MatrixFunctions
│   │   │   ├── SpecialFunctions
│   │   │   └── src
│   │   │   ├── FFT
│   │   │   │   ├── ei_fftw_impl.h
│   │   │   │   └── ei_kissfft_impl.h
│   │   │   ├── KroneckerProduct
│   │   │   │   └── KroneckerTensorProduct.h
│   │   │   └── SpecialFunctions
│   │   │   ├── arch
│   │   │   │   └── CUDA
│   │   │   │   └── CudaSpecialFunctions.h
│   │   │   ├── SpecialFunctionsArrayAPI.h
│   │   │   ├── SpecialFunctionsFunctors.h
│   │   │   ├── SpecialFunctionsHalf.h
│   │   │   ├── SpecialFunctionsImpl.h
│   │   │   └── SpecialFunctionsPacketMath.h
│   │   ├── google
│   │   │   └── protobuf
│   │   │   ├── any.h
│   │   │   ├── any.pb.h
│   │   │   ├── api.pb.h
│   │   │   ├── arena.h
│   │   │   ├── arenastring.h
│   │   │   ├── arena_test_util.h
│   │   │   ├── compiler
│   │   │   │   ├── code_generator.h
│   │   │   │   ├── command_line_interface.h
│   │   │   │   ├── cpp
│   │   │   │   │   ├── cpp_enum_field.h
│   │   │   │   │   ├── cpp_enum.h
│   │   │   │   │   ├── cpp_extension.h
│   │   │   │   │   ├── cpp_field.h
│   │   │   │   │   ├── cpp_file.h
│   │   │   │   │   ├── cpp_generator.h
│   │   │   │   │   ├── cpp_helpers.h
│   │   │   │   │   ├── cpp_map_field.h
│   │   │   │   │   ├── cpp_message_field.h
│   │   │   │   │   ├── cpp_message.h
│   │   │   │   │   ├── cpp_options.h
│   │   │   │   │   ├── cpp_primitive_field.h
│   │   │   │   │   ├── cpp_service.h
│   │   │   │   │   ├── cpp_string_field.h
│   │   │   │   │   └── cpp_unittest.h
│   │   │   │   ├── csharp
│   │   │   │   │   ├── csharp_doc_comment.h
│   │   │   │   │   ├── csharp_enum_field.h
│   │   │   │   │   ├── csharp_enum.h
│   │   │   │   │   ├── csharp_field_base.h
│   │   │   │   │   ├── csharp_generator.h
│   │   │   │   │   ├── csharp_helpers.h
│   │   │   │   │   ├── csharp_map_field.h
│   │   │   │   │   ├── csharp_message_field.h
│   │   │   │   │   ├── csharp_message.h
│   │   │   │   │   ├── csharp_names.h
│   │   │   │   │   ├── csharp_options.h
│   │   │   │   │   ├── csharp_primitive_field.h
│   │   │   │   │   ├── csharp_reflection_class.h
│   │   │   │   │   ├── csharp_repeated_enum_field.h
│   │   │   │   │   ├── csharp_repeated_message_field.h
│   │   │   │   │   ├── csharp_repeated_primitive_field.h
│   │   │   │   │   ├── csharp_source_generator_base.h
│   │   │   │   │   └── csharp_wrapper_field.h
│   │   │   │   ├── importer.h
│   │   │   │   ├── java
│   │   │   │   │   ├── java_context.h
│   │   │   │   │   ├── java_doc_comment.h
│   │   │   │   │   ├── java_enum_field.h
│   │   │   │   │   ├── java_enum_field_lite.h
│   │   │   │   │   ├── java_enum.h
│   │   │   │   │   ├── java_enum_lite.h
│   │   │   │   │   ├── java_extension.h
│   │   │   │   │   ├── java_extension_lite.h
│   │   │   │   │   ├── java_field.h
│   │   │   │   │   ├── java_file.h
│   │   │   │   │   ├── java_generator_factory.h
│   │   │   │   │   ├── java_generator.h
│   │   │   │   │   ├── java_helpers.h
│   │   │   │   │   ├── java_lazy_message_field.h
│   │   │   │   │   ├── java_lazy_message_field_lite.h
│   │   │   │   │   ├── java_map_field.h
│   │   │   │   │   ├── java_map_field_lite.h
│   │   │   │   │   ├── java_message_builder.h
│   │   │   │   │   ├── java_message_builder_lite.h
│   │   │   │   │   ├── java_message_field.h
│   │   │   │   │   ├── java_message_field_lite.h
│   │   │   │   │   ├── java_message.h
│   │   │   │   │   ├── java_message_lite.h
│   │   │   │   │   ├── java_name_resolver.h
│   │   │   │   │   ├── java_names.h
│   │   │   │   │   ├── java_options.h
│   │   │   │   │   ├── java_primitive_field.h
│   │   │   │   │   ├── java_primitive_field_lite.h
│   │   │   │   │   ├── java_service.h
│   │   │   │   │   ├── java_shared_code_generator.h
│   │   │   │   │   ├── java_string_field.h
│   │   │   │   │   └── java_string_field_lite.h
│   │   │   │   ├── javanano
│   │   │   │   │   ├── javanano_enum_field.h
│   │   │   │   │   ├── javanano_enum.h
│   │   │   │   │   ├── javanano_extension.h
│   │   │   │   │   ├── javanano_field.h
│   │   │   │   │   ├── javanano_file.h
│   │   │   │   │   ├── javanano_generator.h
│   │   │   │   │   ├── javanano_helpers.h
│   │   │   │   │   ├── javanano_map_field.h
│   │   │   │   │   ├── javanano_message_field.h
│   │   │   │   │   ├── javanano_message.h
│   │   │   │   │   ├── javanano_params.h
│   │   │   │   │   └── javanano_primitive_field.h
│   │   │   │   ├── js
│   │   │   │   │   ├── js_generator.h
│   │   │   │   │   └── well_known_types_embed.h
│   │   │   │   ├── mock_code_generator.h
│   │   │   │   ├── objectivec
│   │   │   │   │   ├── objectivec_enum_field.h
│   │   │   │   │   ├── objectivec_enum.h
│   │   │   │   │   ├── objectivec_extension.h
│   │   │   │   │   ├── objectivec_field.h
│   │   │   │   │   ├── objectivec_file.h
│   │   │   │   │   ├── objectivec_generator.h
│   │   │   │   │   ├── objectivec_helpers.h
│   │   │   │   │   ├── objectivec_map_field.h
│   │   │   │   │   ├── objectivec_message_field.h
│   │   │   │   │   ├── objectivec_message.h
│   │   │   │   │   ├── objectivec_oneof.h
│   │   │   │   │   └── objectivec_primitive_field.h
│   │   │   │   ├── package_info.h
│   │   │   │   ├── parser.h
│   │   │   │   ├── php
│   │   │   │   │   └── php_generator.h
│   │   │   │   ├── plugin.h
│   │   │   │   ├── plugin.pb.h
│   │   │   │   ├── profile.pb.h
│   │   │   │   ├── python
│   │   │   │   │   └── python_generator.h
│   │   │   │   ├── ruby
│   │   │   │   │   └── ruby_generator.h
│   │   │   │   ├── subprocess.h
│   │   │   │   └── zip_writer.h
│   │   │   ├── descriptor_database.h
│   │   │   ├── descriptor.h
│   │   │   ├── descriptor.pb.h
│   │   │   ├── duration.pb.h
│   │   │   ├── dynamic_message.h
│   │   │   ├── empty.pb.h
│   │   │   ├── extension_set.h
│   │   │   ├── field_mask.pb.h
│   │   │   ├── generated_enum_reflection.h
│   │   │   ├── generated_enum_util.h
│   │   │   ├── generated_message_reflection.h
│   │   │   ├── generated_message_table_driven.h
│   │   │   ├── generated_message_util.h
│   │   │   ├── has_bits.h
│   │   │   ├── io
│   │   │   │   ├── coded_stream.h
│   │   │   │   ├── coded_stream_inl.h
│   │   │   │   ├── gzip_stream.h
│   │   │   │   ├── package_info.h
│   │   │   │   ├── printer.h
│   │   │   │   ├── strtod.h
│   │   │   │   ├── tokenizer.h
│   │   │   │   ├── zero_copy_stream.h
│   │   │   │   ├── zero_copy_stream_impl.h
│   │   │   │   └── zero_copy_stream_impl_lite.h
│   │   │   ├── map_entry.h
│   │   │   ├── map_entry_lite.h
│   │   │   ├── map_field.h
│   │   │   ├── map_field_inl.h
│   │   │   ├── map_field_lite.h
│   │   │   ├── map.h
│   │   │   ├── map_lite_test_util.h
│   │   │   ├── map_test_util.h
│   │   │   ├── map_test_util_impl.h
│   │   │   ├── map_type_handler.h
│   │   │   ├── message.h
│   │   │   ├── message_lite.h
│   │   │   ├── metadata.h
│   │   │   ├── metadata_lite.h
│   │   │   ├── package_info.h
│   │   │   ├── reflection.h
│   │   │   ├── reflection_internal.h
│   │   │   ├── reflection_ops.h
│   │   │   ├── repeated_field.h
│   │   │   ├── service.h
│   │   │   ├── source_context.pb.h
│   │   │   ├── struct.pb.h
│   │   │   ├── stubs
│   │   │   │   ├── atomicops.h
│   │   │   │   ├── atomicops_internals_arm64_gcc.h
│   │   │   │   ├── atomicops_internals_arm_gcc.h
│   │   │   │   ├── atomicops_internals_arm_qnx.h
│   │   │   │   ├── atomicops_internals_atomicword_compat.h
│   │   │   │   ├── atomicops_internals_generic_c11_atomic.h
│   │   │   │   ├── atomicops_internals_generic_gcc.h
│   │   │   │   ├── atomicops_internals_mips_gcc.h
│   │   │   │   ├── atomicops_internals_power.h
│   │   │   │   ├── atomicops_internals_ppc_gcc.h
│   │   │   │   ├── atomicops_internals_solaris.h
│   │   │   │   ├── atomicops_internals_tsan.h
│   │   │   │   ├── atomicops_internals_x86_gcc.h
│   │   │   │   ├── atomicops_internals_x86_msvc.h
│   │   │   │   ├── atomic_sequence_num.h
│   │   │   │   ├── bytestream.h
│   │   │   │   ├── callback.h
│   │   │   │   ├── casts.h
│   │   │   │   ├── common.h
│   │   │   │   ├── fastmem.h
│   │   │   │   ├── hash.h
│   │   │   │   ├── int128.h
│   │   │   │   ├── logging.h
│   │   │   │   ├── macros.h
│   │   │   │   ├── map_util.h
│   │   │   │   ├── mathlimits.h
│   │   │   │   ├── mathutil.h
│   │   │   │   ├── mutex.h
│   │   │   │   ├── once.h
│   │   │   │   ├── platform_macros.h
│   │   │   │   ├── port.h
│   │   │   │   ├── scoped_ptr.h
│   │   │   │   ├── shared_ptr.h
│   │   │   │   ├── singleton.h
│   │   │   │   ├── status.h
│   │   │   │   ├── status_macros.h
│   │   │   │   ├── statusor.h
│   │   │   │   ├── stl_util.h
│   │   │   │   ├── stringpiece.h
│   │   │   │   ├── stringprintf.h
│   │   │   │   ├── strutil.h
│   │   │   │   ├── substitute.h
│   │   │   │   ├── template_util.h
│   │   │   │   ├── time.h
│   │   │   │   └── type_traits.h
│   │   │   ├── testing
│   │   │   │   ├── file.h
│   │   │   │   └── googletest.h
│   │   │   ├── test_util.h
│   │   │   ├── test_util_lite.h
│   │   │   ├── text_format.h
│   │   │   ├── timestamp.pb.h
│   │   │   ├── type.pb.h
│   │   │   ├── unknown_field_set.h
│   │   │   ├── util
│   │   │   │   ├── delimited_message_util.h
│   │   │   │   ├── field_comparator.h
│   │   │   │   ├── field_mask_util.h
│   │   │   │   ├── internal
│   │   │   │   │   ├── constants.h
│   │   │   │   │   ├── datapiece.h
│   │   │   │   │   ├── default_value_objectwriter.h
│   │   │   │   │   ├── error_listener.h
│   │   │   │   │   ├── expecting_objectwriter.h
│   │   │   │   │   ├── field_mask_utility.h
│   │   │   │   │   ├── json_escaping.h
│   │   │   │   │   ├── json_objectwriter.h
│   │   │   │   │   ├── json_stream_parser.h
│   │   │   │   │   ├── location_tracker.h
│   │   │   │   │   ├── mock_error_listener.h
│   │   │   │   │   ├── object_location_tracker.h
│   │   │   │   │   ├── object_source.h
│   │   │   │   │   ├── object_writer.h
│   │   │   │   │   ├── protostream_objectsource.h
│   │   │   │   │   ├── protostream_objectwriter.h
│   │   │   │   │   ├── proto_writer.h
│   │   │   │   │   ├── structured_objectwriter.h
│   │   │   │   │   ├── type_info.h
│   │   │   │   │   ├── type_info_test_helper.h
│   │   │   │   │   └── utility.h
│   │   │   │   ├── json_util.h
│   │   │   │   ├── message_differencer.h
│   │   │   │   ├── package_info.h
│   │   │   │   ├── time_util.h
│   │   │   │   ├── type_resolver.h
│   │   │   │   └── type_resolver_util.h
│   │   │   ├── wire_format.h
│   │   │   ├── wire_format_lite.h
│   │   │   ├── wire_format_lite_inl.h
│   │   │   └── wrappers.pb.h
│   │   ├── tensorflow
│   │   │   ├── core
│   │   │   │   ├── common_runtime
│   │   │   │   │   ├── allocator_retry.h
│   │   │   │   │   ├── bfc_allocator.h
│   │   │   │   │   ├── build_graph_options.h
│   │   │   │   │   ├── constant_folding.h
│   │   │   │   │   ├── copy_tensor.h
│   │   │   │   │   ├── costmodel_manager.h
│   │   │   │   │   ├── debugger_state_interface.h
│   │   │   │   │   ├── device_factory.h
│   │   │   │   │   ├── device.h
│   │   │   │   │   ├── device_mgr.h
│   │   │   │   │   ├── device_set.h
│   │   │   │   │   ├── dma_helper.h
│   │   │   │   │   ├── eigen_thread_pool.h
│   │   │   │   │   ├── executor.h
│   │   │   │   │   ├── function.h
│   │   │   │   │   ├── gpu
│   │   │   │   │   │   └── gpu_init.h
│   │   │   │   │   ├── graph_optimizer.h
│   │   │   │   │   ├── graph_runner.h
│   │   │   │   │   ├── local_device.h
│   │   │   │   │   ├── memory_types.h
│   │   │   │   │   ├── mkl_cpu_allocator.h
│   │   │   │   │   ├── optimization_registry.h
│   │   │   │   │   ├── pending_counts.h
│   │   │   │   │   ├── process_util.h
│   │   │   │   │   ├── profile_handler.h
│   │   │   │   │   ├── renamed_device.h
│   │   │   │   │   ├── rendezvous_mgr.h
│   │   │   │   │   ├── session_factory.h
│   │   │   │   │   ├── shape_refiner.h
│   │   │   │   │   ├── simple_graph_execution_state.h
│   │   │   │   │   ├── simple_placer.h
│   │   │   │   │   ├── stats_publisher_interface.h
│   │   │   │   │   ├── step_stats_collector.h
│   │   │   │   │   ├── threadpool_device.h
│   │   │   │   │   └── visitable_allocator.h
│   │   │   │   ├── example
│   │   │   │   │   ├── example_parser_configuration.pb.h
│   │   │   │   │   ├── example.pb.h
│   │   │   │   │   ├── example.pb_text.h
│   │   │   │   │   ├── example.pb_text-impl.h
│   │   │   │   │   ├── feature.pb.h
│   │   │   │   │   ├── feature.pb_text.h
│   │   │   │   │   ├── feature.pb_text-impl.h
│   │   │   │   │   └── feature_util.h
│   │   │   │   ├── framework
│   │   │   │   │   ├── allocation_description.pb.h
│   │   │   │   │   ├── allocation_description.pb_text.h
│   │   │   │   │   ├── allocation_description.pb_text-impl.h
│   │   │   │   │   ├── allocator.h
│   │   │   │   │   ├── allocator_registry.h
│   │   │   │   │   ├── attr_value.pb.h
│   │   │   │   │   ├── attr_value.pb_text.h
│   │   │   │   │   ├── attr_value.pb_text-impl.h
│   │   │   │   │   ├── attr_value_util.h
│   │   │   │   │   ├── bfloat16.h
│   │   │   │   │   ├── cancellation.h
│   │   │   │   │   ├── common_shape_fns.h
│   │   │   │   │   ├── control_flow.h
│   │   │   │   │   ├── cost_graph.pb.h
│   │   │   │   │   ├── cost_graph.pb_text.h
│   │   │   │   │   ├── cost_graph.pb_text-impl.h
│   │   │   │   │   ├── device_attributes.pb.h
│   │   │   │   │   ├── device_attributes.pb_text.h
│   │   │   │   │   ├── device_attributes.pb_text-impl.h
│   │   │   │   │   ├── device_base.h
│   │   │   │   │   ├── function.h
│   │   │   │   │   ├── function.pb.h
│   │   │   │   │   ├── function.pb_text.h
│   │   │   │   │   ├── function.pb_text-impl.h
│   │   │   │   │   ├── graph_def_util.h
│   │   │   │   │   ├── graph.pb.h
│   │   │   │   │   ├── graph.pb_text.h
│   │   │   │   │   ├── graph.pb_text-impl.h
│   │   │   │   │   ├── graph_transfer_info.pb.h
│   │   │   │   │   ├── graph_transfer_info.pb_text.h
│   │   │   │   │   ├── graph_transfer_info.pb_text-impl.h
│   │   │   │   │   ├── kernel_def_builder.h
│   │   │   │   │   ├── kernel_def.pb.h
│   │   │   │   │   ├── kernel_def.pb_text.h
│   │   │   │   │   ├── kernel_def.pb_text-impl.h
│   │   │   │   │   ├── log_memory.h
│   │   │   │   │   ├── log_memory.pb.h
│   │   │   │   │   ├── log_memory.pb_text.h
│   │   │   │   │   ├── log_memory.pb_text-impl.h
│   │   │   │   │   ├── lookup_interface.h
│   │   │   │   │   ├── memory_types.h
│   │   │   │   │   ├── node_def_builder.h
│   │   │   │   │   ├── node_def.pb.h
│   │   │   │   │   ├── node_def.pb_text.h
│   │   │   │   │   ├── node_def.pb_text-impl.h
│   │   │   │   │   ├── node_def_util.h
│   │   │   │   │   ├── numeric_op.h
│   │   │   │   │   ├── numeric_types.h
│   │   │   │   │   ├── op_def_builder.h
│   │   │   │   │   ├── op_def.pb.h
│   │   │   │   │   ├── op_def.pb_text.h
│   │   │   │   │   ├── op_def.pb_text-impl.h
│   │   │   │   │   ├── op_def_util.h
│   │   │   │   │   ├── op.h
│   │   │   │   │   ├── op_kernel.h
│   │   │   │   │   ├── op_segment.h
│   │   │   │   │   ├── partial_tensor_shape.h
│   │   │   │   │   ├── queue_interface.h
│   │   │   │   │   ├── reader_base.pb.h
│   │   │   │   │   ├── reader_base.pb_text.h
│   │   │   │   │   ├── reader_base.pb_text-impl.h
│   │   │   │   │   ├── reader_interface.h
│   │   │   │   │   ├── reader_op_kernel.h
│   │   │   │   │   ├── register_types.h
│   │   │   │   │   ├── register_types_traits.h
│   │   │   │   │   ├── remote_fused_graph_execute_info.pb.h
│   │   │   │   │   ├── remote_fused_graph_execute_info.pb_text.h
│   │   │   │   │   ├── remote_fused_graph_execute_info.pb_text-impl.h
│   │   │   │   │   ├── rendezvous.h
│   │   │   │   │   ├── resource_handle.h
│   │   │   │   │   ├── resource_handle.pb.h
│   │   │   │   │   ├── resource_handle.pb_text.h
│   │   │   │   │   ├── resource_handle.pb_text-impl.h
│   │   │   │   │   ├── resource_mgr.h
│   │   │   │   │   ├── resource_op_kernel.h
│   │   │   │   │   ├── selective_registration.h
│   │   │   │   │   ├── session_state.h
│   │   │   │   │   ├── shape_inference.h
│   │   │   │   │   ├── step_stats.pb.h
│   │   │   │   │   ├── step_stats.pb_text.h
│   │   │   │   │   ├── step_stats.pb_text-impl.h
│   │   │   │   │   ├── summary.pb.h
│   │   │   │   │   ├── summary.pb_text.h
│   │   │   │   │   ├── summary.pb_text-impl.h
│   │   │   │   │   ├── tensor_description.pb.h
│   │   │   │   │   ├── tensor_description.pb_text.h
│   │   │   │   │   ├── tensor_description.pb_text-impl.h
│   │   │   │   │   ├── tensor.h
│   │   │   │   │   ├── tensor.pb.h
│   │   │   │   │   ├── tensor.pb_text.h
│   │   │   │   │   ├── tensor.pb_text-impl.h
│   │   │   │   │   ├── tensor_reference.h
│   │   │   │   │   ├── tensor_shape.h
│   │   │   │   │   ├── tensor_shape.pb.h
│   │   │   │   │   ├── tensor_shape.pb_text.h
│   │   │   │   │   ├── tensor_shape.pb_text-impl.h
│   │   │   │   │   ├── tensor_slice.h
│   │   │   │   │   ├── tensor_slice.pb.h
│   │   │   │   │   ├── tensor_slice.pb_text.h
│   │   │   │   │   ├── tensor_slice.pb_text-impl.h
│   │   │   │   │   ├── tensor_types.h
│   │   │   │   │   ├── tensor_util.h
│   │   │   │   │   ├── tracking_allocator.h
│   │   │   │   │   ├── type_index.h
│   │   │   │   │   ├── types.h
│   │   │   │   │   ├── types.pb.h
│   │   │   │   │   ├── types.pb_text.h
│   │   │   │   │   ├── types.pb_text-impl.h
│   │   │   │   │   ├── type_traits.h
│   │   │   │   │   ├── unique_tensor_references.h
│   │   │   │   │   ├── variable.pb.h
│   │   │   │   │   ├── variable.pb_text.h
│   │   │   │   │   ├── variable.pb_text-impl.h
│   │   │   │   │   ├── versions.h
│   │   │   │   │   ├── versions.pb.h
│   │   │   │   │   ├── versions.pb_text.h
│   │   │   │   │   └── versions.pb_text-impl.h
│   │   │   │   ├── graph
│   │   │   │   │   ├── algorithm.h
│   │   │   │   │   ├── colors.h
│   │   │   │   │   ├── control_flow.h
│   │   │   │   │   ├── costmodel.h
│   │   │   │   │   ├── default_device.h
│   │   │   │   │   ├── edgeset.h
│   │   │   │   │   ├── gradients.h
│   │   │   │   │   ├── graph_constructor.h
│   │   │   │   │   ├── graph_def_builder.h
│   │   │   │   │   ├── graph.h
│   │   │   │   │   ├── graph_partition.h
│   │   │   │   │   ├── mkl_layout_pass.h
│   │   │   │   │   ├── mkl_tfconversion_pass.h
│   │   │   │   │   ├── node_builder.h
│   │   │   │   │   ├── optimizer_cse.h
│   │   │   │   │   ├── quantize_training.h
│   │   │   │   │   ├── subgraph.h
│   │   │   │   │   ├── tensor_id.h
│   │   │   │   │   ├── testlib.h
│   │   │   │   │   ├── types.h
│   │   │   │   │   └── validate.h
│   │   │   │   ├── grappler
│   │   │   │   │   ├── clusters
│   │   │   │   │   │   ├── cluster.h
│   │   │   │   │   │   ├── utils.h
│   │   │   │   │   │   └── virtual_cluster.h
│   │   │   │   │   ├── costs
│   │   │   │   │   │   ├── cost_estimator.h
│   │   │   │   │   │   ├── graph_properties.h
│   │   │   │   │   │   ├── op_level_cost_estimator.h
│   │   │   │   │   │   ├── op_performance_data.pb.h
│   │   │   │   │   │   ├── utils.h
│   │   │   │   │   │   ├── virtual_placer.h
│   │   │   │   │   │   └── virtual_scheduler.h
│   │   │   │   │   ├── devices.h
│   │   │   │   │   ├── grappler_item.h
│   │   │   │   │   ├── optimizers
│   │   │   │   │   │   ├── auto_parallel.h
│   │   │   │   │   │   ├── constant_folding.h
│   │   │   │   │   │   ├── graph_optimizer.h
│   │   │   │   │   │   ├── graph_rewriter.h
│   │   │   │   │   │   ├── layout_optimizer.h
│   │   │   │   │   │   ├── memory_optimizer.h
│   │   │   │   │   │   ├── meta_optimizer.h
│   │   │   │   │   │   ├── model_pruner.h
│   │   │   │   │   │   └── static_schedule.h
│   │   │   │   │   ├── op_types.h
│   │   │   │   │   ├── utils
│   │   │   │   │   │   └── topological_sort.h
│   │   │   │   │   └── utils.h
│   │   │   │   ├── kernels
│   │   │   │   │   ├── bounds_check.h
│   │   │   │   │   ├── no_op.h
│   │   │   │   │   └── sendrecv_ops.h
│   │   │   │   ├── lib
│   │   │   │   │   ├── core
│   │   │   │   │   │   ├── arena.h
│   │   │   │   │   │   ├── bitmap.h
│   │   │   │   │   │   ├── bits.h
│   │   │   │   │   │   ├── blocking_counter.h
│   │   │   │   │   │   ├── casts.h
│   │   │   │   │   │   ├── coding.h
│   │   │   │   │   │   ├── error_codes.pb.h
│   │   │   │   │   │   ├── error_codes.pb_text.h
│   │   │   │   │   │   ├── error_codes.pb_text-impl.h
│   │   │   │   │   │   ├── errors.h
│   │   │   │   │   │   ├── notification.h
│   │   │   │   │   │   ├── raw_coding.h
│   │   │   │   │   │   ├── refcount.h
│   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   ├── stringpiece.h
│   │   │   │   │   │   └── threadpool.h
│   │   │   │   │   ├── gtl
│   │   │   │   │   │   ├── array_slice.h
│   │   │   │   │   │   ├── array_slice_internal.h
│   │   │   │   │   │   ├── cleanup.h
│   │   │   │   │   │   ├── edit_distance.h
│   │   │   │   │   │   ├── flatmap.h
│   │   │   │   │   │   ├── flatrep.h
│   │   │   │   │   │   ├── flatset.h
│   │   │   │   │   │   ├── inlined_vector.h
│   │   │   │   │   │   ├── int_type.h
│   │   │   │   │   │   ├── iterator_range.h
│   │   │   │   │   │   ├── manual_constructor.h
│   │   │   │   │   │   ├── map_util.h
│   │   │   │   │   │   ├── optional.h
│   │   │   │   │   │   ├── priority_queue_util.h
│   │   │   │   │   │   ├── stl_util.h
│   │   │   │   │   │   └── top_n.h
│   │   │   │   │   ├── hash
│   │   │   │   │   │   ├── crc32c.h
│   │   │   │   │   │   └── hash.h
│   │   │   │   │   ├── histogram
│   │   │   │   │   │   └── histogram.h
│   │   │   │   │   ├── io
│   │   │   │   │   │   ├── block_builder.h
│   │   │   │   │   │   ├── block.h
│   │   │   │   │   │   ├── buffered_inputstream.h
│   │   │   │   │   │   ├── compression.h
│   │   │   │   │   │   ├── format.h
│   │   │   │   │   │   ├── inputbuffer.h
│   │   │   │   │   │   ├── inputstream_interface.h
│   │   │   │   │   │   ├── iterator.h
│   │   │   │   │   │   ├── path.h
│   │   │   │   │   │   ├── proto_encode_helper.h
│   │   │   │   │   │   ├── random_inputstream.h
│   │   │   │   │   │   ├── record_reader.h
│   │   │   │   │   │   ├── record_writer.h
│   │   │   │   │   │   ├── snappy
│   │   │   │   │   │   │   ├── snappy_inputbuffer.h
│   │   │   │   │   │   │   └── snappy_outputbuffer.h
│   │   │   │   │   │   ├── table_builder.h
│   │   │   │   │   │   ├── table.h
│   │   │   │   │   │   ├── table_options.h
│   │   │   │   │   │   ├── two_level_iterator.h
│   │   │   │   │   │   ├── zlib_compression_options.h
│   │   │   │   │   │   ├── zlib_inputstream.h
│   │   │   │   │   │   └── zlib_outputbuffer.h
│   │   │   │   │   ├── math
│   │   │   │   │   │   └── math_util.h
│   │   │   │   │   ├── monitoring
│   │   │   │   │   │   ├── collected_metrics.h
│   │   │   │   │   │   ├── collection_registry.h
│   │   │   │   │   │   ├── counter.h
│   │   │   │   │   │   ├── metric_def.h
│   │   │   │   │   │   ├── mobile_counter.h
│   │   │   │   │   │   ├── mobile_sampler.h
│   │   │   │   │   │   └── sampler.h
│   │   │   │   │   ├── png
│   │   │   │   │   │   └── png_io.h
│   │   │   │   │   ├── random
│   │   │   │   │   │   ├── distribution_sampler.h
│   │   │   │   │   │   ├── exact_uniform_int.h
│   │   │   │   │   │   ├── philox_random.h
│   │   │   │   │   │   ├── random_distributions.h
│   │   │   │   │   │   ├── random.h
│   │   │   │   │   │   ├── simple_philox.h
│   │   │   │   │   │   └── weighted_picker.h
│   │   │   │   │   ├── strings
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── numbers.h
│   │   │   │   │   │   ├── ordered_code.h
│   │   │   │   │   │   ├── proto_text_util.h
│   │   │   │   │   │   ├── scanner.h
│   │   │   │   │   │   ├── strcat.h
│   │   │   │   │   │   ├── stringprintf.h
│   │   │   │   │   │   └── str_util.h
│   │   │   │   │   └── wav
│   │   │   │   │   └── wav_io.h
│   │   │   │   ├── platform
│   │   │   │   │   ├── context.h
│   │   │   │   │   ├── cpu_feature_guard.h
│   │   │   │   │   ├── cpu_info.h
│   │   │   │   │   ├── cuda.h
│   │   │   │   │   ├── cuda_libdevice_path.h
│   │   │   │   │   ├── cupti_wrapper.h
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── context.h
│   │   │   │   │   │   ├── dynamic_annotations.h
│   │   │   │   │   │   ├── fingerprint.h
│   │   │   │   │   │   ├── from_stream_executor_status.h
│   │   │   │   │   │   ├── grpc_response_reader.h
│   │   │   │   │   │   ├── integral_types.h
│   │   │   │   │   │   ├── logging.h
│   │   │   │   │   │   ├── mutex.h
│   │   │   │   │   │   ├── notification.h
│   │   │   │   │   │   ├── protobuf.h
│   │   │   │   │   │   ├── stacktrace.h
│   │   │   │   │   │   ├── stream_executor.h
│   │   │   │   │   │   ├── stream_executor_no_cuda.h
│   │   │   │   │   │   ├── strong_hash.h
│   │   │   │   │   │   ├── thread_annotations.h
│   │   │   │   │   │   └── tracing_impl.h
│   │   │   │   │   ├── demangle.h
│   │   │   │   │   ├── denormal.h
│   │   │   │   │   ├── dynamic_annotations.h
│   │   │   │   │   ├── env.h
│   │   │   │   │   ├── env_time.h
│   │   │   │   │   ├── file_statistics.h
│   │   │   │   │   ├── file_system.h
│   │   │   │   │   ├── fingerprint.h
│   │   │   │   │   ├── grpc_response_reader.h
│   │   │   │   │   ├── host_info.h
│   │   │   │   │   ├── init_main.h
│   │   │   │   │   ├── load_library.h
│   │   │   │   │   ├── logging.h
│   │   │   │   │   ├── macros.h
│   │   │   │   │   ├── mem.h
│   │   │   │   │   ├── mutex.h
│   │   │   │   │   ├── net.h
│   │   │   │   │   ├── notification.h
│   │   │   │   │   ├── platform.h
│   │   │   │   │   ├── png.h
│   │   │   │   │   ├── posix
│   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   ├── posix_file_system.h
│   │   │   │   │   │   └── subprocess.h
│   │   │   │   │   ├── prefetch.h
│   │   │   │   │   ├── profile_utils
│   │   │   │   │   │   ├── android_armv7a_cpu_utils_helper.h
│   │   │   │   │   │   ├── clock_cycle_profiler.h
│   │   │   │   │   │   ├── cpu_utils.h
│   │   │   │   │   │   └── i_cpu_utils_helper.h
│   │   │   │   │   ├── protobuf.h
│   │   │   │   │   ├── protobuf_internal.h
│   │   │   │   │   ├── regexp.h
│   │   │   │   │   ├── setround.h
│   │   │   │   │   ├── snappy.h
│   │   │   │   │   ├── stacktrace.h
│   │   │   │   │   ├── stream_executor.h
│   │   │   │   │   ├── stream_executor_no_cuda.h
│   │   │   │   │   ├── strong_hash.h
│   │   │   │   │   ├── subprocess.h
│   │   │   │   │   ├── tensor_coding.h
│   │   │   │   │   ├── thread_annotations.h
│   │   │   │   │   ├── tracing.h
│   │   │   │   │   ├── types.h
│   │   │   │   │   └── windows
│   │   │   │   │   └── cpu_info.h
│   │   │   │   ├── protobuf
│   │   │   │   │   ├── cluster.pb.h
│   │   │   │   │   ├── cluster.pb_text.h
│   │   │   │   │   ├── cluster.pb_text-impl.h
│   │   │   │   │   ├── config.pb.h
│   │   │   │   │   ├── config.pb_text.h
│   │   │   │   │   ├── config.pb_text-impl.h
│   │   │   │   │   ├── control_flow.pb.h
│   │   │   │   │   ├── debug.pb.h
│   │   │   │   │   ├── debug.pb_text.h
│   │   │   │   │   ├── debug.pb_text-impl.h
│   │   │   │   │   ├── device_properties.pb.h
│   │   │   │   │   ├── device_properties.pb_text.h
│   │   │   │   │   ├── device_properties.pb_text-impl.h
│   │   │   │   │   ├── meta_graph.pb.h
│   │   │   │   │   ├── named_tensor.pb.h
│   │   │   │   │   ├── queue_runner.pb.h
│   │   │   │   │   ├── queue_runner.pb_text.h
│   │   │   │   │   ├── queue_runner.pb_text-impl.h
│   │   │   │   │   ├── rewriter_config.pb.h
│   │   │   │   │   ├── rewriter_config.pb_text.h
│   │   │   │   │   ├── rewriter_config.pb_text-impl.h
│   │   │   │   │   ├── saved_model.pb.h
│   │   │   │   │   ├── saver.pb.h
│   │   │   │   │   ├── saver.pb_text.h
│   │   │   │   │   ├── saver.pb_text-impl.h
│   │   │   │   │   ├── tensor_bundle.pb.h
│   │   │   │   │   ├── tensor_bundle.pb_text.h
│   │   │   │   │   ├── tensor_bundle.pb_text-impl.h
│   │   │   │   │   └── tensorflow_server.pb.h
│   │   │   │   ├── public
│   │   │   │   │   ├── session.h
│   │   │   │   │   ├── session_options.h
│   │   │   │   │   └── version.h
│   │   │   │   └── util
│   │   │   │   ├── bcast.h
│   │   │   │   ├── command_line_flags.h
│   │   │   │   ├── cuda_kernel_helper.h
│   │   │   │   ├── device_name_utils.h
│   │   │   │   ├── env_var.h
│   │   │   │   ├── equal_graph_def.h
│   │   │   │   ├── event.pb.h
│   │   │   │   ├── events_writer.h
│   │   │   │   ├── example_proto_fast_parsing.h
│   │   │   │   ├── example_proto_helper.h
│   │   │   │   ├── guarded_philox_random.h
│   │   │   │   ├── memmapped_file_system.h
│   │   │   │   ├── memmapped_file_system.pb.h
│   │   │   │   ├── memmapped_file_system.pb_text.h
│   │   │   │   ├── memmapped_file_system.pb_text-impl.h
│   │   │   │   ├── memmapped_file_system_writer.h
│   │   │   │   ├── mirror_pad_mode.h
│   │   │   │   ├── mkl_util.h
│   │   │   │   ├── overflow.h
│   │   │   │   ├── padding.h
│   │   │   │   ├── port.h
│   │   │   │   ├── presized_cuckoo_map.h
│   │   │   │   ├── saved_tensor_slice.pb.h
│   │   │   │   ├── saved_tensor_slice.pb_text.h
│   │   │   │   ├── saved_tensor_slice.pb_text-impl.h
│   │   │   │   ├── saved_tensor_slice_util.h
│   │   │   │   ├── sparse
│   │   │   │   │   ├── dim_comparator.h
│   │   │   │   │   ├── group_iterator.h
│   │   │   │   │   └── sparse_tensor.h
│   │   │   │   ├── stat_summarizer.h
│   │   │   │   ├── stream_executor_util.h
│   │   │   │   ├── strided_slice_op.h
│   │   │   │   ├── tensor_format.h
│   │   │   │   ├── tensor_slice_reader_cache.h
│   │   │   │   ├── tensor_slice_reader.h
│   │   │   │   ├── tensor_slice_set.h
│   │   │   │   ├── tensor_slice_util.h
│   │   │   │   ├── tensor_slice_writer.h
│   │   │   │   ├── test_log.pb.h
│   │   │   │   ├── use_cudnn.h
│   │   │   │   ├── util.h
│   │   │   │   └── work_sharder.h
│   │   │   └── stream_executor
│   │   │   ├── blas.h
│   │   │   ├── cuda
│   │   │   │   ├── cuda_activation.h
│   │   │   │   ├── cuda_blas.h
│   │   │   │   ├── cuda_diagnostics.h
│   │   │   │   ├── cuda_dnn.h
│   │   │   │   ├── cuda_driver.h
│   │   │   │   ├── cuda_event.h
│   │   │   │   ├── cuda_fft.h
│   │   │   │   ├── cuda_gpu_executor.h
│   │   │   │   ├── cuda_helpers.h
│   │   │   │   ├── cuda_kernel.h
│   │   │   │   ├── cuda_platform.h
│   │   │   │   ├── cuda_platform_id.h
│   │   │   │   ├── cuda_rng.h
│   │   │   │   ├── cuda_stream.h
│   │   │   │   └── cuda_timer.h
│   │   │   ├── device_description.h
│   │   │   ├── device_memory.h
│   │   │   ├── device_options.h
│   │   │   ├── dnn.h
│   │   │   ├── dso_loader.h
│   │   │   ├── event.h
│   │   │   ├── executor_cache.h
│   │   │   ├── fft.h
│   │   │   ├── gpu_launch_dim.h
│   │   │   ├── host
│   │   │   │   ├── host_gpu_executor.h
│   │   │   │   ├── host_platform.h
│   │   │   │   ├── host_platform_id.h
│   │   │   │   ├── host_stream.h
│   │   │   │   └── host_timer.h
│   │   │   ├── host_buffer.h
│   │   │   ├── kernel_cache_config.h
│   │   │   ├── kernel.h
│   │   │   ├── kernel_spec.h
│   │   │   ├── launch_dim.h
│   │   │   ├── lib
│   │   │   │   ├── array_slice.h
│   │   │   │   ├── casts.h
│   │   │   │   ├── demangle.h
│   │   │   │   ├── env.h
│   │   │   │   ├── error.h
│   │   │   │   ├── human_readable.h
│   │   │   │   ├── initialize.h
│   │   │   │   ├── inlined_vector.h
│   │   │   │   ├── mathutil.h
│   │   │   │   ├── notification.h
│   │   │   │   ├── numbers.h
│   │   │   │   ├── path.h
│   │   │   │   ├── process_state.h
│   │   │   │   ├── ptr_util.h
│   │   │   │   ├── stacktrace.h
│   │   │   │   ├── static_threadlocal.h
│   │   │   │   ├── status.h
│   │   │   │   ├── status_macros.h
│   │   │   │   ├── statusor.h
│   │   │   │   ├── strcat.h
│   │   │   │   ├── stringpiece.h
│   │   │   │   ├── stringprintf.h
│   │   │   │   ├── str_util.h
│   │   │   │   ├── thread_options.h
│   │   │   │   └── threadpool.h
│   │   │   ├── machine_manager.h
│   │   │   ├── multi_platform_manager.h
│   │   │   ├── platform
│   │   │   │   ├── default
│   │   │   │   │   └── mutex.h
│   │   │   │   ├── logging.h
│   │   │   │   ├── mutex.h
│   │   │   │   ├── port.h
│   │   │   │   └── thread_annotations.h
│   │   │   ├── platform.h
│   │   │   ├── plugin.h
│   │   │   ├── plugin_registry.h
│   │   │   ├── rng.h
│   │   │   ├── scratch_allocator.h
│   │   │   ├── shared_memory_config.h
│   │   │   ├── stream_executor.h
│   │   │   ├── stream_executor_internal.h
│   │   │   ├── stream_executor_pimpl.h
│   │   │   ├── stream.h
│   │   │   ├── temporary_device_memory.h
│   │   │   ├── temporary_memory_manager.h
│   │   │   ├── timer.h
│   │   │   └── trace_listener.h
│   │   ├── third_party
│   │   │   └── eigen3
│   │   │   ├── Eigen
│   │   │   │   ├── Cholesky
│   │   │   │   ├── Core
│   │   │   │   ├── Eigenvalues
│   │   │   │   ├── LU
│   │   │   │   ├── QR
│   │   │   │   └── SVD
│   │   │   ├── LICENSE
│   │   │   └── unsupported
│   │   │   └── Eigen
│   │   │   ├── CXX11
│   │   │   │   ├── FixedPoint
│   │   │   │   ├── src
│   │   │   │   │   └── FixedPoint
│   │   │   │   │   ├── FixedPointTypes.h
│   │   │   │   │   ├── MatMatProductAVX2.h
│   │   │   │   │   ├── MatMatProduct.h
│   │   │   │   │   ├── MatMatProductNEON.h
│   │   │   │   │   ├── MatVecProduct.h
│   │   │   │   │   ├── PacketMathAVX2.h
│   │   │   │   │   ├── PacketMathAVX512.h
│   │   │   │   │   ├── TypeCastingAVX2.h
│   │   │   │   │   └── TypeCastingAVX512.h
│   │   │   │   ├── Tensor
│   │   │   │   └── ThreadPool
│   │   │   └── SpecialFunctions
│   │   └── unsupported
│   │   └── Eigen
│   │   ├── CXX11
│   │   │   ├── CMakeLists.txt
│   │   │   ├── src
│   │   │   │   ├── Tensor
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── TensorArgMax.h
│   │   │   │   │   ├── TensorArgMaxSycl.h
│   │   │   │   │   ├── TensorAssign.h
│   │   │   │   │   ├── TensorBase.h
│   │   │   │   │   ├── TensorBroadcasting.h
│   │   │   │   │   ├── TensorChipping.h
│   │   │   │   │   ├── TensorConcatenation.h
│   │   │   │   │   ├── TensorContractionBlocking.h
│   │   │   │   │   ├── TensorContractionCuda.h
│   │   │   │   │   ├── TensorContraction.h
│   │   │   │   │   ├── TensorContractionMapper.h
│   │   │   │   │   ├── TensorContractionSycl.h
│   │   │   │   │   ├── TensorContractionThreadPool.h
│   │   │   │   │   ├── TensorConversion.h
│   │   │   │   │   ├── TensorConvolution.h
│   │   │   │   │   ├── TensorConvolutionSycl.h
│   │   │   │   │   ├── TensorCostModel.h
│   │   │   │   │   ├── TensorCustomOp.h
│   │   │   │   │   ├── TensorDeviceCuda.h
│   │   │   │   │   ├── TensorDeviceDefault.h
│   │   │   │   │   ├── TensorDevice.h
│   │   │   │   │   ├── TensorDeviceSycl.h
│   │   │   │   │   ├── TensorDeviceThreadPool.h
│   │   │   │   │   ├── TensorDimensionList.h
│   │   │   │   │   ├── TensorDimensions.h
│   │   │   │   │   ├── TensorEvalTo.h
│   │   │   │   │   ├── TensorEvaluator.h
│   │   │   │   │   ├── TensorExecutor.h
│   │   │   │   │   ├── TensorExpr.h
│   │   │   │   │   ├── TensorFFT.h
│   │   │   │   │   ├── TensorFixedSize.h
│   │   │   │   │   ├── TensorForcedEval.h
│   │   │   │   │   ├── TensorForwardDeclarations.h
│   │   │   │   │   ├── TensorFunctors.h
│   │   │   │   │   ├── TensorGenerator.h
│   │   │   │   │   ├── TensorGlobalFunctions.h
│   │   │   │   │   ├── Tensor.h
│   │   │   │   │   ├── TensorImagePatch.h
│   │   │   │   │   ├── TensorIndexList.h
│   │   │   │   │   ├── TensorInflation.h
│   │   │   │   │   ├── TensorInitializer.h
│   │   │   │   │   ├── TensorIntDiv.h
│   │   │   │   │   ├── TensorIO.h
│   │   │   │   │   ├── TensorLayoutSwap.h
│   │   │   │   │   ├── TensorMacros.h
│   │   │   │   │   ├── TensorMap.h
│   │   │   │   │   ├── TensorMeta.h
│   │   │   │   │   ├── TensorMorphing.h
│   │   │   │   │   ├── TensorPadding.h
│   │   │   │   │   ├── TensorPatch.h
│   │   │   │   │   ├── TensorRandom.h
│   │   │   │   │   ├── TensorReductionCuda.h
│   │   │   │   │   ├── TensorReduction.h
│   │   │   │   │   ├── TensorReductionSycl.h
│   │   │   │   │   ├── TensorRef.h
│   │   │   │   │   ├── TensorReverse.h
│   │   │   │   │   ├── TensorScan.h
│   │   │   │   │   ├── TensorShuffling.h
│   │   │   │   │   ├── TensorStorage.h
│   │   │   │   │   ├── TensorStriding.h
│   │   │   │   │   ├── TensorSyclConvertToDeviceExpression.h
│   │   │   │   │   ├── TensorSyclExprConstructor.h
│   │   │   │   │   ├── TensorSyclExtractAccessor.h
│   │   │   │   │   ├── TensorSyclExtractFunctors.h
│   │   │   │   │   ├── TensorSyclFunctors.h
│   │   │   │   │   ├── TensorSycl.h
│   │   │   │   │   ├── TensorSyclLeafCount.h
│   │   │   │   │   ├── TensorSyclPlaceHolderExpr.h
│   │   │   │   │   ├── TensorSyclRun.h
│   │   │   │   │   ├── TensorSyclTuple.h
│   │   │   │   │   ├── TensorTraits.h
│   │   │   │   │   ├── TensorUInt128.h
│   │   │   │   │   └── TensorVolumePatch.h
│   │   │   │   ├── TensorSymmetry
│   │   │   │   │   ├── DynamicSymmetry.h
│   │   │   │   │   ├── StaticSymmetry.h
│   │   │   │   │   ├── Symmetry.h
│   │   │   │   │   └── util
│   │   │   │   │   └── TemplateGroupTheory.h
│   │   │   │   ├── ThreadPool
│   │   │   │   │   ├── EventCount.h
│   │   │   │   │   ├── NonBlockingThreadPool.h
│   │   │   │   │   ├── RunQueue.h
│   │   │   │   │   ├── SimpleThreadPool.h
│   │   │   │   │   ├── ThreadCancel.h
│   │   │   │   │   ├── ThreadEnvironment.h
│   │   │   │   │   ├── ThreadLocal.h
│   │   │   │   │   ├── ThreadPoolInterface.h
│   │   │   │   │   └── ThreadYield.h
│   │   │   │   └── util
│   │   │   │   ├── CXX11Meta.h
│   │   │   │   ├── CXX11Workarounds.h
│   │   │   │   ├── EmulateArray.h
│   │   │   │   ├── EmulateCXX11Meta.h
│   │   │   │   └── MaxSizeVector.h
│   │   │   ├── Tensor
│   │   │   ├── TensorSymmetry
│   │   │   └── ThreadPool
│   │   ├── FFT
│   │   ├── KroneckerProduct
│   │   ├── MatrixFunctions
│   │   ├── SpecialFunctions
│   │   └── src
│   │   ├── FFT
│   │   │   ├── ei_fftw_impl.h
│   │   │   └── ei_kissfft_impl.h
│   │   ├── KroneckerProduct
│   │   │   └── KroneckerTensorProduct.h
│   │   └── SpecialFunctions
│   │   ├── arch
│   │   │   └── CUDA
│   │   │   └── CudaSpecialFunctions.h
│   │   ├── SpecialFunctionsArrayAPI.h
│   │   ├── SpecialFunctionsFunctors.h
│   │   ├── SpecialFunctionsHalf.h
│   │   ├── SpecialFunctionsImpl.h
│   │   └── SpecialFunctionsPacketMath.h
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── python
│   │   ├── client
│   │   │   ├── client_lib.py
│   │   │   ├── client_lib.pyc
│   │   │   ├── device_lib.py
│   │   │   ├── device_lib.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── session.py
│   │   │   ├── session.pyc
│   │   │   ├── timeline.py
│   │   │   └── timeline.pyc
│   │   ├── debug
│   │   │   ├── cli
│   │   │   │   ├── analyzer_cli.py
│   │   │   │   ├── analyzer_cli.pyc
│   │   │   │   ├── base_ui.py
│   │   │   │   ├── base_ui.pyc
│   │   │   │   ├── cli_shared.py
│   │   │   │   ├── cli_shared.pyc
│   │   │   │   ├── command_parser.py
│   │   │   │   ├── command_parser.pyc
│   │   │   │   ├── curses_ui.py
│   │   │   │   ├── curses_ui.pyc
│   │   │   │   ├── curses_widgets.py
│   │   │   │   ├── curses_widgets.pyc
│   │   │   │   ├── debugger_cli_common.py
│   │   │   │   ├── debugger_cli_common.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── offline_analyzer.py
│   │   │   │   ├── offline_analyzer.pyc
│   │   │   │   ├── profile_analyzer_cli.py
│   │   │   │   ├── profile_analyzer_cli.pyc
│   │   │   │   ├── readline_ui.py
│   │   │   │   ├── readline_ui.pyc
│   │   │   │   ├── stepper_cli.py
│   │   │   │   ├── stepper_cli.pyc
│   │   │   │   ├── tensor_format.py
│   │   │   │   ├── tensor_format.pyc
│   │   │   │   ├── ui_factory.py
│   │   │   │   └── ui_factory.pyc
│   │   │   ├── examples
│   │   │   │   ├── debug_errors.py
│   │   │   │   ├── debug_errors.pyc
│   │   │   │   ├── debug_fibonacci.py
│   │   │   │   ├── debug_fibonacci.pyc
│   │   │   │   ├── debug_mnist.py
│   │   │   │   ├── debug_mnist.pyc
│   │   │   │   ├── debug_tflearn_iris.py
│   │   │   │   ├── debug_tflearn_iris.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lib
│   │   │   │   ├── debug_data.py
│   │   │   │   ├── debug_data.pyc
│   │   │   │   ├── debug_gradients.py
│   │   │   │   ├── debug_gradients.pyc
│   │   │   │   ├── debug_utils.py
│   │   │   │   ├── debug_utils.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── profiling.py
│   │   │   │   ├── profiling.pyc
│   │   │   │   ├── session_debug_testlib.py
│   │   │   │   ├── session_debug_testlib.pyc
│   │   │   │   ├── source_utils.py
│   │   │   │   ├── source_utils.pyc
│   │   │   │   ├── stepper.py
│   │   │   │   └── stepper.pyc
│   │   │   └── wrappers
│   │   │   ├── dumping_wrapper.py
│   │   │   ├── dumping_wrapper.pyc
│   │   │   ├── framework.py
│   │   │   ├── framework.pyc
│   │   │   ├── grpc_wrapper.py
│   │   │   ├── grpc_wrapper.pyc
│   │   │   ├── hooks.py
│   │   │   ├── hooks.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── local_cli_wrapper.py
│   │   │   └── local_cli_wrapper.pyc
│   │   ├── estimator
│   │   │   ├── canned
│   │   │   │   ├── dnn_linear_combined.py
│   │   │   │   ├── dnn_linear_combined.pyc
│   │   │   │   ├── dnn.py
│   │   │   │   ├── dnn.pyc
│   │   │   │   ├── head.py
│   │   │   │   ├── head.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── linear.py
│   │   │   │   ├── linear.pyc
│   │   │   │   ├── metric_keys.py
│   │   │   │   ├── metric_keys.pyc
│   │   │   │   ├── optimizers.py
│   │   │   │   ├── optimizers.pyc
│   │   │   │   ├── parsing_utils.py
│   │   │   │   ├── parsing_utils.pyc
│   │   │   │   ├── prediction_keys.py
│   │   │   │   └── prediction_keys.pyc
│   │   │   ├── estimator_lib.py
│   │   │   ├── estimator_lib.pyc
│   │   │   ├── estimator.py
│   │   │   ├── estimator.pyc
│   │   │   ├── export
│   │   │   │   ├── export_lib.py
│   │   │   │   ├── export_lib.pyc
│   │   │   │   ├── export_output.py
│   │   │   │   ├── export_output.pyc
│   │   │   │   ├── export.py
│   │   │   │   ├── export.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inputs
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── inputs.py
│   │   │   │   ├── inputs.pyc
│   │   │   │   ├── numpy_io.py
│   │   │   │   ├── numpy_io.pyc
│   │   │   │   ├── pandas_io.py
│   │   │   │   ├── pandas_io.pyc
│   │   │   │   └── queues
│   │   │   │   ├── feeding_functions.py
│   │   │   │   ├── feeding_functions.pyc
│   │   │   │   ├── feeding_queue_runner.py
│   │   │   │   ├── feeding_queue_runner.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── model_fn.py
│   │   │   ├── model_fn.pyc
│   │   │   ├── run_config.py
│   │   │   ├── run_config.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── feature_column
│   │   │   ├── feature_column_lib.py
│   │   │   ├── feature_column_lib.pyc
│   │   │   ├── feature_column.py
│   │   │   ├── feature_column.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── framework
│   │   │   ├── common_shapes.py
│   │   │   ├── common_shapes.pyc
│   │   │   ├── constant_op.py
│   │   │   ├── constant_op.pyc
│   │   │   ├── cpp_shape_inference_pb2.py
│   │   │   ├── cpp_shape_inference_pb2.pyc
│   │   │   ├── device.py
│   │   │   ├── device.pyc
│   │   │   ├── dtypes.py
│   │   │   ├── dtypes.pyc
│   │   │   ├── errors_impl.py
│   │   │   ├── errors_impl.pyc
│   │   │   ├── errors.py
│   │   │   ├── errors.pyc
│   │   │   ├── framework_lib.py
│   │   │   ├── framework_lib.pyc
│   │   │   ├── function.py
│   │   │   ├── function.pyc
│   │   │   ├── graph_io.py
│   │   │   ├── graph_io.pyc
│   │   │   ├── graph_util_impl.py
│   │   │   ├── graph_util_impl.pyc
│   │   │   ├── graph_util.py
│   │   │   ├── graph_util.pyc
│   │   │   ├── importer.py
│   │   │   ├── importer.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── load_library.py
│   │   │   ├── load_library.pyc
│   │   │   ├── meta_graph.py
│   │   │   ├── meta_graph.pyc
│   │   │   ├── op_def_library.py
│   │   │   ├── op_def_library.pyc
│   │   │   ├── op_def_registry.py
│   │   │   ├── op_def_registry.pyc
│   │   │   ├── ops.py
│   │   │   ├── ops.pyc
│   │   │   ├── random_seed.py
│   │   │   ├── random_seed.pyc
│   │   │   ├── registry.py
│   │   │   ├── registry.pyc
│   │   │   ├── sparse_tensor.py
│   │   │   ├── sparse_tensor.pyc
│   │   │   ├── subscribe.py
│   │   │   ├── subscribe.pyc
│   │   │   ├── tensor_shape.py
│   │   │   ├── tensor_shape.pyc
│   │   │   ├── tensor_util.py
│   │   │   ├── tensor_util.pyc
│   │   │   ├── test_ops.py
│   │   │   ├── test_ops.pyc
│   │   │   ├── test_util.py
│   │   │   ├── test_util.pyc
│   │   │   ├── versions.py
│   │   │   └── versions.pyc
│   │   ├── grappler
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tf_optimizer.py
│   │   │   └── tf_optimizer.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── layers
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── convolutional.py
│   │   │   ├── convolutional.pyc
│   │   │   ├── core.py
│   │   │   ├── core.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── layers.py
│   │   │   ├── layers.pyc
│   │   │   ├── normalization.py
│   │   │   ├── normalization.pyc
│   │   │   ├── pooling.py
│   │   │   ├── pooling.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── lib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── io
│   │   │   ├── file_io.py
│   │   │   ├── file_io.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── python_io.py
│   │   │   ├── python_io.pyc
│   │   │   ├── tf_record.py
│   │   │   └── tf_record.pyc
│   │   ├── ops
│   │   │   ├── array_grad.py
│   │   │   ├── array_grad.pyc
│   │   │   ├── array_ops.py
│   │   │   ├── array_ops.pyc
│   │   │   ├── bitwise_ops.py
│   │   │   ├── bitwise_ops.pyc
│   │   │   ├── candidate_sampling_ops.py
│   │   │   ├── candidate_sampling_ops.pyc
│   │   │   ├── check_ops.py
│   │   │   ├── check_ops.pyc
│   │   │   ├── clip_ops.py
│   │   │   ├── clip_ops.pyc
│   │   │   ├── confusion_matrix.py
│   │   │   ├── confusion_matrix.pyc
│   │   │   ├── control_flow_grad.py
│   │   │   ├── control_flow_grad.pyc
│   │   │   ├── control_flow_ops.py
│   │   │   ├── control_flow_ops.pyc
│   │   │   ├── ctc_ops.py
│   │   │   ├── ctc_ops.pyc
│   │   │   ├── data_flow_grad.py
│   │   │   ├── data_flow_grad.pyc
│   │   │   ├── data_flow_ops.py
│   │   │   ├── data_flow_ops.pyc
│   │   │   ├── distributions
│   │   │   │   ├── bernoulli.py
│   │   │   │   ├── bernoulli.pyc
│   │   │   │   ├── beta.py
│   │   │   │   ├── beta.pyc
│   │   │   │   ├── bijector_impl.py
│   │   │   │   ├── bijector_impl.pyc
│   │   │   │   ├── bijector.py
│   │   │   │   ├── bijector.pyc
│   │   │   │   ├── bijectors.py
│   │   │   │   ├── bijectors.pyc
│   │   │   │   ├── bijector_test_util.py
│   │   │   │   ├── bijector_test_util.pyc
│   │   │   │   ├── categorical.py
│   │   │   │   ├── categorical.pyc
│   │   │   │   ├── dirichlet_multinomial.py
│   │   │   │   ├── dirichlet_multinomial.pyc
│   │   │   │   ├── dirichlet.py
│   │   │   │   ├── dirichlet.pyc
│   │   │   │   ├── distribution.py
│   │   │   │   ├── distribution.pyc
│   │   │   │   ├── distributions.py
│   │   │   │   ├── distributions.pyc
│   │   │   │   ├── exponential.py
│   │   │   │   ├── exponential.pyc
│   │   │   │   ├── gamma.py
│   │   │   │   ├── gamma.pyc
│   │   │   │   ├── identity_bijector.py
│   │   │   │   ├── identity_bijector.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kullback_leibler.py
│   │   │   │   ├── kullback_leibler.pyc
│   │   │   │   ├── laplace.py
│   │   │   │   ├── laplace.pyc
│   │   │   │   ├── multinomial.py
│   │   │   │   ├── multinomial.pyc
│   │   │   │   ├── normal.py
│   │   │   │   ├── normal.pyc
│   │   │   │   ├── special_math.py
│   │   │   │   ├── special_math.pyc
│   │   │   │   ├── student_t.py
│   │   │   │   ├── student_t.pyc
│   │   │   │   ├── transformed_distribution.py
│   │   │   │   ├── transformed_distribution.pyc
│   │   │   │   ├── uniform.py
│   │   │   │   ├── uniform.pyc
│   │   │   │   ├── util.py
│   │   │   │   └── util.pyc
│   │   │   ├── embedding_ops.py
│   │   │   ├── embedding_ops.pyc
│   │   │   ├── functional_ops.py
│   │   │   ├── functional_ops.pyc
│   │   │   ├── gen_array_ops.py
│   │   │   ├── gen_array_ops.pyc
│   │   │   ├── gen_bitwise_ops.py
│   │   │   ├── gen_bitwise_ops.pyc
│   │   │   ├── gen_candidate_sampling_ops.py
│   │   │   ├── gen_candidate_sampling_ops.pyc
│   │   │   ├── gen_control_flow_ops.py
│   │   │   ├── gen_control_flow_ops.pyc
│   │   │   ├── gen_ctc_ops.py
│   │   │   ├── gen_ctc_ops.pyc
│   │   │   ├── gen_data_flow_ops.py
│   │   │   ├── gen_data_flow_ops.pyc
│   │   │   ├── gen_dataset_ops.py
│   │   │   ├── gen_dataset_ops.pyc
│   │   │   ├── gen_functional_ops.py
│   │   │   ├── gen_functional_ops.pyc
│   │   │   ├── gen_image_ops.py
│   │   │   ├── gen_image_ops.pyc
│   │   │   ├── gen_io_ops.py
│   │   │   ├── gen_io_ops.pyc
│   │   │   ├── gen_linalg_ops.py
│   │   │   ├── gen_linalg_ops.pyc
│   │   │   ├── gen_logging_ops.py
│   │   │   ├── gen_logging_ops.pyc
│   │   │   ├── gen_lookup_ops.py
│   │   │   ├── gen_lookup_ops.pyc
│   │   │   ├── gen_math_ops.py
│   │   │   ├── gen_math_ops.pyc
│   │   │   ├── gen_nn_ops.py
│   │   │   ├── gen_nn_ops.pyc
│   │   │   ├── gen_parsing_ops.py
│   │   │   ├── gen_parsing_ops.pyc
│   │   │   ├── gen_random_ops.py
│   │   │   ├── gen_random_ops.pyc
│   │   │   ├── gen_resource_variable_ops.py
│   │   │   ├── gen_resource_variable_ops.pyc
│   │   │   ├── gen_script_ops.py
│   │   │   ├── gen_script_ops.pyc
│   │   │   ├── gen_sdca_ops.py
│   │   │   ├── gen_sdca_ops.pyc
│   │   │   ├── gen_set_ops.py
│   │   │   ├── gen_set_ops.pyc
│   │   │   ├── gen_sparse_ops.py
│   │   │   ├── gen_sparse_ops.pyc
│   │   │   ├── gen_spectral_ops.py
│   │   │   ├── gen_spectral_ops.pyc
│   │   │   ├── gen_state_ops.py
│   │   │   ├── gen_state_ops.pyc
│   │   │   ├── gen_string_ops.py
│   │   │   ├── gen_string_ops.pyc
│   │   │   ├── gen_user_ops.py
│   │   │   ├── gen_user_ops.pyc
│   │   │   ├── gradient_checker.py
│   │   │   ├── gradient_checker.pyc
│   │   │   ├── gradients_impl.py
│   │   │   ├── gradients_impl.pyc
│   │   │   ├── gradients.py
│   │   │   ├── gradients.pyc
│   │   │   ├── histogram_ops.py
│   │   │   ├── histogram_ops.pyc
│   │   │   ├── image_grad.py
│   │   │   ├── image_grad.pyc
│   │   │   ├── image_ops_impl.py
│   │   │   ├── image_ops_impl.pyc
│   │   │   ├── image_ops.py
│   │   │   ├── image_ops.pyc
│   │   │   ├── init_ops.py
│   │   │   ├── init_ops.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── io_ops.py
│   │   │   ├── io_ops.pyc
│   │   │   ├── linalg_grad.py
│   │   │   ├── linalg_grad.pyc
│   │   │   ├── linalg_ops.py
│   │   │   ├── linalg_ops.pyc
│   │   │   ├── logging_ops.py
│   │   │   ├── logging_ops.pyc
│   │   │   ├── lookup_ops.py
│   │   │   ├── lookup_ops.pyc
│   │   │   ├── losses
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── losses_impl.py
│   │   │   │   ├── losses_impl.pyc
│   │   │   │   ├── losses.py
│   │   │   │   ├── losses.pyc
│   │   │   │   ├── util.py
│   │   │   │   └── util.pyc
│   │   │   ├── math_grad.py
│   │   │   ├── math_grad.pyc
│   │   │   ├── math_ops.py
│   │   │   ├── math_ops.pyc
│   │   │   ├── metrics_impl.py
│   │   │   ├── metrics_impl.pyc
│   │   │   ├── metrics.py
│   │   │   ├── metrics.pyc
│   │   │   ├── nn_grad.py
│   │   │   ├── nn_grad.pyc
│   │   │   ├── nn_impl.py
│   │   │   ├── nn_impl.pyc
│   │   │   ├── nn_ops.py
│   │   │   ├── nn_ops.pyc
│   │   │   ├── nn.py
│   │   │   ├── nn.pyc
│   │   │   ├── numerics.py
│   │   │   ├── numerics.pyc
│   │   │   ├── parsing_ops.py
│   │   │   ├── parsing_ops.pyc
│   │   │   ├── partitioned_variables.py
│   │   │   ├── partitioned_variables.pyc
│   │   │   ├── random_ops.py
│   │   │   ├── random_ops.pyc
│   │   │   ├── resources.py
│   │   │   ├── resources.pyc
│   │   │   ├── resource_variable_ops.py
│   │   │   ├── resource_variable_ops.pyc
│   │   │   ├── rnn_cell_impl.py
│   │   │   ├── rnn_cell_impl.pyc
│   │   │   ├── rnn_cell.py
│   │   │   ├── rnn_cell.pyc
│   │   │   ├── rnn.py
│   │   │   ├── rnn.pyc
│   │   │   ├── script_ops.py
│   │   │   ├── script_ops.pyc
│   │   │   ├── sdca_ops.py
│   │   │   ├── sdca_ops.pyc
│   │   │   ├── session_ops.py
│   │   │   ├── session_ops.pyc
│   │   │   ├── sets_impl.py
│   │   │   ├── sets_impl.pyc
│   │   │   ├── sets.py
│   │   │   ├── sets.pyc
│   │   │   ├── sparse_grad.py
│   │   │   ├── sparse_grad.pyc
│   │   │   ├── sparse_ops.py
│   │   │   ├── sparse_ops.pyc
│   │   │   ├── special_math_ops.py
│   │   │   ├── special_math_ops.pyc
│   │   │   ├── spectral_grad.py
│   │   │   ├── spectral_grad.pyc
│   │   │   ├── spectral_ops.py
│   │   │   ├── spectral_ops.pyc
│   │   │   ├── spectral_ops_test_util.py
│   │   │   ├── spectral_ops_test_util.pyc
│   │   │   ├── standard_ops.py
│   │   │   ├── standard_ops.pyc
│   │   │   ├── state_grad.py
│   │   │   ├── state_grad.pyc
│   │   │   ├── state_ops.py
│   │   │   ├── state_ops.pyc
│   │   │   ├── string_ops.py
│   │   │   ├── string_ops.pyc
│   │   │   ├── summary_ops.py
│   │   │   ├── summary_ops.pyc
│   │   │   ├── summary_op_util.py
│   │   │   ├── summary_op_util.pyc
│   │   │   ├── template.py
│   │   │   ├── template.pyc
│   │   │   ├── tensor_array_grad.py
│   │   │   ├── tensor_array_grad.pyc
│   │   │   ├── tensor_array_ops.py
│   │   │   ├── tensor_array_ops.pyc
│   │   │   ├── variable_scope.py
│   │   │   ├── variable_scope.pyc
│   │   │   ├── variables.py
│   │   │   ├── variables.pyc
│   │   │   ├── weights_broadcast_ops.py
│   │   │   └── weights_broadcast_ops.pyc
│   │   ├── platform
│   │   │   ├── app.py
│   │   │   ├── app.pyc
│   │   │   ├── benchmark.py
│   │   │   ├── benchmark.pyc
│   │   │   ├── control_imports.py
│   │   │   ├── control_imports.pyc
│   │   │   ├── flags.py
│   │   │   ├── flags.pyc
│   │   │   ├── gfile.py
│   │   │   ├── gfile.pyc
│   │   │   ├── googletest.py
│   │   │   ├── googletest.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── parameterized.py
│   │   │   ├── parameterized.pyc
│   │   │   ├── resource_loader.py
│   │   │   ├── resource_loader.pyc
│   │   │   ├── status_bar.py
│   │   │   ├── status_bar.pyc
│   │   │   ├── sysconfig.py
│   │   │   ├── sysconfig.pyc
│   │   │   ├── test.py
│   │   │   ├── test.pyc
│   │   │   ├── tf_logging.py
│   │   │   └── tf_logging.pyc
│   │   ├── profiler
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── model_analyzer.py
│   │   │   ├── model_analyzer.pyc
│   │   │   ├── option_builder.py
│   │   │   ├── option_builder.pyc
│   │   │   ├── profiler.py
│   │   │   ├── profiler.pyc
│   │   │   ├── tfprof_logger.py
│   │   │   └── tfprof_logger.pyc
│   │   ├── pywrap_tensorflow_internal.py
│   │   ├── pywrap_tensorflow_internal.pyc
│   │   ├── _pywrap_tensorflow_internal.so
│   │   ├── pywrap_tensorflow.py
│   │   ├── pywrap_tensorflow.pyc
│   │   ├── saved_model
│   │   │   ├── builder_impl.py
│   │   │   ├── builder_impl.pyc
│   │   │   ├── builder.py
│   │   │   ├── builder.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── loader_impl.py
│   │   │   ├── loader_impl.pyc
│   │   │   ├── loader.py
│   │   │   ├── loader.pyc
│   │   │   ├── main_op_impl.py
│   │   │   ├── main_op_impl.pyc
│   │   │   ├── main_op.py
│   │   │   ├── main_op.pyc
│   │   │   ├── saved_model.py
│   │   │   ├── saved_model.pyc
│   │   │   ├── signature_constants.py
│   │   │   ├── signature_constants.pyc
│   │   │   ├── signature_def_utils_impl.py
│   │   │   ├── signature_def_utils_impl.pyc
│   │   │   ├── signature_def_utils.py
│   │   │   ├── signature_def_utils.pyc
│   │   │   ├── tag_constants.py
│   │   │   ├── tag_constants.pyc
│   │   │   ├── utils_impl.py
│   │   │   ├── utils_impl.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── summary
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── plugin_asset.py
│   │   │   ├── plugin_asset.pyc
│   │   │   ├── summary_iterator.py
│   │   │   ├── summary_iterator.pyc
│   │   │   ├── summary.py
│   │   │   ├── summary.pyc
│   │   │   ├── text_summary.py
│   │   │   ├── text_summary.pyc
│   │   │   └── writer
│   │   │   ├── event_file_writer.py
│   │   │   ├── event_file_writer.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── writer_cache.py
│   │   │   ├── writer_cache.pyc
│   │   │   ├── writer.py
│   │   │   └── writer.pyc
│   │   ├── tools
│   │   │   ├── freeze_graph.py
│   │   │   ├── freeze_graph.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inspect_checkpoint.py
│   │   │   ├── inspect_checkpoint.pyc
│   │   │   ├── optimize_for_inference_lib.py
│   │   │   ├── optimize_for_inference_lib.pyc
│   │   │   ├── optimize_for_inference.py
│   │   │   ├── optimize_for_inference.pyc
│   │   │   ├── print_selective_registration_header.py
│   │   │   ├── print_selective_registration_header.pyc
│   │   │   ├── saved_model_cli.py
│   │   │   ├── saved_model_cli.pyc
│   │   │   ├── selective_registration_header_lib.py
│   │   │   ├── selective_registration_header_lib.pyc
│   │   │   ├── strip_unused_lib.py
│   │   │   ├── strip_unused_lib.pyc
│   │   │   ├── strip_unused.py
│   │   │   └── strip_unused.pyc
│   │   ├── training
│   │   │   ├── adadelta.py
│   │   │   ├── adadelta.pyc
│   │   │   ├── adagrad_da.py
│   │   │   ├── adagrad_da.pyc
│   │   │   ├── adagrad.py
│   │   │   ├── adagrad.pyc
│   │   │   ├── adam.py
│   │   │   ├── adam.pyc
│   │   │   ├── basic_loops.py
│   │   │   ├── basic_loops.pyc
│   │   │   ├── basic_session_run_hooks.py
│   │   │   ├── basic_session_run_hooks.pyc
│   │   │   ├── checkpoint_state_pb2.py
│   │   │   ├── checkpoint_state_pb2.pyc
│   │   │   ├── checkpoint_utils.py
│   │   │   ├── checkpoint_utils.pyc
│   │   │   ├── coordinator.py
│   │   │   ├── coordinator.pyc
│   │   │   ├── device_setter.py
│   │   │   ├── device_setter.pyc
│   │   │   ├── evaluation.py
│   │   │   ├── evaluation.pyc
│   │   │   ├── ftrl.py
│   │   │   ├── ftrl.pyc
│   │   │   ├── gen_training_ops.py
│   │   │   ├── gen_training_ops.pyc
│   │   │   ├── gradient_descent.py
│   │   │   ├── gradient_descent.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input.py
│   │   │   ├── input.pyc
│   │   │   ├── learning_rate_decay.py
│   │   │   ├── learning_rate_decay.pyc
│   │   │   ├── momentum.py
│   │   │   ├── momentum.pyc
│   │   │   ├── monitored_session.py
│   │   │   ├── monitored_session.pyc
│   │   │   ├── moving_averages.py
│   │   │   ├── moving_averages.pyc
│   │   │   ├── optimizer.py
│   │   │   ├── optimizer.pyc
│   │   │   ├── proximal_adagrad.py
│   │   │   ├── proximal_adagrad.pyc
│   │   │   ├── proximal_gradient_descent.py
│   │   │   ├── proximal_gradient_descent.pyc
│   │   │   ├── queue_runner_impl.py
│   │   │   ├── queue_runner_impl.pyc
│   │   │   ├── queue_runner.py
│   │   │   ├── queue_runner.pyc
│   │   │   ├── rmsprop.py
│   │   │   ├── rmsprop.pyc
│   │   │   ├── saver.py
│   │   │   ├── saver.pyc
│   │   │   ├── saver_test_utils.py
│   │   │   ├── saver_test_utils.pyc
│   │   │   ├── server_lib.py
│   │   │   ├── server_lib.pyc
│   │   │   ├── session_manager.py
│   │   │   ├── session_manager.pyc
│   │   │   ├── session_run_hook.py
│   │   │   ├── session_run_hook.pyc
│   │   │   ├── slot_creator.py
│   │   │   ├── slot_creator.pyc
│   │   │   ├── summary_io.py
│   │   │   ├── summary_io.pyc
│   │   │   ├── supervisor.py
│   │   │   ├── supervisor.pyc
│   │   │   ├── sync_replicas_optimizer.py
│   │   │   ├── sync_replicas_optimizer.pyc
│   │   │   ├── tensorboard_logging.py
│   │   │   ├── tensorboard_logging.pyc
│   │   │   ├── training_ops.py
│   │   │   ├── training_ops.pyc
│   │   │   ├── training.py
│   │   │   ├── training.pyc
│   │   │   ├── training_util.py
│   │   │   └── training_util.pyc
│   │   ├── user_ops
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── user_ops.py
│   │   │   └── user_ops.pyc
│   │   └── util
│   │   ├── all_util.py
│   │   ├── all_util.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── decorator_utils.py
│   │   ├── decorator_utils.pyc
│   │   ├── deprecation.py
│   │   ├── deprecation.pyc
│   │   ├── example_parser_configuration.py
│   │   ├── example_parser_configuration.pyc
│   │   ├── future_api.py
│   │   ├── future_api.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── keyword_args.py
│   │   ├── keyword_args.pyc
│   │   ├── lazy_loader.py
│   │   ├── lazy_loader.pyc
│   │   ├── nest.py
│   │   ├── nest.pyc
│   │   ├── protobuf
│   │   │   ├── compare.py
│   │   │   ├── compare.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── tf_contextlib.py
│   │   ├── tf_contextlib.pyc
│   │   ├── tf_decorator.py
│   │   ├── tf_decorator.pyc
│   │   ├── tf_inspect.py
│   │   ├── tf_inspect.pyc
│   │   ├── tf_should_use.py
│   │   └── tf_should_use.pyc
│   └── tools
│   ├── __init__.py
│   ├── __init__.pyc
│   └── pip_package
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── setup.py
│   ├── setup.pyc
│   ├── simple_console.py
│   └── simple_console.pyc
├── tensorflow-1.3.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── tensorflow_tensorboard-0.1.6.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── werkzeug
│   ├── _compat.py
│   ├── _compat.pyc
│   ├── contrib
│   │   ├── atom.py
│   │   ├── atom.pyc
│   │   ├── cache.py
│   │   ├── cache.pyc
│   │   ├── fixers.py
│   │   ├── fixers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── iterio.py
│   │   ├── iterio.pyc
│   │   ├── jsrouting.py
│   │   ├── jsrouting.pyc
│   │   ├── limiter.py
│   │   ├── limiter.pyc
│   │   ├── lint.py
│   │   ├── lint.pyc
│   │   ├── profiler.py
│   │   ├── profiler.pyc
│   │   ├── securecookie.py
│   │   ├── securecookie.pyc
│   │   ├── sessions.py
│   │   ├── sessions.pyc
│   │   ├── testtools.py
│   │   ├── testtools.pyc
│   │   ├── wrappers.py
│   │   └── wrappers.pyc
│   ├── datastructures.py
│   ├── datastructures.pyc
│   ├── debug
│   │   ├── console.py
│   │   ├── console.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── repr.py
│   │   ├── repr.pyc
│   │   ├── shared
│   │   │   ├── console.png
│   │   │   ├── debugger.js
│   │   │   ├── FONT_LICENSE
│   │   │   ├── jquery.js
│   │   │   ├── less.png
│   │   │   ├── more.png
│   │   │   ├── source.png
│   │   │   ├── style.css
│   │   │   └── ubuntu.ttf
│   │   ├── tbtools.py
│   │   └── tbtools.pyc
│   ├── exceptions.py
│   ├── exceptions.pyc
│   ├── filesystem.py
│   ├── filesystem.pyc
│   ├── formparser.py
│   ├── formparser.pyc
│   ├── http.py
│   ├── http.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── _internal.py
│   ├── _internal.pyc
│   ├── local.py
│   ├── local.pyc
│   ├── posixemulation.py
│   ├── posixemulation.pyc
│   ├── _reloader.py
│   ├── _reloader.pyc
│   ├── routing.py
│   ├── routing.pyc
│   ├── script.py
│   ├── script.pyc
│   ├── security.py
│   ├── security.pyc
│   ├── serving.py
│   ├── serving.pyc
│   ├── testapp.py
│   ├── testapp.pyc
│   ├── test.py
│   ├── test.pyc
│   ├── urls.py
│   ├── urls.pyc
│   ├── useragents.py
│   ├── useragents.pyc
│   ├── utils.py
│   ├── utils.pyc
│   ├── wrappers.py
│   ├── wrappers.pyc
│   ├── wsgi.py
│   └── wsgi.pyc
└── Werkzeug-0.12.2.dist-info
├── DESCRIPTION.rst
├── INSTALLER
├── LICENSE.txt
├── METADATA
├── metadata.json
├── RECORD
├── top_level.txt
└── WHEEL

695 directories, 6032 files

标签:

实例下载地址

tensorflow 1.3 arm

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警