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

tensorflow1.7.1_cpu_x64_vc14_release dll

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:32.78M
  • 下载次数:2
  • 浏览次数:29
  • 发布时间:2021-11-01
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
tensorflow1.7.1 C++版本dll。VS2015,x64,release,cpu版本。压缩包内有个配置头文件和库目录的.props示例文件。
【实例截图】
【核心代码】
tensorflow1.7.1_cpu_x64_vc14_release.zip
└── tensorflow_cpu
├── tensorflow
│   ├── c
│   │   ├── BUILD
│   │   ├── c_api.cc
│   │   ├── c_api_experimental.cc
│   │   ├── c_api_experimental.h
│   │   ├── c_api_function.cc
│   │   ├── c_api_function_test.cc
│   │   ├── c_api.h
│   │   ├── c_api_internal.h
│   │   ├── c_api_test.cc
│   │   ├── checkpoint_reader.cc
│   │   ├── checkpoint_reader.h
│   │   ├── c_test_util.cc
│   │   ├── c_test_util.h
│   │   ├── eager
│   │   │   ├── BUILD
│   │   │   ├── c_api.cc
│   │   │   ├── c_api.h
│   │   │   ├── c_api_internal.h
│   │   │   ├── c_api_test.cc
│   │   │   ├── runtime.cc
│   │   │   ├── runtime.h
│   │   │   ├── runtime_test.cc
│   │   │   └── tape.h
│   │   ├── exported_symbols.lds
│   │   ├── generate-pc.sh
│   │   ├── python_api.cc
│   │   ├── python_api.h
│   │   ├── test_op.cc
│   │   ├── tf_status_helper.cc
│   │   ├── tf_status_helper.h
│   │   ├── version_script.lds
│   │   └── while_loop_test.cc
│   ├── cc
│   │   ├── BUILD
│   │   ├── client
│   │   │   ├── client_session.cc
│   │   │   ├── client_session.h
│   │   │   └── client_session_test.cc
│   │   ├── framework
│   │   │   ├── cc_op_gen.cc
│   │   │   ├── cc_op_gen.h
│   │   │   ├── cc_op_gen_main.cc
│   │   │   ├── cc_op_gen_test.cc
│   │   │   ├── cc_ops_test.cc
│   │   │   ├── gradient_checker.cc
│   │   │   ├── gradient_checker.h
│   │   │   ├── gradient_checker_test.cc
│   │   │   ├── gradients.cc
│   │   │   ├── gradients.h
│   │   │   ├── gradients_test.cc
│   │   │   ├── grad_op_registry.cc
│   │   │   ├── grad_op_registry.h
│   │   │   ├── ops.cc
│   │   │   ├── ops.h
│   │   │   ├── scope.cc
│   │   │   ├── scope.h
│   │   │   ├── scope_internal.h
│   │   │   ├── scope_test.cc
│   │   │   ├── test_op.cc
│   │   │   ├── testutil.cc
│   │   │   ├── testutil.h
│   │   │   ├── while_gradients.cc
│   │   │   ├── while_gradients.h
│   │   │   └── while_gradients_test.cc
│   │   ├── gradients
│   │   │   ├── array_grad.cc
│   │   │   ├── array_grad_test.cc
│   │   │   ├── data_flow_grad.cc
│   │   │   ├── data_flow_grad_test.cc
│   │   │   ├── grad_testutil.cc
│   │   │   ├── grad_testutil.h
│   │   │   ├── math_grad.cc
│   │   │   ├── math_grad_test.cc
│   │   │   ├── nn_grad.cc
│   │   │   ├── nn_grad_test.cc
│   │   │   └── README.md
│   │   ├── ops
│   │   │   ├── array_ops.cc
│   │   │   ├── array_ops.h
│   │   │   ├── array_ops_internal.cc
│   │   │   ├── array_ops_internal.h
│   │   │   ├── audio_ops.cc
│   │   │   ├── audio_ops.h
│   │   │   ├── audio_ops_internal.cc
│   │   │   ├── audio_ops_internal.h
│   │   │   ├── batch_ops.cc
│   │   │   ├── batch_ops.h
│   │   │   ├── batch_ops_internal.cc
│   │   │   ├── batch_ops_internal.h
│   │   │   ├── bitwise_ops.cc
│   │   │   ├── bitwise_ops.h
│   │   │   ├── bitwise_ops_internal.cc
│   │   │   ├── bitwise_ops_internal.h
│   │   │   ├── candidate_sampling_ops.cc
│   │   │   ├── candidate_sampling_ops.h
│   │   │   ├── candidate_sampling_ops_internal.cc
│   │   │   ├── candidate_sampling_ops_internal.h
│   │   │   ├── checkpoint_ops.cc
│   │   │   ├── checkpoint_ops.h
│   │   │   ├── checkpoint_ops_internal.cc
│   │   │   ├── checkpoint_ops_internal.h
│   │   │   ├── const_op.cc
│   │   │   ├── const_op.h
│   │   │   ├── const_op_test.cc
│   │   │   ├── control_flow_ops.cc
│   │   │   ├── control_flow_ops.h
│   │   │   ├── control_flow_ops_internal.cc
│   │   │   ├── control_flow_ops_internal.h
│   │   │   ├── ctc_ops.cc
│   │   │   ├── ctc_ops.h
│   │   │   ├── ctc_ops_internal.cc
│   │   │   ├── ctc_ops_internal.h
│   │   │   ├── data_flow_ops.cc
│   │   │   ├── data_flow_ops.h
│   │   │   ├── data_flow_ops_internal.cc
│   │   │   ├── data_flow_ops_internal.h
│   │   │   ├── dataset_ops.cc
│   │   │   ├── dataset_ops.h
│   │   │   ├── dataset_ops_internal.cc
│   │   │   ├── dataset_ops_internal.h
│   │   │   ├── functional_ops.cc
│   │   │   ├── functional_ops.h
│   │   │   ├── functional_ops_internal.cc
│   │   │   ├── functional_ops_internal.h
│   │   │   ├── image_ops.cc
│   │   │   ├── image_ops.h
│   │   │   ├── image_ops_internal.cc
│   │   │   ├── image_ops_internal.h
│   │   │   ├── io_ops.cc
│   │   │   ├── io_ops.h
│   │   │   ├── io_ops_internal.cc
│   │   │   ├── io_ops_internal.h
│   │   │   ├── linalg_ops.cc
│   │   │   ├── linalg_ops.h
│   │   │   ├── linalg_ops_internal.cc
│   │   │   ├── linalg_ops_internal.h
│   │   │   ├── list_ops.cc
│   │   │   ├── list_ops.h
│   │   │   ├── list_ops_internal.cc
│   │   │   ├── list_ops_internal.h
│   │   │   ├── logging_ops.cc
│   │   │   ├── logging_ops.h
│   │   │   ├── logging_ops_internal.cc
│   │   │   ├── logging_ops_internal.h
│   │   │   ├── lookup_ops.cc
│   │   │   ├── lookup_ops.h
│   │   │   ├── lookup_ops_internal.cc
│   │   │   ├── lookup_ops_internal.h
│   │   │   ├── manip_ops.cc
│   │   │   ├── manip_ops.h
│   │   │   ├── manip_ops_internal.cc
│   │   │   ├── manip_ops_internal.h
│   │   │   ├── math_ops.cc
│   │   │   ├── math_ops.h
│   │   │   ├── math_ops_internal.cc
│   │   │   ├── math_ops_internal.h
│   │   │   ├── nn_ops.cc
│   │   │   ├── nn_ops.h
│   │   │   ├── nn_ops_internal.cc
│   │   │   ├── nn_ops_internal.h
│   │   │   ├── no_op.cc
│   │   │   ├── no_op.h
│   │   │   ├── no_op_internal.cc
│   │   │   ├── no_op_internal.h
│   │   │   ├── parsing_ops.cc
│   │   │   ├── parsing_ops.h
│   │   │   ├── parsing_ops_internal.cc
│   │   │   ├── parsing_ops_internal.h
│   │   │   ├── random_ops.cc
│   │   │   ├── random_ops.h
│   │   │   ├── random_ops_internal.cc
│   │   │   ├── random_ops_internal.h
│   │   │   ├── remote_fused_graph_ops.cc
│   │   │   ├── remote_fused_graph_ops.h
│   │   │   ├── remote_fused_graph_ops_internal.cc
│   │   │   ├── remote_fused_graph_ops_internal.h
│   │   │   ├── resource_variable_ops.cc
│   │   │   ├── resource_variable_ops.h
│   │   │   ├── resource_variable_ops_internal.cc
│   │   │   ├── resource_variable_ops_internal.h
│   │   │   ├── script_ops.cc
│   │   │   ├── script_ops.h
│   │   │   ├── script_ops_internal.cc
│   │   │   ├── script_ops_internal.h
│   │   │   ├── sdca_ops.cc
│   │   │   ├── sdca_ops.h
│   │   │   ├── sdca_ops_internal.cc
│   │   │   ├── sdca_ops_internal.h
│   │   │   ├── sendrecv_ops.cc
│   │   │   ├── sendrecv_ops.h
│   │   │   ├── sendrecv_ops_internal.cc
│   │   │   ├── sendrecv_ops_internal.h
│   │   │   ├── set_ops.cc
│   │   │   ├── set_ops.h
│   │   │   ├── set_ops_internal.cc
│   │   │   ├── set_ops_internal.h
│   │   │   ├── sparse_ops.cc
│   │   │   ├── sparse_ops.h
│   │   │   ├── sparse_ops_internal.cc
│   │   │   ├── sparse_ops_internal.h
│   │   │   ├── spectral_ops.cc
│   │   │   ├── spectral_ops.h
│   │   │   ├── spectral_ops_internal.cc
│   │   │   ├── spectral_ops_internal.h
│   │   │   ├── standard_ops.h
│   │   │   ├── stateless_random_ops.cc
│   │   │   ├── stateless_random_ops.h
│   │   │   ├── stateless_random_ops_internal.cc
│   │   │   ├── stateless_random_ops_internal.h
│   │   │   ├── state_ops.cc
│   │   │   ├── state_ops.h
│   │   │   ├── state_ops_internal.cc
│   │   │   ├── state_ops_internal.h
│   │   │   ├── string_ops.cc
│   │   │   ├── string_ops.h
│   │   │   ├── string_ops_internal.cc
│   │   │   ├── string_ops_internal.h
│   │   │   ├── summary_ops.cc
│   │   │   ├── summary_ops.h
│   │   │   ├── summary_ops_internal.cc
│   │   │   ├── summary_ops_internal.h
│   │   │   ├── training_ops.cc
│   │   │   ├── training_ops.h
│   │   │   ├── training_ops_internal.cc
│   │   │   ├── training_ops_internal.h
│   │   │   ├── user_ops.cc
│   │   │   ├── user_ops.h
│   │   │   ├── user_ops_internal.cc
│   │   │   ├── user_ops_internal.h
│   │   │   ├── while_loop.cc
│   │   │   ├── while_loop.h
│   │   │   └── while_loop_test.cc
│   │   ├── profiler
│   │   │   ├── BUILD
│   │   │   ├── profiler.cc
│   │   │   ├── profiler.h
│   │   │   └── profiler_test.cc
│   │   ├── saved_model
│   │   │   ├── BUILD
│   │   │   ├── constants.h
│   │   │   ├── loader.cc
│   │   │   ├── loader.h
│   │   │   ├── loader_test.cc
│   │   │   ├── python
│   │   │   │   ├── BUILD
│   │   │   │   └── loader.clif
│   │   │   ├── README.md
│   │   │   ├── signature_constants.h
│   │   │   ├── tag_constants.h
│   │   │   └── testdata
│   │   │   ├── half_plus_two
│   │   │   │   └── 00000123
│   │   │   │   ├── assets
│   │   │   │   │   └── foo.txt
│   │   │   │   ├── saved_model.pb
│   │   │   │   └── variables
│   │   │   │   ├── variables.data-00000-of-00001
│   │   │   │   └── variables.index
│   │   │   ├── half_plus_two_main_op
│   │   │   │   └── 00000123
│   │   │   │   ├── assets
│   │   │   │   │   └── foo.txt
│   │   │   │   ├── saved_model.pb
│   │   │   │   └── variables
│   │   │   │   ├── variables.data-00000-of-00001
│   │   │   │   └── variables.index
│   │   │   └── half_plus_two_pbtxt
│   │   │   └── 00000123
│   │   │   ├── assets
│   │   │   │   └── foo.txt
│   │   │   ├── saved_model.pbtxt
│   │   │   └── variables
│   │   │   ├── variables.data-00000-of-00001
│   │   │   └── variables.index
│   │   ├── tools
│   │   │   ├── BUILD
│   │   │   ├── freeze_saved_model.cc
│   │   │   ├── freeze_saved_model.h
│   │   │   └── freeze_saved_model_test.cc
│   │   ├── training
│   │   │   ├── coordinator.cc
│   │   │   ├── coordinator.h
│   │   │   ├── coordinator_test.cc
│   │   │   ├── queue_runner.cc
│   │   │   ├── queue_runner.h
│   │   │   └── queue_runner_test.cc
│   │   └── tutorials
│   │   └── example_trainer.cc
│   ├── contrib
│   │   ├── boosted_trees
│   │   │   └── proto
│   │   │   ├── learner.pb.cc
│   │   │   ├── learner.pb.h
│   │   │   ├── quantiles.pb.cc
│   │   │   ├── quantiles.pb.h
│   │   │   ├── split_info.pb.cc
│   │   │   ├── split_info.pb.h
│   │   │   ├── tree_config.pb.cc
│   │   │   └── tree_config.pb.h
│   │   ├── cmake
│   │   │   └── build
│   │   │   ├── external
│   │   │   │   ├── eigen_archive
│   │   │   │   │   ├── Eigen
│   │   │   │   │   │   ├── Cholesky
│   │   │   │   │   │   ├── CholmodSupport
│   │   │   │   │   │   ├── Core
│   │   │   │   │   │   ├── Dense
│   │   │   │   │   │   ├── Eigen
│   │   │   │   │   │   ├── Eigenvalues
│   │   │   │   │   │   ├── Geometry
│   │   │   │   │   │   ├── Householder
│   │   │   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   │   │   ├── Jacobi
│   │   │   │   │   │   ├── KLUSupport
│   │   │   │   │   │   ├── LU
│   │   │   │   │   │   ├── MetisSupport
│   │   │   │   │   │   ├── OrderingMethods
│   │   │   │   │   │   ├── PardisoSupport
│   │   │   │   │   │   ├── PaStiXSupport
│   │   │   │   │   │   ├── QR
│   │   │   │   │   │   ├── QtAlignedMalloc
│   │   │   │   │   │   ├── Sparse
│   │   │   │   │   │   ├── SparseCholesky
│   │   │   │   │   │   ├── SparseCore
│   │   │   │   │   │   ├── SparseLU
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   │   │   ├── ConjHelper.h
│   │   │   │   │   │   │   │   │   │   └── 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
│   │   │   │   │   │   │   │   │   ├── NonMPL2.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
│   │   │   │   │   │   │   ├── KLUSupport
│   │   │   │   │   │   │   │   └── KLUSupport.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
│   │   │   │   │   │   │   │   ├── Amd.h
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── SparseCholesky
│   │   │   │   │   │   │   │   ├── SimplicialCholesky.h
│   │   │   │   │   │   │   │   └── SimplicialCholesky_impl.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
│   │   │   │   │   ├── signature_of_eigen3_matrix_library
│   │   │   │   │   └── unsupported
│   │   │   │   │   └── Eigen
│   │   │   │   │   ├── AdolcForward
│   │   │   │   │   ├── AlignedVector3
│   │   │   │   │   ├── ArpackSupport
│   │   │   │   │   ├── AutoDiff
│   │   │   │   │   ├── BVH
│   │   │   │   │   ├── CXX11
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   ├── Tensor
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── TensorTrace.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
│   │   │   │   │   ├── EulerAngles
│   │   │   │   │   ├── FFT
│   │   │   │   │   ├── IterativeSolvers
│   │   │   │   │   ├── KroneckerProduct
│   │   │   │   │   ├── LevenbergMarquardt
│   │   │   │   │   ├── MatrixFunctions
│   │   │   │   │   ├── MoreVectorization
│   │   │   │   │   ├── MPRealSupport
│   │   │   │   │   ├── NonLinearOptimization
│   │   │   │   │   ├── NumericalDiff
│   │   │   │   │   ├── OpenGLSupport
│   │   │   │   │   ├── Polynomials
│   │   │   │   │   ├── Skyline
│   │   │   │   │   ├── SparseExtra
│   │   │   │   │   ├── SpecialFunctions
│   │   │   │   │   ├── Splines
│   │   │   │   │   └── src
│   │   │   │   │   ├── AutoDiff
│   │   │   │   │   │   ├── AutoDiffJacobian.h
│   │   │   │   │   │   ├── AutoDiffScalar.h
│   │   │   │   │   │   └── AutoDiffVector.h
│   │   │   │   │   ├── BVH
│   │   │   │   │   │   ├── BVAlgorithms.h
│   │   │   │   │   │   └── KdBVH.h
│   │   │   │   │   ├── Eigenvalues
│   │   │   │   │   │   └── ArpackSelfAdjointEigenSolver.h
│   │   │   │   │   ├── EulerAngles
│   │   │   │   │   │   ├── EulerAngles.h
│   │   │   │   │   │   └── EulerSystem.h
│   │   │   │   │   ├── FFT
│   │   │   │   │   │   ├── ei_fftw_impl.h
│   │   │   │   │   │   └── ei_kissfft_impl.h
│   │   │   │   │   ├── IterativeSolvers
│   │   │   │   │   │   ├── ConstrainedConjGrad.h
│   │   │   │   │   │   ├── DGMRES.h
│   │   │   │   │   │   ├── GMRES.h
│   │   │   │   │   │   ├── IncompleteLU.h
│   │   │   │   │   │   ├── IterationController.h
│   │   │   │   │   │   ├── MINRES.h
│   │   │   │   │   │   └── Scaling.h
│   │   │   │   │   ├── KroneckerProduct
│   │   │   │   │   │   └── KroneckerTensorProduct.h
│   │   │   │   │   ├── LevenbergMarquardt
│   │   │   │   │   │   ├── LevenbergMarquardt.h
│   │   │   │   │   │   ├── LMcovar.h
│   │   │   │   │   │   ├── LMonestep.h
│   │   │   │   │   │   ├── LMpar.h
│   │   │   │   │   │   └── LMqrsolv.h
│   │   │   │   │   ├── MatrixFunctions
│   │   │   │   │   │   ├── MatrixExponential.h
│   │   │   │   │   │   ├── MatrixFunction.h
│   │   │   │   │   │   ├── MatrixLogarithm.h
│   │   │   │   │   │   ├── MatrixPower.h
│   │   │   │   │   │   ├── MatrixSquareRoot.h
│   │   │   │   │   │   └── StemFunction.h
│   │   │   │   │   ├── MoreVectorization
│   │   │   │   │   │   └── MathFunctions.h
│   │   │   │   │   ├── NonLinearOptimization
│   │   │   │   │   │   ├── chkder.h
│   │   │   │   │   │   ├── covar.h
│   │   │   │   │   │   ├── dogleg.h
│   │   │   │   │   │   ├── fdjac1.h
│   │   │   │   │   │   ├── HybridNonLinearSolver.h
│   │   │   │   │   │   ├── LevenbergMarquardt.h
│   │   │   │   │   │   ├── lmpar.h
│   │   │   │   │   │   ├── qrsolv.h
│   │   │   │   │   │   ├── r1mpyq.h
│   │   │   │   │   │   ├── r1updt.h
│   │   │   │   │   │   └── rwupdt.h
│   │   │   │   │   ├── NumericalDiff
│   │   │   │   │   │   └── NumericalDiff.h
│   │   │   │   │   ├── Polynomials
│   │   │   │   │   │   ├── Companion.h
│   │   │   │   │   │   ├── PolynomialSolver.h
│   │   │   │   │   │   └── PolynomialUtils.h
│   │   │   │   │   ├── Skyline
│   │   │   │   │   │   ├── SkylineInplaceLU.h
│   │   │   │   │   │   ├── SkylineMatrixBase.h
│   │   │   │   │   │   ├── SkylineMatrix.h
│   │   │   │   │   │   ├── SkylineProduct.h
│   │   │   │   │   │   ├── SkylineStorage.h
│   │   │   │   │   │   └── SkylineUtil.h
│   │   │   │   │   ├── SparseExtra
│   │   │   │   │   │   ├── BlockOfDynamicSparseMatrix.h
│   │   │   │   │   │   ├── BlockSparseMatrix.h
│   │   │   │   │   │   ├── DynamicSparseMatrix.h
│   │   │   │   │   │   ├── MarketIO.h
│   │   │   │   │   │   ├── MatrixMarketIterator.h
│   │   │   │   │   │   └── RandomSetter.h
│   │   │   │   │   ├── SpecialFunctions
│   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   └── CUDA
│   │   │   │   │   │   │   └── CudaSpecialFunctions.h
│   │   │   │   │   │   ├── SpecialFunctionsArrayAPI.h
│   │   │   │   │   │   ├── SpecialFunctionsFunctors.h
│   │   │   │   │   │   ├── SpecialFunctionsHalf.h
│   │   │   │   │   │   ├── SpecialFunctionsImpl.h
│   │   │   │   │   │   └── SpecialFunctionsPacketMath.h
│   │   │   │   │   └── Splines
│   │   │   │   │   ├── SplineFitting.h
│   │   │   │   │   ├── SplineFwd.h
│   │   │   │   │   └── Spline.h
│   │   │   │   └── nsync
│   │   │   │   └── public
│   │   │   │   ├── nsync_atomic.h
│   │   │   │   ├── nsync_counter.h
│   │   │   │   ├── nsync_cpp.h
│   │   │   │   ├── nsync_cv.h
│   │   │   │   ├── nsync_debug.h
│   │   │   │   ├── nsync.h
│   │   │   │   ├── nsync_mu.h
│   │   │   │   ├── nsync_mu_wait.h
│   │   │   │   ├── nsync_note.h
│   │   │   │   ├── nsync_once.h
│   │   │   │   ├── nsync_time.h
│   │   │   │   ├── nsync_time_internal.h
│   │   │   │   └── nsync_waiter.h
│   │   │   └── protobuf
│   │   │   └── src
│   │   │   └── protobuf
│   │   │   └── src
│   │   │   └── google
│   │   │   └── protobuf
│   │   │   ├── any.cc
│   │   │   ├── any.h
│   │   │   ├── any.pb.cc
│   │   │   ├── any.pb.h
│   │   │   ├── any.proto
│   │   │   ├── any_test.cc
│   │   │   ├── any_test.proto
│   │   │   ├── api.pb.cc
│   │   │   ├── api.pb.h
│   │   │   ├── api.proto
│   │   │   ├── arena.cc
│   │   │   ├── arena.h
│   │   │   ├── arena_impl.h
│   │   │   ├── arenastring.cc
│   │   │   ├── arenastring.h
│   │   │   ├── arenastring_unittest.cc
│   │   │   ├── arena_test_util.cc
│   │   │   ├── arena_test_util.h
│   │   │   ├── arena_unittest.cc
│   │   │   ├── compiler
│   │   │   │   ├── code_generator.cc
│   │   │   │   ├── code_generator.h
│   │   │   │   ├── command_line_interface.cc
│   │   │   │   ├── command_line_interface.h
│   │   │   │   ├── command_line_interface_unittest.cc
│   │   │   │   ├── cpp
│   │   │   │   │   ├── cpp_bootstrap_unittest.cc
│   │   │   │   │   ├── cpp_enum.cc
│   │   │   │   │   ├── cpp_enum_field.cc
│   │   │   │   │   ├── cpp_enum_field.h
│   │   │   │   │   ├── cpp_enum.h
│   │   │   │   │   ├── cpp_extension.cc
│   │   │   │   │   ├── cpp_extension.h
│   │   │   │   │   ├── cpp_field.cc
│   │   │   │   │   ├── cpp_field.h
│   │   │   │   │   ├── cpp_file.cc
│   │   │   │   │   ├── cpp_file.h
│   │   │   │   │   ├── cpp_generator.cc
│   │   │   │   │   ├── cpp_generator.h
│   │   │   │   │   ├── cpp_helpers.cc
│   │   │   │   │   ├── cpp_helpers.h
│   │   │   │   │   ├── cpp_map_field.cc
│   │   │   │   │   ├── cpp_map_field.h
│   │   │   │   │   ├── cpp_message.cc
│   │   │   │   │   ├── cpp_message_field.cc
│   │   │   │   │   ├── cpp_message_field.h
│   │   │   │   │   ├── cpp_message.h
│   │   │   │   │   ├── cpp_move_unittest.cc
│   │   │   │   │   ├── cpp_options.h
│   │   │   │   │   ├── cpp_plugin_unittest.cc
│   │   │   │   │   ├── cpp_primitive_field.cc
│   │   │   │   │   ├── cpp_primitive_field.h
│   │   │   │   │   ├── cpp_service.cc
│   │   │   │   │   ├── cpp_service.h
│   │   │   │   │   ├── cpp_string_field.cc
│   │   │   │   │   ├── cpp_string_field.h
│   │   │   │   │   ├── cpp_test_bad_identifiers.proto
│   │   │   │   │   ├── cpp_test_large_enum_value.proto
│   │   │   │   │   ├── cpp_unittest.cc
│   │   │   │   │   ├── cpp_unittest.h
│   │   │   │   │   └── metadata_test.cc
│   │   │   │   ├── csharp
│   │   │   │   │   ├── csharp_bootstrap_unittest.cc
│   │   │   │   │   ├── csharp_doc_comment.cc
│   │   │   │   │   ├── csharp_doc_comment.h
│   │   │   │   │   ├── csharp_enum.cc
│   │   │   │   │   ├── csharp_enum_field.cc
│   │   │   │   │   ├── csharp_enum_field.h
│   │   │   │   │   ├── csharp_enum.h
│   │   │   │   │   ├── csharp_field_base.cc
│   │   │   │   │   ├── csharp_field_base.h
│   │   │   │   │   ├── csharp_generator.cc
│   │   │   │   │   ├── csharp_generator.h
│   │   │   │   │   ├── csharp_generator_unittest.cc
│   │   │   │   │   ├── csharp_helpers.cc
│   │   │   │   │   ├── csharp_helpers.h
│   │   │   │   │   ├── csharp_map_field.cc
│   │   │   │   │   ├── csharp_map_field.h
│   │   │   │   │   ├── csharp_message.cc
│   │   │   │   │   ├── csharp_message_field.cc
│   │   │   │   │   ├── csharp_message_field.h
│   │   │   │   │   ├── csharp_message.h
│   │   │   │   │   ├── csharp_names.h
│   │   │   │   │   ├── csharp_options.h
│   │   │   │   │   ├── csharp_primitive_field.cc
│   │   │   │   │   ├── csharp_primitive_field.h
│   │   │   │   │   ├── csharp_reflection_class.cc
│   │   │   │   │   ├── csharp_reflection_class.h
│   │   │   │   │   ├── csharp_repeated_enum_field.cc
│   │   │   │   │   ├── csharp_repeated_enum_field.h
│   │   │   │   │   ├── csharp_repeated_message_field.cc
│   │   │   │   │   ├── csharp_repeated_message_field.h
│   │   │   │   │   ├── csharp_repeated_primitive_field.cc
│   │   │   │   │   ├── csharp_repeated_primitive_field.h
│   │   │   │   │   ├── csharp_source_generator_base.cc
│   │   │   │   │   ├── csharp_source_generator_base.h
│   │   │   │   │   ├── csharp_wrapper_field.cc
│   │   │   │   │   └── csharp_wrapper_field.h
│   │   │   │   ├── importer.cc
│   │   │   │   ├── importer.h
│   │   │   │   ├── importer_unittest.cc
│   │   │   │   ├── java
│   │   │   │   │   ├── java_context.cc
│   │   │   │   │   ├── java_context.h
│   │   │   │   │   ├── java_doc_comment.cc
│   │   │   │   │   ├── java_doc_comment.h
│   │   │   │   │   ├── java_doc_comment_unittest.cc
│   │   │   │   │   ├── java_enum.cc
│   │   │   │   │   ├── java_enum_field.cc
│   │   │   │   │   ├── java_enum_field.h
│   │   │   │   │   ├── java_enum_field_lite.cc
│   │   │   │   │   ├── java_enum_field_lite.h
│   │   │   │   │   ├── java_enum.h
│   │   │   │   │   ├── java_enum_lite.cc
│   │   │   │   │   ├── java_enum_lite.h
│   │   │   │   │   ├── java_extension.cc
│   │   │   │   │   ├── java_extension.h
│   │   │   │   │   ├── java_extension_lite.cc
│   │   │   │   │   ├── java_extension_lite.h
│   │   │   │   │   ├── java_field.cc
│   │   │   │   │   ├── java_field.h
│   │   │   │   │   ├── java_file.cc
│   │   │   │   │   ├── java_file.h
│   │   │   │   │   ├── java_generator.cc
│   │   │   │   │   ├── java_generator_factory.cc
│   │   │   │   │   ├── java_generator_factory.h
│   │   │   │   │   ├── java_generator.h
│   │   │   │   │   ├── java_helpers.cc
│   │   │   │   │   ├── java_helpers.h
│   │   │   │   │   ├── java_lazy_message_field.cc
│   │   │   │   │   ├── java_lazy_message_field.h
│   │   │   │   │   ├── java_lazy_message_field_lite.cc
│   │   │   │   │   ├── java_lazy_message_field_lite.h
│   │   │   │   │   ├── java_map_field.cc
│   │   │   │   │   ├── java_map_field.h
│   │   │   │   │   ├── java_map_field_lite.cc
│   │   │   │   │   ├── java_map_field_lite.h
│   │   │   │   │   ├── java_message_builder.cc
│   │   │   │   │   ├── java_message_builder.h
│   │   │   │   │   ├── java_message_builder_lite.cc
│   │   │   │   │   ├── java_message_builder_lite.h
│   │   │   │   │   ├── java_message.cc
│   │   │   │   │   ├── java_message_field.cc
│   │   │   │   │   ├── java_message_field.h
│   │   │   │   │   ├── java_message_field_lite.cc
│   │   │   │   │   ├── java_message_field_lite.h
│   │   │   │   │   ├── java_message.h
│   │   │   │   │   ├── java_message_lite.cc
│   │   │   │   │   ├── java_message_lite.h
│   │   │   │   │   ├── java_name_resolver.cc
│   │   │   │   │   ├── java_name_resolver.h
│   │   │   │   │   ├── java_names.h
│   │   │   │   │   ├── java_options.h
│   │   │   │   │   ├── java_plugin_unittest.cc
│   │   │   │   │   ├── java_primitive_field.cc
│   │   │   │   │   ├── java_primitive_field.h
│   │   │   │   │   ├── java_primitive_field_lite.cc
│   │   │   │   │   ├── java_primitive_field_lite.h
│   │   │   │   │   ├── java_service.cc
│   │   │   │   │   ├── java_service.h
│   │   │   │   │   ├── java_shared_code_generator.cc
│   │   │   │   │   ├── java_shared_code_generator.h
│   │   │   │   │   ├── java_string_field.cc
│   │   │   │   │   ├── java_string_field.h
│   │   │   │   │   ├── java_string_field_lite.cc
│   │   │   │   │   └── java_string_field_lite.h
│   │   │   │   ├── javanano
│   │   │   │   │   ├── javanano_enum.cc
│   │   │   │   │   ├── javanano_enum_field.cc
│   │   │   │   │   ├── javanano_enum_field.h
│   │   │   │   │   ├── javanano_enum.h
│   │   │   │   │   ├── javanano_extension.cc
│   │   │   │   │   ├── javanano_extension.h
│   │   │   │   │   ├── javanano_field.cc
│   │   │   │   │   ├── javanano_field.h
│   │   │   │   │   ├── javanano_file.cc
│   │   │   │   │   ├── javanano_file.h
│   │   │   │   │   ├── javanano_generator.cc
│   │   │   │   │   ├── javanano_generator.h
│   │   │   │   │   ├── javanano_helpers.cc
│   │   │   │   │   ├── javanano_helpers.h
│   │   │   │   │   ├── javanano_map_field.cc
│   │   │   │   │   ├── javanano_map_field.h
│   │   │   │   │   ├── javanano_message.cc
│   │   │   │   │   ├── javanano_message_field.cc
│   │   │   │   │   ├── javanano_message_field.h
│   │   │   │   │   ├── javanano_message.h
│   │   │   │   │   ├── javanano_params.h
│   │   │   │   │   ├── javanano_primitive_field.cc
│   │   │   │   │   └── javanano_primitive_field.h
│   │   │   │   ├── js
│   │   │   │   │   ├── embed.cc
│   │   │   │   │   ├── js_generator.cc
│   │   │   │   │   ├── js_generator.h
│   │   │   │   │   ├── well_known_types
│   │   │   │   │   │   ├── any.js
│   │   │   │   │   │   ├── struct.js
│   │   │   │   │   │   └── timestamp.js
│   │   │   │   │   ├── well_known_types_embed.cc
│   │   │   │   │   └── well_known_types_embed.h
│   │   │   │   ├── main.cc
│   │   │   │   ├── mock_code_generator.cc
│   │   │   │   ├── mock_code_generator.h
│   │   │   │   ├── objectivec
│   │   │   │   │   ├── objectivec_enum.cc
│   │   │   │   │   ├── objectivec_enum_field.cc
│   │   │   │   │   ├── objectivec_enum_field.h
│   │   │   │   │   ├── objectivec_enum.h
│   │   │   │   │   ├── objectivec_extension.cc
│   │   │   │   │   ├── objectivec_extension.h
│   │   │   │   │   ├── objectivec_field.cc
│   │   │   │   │   ├── objectivec_field.h
│   │   │   │   │   ├── objectivec_file.cc
│   │   │   │   │   ├── objectivec_file.h
│   │   │   │   │   ├── objectivec_generator.cc
│   │   │   │   │   ├── objectivec_generator.h
│   │   │   │   │   ├── objectivec_helpers.cc
│   │   │   │   │   ├── objectivec_helpers.h
│   │   │   │   │   ├── objectivec_helpers_unittest.cc
│   │   │   │   │   ├── objectivec_map_field.cc
│   │   │   │   │   ├── objectivec_map_field.h
│   │   │   │   │   ├── objectivec_message.cc
│   │   │   │   │   ├── objectivec_message_field.cc
│   │   │   │   │   ├── objectivec_message_field.h
│   │   │   │   │   ├── objectivec_message.h
│   │   │   │   │   ├── objectivec_oneof.cc
│   │   │   │   │   ├── objectivec_oneof.h
│   │   │   │   │   ├── objectivec_primitive_field.cc
│   │   │   │   │   └── objectivec_primitive_field.h
│   │   │   │   ├── package_info.h
│   │   │   │   ├── parser.cc
│   │   │   │   ├── parser.h
│   │   │   │   ├── parser_unittest.cc
│   │   │   │   ├── php
│   │   │   │   │   ├── php_generator.cc
│   │   │   │   │   └── php_generator.h
│   │   │   │   ├── plugin.cc
│   │   │   │   ├── plugin.h
│   │   │   │   ├── plugin.pb.cc
│   │   │   │   ├── plugin.pb.h
│   │   │   │   ├── plugin.proto
│   │   │   │   ├── python
│   │   │   │   │   ├── python_generator.cc
│   │   │   │   │   ├── python_generator.h
│   │   │   │   │   └── python_plugin_unittest.cc
│   │   │   │   ├── ruby
│   │   │   │   │   ├── ruby_generated_code_pb.rb
│   │   │   │   │   ├── ruby_generated_code.proto
│   │   │   │   │   ├── ruby_generator.cc
│   │   │   │   │   ├── ruby_generator.h
│   │   │   │   │   └── ruby_generator_unittest.cc
│   │   │   │   ├── subprocess.cc
│   │   │   │   ├── subprocess.h
│   │   │   │   ├── test_plugin.cc
│   │   │   │   ├── zip_output_unittest.sh
│   │   │   │   ├── zip_writer.cc
│   │   │   │   └── zip_writer.h
│   │   │   ├── descriptor.cc
│   │   │   ├── descriptor_database.cc
│   │   │   ├── descriptor_database.h
│   │   │   ├── descriptor_database_unittest.cc
│   │   │   ├── descriptor.h
│   │   │   ├── descriptor.pb.cc
│   │   │   ├── descriptor.pb.h
│   │   │   ├── descriptor.proto
│   │   │   ├── descriptor_unittest.cc
│   │   │   ├── drop_unknown_fields_test.cc
│   │   │   ├── duration.pb.cc
│   │   │   ├── duration.pb.h
│   │   │   ├── duration.proto
│   │   │   ├── dynamic_message.cc
│   │   │   ├── dynamic_message.h
│   │   │   ├── dynamic_message_unittest.cc
│   │   │   ├── empty.pb.cc
│   │   │   ├── empty.pb.h
│   │   │   ├── empty.proto
│   │   │   ├── extension_set.cc
│   │   │   ├── extension_set.h
│   │   │   ├── extension_set_heavy.cc
│   │   │   ├── extension_set_unittest.cc
│   │   │   ├── field_mask.pb.cc
│   │   │   ├── field_mask.pb.h
│   │   │   ├── field_mask.proto
│   │   │   ├── generated_enum_reflection.h
│   │   │   ├── generated_enum_util.h
│   │   │   ├── generated_message_reflection.cc
│   │   │   ├── generated_message_reflection.h
│   │   │   ├── generated_message_reflection_unittest.cc
│   │   │   ├── generated_message_table_driven.cc
│   │   │   ├── generated_message_table_driven.h
│   │   │   ├── generated_message_table_driven_lite.cc
│   │   │   ├── generated_message_table_driven_lite.h
│   │   │   ├── generated_message_util.cc
│   │   │   ├── generated_message_util.h
│   │   │   ├── has_bits.h
│   │   │   ├── io
│   │   │   │   ├── coded_stream.cc
│   │   │   │   ├── coded_stream.h
│   │   │   │   ├── coded_stream_inl.h
│   │   │   │   ├── coded_stream_unittest.cc
│   │   │   │   ├── gzip_stream.cc
│   │   │   │   ├── gzip_stream.h
│   │   │   │   ├── gzip_stream_unittest.sh
│   │   │   │   ├── package_info.h
│   │   │   │   ├── printer.cc
│   │   │   │   ├── printer.h
│   │   │   │   ├── printer_unittest.cc
│   │   │   │   ├── strtod.cc
│   │   │   │   ├── strtod.h
│   │   │   │   ├── tokenizer.cc
│   │   │   │   ├── tokenizer.h
│   │   │   │   ├── tokenizer_unittest.cc
│   │   │   │   ├── zero_copy_stream.cc
│   │   │   │   ├── zero_copy_stream.h
│   │   │   │   ├── zero_copy_stream_impl.cc
│   │   │   │   ├── zero_copy_stream_impl.h
│   │   │   │   ├── zero_copy_stream_impl_lite.cc
│   │   │   │   ├── zero_copy_stream_impl_lite.h
│   │   │   │   └── zero_copy_stream_unittest.cc
│   │   │   ├── lite_arena_unittest.cc
│   │   │   ├── lite_unittest.cc
│   │   │   ├── map_entry.h
│   │   │   ├── map_entry_lite.h
│   │   │   ├── map_field.cc
│   │   │   ├── map_field.h
│   │   │   ├── map_field_inl.h
│   │   │   ├── map_field_lite.h
│   │   │   ├── map_field_test.cc
│   │   │   ├── map.h
│   │   │   ├── map_lite_test_util.cc
│   │   │   ├── map_lite_test_util.h
│   │   │   ├── map_lite_unittest.proto
│   │   │   ├── map_proto2_unittest.proto
│   │   │   ├── map_test.cc
│   │   │   ├── map_test_util.cc
│   │   │   ├── map_test_util.h
│   │   │   ├── map_test_util_impl.h
│   │   │   ├── map_type_handler.h
│   │   │   ├── map_unittest.proto
│   │   │   ├── map_unittest_proto3.proto
│   │   │   ├── message.cc
│   │   │   ├── message.h
│   │   │   ├── message_lite.cc
│   │   │   ├── message_lite.h
│   │   │   ├── message_unittest.cc
│   │   │   ├── metadata.h
│   │   │   ├── metadata_lite.h
│   │   │   ├── no_field_presence_test.cc
│   │   │   ├── package_info.h
│   │   │   ├── preserve_unknown_enum_test.cc
│   │   │   ├── proto3_arena_lite_unittest.cc
│   │   │   ├── proto3_arena_unittest.cc
│   │   │   ├── proto3_lite_unittest.cc
│   │   │   ├── reflection.h
│   │   │   ├── reflection_internal.h
│   │   │   ├── reflection_ops.cc
│   │   │   ├── reflection_ops.h
│   │   │   ├── reflection_ops_unittest.cc
│   │   │   ├── repeated_field.cc
│   │   │   ├── repeated_field.h
│   │   │   ├── repeated_field_reflection_unittest.cc
│   │   │   ├── repeated_field_unittest.cc
│   │   │   ├── service.cc
│   │   │   ├── service.h
│   │   │   ├── source_context.pb.cc
│   │   │   ├── source_context.pb.h
│   │   │   ├── source_context.proto
│   │   │   ├── struct.pb.cc
│   │   │   ├── struct.pb.h
│   │   │   ├── struct.proto
│   │   │   ├── 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.cc
│   │   │   │   ├── atomicops_internals_x86_gcc.h
│   │   │   │   ├── atomicops_internals_x86_msvc.cc
│   │   │   │   ├── atomicops_internals_x86_msvc.h
│   │   │   │   ├── atomic_sequence_num.h
│   │   │   │   ├── bytestream.cc
│   │   │   │   ├── bytestream.h
│   │   │   │   ├── bytestream_unittest.cc
│   │   │   │   ├── callback.h
│   │   │   │   ├── casts.h
│   │   │   │   ├── common.cc
│   │   │   │   ├── common.h
│   │   │   │   ├── common_unittest.cc
│   │   │   │   ├── fastmem.h
│   │   │   │   ├── hash.h
│   │   │   │   ├── int128.cc
│   │   │   │   ├── int128.h
│   │   │   │   ├── int128_unittest.cc
│   │   │   │   ├── io_win32.cc
│   │   │   │   ├── io_win32.h
│   │   │   │   ├── io_win32_unittest.cc
│   │   │   │   ├── logging.h
│   │   │   │   ├── macros.h
│   │   │   │   ├── map_util.h
│   │   │   │   ├── mathlimits.cc
│   │   │   │   ├── mathlimits.h
│   │   │   │   ├── mathutil.h
│   │   │   │   ├── mutex.h
│   │   │   │   ├── once.cc
│   │   │   │   ├── once.h
│   │   │   │   ├── once_unittest.cc
│   │   │   │   ├── platform_macros.h
│   │   │   │   ├── port.h
│   │   │   │   ├── scoped_ptr.h
│   │   │   │   ├── shared_ptr.h
│   │   │   │   ├── singleton.h
│   │   │   │   ├── status.cc
│   │   │   │   ├── status.h
│   │   │   │   ├── status_macros.h
│   │   │   │   ├── statusor.cc
│   │   │   │   ├── statusor.h
│   │   │   │   ├── statusor_test.cc
│   │   │   │   ├── status_test.cc
│   │   │   │   ├── stl_util.h
│   │   │   │   ├── stringpiece.cc
│   │   │   │   ├── stringpiece.h
│   │   │   │   ├── stringpiece_unittest.cc
│   │   │   │   ├── stringprintf.cc
│   │   │   │   ├── stringprintf.h
│   │   │   │   ├── stringprintf_unittest.cc
│   │   │   │   ├── structurally_valid.cc
│   │   │   │   ├── structurally_valid_unittest.cc
│   │   │   │   ├── strutil.cc
│   │   │   │   ├── strutil.h
│   │   │   │   ├── strutil_unittest.cc
│   │   │   │   ├── substitute.cc
│   │   │   │   ├── substitute.h
│   │   │   │   ├── template_util.h
│   │   │   │   ├── template_util_unittest.cc
│   │   │   │   ├── time.cc
│   │   │   │   ├── time.h
│   │   │   │   ├── time_test.cc
│   │   │   │   ├── type_traits.h
│   │   │   │   └── type_traits_unittest.cc
│   │   │   ├── testdata
│   │   │   │   ├── bad_utf8_string
│   │   │   │   ├── golden_message
│   │   │   │   ├── golden_message_maps
│   │   │   │   ├── golden_message_oneof_implemented
│   │   │   │   ├── golden_message_proto3
│   │   │   │   ├── golden_packed_fields_message
│   │   │   │   ├── map_test_data.txt
│   │   │   │   ├── text_format_unittest_data_oneof_implemented.txt
│   │   │   │   ├── text_format_unittest_data_pointy_oneof.txt
│   │   │   │   ├── text_format_unittest_data_pointy.txt
│   │   │   │   ├── text_format_unittest_data.txt
│   │   │   │   ├── text_format_unittest_extensions_data_pointy.txt
│   │   │   │   └── text_format_unittest_extensions_data.txt
│   │   │   ├── testing
│   │   │   │   ├── file.cc
│   │   │   │   ├── file.h
│   │   │   │   ├── googletest.cc
│   │   │   │   ├── googletest.h
│   │   │   │   ├── zcgunzip.cc
│   │   │   │   └── zcgzip.cc
│   │   │   ├── test_messages_proto2.proto
│   │   │   ├── test_messages_proto3.proto
│   │   │   ├── test_util.cc
│   │   │   ├── test_util.h
│   │   │   ├── test_util_lite.cc
│   │   │   ├── test_util_lite.h
│   │   │   ├── text_format.cc
│   │   │   ├── text_format.h
│   │   │   ├── text_format_unittest.cc
│   │   │   ├── timestamp.pb.cc
│   │   │   ├── timestamp.pb.h
│   │   │   ├── timestamp.proto
│   │   │   ├── type.pb.cc
│   │   │   ├── type.pb.h
│   │   │   ├── type.proto
│   │   │   ├── unittest_arena.proto
│   │   │   ├── unittest_custom_options.proto
│   │   │   ├── unittest_drop_unknown_fields.proto
│   │   │   ├── unittest_embed_optimize_for.proto
│   │   │   ├── unittest_empty.proto
│   │   │   ├── unittest_enormous_descriptor.proto
│   │   │   ├── unittest_import_lite.proto
│   │   │   ├── unittest_import.proto
│   │   │   ├── unittest_import_proto3.proto
│   │   │   ├── unittest_import_public_lite.proto
│   │   │   ├── unittest_import_public.proto
│   │   │   ├── unittest_import_public_proto3.proto
│   │   │   ├── unittest_lazy_dependencies_custom_option.proto
│   │   │   ├── unittest_lazy_dependencies_enum.proto
│   │   │   ├── unittest_lazy_dependencies.proto
│   │   │   ├── unittest_lite_imports_nonlite.proto
│   │   │   ├── unittest_lite.proto
│   │   │   ├── unittest_mset.proto
│   │   │   ├── unittest_mset_wire_format.proto
│   │   │   ├── unittest_no_arena_import.proto
│   │   │   ├── unittest_no_arena_lite.proto
│   │   │   ├── unittest_no_arena.proto
│   │   │   ├── unittest_no_field_presence.proto
│   │   │   ├── unittest_no_generic_services.proto
│   │   │   ├── unittest_optimize_for.proto
│   │   │   ├── unittest_preserve_unknown_enum2.proto
│   │   │   ├── unittest_preserve_unknown_enum.proto
│   │   │   ├── unittest.proto
│   │   │   ├── unittest_proto3_arena_lite.proto
│   │   │   ├── unittest_proto3_arena.proto
│   │   │   ├── unittest_proto3_lite.proto
│   │   │   ├── unittest_proto3.proto
│   │   │   ├── unittest_well_known_types.proto
│   │   │   ├── unknown_field_set.cc
│   │   │   ├── unknown_field_set.h
│   │   │   ├── unknown_field_set_unittest.cc
│   │   │   ├── util
│   │   │   │   ├── delimited_message_util.cc
│   │   │   │   ├── delimited_message_util.h
│   │   │   │   ├── delimited_message_util_test.cc
│   │   │   │   ├── field_comparator.cc
│   │   │   │   ├── field_comparator.h
│   │   │   │   ├── field_comparator_test.cc
│   │   │   │   ├── field_mask_util.cc
│   │   │   │   ├── field_mask_util.h
│   │   │   │   ├── field_mask_util_test.cc
│   │   │   │   ├── internal
│   │   │   │   │   ├── constants.h
│   │   │   │   │   ├── datapiece.cc
│   │   │   │   │   ├── datapiece.h
│   │   │   │   │   ├── default_value_objectwriter.cc
│   │   │   │   │   ├── default_value_objectwriter.h
│   │   │   │   │   ├── default_value_objectwriter_test.cc
│   │   │   │   │   ├── error_listener.cc
│   │   │   │   │   ├── error_listener.h
│   │   │   │   │   ├── expecting_objectwriter.h
│   │   │   │   │   ├── field_mask_utility.cc
│   │   │   │   │   ├── field_mask_utility.h
│   │   │   │   │   ├── json_escaping.cc
│   │   │   │   │   ├── json_escaping.h
│   │   │   │   │   ├── json_objectwriter.cc
│   │   │   │   │   ├── json_objectwriter.h
│   │   │   │   │   ├── json_objectwriter_test.cc
│   │   │   │   │   ├── json_stream_parser.cc
│   │   │   │   │   ├── json_stream_parser.h
│   │   │   │   │   ├── json_stream_parser_test.cc
│   │   │   │   │   ├── location_tracker.h
│   │   │   │   │   ├── mock_error_listener.h
│   │   │   │   │   ├── object_location_tracker.h
│   │   │   │   │   ├── object_source.h
│   │   │   │   │   ├── object_writer.cc
│   │   │   │   │   ├── object_writer.h
│   │   │   │   │   ├── protostream_objectsource.cc
│   │   │   │   │   ├── protostream_objectsource.h
│   │   │   │   │   ├── protostream_objectsource_test.cc
│   │   │   │   │   ├── protostream_objectwriter.cc
│   │   │   │   │   ├── protostream_objectwriter.h
│   │   │   │   │   ├── protostream_objectwriter_test.cc
│   │   │   │   │   ├── proto_writer.cc
│   │   │   │   │   ├── proto_writer.h
│   │   │   │   │   ├── structured_objectwriter.h
│   │   │   │   │   ├── testdata
│   │   │   │   │   │   ├── anys.proto
│   │   │   │   │   │   ├── books.proto
│   │   │   │   │   │   ├── default_value.proto
│   │   │   │   │   │   ├── default_value_test.proto
│   │   │   │   │   │   ├── field_mask.proto
│   │   │   │   │   │   ├── maps.proto
│   │   │   │   │   │   ├── oneofs.proto
│   │   │   │   │   │   ├── proto3.proto
│   │   │   │   │   │   ├── struct.proto
│   │   │   │   │   │   ├── timestamp_duration.proto
│   │   │   │   │   │   └── wrappers.proto
│   │   │   │   │   ├── type_info.cc
│   │   │   │   │   ├── type_info.h
│   │   │   │   │   ├── type_info_test_helper.cc
│   │   │   │   │   ├── type_info_test_helper.h
│   │   │   │   │   ├── utility.cc
│   │   │   │   │   └── utility.h
│   │   │   │   ├── json_format_proto3.proto
│   │   │   │   ├── json_util.cc
│   │   │   │   ├── json_util.h
│   │   │   │   ├── json_util_test.cc
│   │   │   │   ├── message_differencer.cc
│   │   │   │   ├── message_differencer.h
│   │   │   │   ├── message_differencer_unittest.cc
│   │   │   │   ├── message_differencer_unittest.proto
│   │   │   │   ├── package_info.h
│   │   │   │   ├── time_util.cc
│   │   │   │   ├── time_util.h
│   │   │   │   ├── time_util_test.cc
│   │   │   │   ├── type_resolver.h
│   │   │   │   ├── type_resolver_util.cc
│   │   │   │   ├── type_resolver_util.h
│   │   │   │   └── type_resolver_util_test.cc
│   │   │   ├── well_known_types_unittest.cc
│   │   │   ├── wire_format.cc
│   │   │   ├── wire_format.h
│   │   │   ├── wire_format_lite.cc
│   │   │   ├── wire_format_lite.h
│   │   │   ├── wire_format_lite_inl.h
│   │   │   ├── wire_format_unittest.cc
│   │   │   ├── wrappers.pb.cc
│   │   │   ├── wrappers.pb.h
│   │   │   └── wrappers.proto
│   │   └── tpu
│   │   └── proto
│   │   ├── topology.pb.cc
│   │   ├── topology.pb.h
│   │   ├── tpu_embedding_config.pb.cc
│   │   └── tpu_embedding_config.pb.h
│   └── core
│   ├── api_def
│   │   ├── api_test.cc
│   │   ├── base_api
│   │   │   ├── api_def_Abort.pbtxt
│   │   │   ├── api_def_Abs.pbtxt
│   │   │   ├── api_def_AccumulateNV2.pbtxt
│   │   │   ├── api_def_AccumulatorApplyGradient.pbtxt
│   │   │   ├── api_def_AccumulatorNumAccumulated.pbtxt
│   │   │   ├── api_def_AccumulatorSetGlobalStep.pbtxt
│   │   │   ├── api_def_AccumulatorTakeGradient.pbtxt
│   │   │   ├── api_def_Acosh.pbtxt
│   │   │   ├── api_def_Acos.pbtxt
│   │   │   ├── api_def_AddManySparseToTensorsMap.pbtxt
│   │   │   ├── api_def_AddN.pbtxt
│   │   │   ├── api_def_Add.pbtxt
│   │   │   ├── api_def_AddSparseToTensorsMap.pbtxt
│   │   │   ├── api_def_AddV2.pbtxt
│   │   │   ├── api_def_AdjustContrast.pbtxt
│   │   │   ├── api_def_AdjustContrastv2.pbtxt
│   │   │   ├── api_def_AdjustHue.pbtxt
│   │   │   ├── api_def_AdjustSaturation.pbtxt
│   │   │   ├── api_def_AllCandidateSampler.pbtxt
│   │   │   ├── api_def_All.pbtxt
│   │   │   ├── api_def_Angle.pbtxt
│   │   │   ├── api_def_Any.pbtxt
│   │   │   ├── api_def_ApplyAdadelta.pbtxt
│   │   │   ├── api_def_ApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ApplyAdagrad.pbtxt
│   │   │   ├── api_def_ApplyAdam.pbtxt
│   │   │   ├── api_def_ApplyAddSign.pbtxt
│   │   │   ├── api_def_ApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ApplyFtrl.pbtxt
│   │   │   ├── api_def_ApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ApplyGradientDescent.pbtxt
│   │   │   ├── api_def_ApplyMomentum.pbtxt
│   │   │   ├── api_def_ApplyPowerSign.pbtxt
│   │   │   ├── api_def_ApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ApplyRMSProp.pbtxt
│   │   │   ├── api_def_ApproximateEqual.pbtxt
│   │   │   ├── api_def_ArgMax.pbtxt
│   │   │   ├── api_def_ArgMin.pbtxt
│   │   │   ├── api_def_Asinh.pbtxt
│   │   │   ├── api_def_Asin.pbtxt
│   │   │   ├── api_def_Assert.pbtxt
│   │   │   ├── api_def_AssignAdd.pbtxt
│   │   │   ├── api_def_AssignAddVariableOp.pbtxt
│   │   │   ├── api_def_Assign.pbtxt
│   │   │   ├── api_def_AssignSub.pbtxt
│   │   │   ├── api_def_AssignSubVariableOp.pbtxt
│   │   │   ├── api_def_AssignVariableOp.pbtxt
│   │   │   ├── api_def_AsString.pbtxt
│   │   │   ├── api_def_Atan2.pbtxt
│   │   │   ├── api_def_Atanh.pbtxt
│   │   │   ├── api_def_Atan.pbtxt
│   │   │   ├── api_def_AudioSpectrogram.pbtxt
│   │   │   ├── api_def_AudioSummary.pbtxt
│   │   │   ├── api_def_AudioSummaryV2.pbtxt
│   │   │   ├── api_def_AvgPool3DGrad.pbtxt
│   │   │   ├── api_def_AvgPool3D.pbtxt
│   │   │   ├── api_def_AvgPoolGrad.pbtxt
│   │   │   ├── api_def_AvgPool.pbtxt
│   │   │   ├── api_def_BarrierClose.pbtxt
│   │   │   ├── api_def_BarrierIncompleteSize.pbtxt
│   │   │   ├── api_def_BarrierInsertMany.pbtxt
│   │   │   ├── api_def_Barrier.pbtxt
│   │   │   ├── api_def_BarrierReadySize.pbtxt
│   │   │   ├── api_def_BarrierTakeMany.pbtxt
│   │   │   ├── api_def_BatchCholeskyGrad.pbtxt
│   │   │   ├── api_def_BatchCholesky.pbtxt
│   │   │   ├── api_def_BatchDataset.pbtxt
│   │   │   ├── api_def_BatchFFT2D.pbtxt
│   │   │   ├── api_def_BatchFFT3D.pbtxt
│   │   │   ├── api_def_BatchFFT.pbtxt
│   │   │   ├── api_def_BatchIFFT2D.pbtxt
│   │   │   ├── api_def_BatchIFFT3D.pbtxt
│   │   │   ├── api_def_BatchIFFT.pbtxt
│   │   │   ├── api_def_BatchMatMul.pbtxt
│   │   │   ├── api_def_BatchMatrixBandPart.pbtxt
│   │   │   ├── api_def_BatchMatrixDeterminant.pbtxt
│   │   │   ├── api_def_BatchMatrixDiagPart.pbtxt
│   │   │   ├── api_def_BatchMatrixDiag.pbtxt
│   │   │   ├── api_def_BatchMatrixInverse.pbtxt
│   │   │   ├── api_def_BatchMatrixSetDiag.pbtxt
│   │   │   ├── api_def_BatchMatrixSolveLs.pbtxt
│   │   │   ├── api_def_BatchMatrixSolve.pbtxt
│   │   │   ├── api_def_BatchMatrixTriangularSolve.pbtxt
│   │   │   ├── api_def_BatchNormWithGlobalNormalizationGrad.pbtxt
│   │   │   ├── api_def_BatchNormWithGlobalNormalization.pbtxt
│   │   │   ├── api_def_Batch.pbtxt
│   │   │   ├── api_def_BatchSelfAdjointEig.pbtxt
│   │   │   ├── api_def_BatchSelfAdjointEigV2.pbtxt
│   │   │   ├── api_def_BatchSvd.pbtxt
│   │   │   ├── api_def_BatchToSpaceND.pbtxt
│   │   │   ├── api_def_BatchToSpace.pbtxt
│   │   │   ├── api_def_Betainc.pbtxt
│   │   │   ├── api_def_BiasAddGrad.pbtxt
│   │   │   ├── api_def_BiasAdd.pbtxt
│   │   │   ├── api_def_BiasAddV1.pbtxt
│   │   │   ├── api_def_Bincount.pbtxt
│   │   │   ├── api_def_Bitcast.pbtxt
│   │   │   ├── api_def_BitwiseAnd.pbtxt
│   │   │   ├── api_def_BitwiseOr.pbtxt
│   │   │   ├── api_def_BitwiseXor.pbtxt
│   │   │   ├── api_def_BroadcastArgs.pbtxt
│   │   │   ├── api_def_BroadcastGradientArgs.pbtxt
│   │   │   ├── api_def_Bucketize.pbtxt
│   │   │   ├── api_def_BytesProducedStatsDataset.pbtxt
│   │   │   ├── api_def_CacheDataset.pbtxt
│   │   │   ├── api_def_Cast.pbtxt
│   │   │   ├── api_def_Ceil.pbtxt
│   │   │   ├── api_def_CheckNumerics.pbtxt
│   │   │   ├── api_def_CholeskyGrad.pbtxt
│   │   │   ├── api_def_Cholesky.pbtxt
│   │   │   ├── api_def_CompareAndBitpack.pbtxt
│   │   │   ├── api_def_ComplexAbs.pbtxt
│   │   │   ├── api_def_Complex.pbtxt
│   │   │   ├── api_def_ComputeAccidentalHits.pbtxt
│   │   │   ├── api_def_ConcatenateDataset.pbtxt
│   │   │   ├── api_def_ConcatOffset.pbtxt
│   │   │   ├── api_def_Concat.pbtxt
│   │   │   ├── api_def_ConcatV2.pbtxt
│   │   │   ├── api_def_ConditionalAccumulator.pbtxt
│   │   │   ├── api_def_Conj.pbtxt
│   │   │   ├── api_def_ConjugateTranspose.pbtxt
│   │   │   ├── api_def_Const.pbtxt
│   │   │   ├── api_def_ConsumeMutexLock.pbtxt
│   │   │   ├── api_def_ControlTrigger.pbtxt
│   │   │   ├── api_def_Conv2DBackpropFilter.pbtxt
│   │   │   ├── api_def_Conv2DBackpropInput.pbtxt
│   │   │   ├── api_def_Conv2D.pbtxt
│   │   │   ├── api_def_Conv3DBackpropFilter.pbtxt
│   │   │   ├── api_def_Conv3DBackpropFilterV2.pbtxt
│   │   │   ├── api_def_Conv3DBackpropInput.pbtxt
│   │   │   ├── api_def_Conv3DBackpropInputV2.pbtxt
│   │   │   ├── api_def_Conv3D.pbtxt
│   │   │   ├── api_def_Cosh.pbtxt
│   │   │   ├── api_def_Cos.pbtxt
│   │   │   ├── api_def_CountUpTo.pbtxt
│   │   │   ├── api_def_CropAndResizeGradBoxes.pbtxt
│   │   │   ├── api_def_CropAndResizeGradImage.pbtxt
│   │   │   ├── api_def_CropAndResize.pbtxt
│   │   │   ├── api_def_Cross.pbtxt
│   │   │   ├── api_def_CTCBeamSearchDecoder.pbtxt
│   │   │   ├── api_def_CTCGreedyDecoder.pbtxt
│   │   │   ├── api_def_CTCLoss.pbtxt
│   │   │   ├── api_def_Cumprod.pbtxt
│   │   │   ├── api_def_Cumsum.pbtxt
│   │   │   ├── api_def_DataFormatDimMap.pbtxt
│   │   │   ├── api_def_DataFormatVecPermute.pbtxt
│   │   │   ├── api_def_DatasetToSingleElement.pbtxt
│   │   │   ├── api_def_DebugGradientIdentity.pbtxt
│   │   │   ├── api_def_DebugGradientRefIdentity.pbtxt
│   │   │   ├── api_def_DecodeAndCropJpeg.pbtxt
│   │   │   ├── api_def_DecodeBase64.pbtxt
│   │   │   ├── api_def_DecodeBmp.pbtxt
│   │   │   ├── api_def_DecodeCompressed.pbtxt
│   │   │   ├── api_def_DecodeCSV.pbtxt
│   │   │   ├── api_def_DecodeGif.pbtxt
│   │   │   ├── api_def_DecodeJpeg.pbtxt
│   │   │   ├── api_def_DecodeJSONExample.pbtxt
│   │   │   ├── api_def_DecodePng.pbtxt
│   │   │   ├── api_def_DecodeRaw.pbtxt
│   │   │   ├── api_def_DecodeWav.pbtxt
│   │   │   ├── api_def_DeleteSessionTensor.pbtxt
│   │   │   ├── api_def_DenseToDenseSetOperation.pbtxt
│   │   │   ├── api_def_DenseToSparseBatchDataset.pbtxt
│   │   │   ├── api_def_DenseToSparseSetOperation.pbtxt
│   │   │   ├── api_def_DepthToSpace.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNativeBackpropFilter.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNativeBackpropInput.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNative.pbtxt
│   │   │   ├── api_def_Dequantize.pbtxt
│   │   │   ├── api_def_DeserializeIterator.pbtxt
│   │   │   ├── api_def_DeserializeManySparse.pbtxt
│   │   │   ├── api_def_DeserializeSparse.pbtxt
│   │   │   ├── api_def_DestroyResourceOp.pbtxt
│   │   │   ├── api_def_DestroyTemporaryVariable.pbtxt
│   │   │   ├── api_def_DiagPart.pbtxt
│   │   │   ├── api_def_Diag.pbtxt
│   │   │   ├── api_def_Digamma.pbtxt
│   │   │   ├── api_def_Dilation2DBackpropFilter.pbtxt
│   │   │   ├── api_def_Dilation2DBackpropInput.pbtxt
│   │   │   ├── api_def_Dilation2D.pbtxt
│   │   │   ├── api_def_Div.pbtxt
│   │   │   ├── api_def_DrawBoundingBoxes.pbtxt
│   │   │   ├── api_def_DynamicPartition.pbtxt
│   │   │   ├── api_def_DynamicStitch.pbtxt
│   │   │   ├── api_def_EagerPyFunc.pbtxt
│   │   │   ├── api_def_EditDistance.pbtxt
│   │   │   ├── api_def_EluGrad.pbtxt
│   │   │   ├── api_def_Elu.pbtxt
│   │   │   ├── api_def_EmptyTensorList.pbtxt
│   │   │   ├── api_def_EncodeBase64.pbtxt
│   │   │   ├── api_def_EncodeJpeg.pbtxt
│   │   │   ├── api_def_EncodePng.pbtxt
│   │   │   ├── api_def_EncodeWav.pbtxt
│   │   │   ├── api_def_EnqueueInQueueDataset.pbtxt
│   │   │   ├── api_def_Enter.pbtxt
│   │   │   ├── api_def_Equal.pbtxt
│   │   │   ├── api_def_Erfc.pbtxt
│   │   │   ├── api_def_Erf.pbtxt
│   │   │   ├── api_def_Exit.pbtxt
│   │   │   ├── api_def_ExpandDims.pbtxt
│   │   │   ├── api_def_Expm1.pbtxt
│   │   │   ├── api_def_Exp.pbtxt
│   │   │   ├── api_def_ExtractGlimpse.pbtxt
│   │   │   ├── api_def_ExtractImagePatches.pbtxt
│   │   │   ├── api_def_ExtractJpegShape.pbtxt
│   │   │   ├── api_def_Fact.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxArgsGradient.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxArgs.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxVarsGradient.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxVars.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxVarsPerChannelGradient.pbtxt
│   │   │   ├── api_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt
│   │   │   ├── api_def_FakeQueue.pbtxt
│   │   │   ├── api_def_FFT2D.pbtxt
│   │   │   ├── api_def_FFT3D.pbtxt
│   │   │   ├── api_def_FFT.pbtxt
│   │   │   ├── api_def_FIFOQueue.pbtxt
│   │   │   ├── api_def_FIFOQueueV2.pbtxt
│   │   │   ├── api_def_Fill.pbtxt
│   │   │   ├── api_def_FilterDataset.pbtxt
│   │   │   ├── api_def_FixedLengthRecordDataset.pbtxt
│   │   │   ├── api_def_FixedLengthRecordReader.pbtxt
│   │   │   ├── api_def_FixedLengthRecordReaderV2.pbtxt
│   │   │   ├── api_def_FixedUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_FlatMapDataset.pbtxt
│   │   │   ├── api_def_FloorDiv.pbtxt
│   │   │   ├── api_def_FloorMod.pbtxt
│   │   │   ├── api_def_Floor.pbtxt
│   │   │   ├── api_def_FractionalAvgPoolGrad.pbtxt
│   │   │   ├── api_def_FractionalAvgPool.pbtxt
│   │   │   ├── api_def_FractionalMaxPoolGrad.pbtxt
│   │   │   ├── api_def_FractionalMaxPool.pbtxt
│   │   │   ├── api_def_FusedBatchNormGrad.pbtxt
│   │   │   ├── api_def_FusedBatchNormGradV2.pbtxt
│   │   │   ├── api_def_FusedBatchNorm.pbtxt
│   │   │   ├── api_def_FusedBatchNormV2.pbtxt
│   │   │   ├── api_def_FusedPadConv2D.pbtxt
│   │   │   ├── api_def_FusedResizeAndPadConv2D.pbtxt
│   │   │   ├── api_def_GatherNd.pbtxt
│   │   │   ├── api_def_Gather.pbtxt
│   │   │   ├── api_def_GatherV2.pbtxt
│   │   │   ├── api_def_GenerateVocabRemapping.pbtxt
│   │   │   ├── api_def_GeneratorDataset.pbtxt
│   │   │   ├── api_def_GetSessionHandle.pbtxt
│   │   │   ├── api_def_GetSessionHandleV2.pbtxt
│   │   │   ├── api_def_GetSessionTensor.pbtxt
│   │   │   ├── api_def_GreaterEqual.pbtxt
│   │   │   ├── api_def_Greater.pbtxt
│   │   │   ├── api_def_GroupByWindowDataset.pbtxt
│   │   │   ├── api_def_GuaranteeConst.pbtxt
│   │   │   ├── api_def_HashTable.pbtxt
│   │   │   ├── api_def_HashTableV2.pbtxt
│   │   │   ├── api_def_HistogramFixedWidth.pbtxt
│   │   │   ├── api_def_HistogramSummary.pbtxt
│   │   │   ├── api_def_HSVToRGB.pbtxt
│   │   │   ├── api_def_IdentityN.pbtxt
│   │   │   ├── api_def_Identity.pbtxt
│   │   │   ├── api_def_IdentityReader.pbtxt
│   │   │   ├── api_def_IdentityReaderV2.pbtxt
│   │   │   ├── api_def_IFFT2D.pbtxt
│   │   │   ├── api_def_IFFT3D.pbtxt
│   │   │   ├── api_def_IFFT.pbtxt
│   │   │   ├── api_def_Igammac.pbtxt
│   │   │   ├── api_def_Igamma.pbtxt
│   │   │   ├── api_def_ImageSummary.pbtxt
│   │   │   ├── api_def_Imag.pbtxt
│   │   │   ├── api_def_ImmutableConst.pbtxt
│   │   │   ├── api_def_InitializeTableFromTextFile.pbtxt
│   │   │   ├── api_def_InitializeTableFromTextFileV2.pbtxt
│   │   │   ├── api_def_InitializeTable.pbtxt
│   │   │   ├── api_def_InitializeTableV2.pbtxt
│   │   │   ├── api_def_InterleaveDataset.pbtxt
│   │   │   ├── api_def_InTopK.pbtxt
│   │   │   ├── api_def_InTopKV2.pbtxt
│   │   │   ├── api_def_Invert.pbtxt
│   │   │   ├── api_def_InvertPermutation.pbtxt
│   │   │   ├── api_def_InvGrad.pbtxt
│   │   │   ├── api_def_Inv.pbtxt
│   │   │   ├── api_def_IRFFT2D.pbtxt
│   │   │   ├── api_def_IRFFT3D.pbtxt
│   │   │   ├── api_def_IRFFT.pbtxt
│   │   │   ├── api_def_IsFinite.pbtxt
│   │   │   ├── api_def_IsInf.pbtxt
│   │   │   ├── api_def_IsNan.pbtxt
│   │   │   ├── api_def_IsVariableInitialized.pbtxt
│   │   │   ├── api_def_IteratorFromStringHandle.pbtxt
│   │   │   ├── api_def_IteratorGetNext.pbtxt
│   │   │   ├── api_def_IteratorGetNextSync.pbtxt
│   │   │   ├── api_def_Iterator.pbtxt
│   │   │   ├── api_def_IteratorSetStatsAggregator.pbtxt
│   │   │   ├── api_def_IteratorToStringHandle.pbtxt
│   │   │   ├── api_def_L2Loss.pbtxt
│   │   │   ├── api_def_LatencyStatsDataset.pbtxt
│   │   │   ├── api_def_LearnedUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_LeftShift.pbtxt
│   │   │   ├── api_def_LessEqual.pbtxt
│   │   │   ├── api_def_Less.pbtxt
│   │   │   ├── api_def_Lgamma.pbtxt
│   │   │   ├── api_def_LinSpace.pbtxt
│   │   │   ├── api_def_ListDiff.pbtxt
│   │   │   ├── api_def_LMDBReader.pbtxt
│   │   │   ├── api_def_LoadAndRemapMatrix.pbtxt
│   │   │   ├── api_def_Log1p.pbtxt
│   │   │   ├── api_def_LogicalAnd.pbtxt
│   │   │   ├── api_def_LogicalNot.pbtxt
│   │   │   ├── api_def_LogicalOr.pbtxt
│   │   │   ├── api_def_LogMatrixDeterminant.pbtxt
│   │   │   ├── api_def_Log.pbtxt
│   │   │   ├── api_def_LogSoftmax.pbtxt
│   │   │   ├── api_def_LogUniformCandidateSampler.pbtxt
│   │   │   ├── api_def_LookupTableExport.pbtxt
│   │   │   ├── api_def_LookupTableExportV2.pbtxt
│   │   │   ├── api_def_LookupTableFind.pbtxt
│   │   │   ├── api_def_LookupTableFindV2.pbtxt
│   │   │   ├── api_def_LookupTableImport.pbtxt
│   │   │   ├── api_def_LookupTableImportV2.pbtxt
│   │   │   ├── api_def_LookupTableInsert.pbtxt
│   │   │   ├── api_def_LookupTableInsertV2.pbtxt
│   │   │   ├── api_def_LookupTableSize.pbtxt
│   │   │   ├── api_def_LookupTableSizeV2.pbtxt
│   │   │   ├── api_def_LoopCond.pbtxt
│   │   │   ├── api_def_LRNGrad.pbtxt
│   │   │   ├── api_def_LRN.pbtxt
│   │   │   ├── api_def_MakeIterator.pbtxt
│   │   │   ├── api_def_MapAndBatchDataset.pbtxt
│   │   │   ├── api_def_MapClear.pbtxt
│   │   │   ├── api_def_MapDataset.pbtxt
│   │   │   ├── api_def_MapIncompleteSize.pbtxt
│   │   │   ├── api_def_MapPeek.pbtxt
│   │   │   ├── api_def_MapSize.pbtxt
│   │   │   ├── api_def_MapStage.pbtxt
│   │   │   ├── api_def_MapUnstageNoKey.pbtxt
│   │   │   ├── api_def_MapUnstage.pbtxt
│   │   │   ├── api_def_MatchingFiles.pbtxt
│   │   │   ├── api_def_MatMul.pbtxt
│   │   │   ├── api_def_MatrixBandPart.pbtxt
│   │   │   ├── api_def_MatrixDeterminant.pbtxt
│   │   │   ├── api_def_MatrixDiagPart.pbtxt
│   │   │   ├── api_def_MatrixDiag.pbtxt
│   │   │   ├── api_def_MatrixExponential.pbtxt
│   │   │   ├── api_def_MatrixInverse.pbtxt
│   │   │   ├── api_def_MatrixLogarithm.pbtxt
│   │   │   ├── api_def_MatrixSetDiag.pbtxt
│   │   │   ├── api_def_MatrixSolveLs.pbtxt
│   │   │   ├── api_def_MatrixSolve.pbtxt
│   │   │   ├── api_def_MatrixTriangularSolve.pbtxt
│   │   │   ├── api_def_Maximum.pbtxt
│   │   │   ├── api_def_Max.pbtxt
│   │   │   ├── api_def_MaxPool3DGradGrad.pbtxt
│   │   │   ├── api_def_MaxPool3DGrad.pbtxt
│   │   │   ├── api_def_MaxPool3D.pbtxt
│   │   │   ├── api_def_MaxPoolGradGrad.pbtxt
│   │   │   ├── api_def_MaxPoolGradGradV2.pbtxt
│   │   │   ├── api_def_MaxPoolGradGradWithArgmax.pbtxt
│   │   │   ├── api_def_MaxPoolGrad.pbtxt
│   │   │   ├── api_def_MaxPoolGradV2.pbtxt
│   │   │   ├── api_def_MaxPoolGradWithArgmax.pbtxt
│   │   │   ├── api_def_MaxPool.pbtxt
│   │   │   ├── api_def_MaxPoolV2.pbtxt
│   │   │   ├── api_def_MaxPoolWithArgmax.pbtxt
│   │   │   ├── api_def_Mean.pbtxt
│   │   │   ├── api_def_Merge.pbtxt
│   │   │   ├── api_def_MergeSummary.pbtxt
│   │   │   ├── api_def_MergeV2Checkpoints.pbtxt
│   │   │   ├── api_def_Mfcc.pbtxt
│   │   │   ├── api_def_Minimum.pbtxt
│   │   │   ├── api_def_Min.pbtxt
│   │   │   ├── api_def_MirrorPadGrad.pbtxt
│   │   │   ├── api_def_MirrorPad.pbtxt
│   │   │   ├── api_def_Mod.pbtxt
│   │   │   ├── api_def_Mul.pbtxt
│   │   │   ├── api_def_Multinomial.pbtxt
│   │   │   ├── api_def_MutableDenseHashTable.pbtxt
│   │   │   ├── api_def_MutableDenseHashTableV2.pbtxt
│   │   │   ├── api_def_MutableHashTableOfTensors.pbtxt
│   │   │   ├── api_def_MutableHashTableOfTensorsV2.pbtxt
│   │   │   ├── api_def_MutableHashTable.pbtxt
│   │   │   ├── api_def_MutableHashTableV2.pbtxt
│   │   │   ├── api_def_MutexLock.pbtxt
│   │   │   ├── api_def_MutexV2.pbtxt
│   │   │   ├── api_def_Neg.pbtxt
│   │   │   ├── api_def_NegTrain.pbtxt
│   │   │   ├── api_def_NextIteration.pbtxt
│   │   │   ├── api_def_NonMaxSuppression.pbtxt
│   │   │   ├── api_def_NonMaxSuppressionV2.pbtxt
│   │   │   ├── api_def_NoOp.pbtxt
│   │   │   ├── api_def_NotEqual.pbtxt
│   │   │   ├── api_def_NthElement.pbtxt
│   │   │   ├── api_def_OneHot.pbtxt
│   │   │   ├── api_def_OneShotIterator.pbtxt
│   │   │   ├── api_def_OnesLike.pbtxt
│   │   │   ├── api_def_OrderedMapClear.pbtxt
│   │   │   ├── api_def_OrderedMapIncompleteSize.pbtxt
│   │   │   ├── api_def_OrderedMapPeek.pbtxt
│   │   │   ├── api_def_OrderedMapSize.pbtxt
│   │   │   ├── api_def_OrderedMapStage.pbtxt
│   │   │   ├── api_def_OrderedMapUnstageNoKey.pbtxt
│   │   │   ├── api_def_OrderedMapUnstage.pbtxt
│   │   │   ├── api_def_Pack.pbtxt
│   │   │   ├── api_def_PaddedBatchDataset.pbtxt
│   │   │   ├── api_def_PaddingFIFOQueue.pbtxt
│   │   │   ├── api_def_PaddingFIFOQueueV2.pbtxt
│   │   │   ├── api_def_Pad.pbtxt
│   │   │   ├── api_def_PadV2.pbtxt
│   │   │   ├── api_def_ParallelConcat.pbtxt
│   │   │   ├── api_def_ParallelDynamicStitch.pbtxt
│   │   │   ├── api_def_ParallelInterleaveDataset.pbtxt
│   │   │   ├── api_def_ParallelMapDataset.pbtxt
│   │   │   ├── api_def_ParameterizedTruncatedNormal.pbtxt
│   │   │   ├── api_def_ParseExample.pbtxt
│   │   │   ├── api_def_ParseSingleExample.pbtxt
│   │   │   ├── api_def_ParseSingleSequenceExample.pbtxt
│   │   │   ├── api_def_ParseTensor.pbtxt
│   │   │   ├── api_def_Placeholder.pbtxt
│   │   │   ├── api_def_PlaceholderV2.pbtxt
│   │   │   ├── api_def_PlaceholderWithDefault.pbtxt
│   │   │   ├── api_def_Polygamma.pbtxt
│   │   │   ├── api_def_PopulationCount.pbtxt
│   │   │   ├── api_def_Pow.pbtxt
│   │   │   ├── api_def_PrefetchDataset.pbtxt
│   │   │   ├── api_def_PrependFromQueueAndPaddedBatchDataset.pbtxt
│   │   │   ├── api_def_PreventGradient.pbtxt
│   │   │   ├── api_def_Print.pbtxt
│   │   │   ├── api_def_PriorityQueue.pbtxt
│   │   │   ├── api_def_PriorityQueueV2.pbtxt
│   │   │   ├── api_def_Prod.pbtxt
│   │   │   ├── api_def_PyFunc.pbtxt
│   │   │   ├── api_def_PyFuncStateless.pbtxt
│   │   │   ├── api_def_Qr.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantize.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantizeV2.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantizeV3.pbtxt
│   │   │   ├── api_def_QuantizedAdd.pbtxt
│   │   │   ├── api_def_QuantizedAvgPool.pbtxt
│   │   │   ├── api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt
│   │   │   ├── api_def_QuantizedBiasAdd.pbtxt
│   │   │   ├── api_def_QuantizedConcat.pbtxt
│   │   │   ├── api_def_QuantizedConv2D.pbtxt
│   │   │   ├── api_def_QuantizedInstanceNorm.pbtxt
│   │   │   ├── api_def_QuantizedMatMul.pbtxt
│   │   │   ├── api_def_QuantizedMaxPool.pbtxt
│   │   │   ├── api_def_QuantizedMul.pbtxt
│   │   │   ├── api_def_QuantizeDownAndShrinkRange.pbtxt
│   │   │   ├── api_def_QuantizedRelu6.pbtxt
│   │   │   ├── api_def_QuantizedRelu.pbtxt
│   │   │   ├── api_def_QuantizedReluX.pbtxt
│   │   │   ├── api_def_QuantizedReshape.pbtxt
│   │   │   ├── api_def_QuantizedResizeBilinear.pbtxt
│   │   │   ├── api_def_QuantizeV2.pbtxt
│   │   │   ├── api_def_QueueClose.pbtxt
│   │   │   ├── api_def_QueueCloseV2.pbtxt
│   │   │   ├── api_def_QueueDequeueMany.pbtxt
│   │   │   ├── api_def_QueueDequeueManyV2.pbtxt
│   │   │   ├── api_def_QueueDequeue.pbtxt
│   │   │   ├── api_def_QueueDequeueUpTo.pbtxt
│   │   │   ├── api_def_QueueDequeueUpToV2.pbtxt
│   │   │   ├── api_def_QueueDequeueV2.pbtxt
│   │   │   ├── api_def_QueueEnqueueMany.pbtxt
│   │   │   ├── api_def_QueueEnqueueManyV2.pbtxt
│   │   │   ├── api_def_QueueEnqueue.pbtxt
│   │   │   ├── api_def_QueueEnqueueV2.pbtxt
│   │   │   ├── api_def_QueueIsClosed.pbtxt
│   │   │   ├── api_def_QueueIsClosedV2.pbtxt
│   │   │   ├── api_def_QueueSize.pbtxt
│   │   │   ├── api_def_QueueSizeV2.pbtxt
│   │   │   ├── api_def_RandomCrop.pbtxt
│   │   │   ├── api_def_RandomDataset.pbtxt
│   │   │   ├── api_def_RandomGamma.pbtxt
│   │   │   ├── api_def_RandomPoisson.pbtxt
│   │   │   ├── api_def_RandomPoissonV2.pbtxt
│   │   │   ├── api_def_RandomShuffle.pbtxt
│   │   │   ├── api_def_RandomShuffleQueue.pbtxt
│   │   │   ├── api_def_RandomShuffleQueueV2.pbtxt
│   │   │   ├── api_def_RandomStandardNormal.pbtxt
│   │   │   ├── api_def_RandomUniformInt.pbtxt
│   │   │   ├── api_def_RandomUniform.pbtxt
│   │   │   ├── api_def_RangeDataset.pbtxt
│   │   │   ├── api_def_Range.pbtxt
│   │   │   ├── api_def_Rank.pbtxt
│   │   │   ├── api_def_ReaderNumRecordsProduced.pbtxt
│   │   │   ├── api_def_ReaderNumRecordsProducedV2.pbtxt
│   │   │   ├── api_def_ReaderNumWorkUnitsCompleted.pbtxt
│   │   │   ├── api_def_ReaderNumWorkUnitsCompletedV2.pbtxt
│   │   │   ├── api_def_ReaderRead.pbtxt
│   │   │   ├── api_def_ReaderReadUpTo.pbtxt
│   │   │   ├── api_def_ReaderReadUpToV2.pbtxt
│   │   │   ├── api_def_ReaderReadV2.pbtxt
│   │   │   ├── api_def_ReaderReset.pbtxt
│   │   │   ├── api_def_ReaderResetV2.pbtxt
│   │   │   ├── api_def_ReaderRestoreState.pbtxt
│   │   │   ├── api_def_ReaderRestoreStateV2.pbtxt
│   │   │   ├── api_def_ReaderSerializeState.pbtxt
│   │   │   ├── api_def_ReaderSerializeStateV2.pbtxt
│   │   │   ├── api_def_ReadFile.pbtxt
│   │   │   ├── api_def_ReadVariableOp.pbtxt
│   │   │   ├── api_def_RealDiv.pbtxt
│   │   │   ├── api_def_Real.pbtxt
│   │   │   ├── api_def_ReciprocalGrad.pbtxt
│   │   │   ├── api_def_Reciprocal.pbtxt
│   │   │   ├── api_def_RecordInput.pbtxt
│   │   │   ├── api_def_ReduceJoin.pbtxt
│   │   │   ├── api_def_RefEnter.pbtxt
│   │   │   ├── api_def_RefExit.pbtxt
│   │   │   ├── api_def_RefIdentity.pbtxt
│   │   │   ├── api_def_RefMerge.pbtxt
│   │   │   ├── api_def_RefNextIteration.pbtxt
│   │   │   ├── api_def_RefSelect.pbtxt
│   │   │   ├── api_def_RefSwitch.pbtxt
│   │   │   ├── api_def_RegexReplace.pbtxt
│   │   │   ├── api_def_Relu6Grad.pbtxt
│   │   │   ├── api_def_Relu6.pbtxt
│   │   │   ├── api_def_ReluGrad.pbtxt
│   │   │   ├── api_def_Relu.pbtxt
│   │   │   ├── api_def_RemoteCall.pbtxt
│   │   │   ├── api_def_RemoteFusedGraphExecute.pbtxt
│   │   │   ├── api_def_RepeatDataset.pbtxt
│   │   │   ├── api_def_RequantizationRange.pbtxt
│   │   │   ├── api_def_Requantize.pbtxt
│   │   │   ├── api_def_Reshape.pbtxt
│   │   │   ├── api_def_ResizeArea.pbtxt
│   │   │   ├── api_def_ResizeBicubicGrad.pbtxt
│   │   │   ├── api_def_ResizeBicubic.pbtxt
│   │   │   ├── api_def_ResizeBilinearGrad.pbtxt
│   │   │   ├── api_def_ResizeBilinear.pbtxt
│   │   │   ├── api_def_ResizeNearestNeighborGrad.pbtxt
│   │   │   ├── api_def_ResizeNearestNeighbor.pbtxt
│   │   │   ├── api_def_ResourceApplyAdadelta.pbtxt
│   │   │   ├── api_def_ResourceApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ResourceApplyAdagrad.pbtxt
│   │   │   ├── api_def_ResourceApplyAdam.pbtxt
│   │   │   ├── api_def_ResourceApplyAddSign.pbtxt
│   │   │   ├── api_def_ResourceApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ResourceApplyFtrl.pbtxt
│   │   │   ├── api_def_ResourceApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ResourceApplyGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceApplyMomentum.pbtxt
│   │   │   ├── api_def_ResourceApplyPowerSign.pbtxt
│   │   │   ├── api_def_ResourceApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ResourceApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceApplyRMSProp.pbtxt
│   │   │   ├── api_def_ResourceCountUpTo.pbtxt
│   │   │   ├── api_def_ResourceGather.pbtxt
│   │   │   ├── api_def_ResourceScatterAdd.pbtxt
│   │   │   ├── api_def_ResourceScatterNdUpdate.pbtxt
│   │   │   ├── api_def_ResourceScatterUpdate.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdadelta.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdagrad.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyFtrl.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyMomentum.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyRMSProp.pbtxt
│   │   │   ├── api_def_ResourceStridedSliceAssign.pbtxt
│   │   │   ├── api_def_Restore.pbtxt
│   │   │   ├── api_def_RestoreSlice.pbtxt
│   │   │   ├── api_def_RestoreV2.pbtxt
│   │   │   ├── api_def_Reverse.pbtxt
│   │   │   ├── api_def_ReverseSequence.pbtxt
│   │   │   ├── api_def_ReverseV2.pbtxt
│   │   │   ├── api_def_RFFT2D.pbtxt
│   │   │   ├── api_def_RFFT3D.pbtxt
│   │   │   ├── api_def_RFFT.pbtxt
│   │   │   ├── api_def_RGBToHSV.pbtxt
│   │   │   ├── api_def_RightShift.pbtxt
│   │   │   ├── api_def_Rint.pbtxt
│   │   │   ├── api_def_Roll.pbtxt
│   │   │   ├── api_def_Round.pbtxt
│   │   │   ├── api_def_RsqrtGrad.pbtxt
│   │   │   ├── api_def_Rsqrt.pbtxt
│   │   │   ├── api_def_SampleDistortedBoundingBox.pbtxt
│   │   │   ├── api_def_SampleDistortedBoundingBoxV2.pbtxt
│   │   │   ├── api_def_Save.pbtxt
│   │   │   ├── api_def_SaveSlices.pbtxt
│   │   │   ├── api_def_SaveV2.pbtxt
│   │   │   ├── api_def_ScalarSummary.pbtxt
│   │   │   ├── api_def_ScanDataset.pbtxt
│   │   │   ├── api_def_ScatterAdd.pbtxt
│   │   │   ├── api_def_ScatterDiv.pbtxt
│   │   │   ├── api_def_ScatterMul.pbtxt
│   │   │   ├── api_def_ScatterNdAdd.pbtxt
│   │   │   ├── api_def_ScatterNdNonAliasingAdd.pbtxt
│   │   │   ├── api_def_ScatterNd.pbtxt
│   │   │   ├── api_def_ScatterNdSub.pbtxt
│   │   │   ├── api_def_ScatterNdUpdate.pbtxt
│   │   │   ├── api_def_ScatterSub.pbtxt
│   │   │   ├── api_def_ScatterUpdate.pbtxt
│   │   │   ├── api_def_SdcaFprint.pbtxt
│   │   │   ├── api_def_SdcaOptimizer.pbtxt
│   │   │   ├── api_def_SdcaShrinkL1.pbtxt
│   │   │   ├── api_def_SegmentMax.pbtxt
│   │   │   ├── api_def_SegmentMean.pbtxt
│   │   │   ├── api_def_SegmentMin.pbtxt
│   │   │   ├── api_def_SegmentProd.pbtxt
│   │   │   ├── api_def_SegmentSum.pbtxt
│   │   │   ├── api_def_Select.pbtxt
│   │   │   ├── api_def_SelfAdjointEig.pbtxt
│   │   │   ├── api_def_SelfAdjointEigV2.pbtxt
│   │   │   ├── api_def_SeluGrad.pbtxt
│   │   │   ├── api_def_Selu.pbtxt
│   │   │   ├── api_def_SerializeIterator.pbtxt
│   │   │   ├── api_def_SerializeManySparse.pbtxt
│   │   │   ├── api_def_SerializeSparse.pbtxt
│   │   │   ├── api_def_SerializeTensor.pbtxt
│   │   │   ├── api_def_SetSize.pbtxt
│   │   │   ├── api_def_ShapeN.pbtxt
│   │   │   ├── api_def_Shape.pbtxt
│   │   │   ├── api_def_ShardedFilename.pbtxt
│   │   │   ├── api_def_ShardedFilespec.pbtxt
│   │   │   ├── api_def_ShuffleAndRepeatDataset.pbtxt
│   │   │   ├── api_def_ShuffleDataset.pbtxt
│   │   │   ├── api_def_SigmoidGrad.pbtxt
│   │   │   ├── api_def_Sigmoid.pbtxt
│   │   │   ├── api_def_Sign.pbtxt
│   │   │   ├── api_def_Sinh.pbtxt
│   │   │   ├── api_def_Sin.pbtxt
│   │   │   ├── api_def_Size.pbtxt
│   │   │   ├── api_def_SkipDataset.pbtxt
│   │   │   ├── api_def_Skipgram.pbtxt
│   │   │   ├── api_def_Slice.pbtxt
│   │   │   ├── api_def_SlideDataset.pbtxt
│   │   │   ├── api_def_Snapshot.pbtxt
│   │   │   ├── api_def_SoftmaxCrossEntropyWithLogits.pbtxt
│   │   │   ├── api_def_Softmax.pbtxt
│   │   │   ├── api_def_SoftplusGrad.pbtxt
│   │   │   ├── api_def_Softplus.pbtxt
│   │   │   ├── api_def_SoftsignGrad.pbtxt
│   │   │   ├── api_def_Softsign.pbtxt
│   │   │   ├── api_def_SpaceToBatchND.pbtxt
│   │   │   ├── api_def_SpaceToBatch.pbtxt
│   │   │   ├── api_def_SpaceToDepth.pbtxt
│   │   │   ├── api_def_SparseAccumulatorApplyGradient.pbtxt
│   │   │   ├── api_def_SparseAccumulatorTakeGradient.pbtxt
│   │   │   ├── api_def_SparseAddGrad.pbtxt
│   │   │   ├── api_def_SparseAdd.pbtxt
│   │   │   ├── api_def_SparseApplyAdadelta.pbtxt
│   │   │   ├── api_def_SparseApplyAdagradDA.pbtxt
│   │   │   ├── api_def_SparseApplyAdagrad.pbtxt
│   │   │   ├── api_def_SparseApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_SparseApplyFtrl.pbtxt
│   │   │   ├── api_def_SparseApplyFtrlV2.pbtxt
│   │   │   ├── api_def_SparseApplyMomentum.pbtxt
│   │   │   ├── api_def_SparseApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_SparseApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_SparseApplyRMSProp.pbtxt
│   │   │   ├── api_def_SparseConcat.pbtxt
│   │   │   ├── api_def_SparseConditionalAccumulator.pbtxt
│   │   │   ├── api_def_SparseCross.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseAdd.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseDiv.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseMul.pbtxt
│   │   │   ├── api_def_SparseFillEmptyRowsGrad.pbtxt
│   │   │   ├── api_def_SparseFillEmptyRows.pbtxt
│   │   │   ├── api_def_SparseMatMul.pbtxt
│   │   │   ├── api_def_SparseReduceMax.pbtxt
│   │   │   ├── api_def_SparseReduceMaxSparse.pbtxt
│   │   │   ├── api_def_SparseReduceSum.pbtxt
│   │   │   ├── api_def_SparseReduceSumSparse.pbtxt
│   │   │   ├── api_def_SparseReorder.pbtxt
│   │   │   ├── api_def_SparseReshape.pbtxt
│   │   │   ├── api_def_SparseSegmentMeanGrad.pbtxt
│   │   │   ├── api_def_SparseSegmentMean.pbtxt
│   │   │   ├── api_def_SparseSegmentMeanWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtNGrad.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtN.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtNWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSegmentSum.pbtxt
│   │   │   ├── api_def_SparseSegmentSumWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSlice.pbtxt
│   │   │   ├── api_def_SparseSoftmaxCrossEntropyWithLogits.pbtxt
│   │   │   ├── api_def_SparseSoftmax.pbtxt
│   │   │   ├── api_def_SparseSparseMaximum.pbtxt
│   │   │   ├── api_def_SparseSparseMinimum.pbtxt
│   │   │   ├── api_def_SparseSplit.pbtxt
│   │   │   ├── api_def_SparseTensorDenseAdd.pbtxt
│   │   │   ├── api_def_SparseTensorDenseMatMul.pbtxt
│   │   │   ├── api_def_SparseTensorSliceDataset.pbtxt
│   │   │   ├── api_def_SparseToDense.pbtxt
│   │   │   ├── api_def_SparseToSparseSetOperation.pbtxt
│   │   │   ├── api_def_Split.pbtxt
│   │   │   ├── api_def_SplitV.pbtxt
│   │   │   ├── api_def_SqlDataset.pbtxt
│   │   │   ├── api_def_SqrtGrad.pbtxt
│   │   │   ├── api_def_Sqrt.pbtxt
│   │   │   ├── api_def_SquaredDifference.pbtxt
│   │   │   ├── api_def_Square.pbtxt
│   │   │   ├── api_def_Squeeze.pbtxt
│   │   │   ├── api_def_StackClose.pbtxt
│   │   │   ├── api_def_StackCloseV2.pbtxt
│   │   │   ├── api_def_Stack.pbtxt
│   │   │   ├── api_def_StackPop.pbtxt
│   │   │   ├── api_def_StackPopV2.pbtxt
│   │   │   ├── api_def_StackPush.pbtxt
│   │   │   ├── api_def_StackPushV2.pbtxt
│   │   │   ├── api_def_StackV2.pbtxt
│   │   │   ├── api_def_StageClear.pbtxt
│   │   │   ├── api_def_Stage.pbtxt
│   │   │   ├── api_def_StagePeek.pbtxt
│   │   │   ├── api_def_StageSize.pbtxt
│   │   │   ├── api_def_StatelessRandomNormal.pbtxt
│   │   │   ├── api_def_StatelessRandomUniform.pbtxt
│   │   │   ├── api_def_StatelessTruncatedNormal.pbtxt
│   │   │   ├── api_def_StatsAggregatorHandle.pbtxt
│   │   │   ├── api_def_StatsAggregatorSummary.pbtxt
│   │   │   ├── api_def_StopGradient.pbtxt
│   │   │   ├── api_def_StridedSliceAssign.pbtxt
│   │   │   ├── api_def_StridedSliceGrad.pbtxt
│   │   │   ├── api_def_StridedSlice.pbtxt
│   │   │   ├── api_def_StringJoin.pbtxt
│   │   │   ├── api_def_StringSplit.pbtxt
│   │   │   ├── api_def_StringToHashBucketFast.pbtxt
│   │   │   ├── api_def_StringToHashBucket.pbtxt
│   │   │   ├── api_def_StringToHashBucketStrong.pbtxt
│   │   │   ├── api_def_StringToNumber.pbtxt
│   │   │   ├── api_def_Sub.pbtxt
│   │   │   ├── api_def_Substr.pbtxt
│   │   │   ├── api_def_Sum.pbtxt
│   │   │   ├── api_def_Svd.pbtxt
│   │   │   ├── api_def_Switch.pbtxt
│   │   │   ├── api_def_SymbolicGradient.pbtxt
│   │   │   ├── api_def_TakeDataset.pbtxt
│   │   │   ├── api_def_TakeManySparseFromTensorsMap.pbtxt
│   │   │   ├── api_def_TanhGrad.pbtxt
│   │   │   ├── api_def_Tanh.pbtxt
│   │   │   ├── api_def_Tan.pbtxt
│   │   │   ├── api_def_TemporaryVariable.pbtxt
│   │   │   ├── api_def_TensorArrayClose.pbtxt
│   │   │   ├── api_def_TensorArrayCloseV2.pbtxt
│   │   │   ├── api_def_TensorArrayCloseV3.pbtxt
│   │   │   ├── api_def_TensorArrayConcat.pbtxt
│   │   │   ├── api_def_TensorArrayConcatV2.pbtxt
│   │   │   ├── api_def_TensorArrayConcatV3.pbtxt
│   │   │   ├── api_def_TensorArrayGather.pbtxt
│   │   │   ├── api_def_TensorArrayGatherV2.pbtxt
│   │   │   ├── api_def_TensorArrayGatherV3.pbtxt
│   │   │   ├── api_def_TensorArrayGrad.pbtxt
│   │   │   ├── api_def_TensorArrayGradV2.pbtxt
│   │   │   ├── api_def_TensorArrayGradV3.pbtxt
│   │   │   ├── api_def_TensorArrayPack.pbtxt
│   │   │   ├── api_def_TensorArray.pbtxt
│   │   │   ├── api_def_TensorArrayRead.pbtxt
│   │   │   ├── api_def_TensorArrayReadV2.pbtxt
│   │   │   ├── api_def_TensorArrayReadV3.pbtxt
│   │   │   ├── api_def_TensorArrayScatter.pbtxt
│   │   │   ├── api_def_TensorArrayScatterV2.pbtxt
│   │   │   ├── api_def_TensorArrayScatterV3.pbtxt
│   │   │   ├── api_def_TensorArraySize.pbtxt
│   │   │   ├── api_def_TensorArraySizeV2.pbtxt
│   │   │   ├── api_def_TensorArraySizeV3.pbtxt
│   │   │   ├── api_def_TensorArraySplit.pbtxt
│   │   │   ├── api_def_TensorArraySplitV2.pbtxt
│   │   │   ├── api_def_TensorArraySplitV3.pbtxt
│   │   │   ├── api_def_TensorArrayUnpack.pbtxt
│   │   │   ├── api_def_TensorArrayV2.pbtxt
│   │   │   ├── api_def_TensorArrayV3.pbtxt
│   │   │   ├── api_def_TensorArrayWrite.pbtxt
│   │   │   ├── api_def_TensorArrayWriteV2.pbtxt
│   │   │   ├── api_def_TensorArrayWriteV3.pbtxt
│   │   │   ├── api_def_TensorDataset.pbtxt
│   │   │   ├── api_def_TensorGetItem.pbtxt
│   │   │   ├── api_def_TensorListElementShape.pbtxt
│   │   │   ├── api_def_TensorListFromTensor.pbtxt
│   │   │   ├── api_def_TensorListLength.pbtxt
│   │   │   ├── api_def_TensorListPopBack.pbtxt
│   │   │   ├── api_def_TensorListPushBack.pbtxt
│   │   │   ├── api_def_TensorListReserve.pbtxt
│   │   │   ├── api_def_TensorListStack.pbtxt
│   │   │   ├── api_def_TensorSetItem.pbtxt
│   │   │   ├── api_def_TensorSliceDataset.pbtxt
│   │   │   ├── api_def_TensorSummary.pbtxt
│   │   │   ├── api_def_TensorSummaryV2.pbtxt
│   │   │   ├── api_def_TextLineDataset.pbtxt
│   │   │   ├── api_def_TextLineReader.pbtxt
│   │   │   ├── api_def_TextLineReaderV2.pbtxt
│   │   │   ├── api_def_TFRecordDataset.pbtxt
│   │   │   ├── api_def_TFRecordReader.pbtxt
│   │   │   ├── api_def_TFRecordReaderV2.pbtxt
│   │   │   ├── api_def_ThreadUnsafeUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_TileGrad.pbtxt
│   │   │   ├── api_def_Tile.pbtxt
│   │   │   ├── api_def_Timestamp.pbtxt
│   │   │   ├── api_def_TopK.pbtxt
│   │   │   ├── api_def_TopKV2.pbtxt
│   │   │   ├── api_def_Transpose.pbtxt
│   │   │   ├── api_def_TruncateDiv.pbtxt
│   │   │   ├── api_def_TruncatedNormal.pbtxt
│   │   │   ├── api_def_TruncateMod.pbtxt
│   │   │   ├── api_def_UnbatchGrad.pbtxt
│   │   │   ├── api_def_Unbatch.pbtxt
│   │   │   ├── api_def_UniformCandidateSampler.pbtxt
│   │   │   ├── api_def_Unique.pbtxt
│   │   │   ├── api_def_UniqueV2.pbtxt
│   │   │   ├── api_def_UniqueWithCounts.pbtxt
│   │   │   ├── api_def_UniqueWithCountsV2.pbtxt
│   │   │   ├── api_def_Unpack.pbtxt
│   │   │   ├── api_def_UnravelIndex.pbtxt
│   │   │   ├── api_def_UnsortedSegmentMax.pbtxt
│   │   │   ├── api_def_UnsortedSegmentMin.pbtxt
│   │   │   ├── api_def_UnsortedSegmentProd.pbtxt
│   │   │   ├── api_def_UnsortedSegmentSum.pbtxt
│   │   │   ├── api_def_Unstage.pbtxt
│   │   │   ├── api_def_VarHandleOp.pbtxt
│   │   │   ├── api_def_Variable.pbtxt
│   │   │   ├── api_def_VariableShape.pbtxt
│   │   │   ├── api_def_VariableV2.pbtxt
│   │   │   ├── api_def_VarIsInitializedOp.pbtxt
│   │   │   ├── api_def_Where.pbtxt
│   │   │   ├── api_def_WholeFileReader.pbtxt
│   │   │   ├── api_def_WholeFileReaderV2.pbtxt
│   │   │   ├── api_def_WriteFile.pbtxt
│   │   │   ├── api_def_ZerosLike.pbtxt
│   │   │   ├── api_def_Zeta.pbtxt
│   │   │   └── api_def_ZipDataset.pbtxt
│   │   ├── BUILD
│   │   ├── excluded_ops.cc
│   │   ├── excluded_ops.h
│   │   ├── python_api
│   │   │   ├── api_def_Abort.pbtxt
│   │   │   ├── api_def_Abs.pbtxt
│   │   │   ├── api_def_AccumulateNV2.pbtxt
│   │   │   ├── api_def_AccumulatorApplyGradient.pbtxt
│   │   │   ├── api_def_AccumulatorNumAccumulated.pbtxt
│   │   │   ├── api_def_AccumulatorSetGlobalStep.pbtxt
│   │   │   ├── api_def_AccumulatorTakeGradient.pbtxt
│   │   │   ├── api_def_AddManySparseToTensorsMap.pbtxt
│   │   │   ├── api_def_AddN.pbtxt
│   │   │   ├── api_def_AddSparseToTensorsMap.pbtxt
│   │   │   ├── api_def_AddV2.pbtxt
│   │   │   ├── api_def_AdjustContrast.pbtxt
│   │   │   ├── api_def_AdjustContrastv2.pbtxt
│   │   │   ├── api_def_AdjustHue.pbtxt
│   │   │   ├── api_def_AdjustSaturation.pbtxt
│   │   │   ├── api_def_AllCandidateSampler.pbtxt
│   │   │   ├── api_def_All.pbtxt
│   │   │   ├── api_def_Angle.pbtxt
│   │   │   ├── api_def_Any.pbtxt
│   │   │   ├── api_def_ApplyAdadelta.pbtxt
│   │   │   ├── api_def_ApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ApplyAdagrad.pbtxt
│   │   │   ├── api_def_ApplyAdam.pbtxt
│   │   │   ├── api_def_ApplyAddSign.pbtxt
│   │   │   ├── api_def_ApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ApplyFtrl.pbtxt
│   │   │   ├── api_def_ApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ApplyGradientDescent.pbtxt
│   │   │   ├── api_def_ApplyMomentum.pbtxt
│   │   │   ├── api_def_ApplyPowerSign.pbtxt
│   │   │   ├── api_def_ApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ApplyRMSProp.pbtxt
│   │   │   ├── api_def_ApproximateEqual.pbtxt
│   │   │   ├── api_def_Assert.pbtxt
│   │   │   ├── api_def_AssignAddVariableOp.pbtxt
│   │   │   ├── api_def_AssignSubVariableOp.pbtxt
│   │   │   ├── api_def_AssignVariableOp.pbtxt
│   │   │   ├── api_def_AudioSummary.pbtxt
│   │   │   ├── api_def_AudioSummaryV2.pbtxt
│   │   │   ├── api_def_AvgPool3DGrad.pbtxt
│   │   │   ├── api_def_AvgPool3D.pbtxt
│   │   │   ├── api_def_AvgPool.pbtxt
│   │   │   ├── api_def_BarrierClose.pbtxt
│   │   │   ├── api_def_BarrierIncompleteSize.pbtxt
│   │   │   ├── api_def_BarrierInsertMany.pbtxt
│   │   │   ├── api_def_Barrier.pbtxt
│   │   │   ├── api_def_BarrierReadySize.pbtxt
│   │   │   ├── api_def_BarrierTakeMany.pbtxt
│   │   │   ├── api_def_BatchCholeskyGrad.pbtxt
│   │   │   ├── api_def_BatchCholesky.pbtxt
│   │   │   ├── api_def_BatchDataset.pbtxt
│   │   │   ├── api_def_BatchFFT2D.pbtxt
│   │   │   ├── api_def_BatchFFT3D.pbtxt
│   │   │   ├── api_def_BatchFFT.pbtxt
│   │   │   ├── api_def_BatchIFFT2D.pbtxt
│   │   │   ├── api_def_BatchIFFT3D.pbtxt
│   │   │   ├── api_def_BatchIFFT.pbtxt
│   │   │   ├── api_def_BatchMatMul.pbtxt
│   │   │   ├── api_def_BatchMatrixBandPart.pbtxt
│   │   │   ├── api_def_BatchMatrixDeterminant.pbtxt
│   │   │   ├── api_def_BatchMatrixDiagPart.pbtxt
│   │   │   ├── api_def_BatchMatrixDiag.pbtxt
│   │   │   ├── api_def_BatchMatrixInverse.pbtxt
│   │   │   ├── api_def_BatchMatrixSetDiag.pbtxt
│   │   │   ├── api_def_BatchMatrixSolveLs.pbtxt
│   │   │   ├── api_def_BatchMatrixSolve.pbtxt
│   │   │   ├── api_def_BatchMatrixTriangularSolve.pbtxt
│   │   │   ├── api_def_BatchNormWithGlobalNormalizationGrad.pbtxt
│   │   │   ├── api_def_BatchNormWithGlobalNormalization.pbtxt
│   │   │   ├── api_def_BatchSelfAdjointEig.pbtxt
│   │   │   ├── api_def_BatchSelfAdjointEigV2.pbtxt
│   │   │   ├── api_def_BatchSvd.pbtxt
│   │   │   ├── api_def_BatchToSpace.pbtxt
│   │   │   ├── api_def_BiasAddGrad.pbtxt
│   │   │   ├── api_def_BiasAdd.pbtxt
│   │   │   ├── api_def_BiasAddV1.pbtxt
│   │   │   ├── api_def_Bincount.pbtxt
│   │   │   ├── api_def_BitwiseAnd.pbtxt
│   │   │   ├── api_def_BitwiseOr.pbtxt
│   │   │   ├── api_def_BitwiseXor.pbtxt
│   │   │   ├── api_def_BroadcastArgs.pbtxt
│   │   │   ├── api_def_Bucketize.pbtxt
│   │   │   ├── api_def_BytesProducedStatsDataset.pbtxt
│   │   │   ├── api_def_CacheDataset.pbtxt
│   │   │   ├── api_def_Cast.pbtxt
│   │   │   ├── api_def_CholeskyGrad.pbtxt
│   │   │   ├── api_def_Cholesky.pbtxt
│   │   │   ├── api_def_CompareAndBitpack.pbtxt
│   │   │   ├── api_def_ComplexAbs.pbtxt
│   │   │   ├── api_def_Complex.pbtxt
│   │   │   ├── api_def_ComputeAccidentalHits.pbtxt
│   │   │   ├── api_def_ConcatenateDataset.pbtxt
│   │   │   ├── api_def_ConcatOffset.pbtxt
│   │   │   ├── api_def_Concat.pbtxt
│   │   │   ├── api_def_ConcatV2.pbtxt
│   │   │   ├── api_def_ConditionalAccumulator.pbtxt
│   │   │   ├── api_def_Conj.pbtxt
│   │   │   ├── api_def_ConjugateTranspose.pbtxt
│   │   │   ├── api_def_Const.pbtxt
│   │   │   ├── api_def_ConsumeMutexLock.pbtxt
│   │   │   ├── api_def_ControlTrigger.pbtxt
│   │   │   ├── api_def_Conv2DBackpropFilter.pbtxt
│   │   │   ├── api_def_Conv2DBackpropInput.pbtxt
│   │   │   ├── api_def_Conv2D.pbtxt
│   │   │   ├── api_def_Conv3DBackpropFilter.pbtxt
│   │   │   ├── api_def_Conv3DBackpropFilterV2.pbtxt
│   │   │   ├── api_def_Conv3DBackpropInput.pbtxt
│   │   │   ├── api_def_Conv3DBackpropInputV2.pbtxt
│   │   │   ├── api_def_Conv3D.pbtxt
│   │   │   ├── api_def_CropAndResizeGradBoxes.pbtxt
│   │   │   ├── api_def_CropAndResizeGradImage.pbtxt
│   │   │   ├── api_def_CropAndResize.pbtxt
│   │   │   ├── api_def_CTCBeamSearchDecoder.pbtxt
│   │   │   ├── api_def_CTCGreedyDecoder.pbtxt
│   │   │   ├── api_def_CTCLoss.pbtxt
│   │   │   ├── api_def_Cumprod.pbtxt
│   │   │   ├── api_def_Cumsum.pbtxt
│   │   │   ├── api_def_DataFormatDimMap.pbtxt
│   │   │   ├── api_def_DataFormatVecPermute.pbtxt
│   │   │   ├── api_def_DatasetToSingleElement.pbtxt
│   │   │   ├── api_def_DebugGradientIdentity.pbtxt
│   │   │   ├── api_def_DebugGradientRefIdentity.pbtxt
│   │   │   ├── api_def_DecodeAndCropJpeg.pbtxt
│   │   │   ├── api_def_DecodeBmp.pbtxt
│   │   │   ├── api_def_DecodeCompressed.pbtxt
│   │   │   ├── api_def_DecodeCSV.pbtxt
│   │   │   ├── api_def_DecodeGif.pbtxt
│   │   │   ├── api_def_DecodeJpeg.pbtxt
│   │   │   ├── api_def_DecodePng.pbtxt
│   │   │   ├── api_def_DeleteSessionTensor.pbtxt
│   │   │   ├── api_def_DenseToDenseSetOperation.pbtxt
│   │   │   ├── api_def_DenseToSparseBatchDataset.pbtxt
│   │   │   ├── api_def_DenseToSparseSetOperation.pbtxt
│   │   │   ├── api_def_DepthToSpace.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNativeBackpropFilter.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNativeBackpropInput.pbtxt
│   │   │   ├── api_def_DepthwiseConv2dNative.pbtxt
│   │   │   ├── api_def_DeserializeIterator.pbtxt
│   │   │   ├── api_def_DeserializeManySparse.pbtxt
│   │   │   ├── api_def_DeserializeSparse.pbtxt
│   │   │   ├── api_def_DestroyResourceOp.pbtxt
│   │   │   ├── api_def_DestroyTemporaryVariable.pbtxt
│   │   │   ├── api_def_Dilation2DBackpropFilter.pbtxt
│   │   │   ├── api_def_Dilation2DBackpropInput.pbtxt
│   │   │   ├── api_def_Dilation2D.pbtxt
│   │   │   ├── api_def_DrawBoundingBoxes.pbtxt
│   │   │   ├── api_def_EagerPyFunc.pbtxt
│   │   │   ├── api_def_EditDistance.pbtxt
│   │   │   ├── api_def_Elu.pbtxt
│   │   │   ├── api_def_EncodeJpeg.pbtxt
│   │   │   ├── api_def_EncodePng.pbtxt
│   │   │   ├── api_def_EnqueueInQueueDataset.pbtxt
│   │   │   ├── api_def_ExpandDims.pbtxt
│   │   │   ├── api_def_ExtractGlimpse.pbtxt
│   │   │   ├── api_def_ExtractJpegShape.pbtxt
│   │   │   ├── api_def_Fact.pbtxt
│   │   │   ├── api_def_FakeQueue.pbtxt
│   │   │   ├── api_def_FFT2D.pbtxt
│   │   │   ├── api_def_FFT3D.pbtxt
│   │   │   ├── api_def_FFT.pbtxt
│   │   │   ├── api_def_FIFOQueue.pbtxt
│   │   │   ├── api_def_FIFOQueueV2.pbtxt
│   │   │   ├── api_def_FilterDataset.pbtxt
│   │   │   ├── api_def_FixedLengthRecordDataset.pbtxt
│   │   │   ├── api_def_FixedLengthRecordReader.pbtxt
│   │   │   ├── api_def_FixedLengthRecordReaderV2.pbtxt
│   │   │   ├── api_def_FixedUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_FlatMapDataset.pbtxt
│   │   │   ├── api_def_FloorDiv.pbtxt
│   │   │   ├── api_def_FloorMod.pbtxt
│   │   │   ├── api_def_FractionalAvgPool.pbtxt
│   │   │   ├── api_def_FractionalMaxPool.pbtxt
│   │   │   ├── api_def_FusedBatchNormGrad.pbtxt
│   │   │   ├── api_def_FusedBatchNormGradV2.pbtxt
│   │   │   ├── api_def_FusedBatchNorm.pbtxt
│   │   │   ├── api_def_FusedBatchNormV2.pbtxt
│   │   │   ├── api_def_FusedPadConv2D.pbtxt
│   │   │   ├── api_def_FusedResizeAndPadConv2D.pbtxt
│   │   │   ├── api_def_Gather.pbtxt
│   │   │   ├── api_def_GatherV2.pbtxt
│   │   │   ├── api_def_GenerateVocabRemapping.pbtxt
│   │   │   ├── api_def_GeneratorDataset.pbtxt
│   │   │   ├── api_def_GetSessionHandle.pbtxt
│   │   │   ├── api_def_GetSessionHandleV2.pbtxt
│   │   │   ├── api_def_GetSessionTensor.pbtxt
│   │   │   ├── api_def_GroupByWindowDataset.pbtxt
│   │   │   ├── api_def_HashTable.pbtxt
│   │   │   ├── api_def_HashTableV2.pbtxt
│   │   │   ├── api_def_HistogramFixedWidth.pbtxt
│   │   │   ├── api_def_HistogramSummary.pbtxt
│   │   │   ├── api_def_HSVToRGB.pbtxt
│   │   │   ├── api_def_IdentityReader.pbtxt
│   │   │   ├── api_def_IdentityReaderV2.pbtxt
│   │   │   ├── api_def_IFFT2D.pbtxt
│   │   │   ├── api_def_IFFT3D.pbtxt
│   │   │   ├── api_def_IFFT.pbtxt
│   │   │   ├── api_def_ImageSummary.pbtxt
│   │   │   ├── api_def_Imag.pbtxt
│   │   │   ├── api_def_ImmutableConst.pbtxt
│   │   │   ├── api_def_InitializeTableFromTextFile.pbtxt
│   │   │   ├── api_def_InitializeTableFromTextFileV2.pbtxt
│   │   │   ├── api_def_InitializeTable.pbtxt
│   │   │   ├── api_def_InitializeTableV2.pbtxt
│   │   │   ├── api_def_InterleaveDataset.pbtxt
│   │   │   ├── api_def_InTopK.pbtxt
│   │   │   ├── api_def_InTopKV2.pbtxt
│   │   │   ├── api_def_Invert.pbtxt
│   │   │   ├── api_def_Inv.pbtxt
│   │   │   ├── api_def_IRFFT2D.pbtxt
│   │   │   ├── api_def_IRFFT3D.pbtxt
│   │   │   ├── api_def_IRFFT.pbtxt
│   │   │   ├── api_def_IsVariableInitialized.pbtxt
│   │   │   ├── api_def_IteratorFromStringHandle.pbtxt
│   │   │   ├── api_def_IteratorGetNext.pbtxt
│   │   │   ├── api_def_IteratorGetNextSync.pbtxt
│   │   │   ├── api_def_Iterator.pbtxt
│   │   │   ├── api_def_IteratorSetStatsAggregator.pbtxt
│   │   │   ├── api_def_IteratorToStringHandle.pbtxt
│   │   │   ├── api_def_L2Loss.pbtxt
│   │   │   ├── api_def_LatencyStatsDataset.pbtxt
│   │   │   ├── api_def_LearnedUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_LeftShift.pbtxt
│   │   │   ├── api_def_LinSpace.pbtxt
│   │   │   ├── api_def_ListDiff.pbtxt
│   │   │   ├── api_def_LMDBReader.pbtxt
│   │   │   ├── api_def_LoadAndRemapMatrix.pbtxt
│   │   │   ├── api_def_LogMatrixDeterminant.pbtxt
│   │   │   ├── api_def_LogSoftmax.pbtxt
│   │   │   ├── api_def_LogUniformCandidateSampler.pbtxt
│   │   │   ├── api_def_LookupTableExport.pbtxt
│   │   │   ├── api_def_LookupTableExportV2.pbtxt
│   │   │   ├── api_def_LookupTableFind.pbtxt
│   │   │   ├── api_def_LookupTableFindV2.pbtxt
│   │   │   ├── api_def_LookupTableImport.pbtxt
│   │   │   ├── api_def_LookupTableImportV2.pbtxt
│   │   │   ├── api_def_LookupTableInsert.pbtxt
│   │   │   ├── api_def_LookupTableInsertV2.pbtxt
│   │   │   ├── api_def_LookupTableSize.pbtxt
│   │   │   ├── api_def_LookupTableSizeV2.pbtxt
│   │   │   ├── api_def_LoopCond.pbtxt
│   │   │   ├── api_def_LRN.pbtxt
│   │   │   ├── api_def_MakeIterator.pbtxt
│   │   │   ├── api_def_MapAndBatchDataset.pbtxt
│   │   │   ├── api_def_MapClear.pbtxt
│   │   │   ├── api_def_MapDataset.pbtxt
│   │   │   ├── api_def_MapIncompleteSize.pbtxt
│   │   │   ├── api_def_MapPeek.pbtxt
│   │   │   ├── api_def_MapSize.pbtxt
│   │   │   ├── api_def_MapStage.pbtxt
│   │   │   ├── api_def_MapUnstageNoKey.pbtxt
│   │   │   ├── api_def_MapUnstage.pbtxt
│   │   │   ├── api_def_MatMul.pbtxt
│   │   │   ├── api_def_MatrixBandPart.pbtxt
│   │   │   ├── api_def_MatrixDeterminant.pbtxt
│   │   │   ├── api_def_MatrixDiagPart.pbtxt
│   │   │   ├── api_def_MatrixDiag.pbtxt
│   │   │   ├── api_def_MatrixExponential.pbtxt
│   │   │   ├── api_def_MatrixInverse.pbtxt
│   │   │   ├── api_def_MatrixSetDiag.pbtxt
│   │   │   ├── api_def_MatrixSolveLs.pbtxt
│   │   │   ├── api_def_MatrixSolve.pbtxt
│   │   │   ├── api_def_MatrixTriangularSolve.pbtxt
│   │   │   ├── api_def_Max.pbtxt
│   │   │   ├── api_def_MaxPool3DGradGrad.pbtxt
│   │   │   ├── api_def_MaxPool3DGrad.pbtxt
│   │   │   ├── api_def_MaxPool3D.pbtxt
│   │   │   ├── api_def_MaxPoolGradGrad.pbtxt
│   │   │   ├── api_def_MaxPoolGradGradV2.pbtxt
│   │   │   ├── api_def_MaxPoolGradGradWithArgmax.pbtxt
│   │   │   ├── api_def_MaxPoolGradV2.pbtxt
│   │   │   ├── api_def_MaxPool.pbtxt
│   │   │   ├── api_def_MaxPoolV2.pbtxt
│   │   │   ├── api_def_MaxPoolWithArgmax.pbtxt
│   │   │   ├── api_def_Mean.pbtxt
│   │   │   ├── api_def_Merge.pbtxt
│   │   │   ├── api_def_MergeSummary.pbtxt
│   │   │   ├── api_def_MergeV2Checkpoints.pbtxt
│   │   │   ├── api_def_Min.pbtxt
│   │   │   ├── api_def_MirrorPad.pbtxt
│   │   │   ├── api_def_Mul.pbtxt
│   │   │   ├── api_def_Multinomial.pbtxt
│   │   │   ├── api_def_MutableDenseHashTable.pbtxt
│   │   │   ├── api_def_MutableDenseHashTableV2.pbtxt
│   │   │   ├── api_def_MutableHashTableOfTensors.pbtxt
│   │   │   ├── api_def_MutableHashTableOfTensorsV2.pbtxt
│   │   │   ├── api_def_MutableHashTable.pbtxt
│   │   │   ├── api_def_MutableHashTableV2.pbtxt
│   │   │   ├── api_def_MutexLock.pbtxt
│   │   │   ├── api_def_MutexV2.pbtxt
│   │   │   ├── api_def_Neg.pbtxt
│   │   │   ├── api_def_NegTrain.pbtxt
│   │   │   ├── api_def_NextIteration.pbtxt
│   │   │   ├── api_def_NonMaxSuppression.pbtxt
│   │   │   ├── api_def_NonMaxSuppressionV2.pbtxt
│   │   │   ├── api_def_NthElement.pbtxt
│   │   │   ├── api_def_OneHot.pbtxt
│   │   │   ├── api_def_OneShotIterator.pbtxt
│   │   │   ├── api_def_OnesLike.pbtxt
│   │   │   ├── api_def_OrderedMapClear.pbtxt
│   │   │   ├── api_def_OrderedMapIncompleteSize.pbtxt
│   │   │   ├── api_def_OrderedMapPeek.pbtxt
│   │   │   ├── api_def_OrderedMapSize.pbtxt
│   │   │   ├── api_def_OrderedMapStage.pbtxt
│   │   │   ├── api_def_OrderedMapUnstageNoKey.pbtxt
│   │   │   ├── api_def_OrderedMapUnstage.pbtxt
│   │   │   ├── api_def_Pack.pbtxt
│   │   │   ├── api_def_PaddedBatchDataset.pbtxt
│   │   │   ├── api_def_PaddingFIFOQueue.pbtxt
│   │   │   ├── api_def_PaddingFIFOQueueV2.pbtxt
│   │   │   ├── api_def_Pad.pbtxt
│   │   │   ├── api_def_PadV2.pbtxt
│   │   │   ├── api_def_ParallelConcat.pbtxt
│   │   │   ├── api_def_ParallelDynamicStitch.pbtxt
│   │   │   ├── api_def_ParallelInterleaveDataset.pbtxt
│   │   │   ├── api_def_ParallelMapDataset.pbtxt
│   │   │   ├── api_def_ParameterizedTruncatedNormal.pbtxt
│   │   │   ├── api_def_ParseExample.pbtxt
│   │   │   ├── api_def_ParseSingleExample.pbtxt
│   │   │   ├── api_def_ParseSingleSequenceExample.pbtxt
│   │   │   ├── api_def_Placeholder.pbtxt
│   │   │   ├── api_def_PlaceholderV2.pbtxt
│   │   │   ├── api_def_PopulationCount.pbtxt
│   │   │   ├── api_def_Pow.pbtxt
│   │   │   ├── api_def_PrefetchDataset.pbtxt
│   │   │   ├── api_def_PrependFromQueueAndPaddedBatchDataset.pbtxt
│   │   │   ├── api_def_PreventGradient.pbtxt
│   │   │   ├── api_def_Print.pbtxt
│   │   │   ├── api_def_PriorityQueue.pbtxt
│   │   │   ├── api_def_PriorityQueueV2.pbtxt
│   │   │   ├── api_def_Prod.pbtxt
│   │   │   ├── api_def_PyFunc.pbtxt
│   │   │   ├── api_def_PyFuncStateless.pbtxt
│   │   │   ├── api_def_Qr.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantize.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantizeV2.pbtxt
│   │   │   ├── api_def_QuantizeAndDequantizeV3.pbtxt
│   │   │   ├── api_def_QuantizedAdd.pbtxt
│   │   │   ├── api_def_QuantizedAvgPool.pbtxt
│   │   │   ├── api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt
│   │   │   ├── api_def_QuantizedBiasAdd.pbtxt
│   │   │   ├── api_def_QuantizedConv2D.pbtxt
│   │   │   ├── api_def_QuantizedInstanceNorm.pbtxt
│   │   │   ├── api_def_QuantizedMatMul.pbtxt
│   │   │   ├── api_def_QuantizedMaxPool.pbtxt
│   │   │   ├── api_def_QuantizedMul.pbtxt
│   │   │   ├── api_def_QuantizeDownAndShrinkRange.pbtxt
│   │   │   ├── api_def_QuantizedRelu6.pbtxt
│   │   │   ├── api_def_QuantizedRelu.pbtxt
│   │   │   ├── api_def_QuantizedReluX.pbtxt
│   │   │   ├── api_def_QuantizedReshape.pbtxt
│   │   │   ├── api_def_QuantizedResizeBilinear.pbtxt
│   │   │   ├── api_def_QuantizeV2.pbtxt
│   │   │   ├── api_def_QueueClose.pbtxt
│   │   │   ├── api_def_QueueCloseV2.pbtxt
│   │   │   ├── api_def_QueueDequeueMany.pbtxt
│   │   │   ├── api_def_QueueDequeueManyV2.pbtxt
│   │   │   ├── api_def_QueueDequeue.pbtxt
│   │   │   ├── api_def_QueueDequeueUpTo.pbtxt
│   │   │   ├── api_def_QueueDequeueUpToV2.pbtxt
│   │   │   ├── api_def_QueueDequeueV2.pbtxt
│   │   │   ├── api_def_QueueEnqueueMany.pbtxt
│   │   │   ├── api_def_QueueEnqueueManyV2.pbtxt
│   │   │   ├── api_def_QueueEnqueue.pbtxt
│   │   │   ├── api_def_QueueEnqueueV2.pbtxt
│   │   │   ├── api_def_QueueIsClosed.pbtxt
│   │   │   ├── api_def_QueueIsClosedV2.pbtxt
│   │   │   ├── api_def_QueueSize.pbtxt
│   │   │   ├── api_def_QueueSizeV2.pbtxt
│   │   │   ├── api_def_RandomCrop.pbtxt
│   │   │   ├── api_def_RandomDataset.pbtxt
│   │   │   ├── api_def_RandomGamma.pbtxt
│   │   │   ├── api_def_RandomPoisson.pbtxt
│   │   │   ├── api_def_RandomPoissonV2.pbtxt
│   │   │   ├── api_def_RandomShuffle.pbtxt
│   │   │   ├── api_def_RandomShuffleQueue.pbtxt
│   │   │   ├── api_def_RandomShuffleQueueV2.pbtxt
│   │   │   ├── api_def_RandomStandardNormal.pbtxt
│   │   │   ├── api_def_RandomUniformInt.pbtxt
│   │   │   ├── api_def_RandomUniform.pbtxt
│   │   │   ├── api_def_RangeDataset.pbtxt
│   │   │   ├── api_def_Range.pbtxt
│   │   │   ├── api_def_ReaderNumRecordsProduced.pbtxt
│   │   │   ├── api_def_ReaderNumRecordsProducedV2.pbtxt
│   │   │   ├── api_def_ReaderNumWorkUnitsCompleted.pbtxt
│   │   │   ├── api_def_ReaderNumWorkUnitsCompletedV2.pbtxt
│   │   │   ├── api_def_ReaderRead.pbtxt
│   │   │   ├── api_def_ReaderReadUpTo.pbtxt
│   │   │   ├── api_def_ReaderReadUpToV2.pbtxt
│   │   │   ├── api_def_ReaderReadV2.pbtxt
│   │   │   ├── api_def_ReaderReset.pbtxt
│   │   │   ├── api_def_ReaderResetV2.pbtxt
│   │   │   ├── api_def_ReaderRestoreState.pbtxt
│   │   │   ├── api_def_ReaderRestoreStateV2.pbtxt
│   │   │   ├── api_def_ReaderSerializeState.pbtxt
│   │   │   ├── api_def_ReaderSerializeStateV2.pbtxt
│   │   │   ├── api_def_ReadVariableOp.pbtxt
│   │   │   ├── api_def_RealDiv.pbtxt
│   │   │   ├── api_def_Real.pbtxt
│   │   │   ├── api_def_RecordInput.pbtxt
│   │   │   ├── api_def_ReduceJoin.pbtxt
│   │   │   ├── api_def_RefNextIteration.pbtxt
│   │   │   ├── api_def_RefSelect.pbtxt
│   │   │   ├── api_def_RefSwitch.pbtxt
│   │   │   ├── api_def_Relu6.pbtxt
│   │   │   ├── api_def_Relu.pbtxt
│   │   │   ├── api_def_RemoteCall.pbtxt
│   │   │   ├── api_def_RepeatDataset.pbtxt
│   │   │   ├── api_def_RequantizationRange.pbtxt
│   │   │   ├── api_def_Requantize.pbtxt
│   │   │   ├── api_def_ResizeArea.pbtxt
│   │   │   ├── api_def_ResizeBicubic.pbtxt
│   │   │   ├── api_def_ResizeBilinear.pbtxt
│   │   │   ├── api_def_ResizeNearestNeighbor.pbtxt
│   │   │   ├── api_def_ResourceApplyAdadelta.pbtxt
│   │   │   ├── api_def_ResourceApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ResourceApplyAdagrad.pbtxt
│   │   │   ├── api_def_ResourceApplyAdam.pbtxt
│   │   │   ├── api_def_ResourceApplyAddSign.pbtxt
│   │   │   ├── api_def_ResourceApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ResourceApplyFtrl.pbtxt
│   │   │   ├── api_def_ResourceApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ResourceApplyGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceApplyMomentum.pbtxt
│   │   │   ├── api_def_ResourceApplyPowerSign.pbtxt
│   │   │   ├── api_def_ResourceApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ResourceApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceApplyRMSProp.pbtxt
│   │   │   ├── api_def_ResourceCountUpTo.pbtxt
│   │   │   ├── api_def_ResourceGather.pbtxt
│   │   │   ├── api_def_ResourceScatterAdd.pbtxt
│   │   │   ├── api_def_ResourceScatterNdUpdate.pbtxt
│   │   │   ├── api_def_ResourceScatterUpdate.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdadelta.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdagradDA.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyAdagrad.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyFtrl.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyFtrlV2.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyMomentum.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_ResourceSparseApplyRMSProp.pbtxt
│   │   │   ├── api_def_ResourceStridedSliceAssign.pbtxt
│   │   │   ├── api_def_Restore.pbtxt
│   │   │   ├── api_def_RestoreSlice.pbtxt
│   │   │   ├── api_def_RestoreV2.pbtxt
│   │   │   ├── api_def_Reverse.pbtxt
│   │   │   ├── api_def_ReverseSequence.pbtxt
│   │   │   ├── api_def_ReverseV2.pbtxt
│   │   │   ├── api_def_RFFT2D.pbtxt
│   │   │   ├── api_def_RFFT3D.pbtxt
│   │   │   ├── api_def_RFFT.pbtxt
│   │   │   ├── api_def_RGBToHSV.pbtxt
│   │   │   ├── api_def_RightShift.pbtxt
│   │   │   ├── api_def_Roll.pbtxt
│   │   │   ├── api_def_SampleDistortedBoundingBox.pbtxt
│   │   │   ├── api_def_SampleDistortedBoundingBoxV2.pbtxt
│   │   │   ├── api_def_Save.pbtxt
│   │   │   ├── api_def_SaveSlices.pbtxt
│   │   │   ├── api_def_SaveV2.pbtxt
│   │   │   ├── api_def_ScalarSummary.pbtxt
│   │   │   ├── api_def_ScanDataset.pbtxt
│   │   │   ├── api_def_ScatterNdNonAliasingAdd.pbtxt
│   │   │   ├── api_def_SdcaFprint.pbtxt
│   │   │   ├── api_def_SdcaOptimizer.pbtxt
│   │   │   ├── api_def_SdcaShrinkL1.pbtxt
│   │   │   ├── api_def_Select.pbtxt
│   │   │   ├── api_def_SelfAdjointEig.pbtxt
│   │   │   ├── api_def_SelfAdjointEigV2.pbtxt
│   │   │   ├── api_def_Selu.pbtxt
│   │   │   ├── api_def_SerializeIterator.pbtxt
│   │   │   ├── api_def_SerializeManySparse.pbtxt
│   │   │   ├── api_def_SerializeSparse.pbtxt
│   │   │   ├── api_def_SetSize.pbtxt
│   │   │   ├── api_def_Shape.pbtxt
│   │   │   ├── api_def_ShardedFilename.pbtxt
│   │   │   ├── api_def_ShardedFilespec.pbtxt
│   │   │   ├── api_def_ShuffleAndRepeatDataset.pbtxt
│   │   │   ├── api_def_ShuffleDataset.pbtxt
│   │   │   ├── api_def_Sigmoid.pbtxt
│   │   │   ├── api_def_Size.pbtxt
│   │   │   ├── api_def_SkipDataset.pbtxt
│   │   │   ├── api_def_Skipgram.pbtxt
│   │   │   ├── api_def_Slice.pbtxt
│   │   │   ├── api_def_Snapshot.pbtxt
│   │   │   ├── api_def_SoftmaxCrossEntropyWithLogits.pbtxt
│   │   │   ├── api_def_Softmax.pbtxt
│   │   │   ├── api_def_Softplus.pbtxt
│   │   │   ├── api_def_Softsign.pbtxt
│   │   │   ├── api_def_SpaceToBatch.pbtxt
│   │   │   ├── api_def_SpaceToDepth.pbtxt
│   │   │   ├── api_def_SparseAccumulatorApplyGradient.pbtxt
│   │   │   ├── api_def_SparseAccumulatorTakeGradient.pbtxt
│   │   │   ├── api_def_SparseAddGrad.pbtxt
│   │   │   ├── api_def_SparseAdd.pbtxt
│   │   │   ├── api_def_SparseApplyAdadelta.pbtxt
│   │   │   ├── api_def_SparseApplyAdagradDA.pbtxt
│   │   │   ├── api_def_SparseApplyAdagrad.pbtxt
│   │   │   ├── api_def_SparseApplyCenteredRMSProp.pbtxt
│   │   │   ├── api_def_SparseApplyFtrl.pbtxt
│   │   │   ├── api_def_SparseApplyFtrlV2.pbtxt
│   │   │   ├── api_def_SparseApplyMomentum.pbtxt
│   │   │   ├── api_def_SparseApplyProximalAdagrad.pbtxt
│   │   │   ├── api_def_SparseApplyProximalGradientDescent.pbtxt
│   │   │   ├── api_def_SparseApplyRMSProp.pbtxt
│   │   │   ├── api_def_SparseConcat.pbtxt
│   │   │   ├── api_def_SparseConditionalAccumulator.pbtxt
│   │   │   ├── api_def_SparseCross.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseAdd.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseDiv.pbtxt
│   │   │   ├── api_def_SparseDenseCwiseMul.pbtxt
│   │   │   ├── api_def_SparseFillEmptyRowsGrad.pbtxt
│   │   │   ├── api_def_SparseFillEmptyRows.pbtxt
│   │   │   ├── api_def_SparseMatMul.pbtxt
│   │   │   ├── api_def_SparseReorder.pbtxt
│   │   │   ├── api_def_SparseReshape.pbtxt
│   │   │   ├── api_def_SparseSegmentMeanGrad.pbtxt
│   │   │   ├── api_def_SparseSegmentMean.pbtxt
│   │   │   ├── api_def_SparseSegmentMeanWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtNGrad.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtN.pbtxt
│   │   │   ├── api_def_SparseSegmentSqrtNWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSegmentSum.pbtxt
│   │   │   ├── api_def_SparseSegmentSumWithNumSegments.pbtxt
│   │   │   ├── api_def_SparseSoftmaxCrossEntropyWithLogits.pbtxt
│   │   │   ├── api_def_SparseSparseMaximum.pbtxt
│   │   │   ├── api_def_SparseSparseMinimum.pbtxt
│   │   │   ├── api_def_SparseSplit.pbtxt
│   │   │   ├── api_def_SparseTensorDenseAdd.pbtxt
│   │   │   ├── api_def_SparseTensorDenseMatMul.pbtxt
│   │   │   ├── api_def_SparseTensorSliceDataset.pbtxt
│   │   │   ├── api_def_SparseToDense.pbtxt
│   │   │   ├── api_def_SparseToSparseSetOperation.pbtxt
│   │   │   ├── api_def_Split.pbtxt
│   │   │   ├── api_def_SplitV.pbtxt
│   │   │   ├── api_def_SqlDataset.pbtxt
│   │   │   ├── api_def_Squeeze.pbtxt
│   │   │   ├── api_def_StackClose.pbtxt
│   │   │   ├── api_def_StackCloseV2.pbtxt
│   │   │   ├── api_def_Stack.pbtxt
│   │   │   ├── api_def_StackPop.pbtxt
│   │   │   ├── api_def_StackPopV2.pbtxt
│   │   │   ├── api_def_StackPush.pbtxt
│   │   │   ├── api_def_StackPushV2.pbtxt
│   │   │   ├── api_def_StackV2.pbtxt
│   │   │   ├── api_def_StageClear.pbtxt
│   │   │   ├── api_def_Stage.pbtxt
│   │   │   ├── api_def_StagePeek.pbtxt
│   │   │   ├── api_def_StageSize.pbtxt
│   │   │   ├── api_def_StatsAggregatorHandle.pbtxt
│   │   │   ├── api_def_StatsAggregatorSummary.pbtxt
│   │   │   ├── api_def_StridedSliceAssign.pbtxt
│   │   │   ├── api_def_StridedSliceGrad.pbtxt
│   │   │   ├── api_def_StridedSlice.pbtxt
│   │   │   ├── api_def_StringSplit.pbtxt
│   │   │   ├── api_def_Sub.pbtxt
│   │   │   ├── api_def_Sum.pbtxt
│   │   │   ├── api_def_Svd.pbtxt
│   │   │   ├── api_def_Switch.pbtxt
│   │   │   ├── api_def_SymbolicGradient.pbtxt
│   │   │   ├── api_def_TakeDataset.pbtxt
│   │   │   ├── api_def_TakeManySparseFromTensorsMap.pbtxt
│   │   │   ├── api_def_Tanh.pbtxt
│   │   │   ├── api_def_TemporaryVariable.pbtxt
│   │   │   ├── api_def_TensorArrayClose.pbtxt
│   │   │   ├── api_def_TensorArrayCloseV2.pbtxt
│   │   │   ├── api_def_TensorArrayCloseV3.pbtxt
│   │   │   ├── api_def_TensorArrayConcat.pbtxt
│   │   │   ├── api_def_TensorArrayConcatV2.pbtxt
│   │   │   ├── api_def_TensorArrayConcatV3.pbtxt
│   │   │   ├── api_def_TensorArrayGather.pbtxt
│   │   │   ├── api_def_TensorArrayGatherV2.pbtxt
│   │   │   ├── api_def_TensorArrayGatherV3.pbtxt
│   │   │   ├── api_def_TensorArrayGrad.pbtxt
│   │   │   ├── api_def_TensorArrayGradV2.pbtxt
│   │   │   ├── api_def_TensorArrayGradV3.pbtxt
│   │   │   ├── api_def_TensorArrayPack.pbtxt
│   │   │   ├── api_def_TensorArray.pbtxt
│   │   │   ├── api_def_TensorArrayRead.pbtxt
│   │   │   ├── api_def_TensorArrayReadV2.pbtxt
│   │   │   ├── api_def_TensorArrayReadV3.pbtxt
│   │   │   ├── api_def_TensorArrayScatter.pbtxt
│   │   │   ├── api_def_TensorArrayScatterV2.pbtxt
│   │   │   ├── api_def_TensorArrayScatterV3.pbtxt
│   │   │   ├── api_def_TensorArraySize.pbtxt
│   │   │   ├── api_def_TensorArraySizeV2.pbtxt
│   │   │   ├── api_def_TensorArraySizeV3.pbtxt
│   │   │   ├── api_def_TensorArraySplit.pbtxt
│   │   │   ├── api_def_TensorArraySplitV2.pbtxt
│   │   │   ├── api_def_TensorArraySplitV3.pbtxt
│   │   │   ├── api_def_TensorArrayUnpack.pbtxt
│   │   │   ├── api_def_TensorArrayV2.pbtxt
│   │   │   ├── api_def_TensorArrayV3.pbtxt
│   │   │   ├── api_def_TensorArrayWrite.pbtxt
│   │   │   ├── api_def_TensorArrayWriteV2.pbtxt
│   │   │   ├── api_def_TensorArrayWriteV3.pbtxt
│   │   │   ├── api_def_TensorDataset.pbtxt
│   │   │   ├── api_def_TensorSliceDataset.pbtxt
│   │   │   ├── api_def_TensorSummary.pbtxt
│   │   │   ├── api_def_TensorSummaryV2.pbtxt
│   │   │   ├── api_def_TextLineDataset.pbtxt
│   │   │   ├── api_def_TextLineReader.pbtxt
│   │   │   ├── api_def_TextLineReaderV2.pbtxt
│   │   │   ├── api_def_TFRecordDataset.pbtxt
│   │   │   ├── api_def_TFRecordReader.pbtxt
│   │   │   ├── api_def_TFRecordReaderV2.pbtxt
│   │   │   ├── api_def_ThreadUnsafeUnigramCandidateSampler.pbtxt
│   │   │   ├── api_def_TileGrad.pbtxt
│   │   │   ├── api_def_TopK.pbtxt
│   │   │   ├── api_def_TopKV2.pbtxt
│   │   │   ├── api_def_Transpose.pbtxt
│   │   │   ├── api_def_TruncateDiv.pbtxt
│   │   │   ├── api_def_TruncatedNormal.pbtxt
│   │   │   ├── api_def_TruncateMod.pbtxt
│   │   │   ├── api_def_UniformCandidateSampler.pbtxt
│   │   │   ├── api_def_Unique.pbtxt
│   │   │   ├── api_def_UniqueV2.pbtxt
│   │   │   ├── api_def_UniqueWithCounts.pbtxt
│   │   │   ├── api_def_UniqueWithCountsV2.pbtxt
│   │   │   ├── api_def_Unpack.pbtxt
│   │   │   ├── api_def_Unstage.pbtxt
│   │   │   ├── api_def_VarHandleOp.pbtxt
│   │   │   ├── api_def_Variable.pbtxt
│   │   │   ├── api_def_VariableShape.pbtxt
│   │   │   ├── api_def_VariableV2.pbtxt
│   │   │   ├── api_def_VarIsInitializedOp.pbtxt
│   │   │   ├── api_def_Where.pbtxt
│   │   │   ├── api_def_WholeFileReader.pbtxt
│   │   │   ├── api_def_WholeFileReaderV2.pbtxt
│   │   │   ├── api_def_ZerosLike.pbtxt
│   │   │   └── api_def_ZipDataset.pbtxt
│   │   ├── update_api_def.cc
│   │   ├── update_api_def.h
│   │   ├── update_api_def_main.cc
│   │   ├── update_api_def.sh
│   │   └── update_api_def_test.cc
│   ├── BUILD
│   ├── common_runtime
│   │   ├── accumulate_n_optimizer.cc
│   │   ├── allocator_retry.cc
│   │   ├── allocator_retry.h
│   │   ├── bfc_allocator.cc
│   │   ├── bfc_allocator.h
│   │   ├── build_graph_options.cc
│   │   ├── build_graph_options.h
│   │   ├── constant_folding.cc
│   │   ├── constant_folding.h
│   │   ├── constant_folding_test.cc
│   │   ├── copy_tensor.cc
│   │   ├── copy_tensor.h
│   │   ├── costmodel_manager.cc
│   │   ├── costmodel_manager.h
│   │   ├── debugger_state_interface.cc
│   │   ├── debugger_state_interface.h
│   │   ├── device.cc
│   │   ├── device_factory.cc
│   │   ├── device_factory.h
│   │   ├── device.h
│   │   ├── device_mgr.cc
│   │   ├── device_mgr.h
│   │   ├── device_set.cc
│   │   ├── device_set.h
│   │   ├── device_set_test.cc
│   │   ├── direct_session.cc
│   │   ├── direct_session.h
│   │   ├── direct_session_test.cc
│   │   ├── direct_session_with_tracking_alloc_test.cc
│   │   ├── dma_helper.h
│   │   ├── eigen_thread_pool.h
│   │   ├── eval_const_tensor.cc
│   │   ├── eval_const_tensor.h
│   │   ├── executor.cc
│   │   ├── executor.h
│   │   ├── function.cc
│   │   ├── function.h
│   │   ├── function_test.cc
│   │   ├── function_testlib.cc
│   │   ├── function_testlib.h
│   │   ├── gpu
│   │   │   ├── gpu_allocator_retry_test.cc
│   │   │   ├── gpu_bfc_allocator.cc
│   │   │   ├── gpu_bfc_allocator.h
│   │   │   ├── gpu_bfc_allocator_test.cc
│   │   │   ├── gpu_cudamalloc_allocator.cc
│   │   │   ├── gpu_cudamalloc_allocator.h
│   │   │   ├── gpu_debug_allocator.cc
│   │   │   ├── gpu_debug_allocator.h
│   │   │   ├── gpu_debug_allocator_test.cc
│   │   │   ├── gpu_device.cc
│   │   │   ├── gpu_device_factory.cc
│   │   │   ├── gpu_device.h
│   │   │   ├── gpu_device_on_non_gpu_machine_test.cc
│   │   │   ├── gpu_device_test.cc
│   │   │   ├── gpu_event_mgr.cc
│   │   │   ├── gpu_event_mgr.h
│   │   │   ├── gpu_event_mgr_test.cc
│   │   │   ├── gpu_id.h
│   │   │   ├── gpu_id_manager.cc
│   │   │   ├── gpu_id_manager.h
│   │   │   ├── gpu_id_manager_test.cc
│   │   │   ├── gpu_id_utils.h
│   │   │   ├── gpu_init.cc
│   │   │   ├── gpu_init.h
│   │   │   ├── gpu_managed_allocator.cc
│   │   │   ├── gpu_managed_allocator.h
│   │   │   ├── gpu_stream_util.cc
│   │   │   ├── gpu_stream_util.h
│   │   │   ├── gpu_stream_util_test.cc
│   │   │   ├── gpu_util.cc
│   │   │   ├── gpu_util.h
│   │   │   ├── gpu_util_platform_specific.cc
│   │   │   ├── pool_allocator.cc
│   │   │   ├── pool_allocator.h
│   │   │   ├── pool_allocator_test.cc
│   │   │   ├── process_state.cc
│   │   │   └── process_state.h
│   │   ├── gpu_device_context.h
│   │   ├── graph_execution_state.cc
│   │   ├── graph_execution_state.h
│   │   ├── graph_optimizer.cc
│   │   ├── graph_optimizer.h
│   │   ├── graph_runner.cc
│   │   ├── graph_runner.h
│   │   ├── graph_runner_test.cc
│   │   ├── kernel_benchmark_testlib.cc
│   │   ├── kernel_benchmark_testlib.h
│   │   ├── local_device.cc
│   │   ├── local_device.h
│   │   ├── memory_types.cc
│   │   ├── memory_types.h
│   │   ├── memory_types_test.cc
│   │   ├── mkl_cpu_allocator.cc
│   │   ├── mkl_cpu_allocator.h
│   │   ├── mkl_cpu_allocator_test.cc
│   │   ├── optimization_registry.cc
│   │   ├── optimization_registry.h
│   │   ├── optimization_registry_test.cc
│   │   ├── parallel_concat_optimizer.cc
│   │   ├── pending_counts.h
│   │   ├── pending_counts_test.cc
│   │   ├── placer.cc
│   │   ├── placer.h
│   │   ├── placer_test.cc
│   │   ├── process_function_library_runtime.cc
│   │   ├── process_function_library_runtime.h
│   │   ├── process_function_library_runtime_test.cc
│   │   ├── process_util.cc
│   │   ├── process_util.h
│   │   ├── profile_handler.h
│   │   ├── renamed_device.cc
│   │   ├── renamed_device.h
│   │   ├── rendezvous_mgr.cc
│   │   ├── rendezvous_mgr.h
│   │   ├── rendezvous_util.cc
│   │   ├── rendezvous_util.h
│   │   ├── rendezvous_util_test.cc
│   │   ├── session.cc
│   │   ├── session_factory.cc
│   │   ├── session_factory.h
│   │   ├── session_options.cc
│   │   ├── session_state.cc
│   │   ├── session_test.cc
│   │   ├── shape_refiner.cc
│   │   ├── shape_refiner.h
│   │   ├── shape_refiner_test.cc
│   │   ├── stats_publisher_interface.cc
│   │   ├── stats_publisher_interface.h
│   │   ├── step_stats_collector.cc
│   │   ├── step_stats_collector.h
│   │   ├── sycl
│   │   │   ├── sycl_allocator.cc
│   │   │   ├── sycl_allocator.h
│   │   │   ├── sycl_device.cc
│   │   │   ├── sycl_device_context.cc
│   │   │   ├── sycl_device_context.h
│   │   │   ├── sycl_device_factory.cc
│   │   │   ├── sycl_device.h
│   │   │   └── sycl_util.h
│   │   ├── threadpool_device.cc
│   │   ├── threadpool_device_factory.cc
│   │   └── threadpool_device.h
│   ├── debug
│   │   ├── BUILD
│   │   ├── debug_callback_registry.cc
│   │   ├── debug_callback_registry.h
│   │   ├── debug.cc
│   │   ├── debug_gateway.cc
│   │   ├── debug_gateway.h
│   │   ├── debug_gateway_test.cc
│   │   ├── debugger_event_metadata.pb.cc
│   │   ├── debugger_event_metadata.pb.h
│   │   ├── debugger_event_metadata.proto
│   │   ├── debugger_state_impl.cc
│   │   ├── debugger_state_impl.h
│   │   ├── debug_graph_utils.cc
│   │   ├── debug_graph_utils.h
│   │   ├── debug_graph_utils_test.cc
│   │   ├── debug_grpc_io_utils_test.cc
│   │   ├── debug_grpc_testlib.cc
│   │   ├── debug_grpc_testlib.h
│   │   ├── debug_io_utils.cc
│   │   ├── debug_io_utils.h
│   │   ├── debug_io_utils_test.cc
│   │   ├── debug_node_key.cc
│   │   ├── debug_node_key.h
│   │   ├── debug_service.pb.cc
│   │   ├── debug_service.pb.h
│   │   ├── debug_service.proto
│   │   └── grpc_session_debug_test.cc
│   ├── distributed_runtime
│   │   ├── base_rendezvous_mgr.cc
│   │   ├── base_rendezvous_mgr.h
│   │   ├── BUILD
│   │   ├── call_options.cc
│   │   ├── call_options.h
│   │   ├── call_options_test.cc
│   │   ├── cluster_function_library_runtime.cc
│   │   ├── cluster_function_library_runtime.h
│   │   ├── cluster_function_library_runtime_test.cc
│   │   ├── executor_test.cc
│   │   ├── graph_mgr.cc
│   │   ├── graph_mgr.h
│   │   ├── local_master.cc
│   │   ├── local_master.h
│   │   ├── master.cc
│   │   ├── master_env.h
│   │   ├── master.h
│   │   ├── master_interface.h
│   │   ├── master_session.cc
│   │   ├── master_session.h
│   │   ├── master_test.cc
│   │   ├── message_wrappers.cc
│   │   ├── message_wrappers.h
│   │   ├── message_wrappers_test.cc
│   │   ├── partial_run_mgr.cc
│   │   ├── partial_run_mgr.h
│   │   ├── partial_run_mgr_test.cc
│   │   ├── README.md
│   │   ├── recent_request_ids.cc
│   │   ├── recent_request_ids.h
│   │   ├── recent_request_ids_test.cc
│   │   ├── remote_device.cc
│   │   ├── remote_device.h
│   │   ├── remote_device_test.cc
│   │   ├── rendezvous_mgr_interface.h
│   │   ├── request_id.cc
│   │   ├── request_id.h
│   │   ├── request_id_test.cc
│   │   ├── rpc
│   │   │   ├── async_service_interface.h
│   │   │   ├── BUILD
│   │   │   ├── grpc_call.h
│   │   │   ├── grpc_channel.cc
│   │   │   ├── grpc_channel.h
│   │   │   ├── grpc_channel_test.cc
│   │   │   ├── grpc_client_cq_tag.h
│   │   │   ├── grpc_master_service.cc
│   │   │   ├── grpc_master_service.h
│   │   │   ├── grpc_master_service_impl.cc
│   │   │   ├── grpc_master_service_impl.h
│   │   │   ├── grpc_remote_master.cc
│   │   │   ├── grpc_remote_master.h
│   │   │   ├── grpc_remote_worker.cc
│   │   │   ├── grpc_remote_worker.h
│   │   │   ├── grpc_serialization_traits.h
│   │   │   ├── grpc_server_lib.cc
│   │   │   ├── grpc_server_lib.h
│   │   │   ├── grpc_session.cc
│   │   │   ├── grpc_session.h
│   │   │   ├── grpc_session_test.cc
│   │   │   ├── grpc_state.h
│   │   │   ├── grpc_tensor_coding.cc
│   │   │   ├── grpc_tensor_coding.h
│   │   │   ├── grpc_tensor_coding_test.cc
│   │   │   ├── grpc_tensorflow_server.cc
│   │   │   ├── grpc_testlib.cc
│   │   │   ├── grpc_testlib.h
│   │   │   ├── grpc_testlib_ops.cc
│   │   │   ├── grpc_testlib_server.cc
│   │   │   ├── grpc_util.cc
│   │   │   ├── grpc_util.h
│   │   │   ├── grpc_util_test.cc
│   │   │   ├── grpc_worker_cache.cc
│   │   │   ├── grpc_worker_cache.h
│   │   │   ├── grpc_worker_service.cc
│   │   │   ├── grpc_worker_service.h
│   │   │   ├── grpc_worker_service_impl.cc
│   │   │   ├── grpc_worker_service_impl.h
│   │   │   ├── rpc_rendezvous_mgr.cc
│   │   │   ├── rpc_rendezvous_mgr.h
│   │   │   └── rpc_rendezvous_mgr_test.cc
│   │   ├── rpcbench_test.cc
│   │   ├── scheduler.cc
│   │   ├── scheduler.h
│   │   ├── server_lib.cc
│   │   ├── server_lib.h
│   │   ├── session_mgr.cc
│   │   ├── session_mgr.h
│   │   ├── session_mgr_test.cc
│   │   ├── tensor_coding.cc
│   │   ├── tensor_coding.h
│   │   ├── tensor_coding_test.cc
│   │   ├── worker_cache.h
│   │   ├── worker_cache_logger.cc
│   │   ├── worker_cache_logger.h
│   │   ├── worker_cache_partial.cc
│   │   ├── worker_cache_partial.h
│   │   ├── worker_cache_wrapper.h
│   │   ├── worker.cc
│   │   ├── worker_env.h
│   │   ├── worker.h
│   │   ├── worker_interface.h
│   │   ├── worker_session.cc
│   │   └── worker_session.h
│   ├── example
│   │   ├── example_parser_configuration.cc
│   │   ├── example_parser_configuration.h
│   │   ├── example_parser_configuration.pb.cc
│   │   ├── example_parser_configuration.pb.h
│   │   ├── example_parser_configuration.proto
│   │   ├── example_parser_configuration_test.cc
│   │   ├── example.pb.cc
│   │   ├── example.pb.h
│   │   ├── example.pb_text.cc
│   │   ├── example.pb_text.h
│   │   ├── example.pb_text-impl.h
│   │   ├── example.proto
│   │   ├── feature.pb.cc
│   │   ├── feature.pb.h
│   │   ├── feature.pb_text.cc
│   │   ├── feature.pb_text.h
│   │   ├── feature.pb_text-impl.h
│   │   ├── feature.proto
│   │   ├── feature_util.cc
│   │   ├── feature_util.h
│   │   ├── feature_util_test.cc
│   │   └── testdata
│   │   └── parse_example_graph_def.pbtxt
│   ├── framework
│   │   ├── allocation_description.pb.cc
│   │   ├── allocation_description.pb.h
│   │   ├── allocation_description.pb_text.cc
│   │   ├── allocation_description.pb_text.h
│   │   ├── allocation_description.pb_text-impl.h
│   │   ├── allocation_description.proto
│   │   ├── allocator.cc
│   │   ├── allocator.h
│   │   ├── allocator_registry.cc
│   │   ├── allocator_registry.h
│   │   ├── allocator_test.cc
│   │   ├── api_def.pb.cc
│   │   ├── api_def.pb.h
│   │   ├── api_def.proto
│   │   ├── attr_value.pb.cc
│   │   ├── attr_value.pb.h
│   │   ├── attr_value.pb_text.cc
│   │   ├── attr_value.pb_text.h
│   │   ├── attr_value.pb_text-impl.h
│   │   ├── attr_value.proto
│   │   ├── attr_value_util.cc
│   │   ├── attr_value_util.h
│   │   ├── attr_value_util_test.cc
│   │   ├── bfloat16.cc
│   │   ├── bfloat16.h
│   │   ├── bfloat16_test.cc
│   │   ├── cancellation.cc
│   │   ├── cancellation.h
│   │   ├── cancellation_test.cc
│   │   ├── common_shape_fns.cc
│   │   ├── common_shape_fns.h
│   │   ├── common_shape_fns_test.cc
│   │   ├── control_flow.h
│   │   ├── cost_graph.pb.cc
│   │   ├── cost_graph.pb.h
│   │   ├── cost_graph.pb_text.cc
│   │   ├── cost_graph.pb_text.h
│   │   ├── cost_graph.pb_text-impl.h
│   │   ├── cost_graph.proto
│   │   ├── dataset.cc
│   │   ├── dataset.h
│   │   ├── dataset_stateful_op_whitelist.h
│   │   ├── device_attributes.pb.cc
│   │   ├── device_attributes.pb.h
│   │   ├── device_attributes.pb_text.cc
│   │   ├── device_attributes.pb_text.h
│   │   ├── device_attributes.pb_text-impl.h
│   │   ├── device_attributes.proto
│   │   ├── device_base.cc
│   │   ├── device_base.h
│   │   ├── fake_input.cc
│   │   ├── fake_input.h
│   │   ├── function.cc
│   │   ├── function.h
│   │   ├── function.pb.cc
│   │   ├── function.pb.h
│   │   ├── function.pb_text.cc
│   │   ├── function.pb_text.h
│   │   ├── function.pb_text-impl.h
│   │   ├── function.proto
│   │   ├── function_test.cc
│   │   ├── function_testlib.cc
│   │   ├── function_testlib.h
│   │   ├── graph_def_util.cc
│   │   ├── graph_def_util.h
│   │   ├── graph_def_util_test.cc
│   │   ├── graph.pb.cc
│   │   ├── graph.pb.h
│   │   ├── graph.pb_text.cc
│   │   ├── graph.pb_text.h
│   │   ├── graph.pb_text-impl.h
│   │   ├── graph.proto
│   │   ├── graph_transfer_info.pb.cc
│   │   ├── graph_transfer_info.pb.h
│   │   ├── graph_transfer_info.pb_text.cc
│   │   ├── graph_transfer_info.pb_text.h
│   │   ├── graph_transfer_info.pb_text-impl.h
│   │   ├── graph_transfer_info.proto
│   │   ├── iterator.pb.cc
│   │   ├── iterator.pb.h
│   │   ├── iterator.proto
│   │   ├── kernel_def_builder.cc
│   │   ├── kernel_def_builder.h
│   │   ├── kernel_def_builder_test.cc
│   │   ├── kernel_def.pb.cc
│   │   ├── kernel_def.pb.h
│   │   ├── kernel_def.pb_text.cc
│   │   ├── kernel_def.pb_text.h
│   │   ├── kernel_def.pb_text-impl.h
│   │   ├── kernel_def.proto
│   │   ├── load_library.cc
│   │   ├── log_memory.cc
│   │   ├── log_memory.h
│   │   ├── log_memory.pb.cc
│   │   ├── log_memory.pb.h
│   │   ├── log_memory.pb_text.cc
│   │   ├── log_memory.pb_text.h
│   │   ├── log_memory.pb_text-impl.h
│   │   ├── log_memory.proto
│   │   ├── lookup_interface.cc
│   │   ├── lookup_interface.h
│   │   ├── memory_types.cc
│   │   ├── memory_types.h
│   │   ├── memory_types_test.cc
│   │   ├── node_def_builder.cc
│   │   ├── node_def_builder.h
│   │   ├── node_def_builder_test.cc
│   │   ├── node_def.pb.cc
│   │   ├── node_def.pb.h
│   │   ├── node_def.pb_text.cc
│   │   ├── node_def.pb_text.h
│   │   ├── node_def.pb_text-impl.h
│   │   ├── node_def.proto
│   │   ├── node_def_util.cc
│   │   ├── node_def_util.h
│   │   ├── node_def_util_test.cc
│   │   ├── numeric_op.h
│   │   ├── numeric_types.h
│   │   ├── op.cc
│   │   ├── op_compatibility_test.cc
│   │   ├── op_def_builder.cc
│   │   ├── op_def_builder.h
│   │   ├── op_def_builder_test.cc
│   │   ├── op_def.pb.cc
│   │   ├── op_def.pb.h
│   │   ├── op_def.pb_text.cc
│   │   ├── op_def.pb_text.h
│   │   ├── op_def.pb_text-impl.h
│   │   ├── op_def.proto
│   │   ├── op_def_util.cc
│   │   ├── op_def_util.h
│   │   ├── op_def_util_test.cc
│   │   ├── op_gen_lib.cc
│   │   ├── op_gen_lib.h
│   │   ├── op_gen_lib_test.cc
│   │   ├── op.h
│   │   ├── op_kernel.cc
│   │   ├── op_kernel.h
│   │   ├── op_kernel_test.cc
│   │   ├── op_registration_test.cc
│   │   ├── op_segment.cc
│   │   ├── op_segment.h
│   │   ├── op_segment_test.cc
│   │   ├── partial_tensor_shape.h
│   │   ├── partial_tensor_shape_test.cc
│   │   ├── queue_interface.h
│   │   ├── reader_base.cc
│   │   ├── reader_base.h
│   │   ├── reader_base.pb.cc
│   │   ├── reader_base.pb.h
│   │   ├── reader_base.proto
│   │   ├── reader_interface.h
│   │   ├── reader_op_kernel.h
│   │   ├── register_types.h
│   │   ├── register_types_traits.h
│   │   ├── remote_fused_graph_execute_info.pb.cc
│   │   ├── remote_fused_graph_execute_info.pb.h
│   │   ├── remote_fused_graph_execute_info.pb_text.cc
│   │   ├── remote_fused_graph_execute_info.pb_text.h
│   │   ├── remote_fused_graph_execute_info.pb_text-impl.h
│   │   ├── remote_fused_graph_execute_info.proto
│   │   ├── rendezvous.cc
│   │   ├── rendezvous.h
│   │   ├── rendezvous_test.cc
│   │   ├── resource_handle.cc
│   │   ├── resource_handle.h
│   │   ├── resource_handle.pb.cc
│   │   ├── resource_handle.pb.h
│   │   ├── resource_handle.pb_text.cc
│   │   ├── resource_handle.pb_text.h
│   │   ├── resource_handle.pb_text-impl.h
│   │   ├── resource_handle.proto
│   │   ├── resource_mgr.cc
│   │   ├── resource_mgr.h
│   │   ├── resource_mgr_test.cc
│   │   ├── resource_op_kernel.h
│   │   ├── resource_op_kernel_test.cc
│   │   ├── selective_registration.h
│   │   ├── session_state.h
│   │   ├── shape_inference.cc
│   │   ├── shape_inference.h
│   │   ├── shape_inference_test.cc
│   │   ├── shape_inference_testutil.cc
│   │   ├── shape_inference_testutil.h
│   │   ├── shape_inference_testutil_test.cc
│   │   ├── step_stats.pb.cc
│   │   ├── step_stats.pb.h
│   │   ├── step_stats.pb_text.cc
│   │   ├── step_stats.pb_text.h
│   │   ├── step_stats.pb_text-impl.h
│   │   ├── step_stats.proto
│   │   ├── summary.pb.cc
│   │   ├── summary.pb.h
│   │   ├── summary.pb_text.cc
│   │   ├── summary.pb_text.h
│   │   ├── summary.pb_text-impl.h
│   │   ├── summary.proto
│   │   ├── tensor.cc
│   │   ├── tensor_description.pb.cc
│   │   ├── tensor_description.pb.h
│   │   ├── tensor_description.pb_text.cc
│   │   ├── tensor_description.pb_text.h
│   │   ├── tensor_description.pb_text-impl.h
│   │   ├── tensor_description.proto
│   │   ├── tensor.h
│   │   ├── tensor.pb.cc
│   │   ├── tensor.pb.h
│   │   ├── tensor.pb_text.cc
│   │   ├── tensor.pb_text.h
│   │   ├── tensor.pb_text-impl.h
│   │   ├── tensor.proto
│   │   ├── tensor_reference.cc
│   │   ├── tensor_reference.h
│   │   ├── tensor_shape.cc
│   │   ├── tensor_shape.h
│   │   ├── tensor_shape.pb.cc
│   │   ├── tensor_shape.pb.h
│   │   ├── tensor_shape.pb_text.cc
│   │   ├── tensor_shape.pb_text.h
│   │   ├── tensor_shape.pb_text-impl.h
│   │   ├── tensor_shape.proto
│   │   ├── tensor_shape_test.cc
│   │   ├── tensor_slice.cc
│   │   ├── tensor_slice.h
│   │   ├── tensor_slice.pb.cc
│   │   ├── tensor_slice.pb.h
│   │   ├── tensor_slice.pb_text.cc
│   │   ├── tensor_slice.pb_text.h
│   │   ├── tensor_slice.pb_text-impl.h
│   │   ├── tensor_slice.proto
│   │   ├── tensor_slice_test.cc
│   │   ├── tensor_test.cc
│   │   ├── tensor_testutil.cc
│   │   ├── tensor_testutil.h
│   │   ├── tensor_types.h
│   │   ├── tensor_util.cc
│   │   ├── tensor_util.h
│   │   ├── tensor_util_test.cc
│   │   ├── tracking_allocator.cc
│   │   ├── tracking_allocator.h
│   │   ├── tracking_allocator_test.cc
│   │   ├── type_index.h
│   │   ├── types.cc
│   │   ├── types.h
│   │   ├── types.pb.cc
│   │   ├── types.pb.h
│   │   ├── types.pb_text.cc
│   │   ├── types.pb_text.h
│   │   ├── types.pb_text-impl.h
│   │   ├── types.proto
│   │   ├── types_test.cc
│   │   ├── type_traits.h
│   │   ├── unique_tensor_references.cc
│   │   ├── unique_tensor_references.h
│   │   ├── unique_tensor_references_test.cc
│   │   ├── variable.pb.cc
│   │   ├── variable.pb.h
│   │   ├── variable.proto
│   │   ├── variant.cc
│   │   ├── variant_encode_decode.h
│   │   ├── variant.h
│   │   ├── variant_op_copy_test.cc
│   │   ├── variant_op_registry.cc
│   │   ├── variant_op_registry.h
│   │   ├── variant_op_registry_test.cc
│   │   ├── variant_tensor_data.cc
│   │   ├── variant_tensor_data.h
│   │   ├── variant_test.cc
│   │   ├── versions.cc
│   │   ├── versions.h
│   │   ├── versions.pb.cc
│   │   ├── versions.pb.h
│   │   ├── versions.pb_text.cc
│   │   ├── versions.pb_text.h
│   │   ├── versions.pb_text-impl.h
│   │   ├── versions.proto
│   │   └── visitable_allocator.h
│   ├── graph
│   │   ├── algorithm.cc
│   │   ├── algorithm.h
│   │   ├── algorithm_test.cc
│   │   ├── colors.cc
│   │   ├── colors.h
│   │   ├── control_flow.cc
│   │   ├── control_flow.h
│   │   ├── costmodel.cc
│   │   ├── costmodel.h
│   │   ├── default_device.h
│   │   ├── edgeset.cc
│   │   ├── edgeset.h
│   │   ├── edgeset_test.cc
│   │   ├── gradients.cc
│   │   ├── gradients.h
│   │   ├── graph.cc
│   │   ├── graph_constructor.cc
│   │   ├── graph_constructor.h
│   │   ├── graph_constructor_test.cc
│   │   ├── graph_def_builder.cc
│   │   ├── graph_def_builder.h
│   │   ├── graph_def_builder_test.cc
│   │   ├── graph_def_builder_util.cc
│   │   ├── graph_def_builder_util.h
│   │   ├── graph.h
│   │   ├── graph_partition.cc
│   │   ├── graph_partition.h
│   │   ├── graph_partition_test.cc
│   │   ├── graph_test.cc
│   │   ├── mkl_graph_util.h
│   │   ├── mkl_layout_pass.cc
│   │   ├── mkl_layout_pass.h
│   │   ├── mkl_layout_pass_test.cc
│   │   ├── mkl_tfconversion_pass.cc
│   │   ├── mkl_tfconversion_pass.h
│   │   ├── mkl_tfconversion_pass_test.cc
│   │   ├── node_builder.cc
│   │   ├── node_builder.h
│   │   ├── node_builder_test.cc
│   │   ├── optimizer_cse.cc
│   │   ├── optimizer_cse.h
│   │   ├── optimizer_cse_test.cc
│   │   ├── quantize_training.cc
│   │   ├── quantize_training.h
│   │   ├── quantize_training_test.cc
│   │   ├── subgraph.cc
│   │   ├── subgraph.h
│   │   ├── subgraph_test.cc
│   │   ├── tensor_id.cc
│   │   ├── tensor_id.h
│   │   ├── tensor_id_test.cc
│   │   ├── testlib.cc
│   │   ├── testlib.h
│   │   ├── types.h
│   │   ├── validate.cc
│   │   ├── validate.h
│   │   ├── validate_test.cc
│   │   ├── while_context.cc
│   │   └── while_context.h
│   ├── grappler
│   │   ├── BUILD
│   │   ├── clusters
│   │   │   ├── BUILD
│   │   │   ├── cluster.cc
│   │   │   ├── cluster.h
│   │   │   ├── single_machine.cc
│   │   │   ├── single_machine.h
│   │   │   ├── single_machine_test.cc
│   │   │   ├── utils.cc
│   │   │   ├── utils.h
│   │   │   ├── utils_test.cc
│   │   │   ├── virtual_cluster.cc
│   │   │   ├── virtual_cluster.h
│   │   │   └── virtual_cluster_test.cc
│   │   ├── costs
│   │   │   ├── analytical_cost_estimator.cc
│   │   │   ├── analytical_cost_estimator.h
│   │   │   ├── analytical_cost_estimator_test.cc
│   │   │   ├── BUILD
│   │   │   ├── cost_estimator.h
│   │   │   ├── graph_memory.cc
│   │   │   ├── graph_memory.h
│   │   │   ├── graph_memory_test.cc
│   │   │   ├── graph_properties.cc
│   │   │   ├── graph_properties.h
│   │   │   ├── graph_properties_test.cc
│   │   │   ├── graph_properties_testdata
│   │   │   │   ├── large_graph.pbtxt.html
│   │   │   │   ├── loops_and_queues.pbtxt
│   │   │   │   ├── loops_and_resource_vars.pbtxt
│   │   │   │   ├── merge_without_loops.pbtxt
│   │   │   │   ├── nested_loop.pbtxt
│   │   │   │   ├── queues_and_loops.pbtxt
│   │   │   │   ├── simple_function.pbtxt
│   │   │   │   └── while_loop.pbtxt
│   │   │   ├── measuring_cost_estimator.cc
│   │   │   ├── measuring_cost_estimator.h
│   │   │   ├── op_context.h
│   │   │   ├── op_level_cost_estimator.cc
│   │   │   ├── op_level_cost_estimator.h
│   │   │   ├── op_level_cost_estimator_test.cc
│   │   │   ├── op_performance_data.pb.cc
│   │   │   ├── op_performance_data.pb.h
│   │   │   ├── op_performance_data.proto
│   │   │   ├── robust_stats.cc
│   │   │   ├── robust_stats.h
│   │   │   ├── robust_stats_test.cc
│   │   │   ├── utils.cc
│   │   │   ├── utils.h
│   │   │   ├── utils_test.cc
│   │   │   ├── virtual_placer.cc
│   │   │   ├── virtual_placer.h
│   │   │   ├── virtual_placer_test.cc
│   │   │   ├── virtual_scheduler.cc
│   │   │   ├── virtual_scheduler.h
│   │   │   └── virtual_scheduler_test.cc
│   │   ├── devices.cc
│   │   ├── devices.h
│   │   ├── graph_view.cc
│   │   ├── graph_view.h
│   │   ├── graph_view_test.cc
│   │   ├── grappler_item_builder.cc
│   │   ├── grappler_item_builder.h
│   │   ├── grappler_item_builder_test.cc
│   │   ├── grappler_item.cc
│   │   ├── grappler_item.h
│   │   ├── grappler_item_test.cc
│   │   ├── inputs
│   │   │   ├── BUILD
│   │   │   ├── file_input_yielder.cc
│   │   │   ├── file_input_yielder.h
│   │   │   ├── input_yielder.h
│   │   │   ├── testdata
│   │   │   │   └── test_file.txt
│   │   │   ├── trivial_test_graph_input_yielder.cc
│   │   │   ├── trivial_test_graph_input_yielder.h
│   │   │   ├── utils.cc
│   │   │   ├── utils.h
│   │   │   └── utils_test.cc
│   │   ├── optimizers
│   │   │   ├── arithmetic_optimizer.cc
│   │   │   ├── arithmetic_optimizer.h
│   │   │   ├── arithmetic_optimizer_test.cc
│   │   │   ├── auto_parallel.cc
│   │   │   ├── auto_parallel.h
│   │   │   ├── auto_parallel_test.cc
│   │   │   ├── BUILD
│   │   │   ├── constant_folding.cc
│   │   │   ├── constant_folding.h
│   │   │   ├── constant_folding_test.cc
│   │   │   ├── custom_graph_optimizer.h
│   │   │   ├── custom_graph_optimizer_registry.cc
│   │   │   ├── custom_graph_optimizer_registry.h
│   │   │   ├── custom_graph_optimizer_registry_test.cc
│   │   │   ├── dependency_optimizer.cc
│   │   │   ├── dependency_optimizer.h
│   │   │   ├── dependency_optimizer_test.cc
│   │   │   ├── function_optimizer.cc
│   │   │   ├── function_optimizer.h
│   │   │   ├── function_optimizer_test.cc
│   │   │   ├── gpu_swapping_kernels.cc
│   │   │   ├── gpu_swapping_ops.cc
│   │   │   ├── graph_optimizer.h
│   │   │   ├── graph_rewriter.cc
│   │   │   ├── graph_rewriter.h
│   │   │   ├── layout_optimizer.cc
│   │   │   ├── layout_optimizer.h
│   │   │   ├── layout_optimizer_test.cc
│   │   │   ├── loop_optimizer.cc
│   │   │   ├── loop_optimizer.h
│   │   │   ├── loop_optimizer_test.cc
│   │   │   ├── memory_optimizer.cc
│   │   │   ├── memory_optimizer.h
│   │   │   ├── memory_optimizer_test.cc
│   │   │   ├── meta_optimizer.cc
│   │   │   ├── meta_optimizer.h
│   │   │   ├── meta_optimizer_test.cc
│   │   │   ├── model_pruner.cc
│   │   │   ├── model_pruner.h
│   │   │   ├── model_pruner_test.cc
│   │   │   ├── static_schedule.cc
│   │   │   ├── static_schedule.h
│   │   │   └── static_schedule_test.cc
│   │   ├── op_types.cc
│   │   ├── op_types.h
│   │   ├── utils
│   │   │   ├── BUILD
│   │   │   ├── frame.cc
│   │   │   ├── frame.h
│   │   │   ├── frame_test.cc
│   │   │   ├── functions.cc
│   │   │   ├── functions.h
│   │   │   ├── functions_test.cc
│   │   │   ├── grappler_test.cc
│   │   │   ├── grappler_test.h
│   │   │   ├── scc.cc
│   │   │   ├── scc.h
│   │   │   ├── scc_test.cc
│   │   │   ├── topological_sort.cc
│   │   │   ├── topological_sort.h
│   │   │   ├── topological_sort_test.cc
│   │   │   ├── traversal.cc
│   │   │   ├── traversal.h
│   │   │   └── traversal_test.cc
│   │   ├── utils.cc
│   │   ├── utils.h
│   │   └── utils_test.cc
│   ├── kernels
│   │   ├── adjust_contrast_op_benchmark_test.cc
│   │   ├── adjust_contrast_op.cc
│   │   ├── adjust_contrast_op_gpu.cu.cc
│   │   ├── adjust_contrast_op.h
│   │   ├── adjust_contrast_op_test.cc
│   │   ├── adjust_hsv_gpu.cu.h
│   │   ├── adjust_hue_op.cc
│   │   ├── adjust_hue_op_gpu.cu.cc
│   │   ├── adjust_hue_op.h
│   │   ├── adjust_saturation_op.cc
│   │   ├── adjust_saturation_op_gpu.cu.cc
│   │   ├── adjust_saturation_op.h
│   │   ├── aggregate_ops.cc
│   │   ├── aggregate_ops_cpu.h
│   │   ├── aggregate_ops_gpu.cu.cc
│   │   ├── aggregate_ops.h
│   │   ├── argmax_op.cc
│   │   ├── argmax_op_gpu.cu.cc
│   │   ├── argmax_op.h
│   │   ├── assign_op.h
│   │   ├── as_string_op.cc
│   │   ├── attention_ops.cc
│   │   ├── avgpooling_op.cc
│   │   ├── avgpooling_op_gpu.cu.cc
│   │   ├── avgpooling_op.h
│   │   ├── barrier_ops.cc
│   │   ├── base64_ops.cc
│   │   ├── basic_ops_benchmark_test.cc
│   │   ├── batching_util
│   │   │   ├── adaptive_shared_batch_scheduler.h
│   │   │   ├── adaptive_shared_batch_scheduler_test.cc
│   │   │   ├── basic_batch_scheduler_benchmark_test.cc
│   │   │   ├── basic_batch_scheduler.h
│   │   │   ├── basic_batch_scheduler_test.cc
│   │   │   ├── batch_scheduler.h
│   │   │   ├── batch_scheduler_test.cc
│   │   │   ├── BUILD
│   │   │   ├── fake_clock_env.cc
│   │   │   ├── fake_clock_env.h
│   │   │   ├── periodic_function.cc
│   │   │   ├── periodic_function.h
│   │   │   ├── periodic_function_test.cc
│   │   │   ├── shared_batch_scheduler.h
│   │   │   └── shared_batch_scheduler_test.cc
│   │   ├── batch_kernels.cc
│   │   ├── batch_matmul_op_complex.cc
│   │   ├── batch_matmul_op_impl.h
│   │   ├── batch_matmul_op_real.cc
│   │   ├── batch_matmul_op_test.cc
│   │   ├── batch_norm_op.cc
│   │   ├── batch_norm_op_gpu.cu.cc
│   │   ├── batch_norm_op.h
│   │   ├── batch_norm_op_test.cc
│   │   ├── batchtospace_op.cc
│   │   ├── batch_util.cc
│   │   ├── batch_util.h
│   │   ├── bcast_ops.cc
│   │   ├── betainc_op.cc
│   │   ├── betainc_op_gpu.cu.cc
│   │   ├── betainc_op.h
│   │   ├── bias_op.cc
│   │   ├── bias_op_gpu.cu.cc
│   │   ├── bias_op_gpu.h
│   │   ├── bias_op.h
│   │   ├── bincount_op.cc
│   │   ├── bincount_op_gpu.cu.cc
│   │   ├── bincount_op.h
│   │   ├── bincount_op_test.cc
│   │   ├── bitcast_op.cc
│   │   ├── bitcast_op.h
│   │   ├── bounds_check.h
│   │   ├── bucketize_op.cc
│   │   ├── bucketize_op_gpu.cu.cc
│   │   ├── bucketize_op.h
│   │   ├── BUILD
│   │   ├── candidate_sampler_ops.cc
│   │   ├── captured_function.h
│   │   ├── cast_op.cc
│   │   ├── cast_op_gpu.cu.cc
│   │   ├── cast_op.h
│   │   ├── cast_op_impl_bfloat.cc
│   │   ├── cast_op_impl_bool.cc
│   │   ├── cast_op_impl_complex128.cc
│   │   ├── cast_op_impl_complex64.cc
│   │   ├── cast_op_impl_double.cc
│   │   ├── cast_op_impl_float.cc
│   │   ├── cast_op_impl.h
│   │   ├── cast_op_impl_half.cc
│   │   ├── cast_op_impl_int16.cc
│   │   ├── cast_op_impl_int32.cc
│   │   ├── cast_op_impl_int64.cc
│   │   ├── cast_op_impl_int8.cc
│   │   ├── cast_op_impl_uint16.cc
│   │   ├── cast_op_impl_uint8.cc
│   │   ├── cast_op_test.cc
│   │   ├── check_numerics_op.cc
│   │   ├── check_numerics_op_gpu.cu.cc
│   │   ├── cholesky_grad.cc
│   │   ├── cholesky_op.cc
│   │   ├── colorspace_op.cc
│   │   ├── colorspace_op_gpu.cu.cc
│   │   ├── colorspace_op.h
│   │   ├── colorspace_op_test.cc
│   │   ├── compare_and_bitpack_op.cc
│   │   ├── compare_and_bitpack_op_gpu.cu.cc
│   │   ├── compare_and_bitpack_op.h
│   │   ├── concat_lib_cpu.cc
│   │   ├── concat_lib_cpu.h
│   │   ├── concat_lib_gpu.cc
│   │   ├── concat_lib_gpu_impl.cu.cc
│   │   ├── concat_lib.h
│   │   ├── concat_op.cc
│   │   ├── concat_op_test.cc
│   │   ├── conditional_accumulator_base.cc
│   │   ├── conditional_accumulator_base.h
│   │   ├── conditional_accumulator_base_op.cc
│   │   ├── conditional_accumulator_base_op.h
│   │   ├── conditional_accumulator.h
│   │   ├── conditional_accumulator_op.cc
│   │   ├── constant_op.cc
│   │   ├── constant_op_gpu.cu.cc
│   │   ├── constant_op.h
│   │   ├── constant_op_test.cc
│   │   ├── control_flow_ops.cc
│   │   ├── control_flow_ops.h
│   │   ├── control_flow_ops_test.cc
│   │   ├── conv_2d.h
│   │   ├── conv_3d.h
│   │   ├── conv_grad_filter_ops.cc
│   │   ├── conv_grad_input_ops.cc
│   │   ├── conv_grad_ops_3d.cc
│   │   ├── conv_grad_ops.cc
│   │   ├── conv_grad_ops.h
│   │   ├── conv_ops_3d.cc
│   │   ├── conv_ops.cc
│   │   ├── conv_ops_fused.cc
│   │   ├── conv_ops_gpu_2.cu.cc
│   │   ├── conv_ops_gpu_3.cu.cc
│   │   ├── conv_ops_gpu.h
│   │   ├── conv_ops.h
│   │   ├── conv_ops_test.cc
│   │   ├── conv_ops_using_gemm.cc
│   │   ├── count_up_to_op.cc
│   │   ├── crop_and_resize_op.cc
│   │   ├── crop_and_resize_op_gpu.cu.cc
│   │   ├── crop_and_resize_op.h
│   │   ├── crop_and_resize_op_test.cc
│   │   ├── cross_op.cc
│   │   ├── cross_op_gpu.cu.cc
│   │   ├── cross_op.h
│   │   ├── cross_op_test.cc
│   │   ├── ctc_decoder_ops.cc
│   │   ├── ctc_loss_op.cc
│   │   ├── cuda_device_array_gpu.h
│   │   ├── cuda_device_array.h
│   │   ├── cuda_solvers.cc
│   │   ├── cuda_solvers.h
│   │   ├── cudnn_pooling_gpu.cc
│   │   ├── cudnn_pooling_gpu.h
│   │   ├── cwise_op_abs.cc
│   │   ├── cwise_op_acos.cc
│   │   ├── cwise_op_acosh.cc
│   │   ├── cwise_op_add_1.cc
│   │   ├── cwise_op_add_2.cc
│   │   ├── cwise_op_arg.cc
│   │   ├── cwise_op_asin.cc
│   │   ├── cwise_op_asinh.cc
│   │   ├── cwise_op_atan2.cc
│   │   ├── cwise_op_atan.cc
│   │   ├── cwise_op_atanh.cc
│   │   ├── cwise_op_bitwise_and.cc
│   │   ├── cwise_op_bitwise_or.cc
│   │   ├── cwise_op_bitwise_xor.cc
│   │   ├── cwise_op_ceil.cc
│   │   ├── cwise_op_complex.cc
│   │   ├── cwise_op_conj.cc
│   │   ├── cwise_op_cos.cc
│   │   ├── cwise_op_cosh.cc
│   │   ├── cwise_op_digamma.cc
│   │   ├── cwise_op_div.cc
│   │   ├── cwise_op_equal_to_1.cc
│   │   ├── cwise_op_equal_to_2.cc
│   │   ├── cwise_op_erf.cc
│   │   ├── cwise_op_erfc.cc
│   │   ├── cwise_op_exp.cc
│   │   ├── cwise_op_expm1.cc
│   │   ├── cwise_op_floor.cc
│   │   ├── cwise_op_floor_div.cc
│   │   ├── cwise_op_floor_mod.cc
│   │   ├── cwise_op_gpu_abs.cu.cc
│   │   ├── cwise_op_gpu_acos.cu.cc
│   │   ├── cwise_op_gpu_acosh.cu.cc
│   │   ├── cwise_op_gpu_add.cu.cc
│   │   ├── cwise_op_gpu_arg.cu.cc
│   │   ├── cwise_op_gpu_asin.cu.cc
│   │   ├── cwise_op_gpu_asinh.cu.cc
│   │   ├── cwise_op_gpu_atan2.cu.cc
│   │   ├── cwise_op_gpu_atan.cu.cc
│   │   ├── cwise_op_gpu_atanh.cu.cc
│   │   ├── cwise_op_gpu_bitwise_and.cu.cc
│   │   ├── cwise_op_gpu_bitwise_or.cu.cc
│   │   ├── cwise_op_gpu_bitwise_xor.cu.cc
│   │   ├── cwise_op_gpu_ceil.cu.cc
│   │   ├── cwise_op_gpu_complex.cu.cc
│   │   ├── cwise_op_gpu_conj.cu.cc
│   │   ├── cwise_op_gpu_cos.cu.cc
│   │   ├── cwise_op_gpu_cosh.cu.cc
│   │   ├── cwise_op_gpu_digamma.cu.cc
│   │   ├── cwise_op_gpu_div.cu.cc
│   │   ├── cwise_op_gpu_equal_to.cu.cc
│   │   ├── cwise_op_gpu_erfc.cu.cc
│   │   ├── cwise_op_gpu_erf.cu.cc
│   │   ├── cwise_op_gpu_exp.cu.cc
│   │   ├── cwise_op_gpu_expm1.cu.cc
│   │   ├── cwise_op_gpu_floor.cu.cc
│   │   ├── cwise_op_gpu_floor_div.cu.cc
│   │   ├── cwise_op_gpu_floor_mod.cu.cc
│   │   ├── cwise_op_gpu_greater.cu.cc
│   │   ├── cwise_op_gpu_greater_equal.cu.cc
│   │   ├── cwise_op_gpu_igammas.cu.cc
│   │   ├── cwise_op_gpu_imag.cu.cc
│   │   ├── cwise_op_gpu_inverse.cu.cc
│   │   ├── cwise_op_gpu_invert.cu.cc
│   │   ├── cwise_op_gpu_isfinite.cu.cc
│   │   ├── cwise_op_gpu_isinf.cu.cc
│   │   ├── cwise_op_gpu_isnan.cu.cc
│   │   ├── cwise_op_gpu_left_shift.cu.cc
│   │   ├── cwise_op_gpu_less.cu.cc
│   │   ├── cwise_op_gpu_less_equal.cu.cc
│   │   ├── cwise_op_gpu_lgamma.cu.cc
│   │   ├── cwise_op_gpu_log1p.cu.cc
│   │   ├── cwise_op_gpu_log.cu.cc
│   │   ├── cwise_op_gpu_logical_and.cu.cc
│   │   ├── cwise_op_gpu_logical_not.cu.cc
│   │   ├── cwise_op_gpu_logical_or.cu.cc
│   │   ├── cwise_op_gpu_maximum.cu.cc
│   │   ├── cwise_op_gpu_minimum.cu.cc
│   │   ├── cwise_op_gpu_mod.cu.cc
│   │   ├── cwise_op_gpu_mul.cu.cc
│   │   ├── cwise_op_gpu_neg.cu.cc
│   │   ├── cwise_op_gpu_not_equal_to.cu.cc
│   │   ├── cwise_op_gpu_pow.cu.cc
│   │   ├── cwise_op_gpu_real.cu.cc
│   │   ├── cwise_op_gpu_right_shift.cu.cc
│   │   ├── cwise_op_gpu_rint.cu.cc
│   │   ├── cwise_op_gpu_round.cu.cc
│   │   ├── cwise_op_gpu_rsqrt.cu.cc
│   │   ├── cwise_op_gpu_select.cu.cc
│   │   ├── cwise_op_gpu_sigmoid.cu.cc
│   │   ├── cwise_op_gpu_sign.cu.cc
│   │   ├── cwise_op_gpu_sin.cu.cc
│   │   ├── cwise_op_gpu_sinh.cu.cc
│   │   ├── cwise_op_gpu_sqrt.cu.cc
│   │   ├── cwise_op_gpu_square.cu.cc
│   │   ├── cwise_op_gpu_squared_difference.cu.cc
│   │   ├── cwise_op_gpu_sub.cu.cc
│   │   ├── cwise_op_gpu_tan.cu.cc
│   │   ├── cwise_op_gpu_tanh.cu.cc
│   │   ├── cwise_op_gpu_zeta.cu.cc
│   │   ├── cwise_op_greater.cc
│   │   ├── cwise_op_greater_equal.cc
│   │   ├── cwise_op_igammas.cc
│   │   ├── cwise_op_imag.cc
│   │   ├── cwise_op_invert.cc
│   │   ├── cwise_op_isfinite.cc
│   │   ├── cwise_op_isinf.cc
│   │   ├── cwise_op_isnan.cc
│   │   ├── cwise_op_left_shift.cc
│   │   ├── cwise_op_less.cc
│   │   ├── cwise_op_less_equal.cc
│   │   ├── cwise_op_lgamma.cc
│   │   ├── cwise_op_log1p.cc
│   │   ├── cwise_op_log.cc
│   │   ├── cwise_op_logical_and.cc
│   │   ├── cwise_op_logical_not.cc
│   │   ├── cwise_op_logical_or.cc
│   │   ├── cwise_op_maximum.cc
│   │   ├── cwise_op_minimum.cc
│   │   ├── cwise_op_mod.cc
│   │   ├── cwise_op_mul_1.cc
│   │   ├── cwise_op_mul_2.cc
│   │   ├── cwise_op_neg.cc
│   │   ├── cwise_op_not_equal_to_1.cc
│   │   ├── cwise_op_not_equal_to_2.cc
│   │   ├── cwise_op_pow.cc
│   │   ├── cwise_op_real.cc
│   │   ├── cwise_op_reciprocal.cc
│   │   ├── cwise_op_right_shift.cc
│   │   ├── cwise_op_rint.cc
│   │   ├── cwise_op_round.cc
│   │   ├── cwise_op_rsqrt.cc
│   │   ├── cwise_ops_common.cc
│   │   ├── cwise_ops_common.h
│   │   ├── cwise_op_select.cc
│   │   ├── cwise_ops_gpu_common.cu.h
│   │   ├── cwise_ops_gpu_gradients.cu.h
│   │   ├── cwise_ops_gradients.h
│   │   ├── cwise_ops.h
│   │   ├── cwise_op_sigmoid.cc
│   │   ├── cwise_op_sign.cc
│   │   ├── cwise_op_sin.cc
│   │   ├── cwise_op_sinh.cc
│   │   ├── cwise_op_sqrt.cc
│   │   ├── cwise_op_square.cc
│   │   ├── cwise_op_squared_difference.cc
│   │   ├── cwise_ops_sycl_common.h
│   │   ├── cwise_ops_test.cc
│   │   ├── cwise_op_sub.cc
│   │   ├── cwise_op_tan.cc
│   │   ├── cwise_op_tanh.cc
│   │   ├── cwise_op_zeta.cc
│   │   ├── data
│   │   │   ├── batch_dataset_op.cc
│   │   │   ├── BUILD
│   │   │   ├── cache_dataset_ops.cc
│   │   │   ├── captured_function.cc
│   │   │   ├── captured_function.h
│   │   │   ├── concatenate_dataset_op.cc
│   │   │   ├── dataset.h
│   │   │   ├── dataset_utils.cc
│   │   │   ├── dataset_utils.h
│   │   │   ├── dense_to_sparse_batch_dataset_op.cc
│   │   │   ├── filter_dataset_op.cc
│   │   │   ├── flat_map_dataset_op.cc
│   │   │   ├── generator_dataset_op.cc
│   │   │   ├── group_by_window_dataset_op.cc
│   │   │   ├── interleave_dataset_op.cc
│   │   │   ├── iterator_ops.cc
│   │   │   ├── map_and_batch_dataset_op.cc
│   │   │   ├── map_dataset_op.cc
│   │   │   ├── padded_batch_dataset_op.cc
│   │   │   ├── parallel_interleave_dataset_op.cc
│   │   │   ├── parallel_map_dataset_op.cc
│   │   │   ├── prefetch_dataset_op.cc
│   │   │   ├── random_dataset_op.cc
│   │   │   ├── range_dataset_op.cc
│   │   │   ├── reader_dataset_ops.cc
│   │   │   ├── repeat_dataset_op.cc
│   │   │   ├── scan_dataset_op.cc
│   │   │   ├── shuffle_dataset_op.cc
│   │   │   ├── skip_dataset_op.cc
│   │   │   ├── slide_dataset_op.cc
│   │   │   ├── sparse_tensor_slice_dataset_op.cc
│   │   │   ├── sql
│   │   │   │   ├── BUILD
│   │   │   │   ├── driver_manager.cc
│   │   │   │   ├── driver_manager.h
│   │   │   │   ├── query_connection.h
│   │   │   │   ├── sqlite_query_connection.cc
│   │   │   │   └── sqlite_query_connection.h
│   │   │   ├── sql_dataset_ops.cc
│   │   │   ├── stats_aggregator.h
│   │   │   ├── stats_aggregator_ops.cc
│   │   │   ├── stats_dataset_ops.cc
│   │   │   ├── take_dataset_op.cc
│   │   │   ├── tensor_dataset_op.cc
│   │   │   ├── tensor_queue_dataset_op.cc
│   │   │   ├── tensor_slice_dataset_op.cc
│   │   │   ├── window_dataset.cc
│   │   │   ├── window_dataset.h
│   │   │   └── zip_dataset_op.cc
│   │   ├── data_format_ops.cc
│   │   ├── data_format_ops_gpu.cu.cc
│   │   ├── data_format_ops.h
│   │   ├── dataset.h
│   │   ├── debug_ops.cc
│   │   ├── debug_ops.h
│   │   ├── debug_ops_test.cc
│   │   ├── decode_bmp_op.cc
│   │   ├── decode_compressed_op.cc
│   │   ├── decode_csv_op.cc
│   │   ├── decode_image_op.cc
│   │   ├── decode_raw_op.cc
│   │   ├── decode_wav_op.cc
│   │   ├── decode_wav_op_test.cc
│   │   ├── deep_conv2d.cc
│   │   ├── deep_conv2d.h
│   │   ├── deep_conv2d_test.cc
│   │   ├── dense_update_functor.cc
│   │   ├── dense_update_functor_gpu.cu.cc
│   │   ├── dense_update_functor.h
│   │   ├── dense_update_ops.cc
│   │   ├── depthtospace_op.cc
│   │   ├── depthtospace_op_gpu.cu.cc
│   │   ├── depthtospace_op.h
│   │   ├── depthwise_conv_grad_op.cc
│   │   ├── depthwise_conv_op.cc
│   │   ├── depthwise_conv_op_gpu.cu.cc
│   │   ├── depthwise_conv_op.h
│   │   ├── dequantize_op.cc
│   │   ├── dequantize_op_test.cc
│   │   ├── determinant_op.cc
│   │   ├── determinant_op_gpu.cu.cc
│   │   ├── determinant_op.h
│   │   ├── diag_op.cc
│   │   ├── diag_op_gpu.cu.cc
│   │   ├── diag_op.h
│   │   ├── diag_op_test.cc
│   │   ├── dilation_ops.cc
│   │   ├── dilation_ops_gpu.cu.cc
│   │   ├── dilation_ops.h
│   │   ├── draw_bounding_box_op.cc
│   │   ├── dynamic_partition_op.cc
│   │   ├── dynamic_partition_op_gpu.cu.cc
│   │   ├── dynamic_partition_op_test.cc
│   │   ├── dynamic_stitch_op.cc
│   │   ├── dynamic_stitch_op_gpu.cu.cc
│   │   ├── dynamic_stitch_op_test.cc
│   │   ├── edit_distance_op.cc
│   │   ├── eigen_activations.h
│   │   ├── eigen_activations_test.cc
│   │   ├── eigen_attention.h
│   │   ├── eigen_attention_test.cc
│   │   ├── eigen_backward_cuboid_convolutions.h
│   │   ├── eigen_backward_spatial_convolutions.h
│   │   ├── eigen_backward_spatial_convolutions_test.cc
│   │   ├── eigen_cuboid_convolution.h
│   │   ├── eigen_pooling.h
│   │   ├── eigen_pooling_test.cc
│   │   ├── eigen_softmax.h
│   │   ├── eigen_softmax_test.cc
│   │   ├── eigen_spatial_convolutions.h
│   │   ├── eigen_spatial_convolutions_test.cc
│   │   ├── eigen_volume_patch.h
│   │   ├── encode_jpeg_op.cc
│   │   ├── encode_png_op.cc
│   │   ├── encode_wav_op.cc
│   │   ├── encode_wav_op_test.cc
│   │   ├── example_parsing_ops.cc
│   │   ├── example_parsing_ops_test.cc
│   │   ├── extract_image_patches_op.cc
│   │   ├── extract_image_patches_op_gpu.cu.cc
│   │   ├── extract_image_patches_op.h
│   │   ├── extract_jpeg_shape_op.cc
│   │   ├── eye_functor_gpu.cu.cc
│   │   ├── eye_functor.h
│   │   ├── fact_op.cc
│   │   ├── fake_quant_ops.cc
│   │   ├── fake_quant_ops_functor.h
│   │   ├── fake_quant_ops_gpu.cu.cc
│   │   ├── fake_quant_ops_test.cc
│   │   ├── fft_ops.cc
│   │   ├── fifo_queue.cc
│   │   ├── fifo_queue.h
│   │   ├── fifo_queue_op.cc
│   │   ├── fill_functor.cc
│   │   ├── fill_functor.cu.cc
│   │   ├── fill_functor.h
│   │   ├── fixed_length_record_reader_op.cc
│   │   ├── fractional_avg_pool_op.cc
│   │   ├── fractional_max_pool_op.cc
│   │   ├── fractional_pool_common.cc
│   │   ├── fractional_pool_common.h
│   │   ├── functional_ops.cc
│   │   ├── function_ops.cc
│   │   ├── fused_batch_norm_op.cc
│   │   ├── fused_batch_norm_op.cu.cc
│   │   ├── fused_batch_norm_op.h
│   │   ├── fused_batch_norm_op_test.cc
│   │   ├── fuzzing
│   │   │   ├── BUILD
│   │   │   ├── decode_base64_fuzz.cc
│   │   │   ├── decode_bmp_fuzz.cc
│   │   │   ├── decode_jpeg_fuzz.cc
│   │   │   ├── decode_json_example_fuzz.cc
│   │   │   ├── decode_png_fuzz.cc
│   │   │   ├── encode_base64_fuzz.cc
│   │   │   ├── encode_jpeg_fuzz.cc
│   │   │   ├── example_proto_fast_parsing_fuzz.cc
│   │   │   ├── fuzz_session.h
│   │   │   ├── identity_fuzz.cc
│   │   │   ├── parse_tensor_op_fuzz.cc
│   │   │   ├── string_split_fuzz.cc
│   │   │   ├── string_to_number_fuzz.cc
│   │   │   └── tf_ops_fuzz_target_lib.bzl
│   │   ├── gather_functor.cc
│   │   ├── gather_functor_gpu.cu.cc
│   │   ├── gather_functor_gpu.cu.h
│   │   ├── gather_functor.h
│   │   ├── gather_nd_op.cc
│   │   ├── gather_nd_op_cpu_impl_0.cc
│   │   ├── gather_nd_op_cpu_impl_1.cc
│   │   ├── gather_nd_op_cpu_impl_2.cc
│   │   ├── gather_nd_op_cpu_impl_3.cc
│   │   ├── gather_nd_op_cpu_impl_4.cc
│   │   ├── gather_nd_op_cpu_impl_5.cc
│   │   ├── gather_nd_op_cpu_impl_6.cc
│   │   ├── gather_nd_op_cpu_impl_7.cc
│   │   ├── gather_nd_op_cpu_impl.h
│   │   ├── gather_nd_op_gpu.cu.cc
│   │   ├── gather_nd_op.h
│   │   ├── gather_nd_op_test.cc
│   │   ├── gather_op.cc
│   │   ├── gather_op_test.cc
│   │   ├── gemm_functors.h
│   │   ├── generate_vocab_remapping_op.cc
│   │   ├── gpu_utils.h
│   │   ├── guarantee_const_op.cc
│   │   ├── guarantee_const_op_test.cc
│   │   ├── hexagon
│   │   │   ├── BUILD
│   │   │   ├── graph_transferer.cc
│   │   │   ├── graph_transferer.h
│   │   │   ├── graph_transferer_test.cc
│   │   │   ├── graph_transfer_utils.cc
│   │   │   ├── graph_transfer_utils.h
│   │   │   ├── hexagon_control_wrapper.cc
│   │   │   ├── hexagon_control_wrapper.h
│   │   │   ├── hexagon_graph_execution_test.cc
│   │   │   ├── hexagon_ops_definitions.cc
│   │   │   ├── hexagon_ops_definitions.h
│   │   │   ├── hexagon_remote_fused_graph_executor_build.cc
│   │   │   ├── hexagon_remote_fused_graph_executor_build_test.cc
│   │   │   ├── hexagon_rewriter_transform.cc
│   │   │   ├── hexagon_rewriter_transform_test.cc
│   │   │   ├── soc_interface.cc
│   │   │   └── soc_interface.h
│   │   ├── hinge-loss.h
│   │   ├── histogram_op.cc
│   │   ├── histogram_op_gpu.cu.cc
│   │   ├── histogram_op.h
│   │   ├── identity_n_op.cc
│   │   ├── identity_n_op.h
│   │   ├── identity_n_op_test.cc
│   │   ├── identity_op.cc
│   │   ├── identity_op.h
│   │   ├── identity_op_test.cc
│   │   ├── identity_reader_op.cc
│   │   ├── image_resizer_state.h
│   │   ├── immutable_constant_op.cc
│   │   ├── immutable_constant_op.h
│   │   ├── immutable_constant_op_test.cc
│   │   ├── initializable_lookup_table.cc
│   │   ├── initializable_lookup_table.h
│   │   ├── inplace_ops.cc
│   │   ├── inplace_ops_functor_gpu.cu.cc
│   │   ├── inplace_ops_functor.h
│   │   ├── in_topk_op.cc
│   │   ├── i_remote_fused_graph_executor.h
│   │   ├── i_remote_fused_graph_ops_definitions.cc
│   │   ├── i_remote_fused_graph_ops_definitions.h
│   │   ├── l2loss_op.cc
│   │   ├── l2loss_op_gpu.cu.cc
│   │   ├── l2loss_op.h
│   │   ├── linalg_ops_common.cc
│   │   ├── linalg_ops_common.h
│   │   ├── listdiff_op.cc
│   │   ├── list_kernels.cc
│   │   ├── list_kernels.cu.cc
│   │   ├── list_kernels.h
│   │   ├── lmdb_reader_op.cc
│   │   ├── load_and_remap_matrix_op.cc
│   │   ├── logging_ops.cc
│   │   ├── logging_ops_test.cc
│   │   ├── logistic-loss.h
│   │   ├── lookup_table_init_op.cc
│   │   ├── lookup_table_init_op.h
│   │   ├── lookup_table_op.cc
│   │   ├── lookup_table_op.h
│   │   ├── lookup_util.cc
│   │   ├── lookup_util.h
│   │   ├── loss.h
│   │   ├── loss_test.cc
│   │   ├── lrn_op.cc
│   │   ├── lrn_op_test.cc
│   │   ├── map_stage_op.cc
│   │   ├── matching_files_op.cc
│   │   ├── matmul_op.cc
│   │   ├── matmul_op.h
│   │   ├── matmul_op_test.cc
│   │   ├── matrix_band_part_op.cc
│   │   ├── matrix_band_part_op_gpu.cu.cc
│   │   ├── matrix_band_part_op.h
│   │   ├── matrix_diag_op.cc
│   │   ├── matrix_diag_op_gpu.cu.cc
│   │   ├── matrix_diag_op.h
│   │   ├── matrix_exponential_op.cc
│   │   ├── matrix_inverse_op.cc
│   │   ├── matrix_logarithm_op.cc
│   │   ├── matrix_set_diag_op.cc
│   │   ├── matrix_set_diag_op_gpu.cu.cc
│   │   ├── matrix_set_diag_op.h
│   │   ├── matrix_solve_ls_op_complex128.cc
│   │   ├── matrix_solve_ls_op_complex64.cc
│   │   ├── matrix_solve_ls_op_double.cc
│   │   ├── matrix_solve_ls_op_float.cc
│   │   ├── matrix_solve_ls_op_impl.h
│   │   ├── matrix_solve_op.cc
│   │   ├── matrix_triangular_solve_op.cc
│   │   ├── maxpooling_op.cc
│   │   ├── maxpooling_op_gpu.cu.cc
│   │   ├── maxpooling_op_gpu.h
│   │   ├── maxpooling_op.h
│   │   ├── merge_v2_checkpoints_op_test.cc
│   │   ├── meta_support.cc
│   │   ├── meta_support.h
│   │   ├── mfcc.cc
│   │   ├── mfcc_dct.cc
│   │   ├── mfcc_dct.h
│   │   ├── mfcc_dct_test.cc
│   │   ├── mfcc.h
│   │   ├── mfcc_mel_filterbank.cc
│   │   ├── mfcc_mel_filterbank.h
│   │   ├── mfcc_mel_filterbank_test.cc
│   │   ├── mfcc_op.cc
│   │   ├── mfcc_op_test.cc
│   │   ├── mfcc_test.cc
│   │   ├── mirror_pad_op.cc
│   │   ├── mirror_pad_op_cpu_impl_1.cc
│   │   ├── mirror_pad_op_cpu_impl_2.cc
│   │   ├── mirror_pad_op_cpu_impl_3.cc
│   │   ├── mirror_pad_op_cpu_impl_4.cc
│   │   ├── mirror_pad_op_cpu_impl_5.cc
│   │   ├── mirror_pad_op_cpu_impl.h
│   │   ├── mirror_pad_op_gpu.cu.cc
│   │   ├── mirror_pad_op.h
│   │   ├── mkl_aggregate_ops.cc
│   │   ├── mkl_avgpooling_op.cc
│   │   ├── mkl_batch_matmul_op.cc
│   │   ├── mkl_concat_op.cc
│   │   ├── mkl_conv_grad_bias_ops.cc
│   │   ├── mkl_conv_grad_filter_ops.cc
│   │   ├── mkl_conv_grad_input_ops.cc
│   │   ├── mkl_conv_ops.cc
│   │   ├── mkl_conv_ops.h
│   │   ├── mkl_cwise_ops_common.cc
│   │   ├── mkl_fused_batch_norm_op.cc
│   │   ├── mkl_identity_op.cc
│   │   ├── mkl_input_conversion_op.cc
│   │   ├── mkl_lrn_op.cc
│   │   ├── mkl_matmul_op.cc
│   │   ├── mkl_maxpooling_op.cc
│   │   ├── mkl_pooling_ops_common.cc
│   │   ├── mkl_pooling_ops_common.h
│   │   ├── mkl_relu_op.cc
│   │   ├── mkl_reshape_op.cc
│   │   ├── mkl_softmax_op.cc
│   │   ├── mkl_tfconv_op.h
│   │   ├── mkl_transpose_op.cc
│   │   ├── multinomial_op.cc
│   │   ├── multinomial_op_gpu.cu.cc
│   │   ├── multinomial_op.h
│   │   ├── multinomial_op_test.cc
│   │   ├── mutex_ops.cc
│   │   ├── neon
│   │   │   ├── BUILD
│   │   │   ├── depthwiseconv_float.h
│   │   │   ├── neon_depthwise_conv_op.cc
│   │   │   └── types.h
│   │   ├── nn_ops_test.cc
│   │   ├── non_max_suppression_op.cc
│   │   ├── non_max_suppression_op.h
│   │   ├── non_max_suppression_op_test.cc
│   │   ├── no_op.cc
│   │   ├── no_op.h
│   │   ├── nth_element_op.cc
│   │   ├── nth_element_op.h
│   │   ├── one_hot_op.cc
│   │   ├── one_hot_op_gpu.cu.cc
│   │   ├── one_hot_op.h
│   │   ├── ops_testutil.cc
│   │   ├── ops_testutil.h
│   │   ├── ops_testutil_test.cc
│   │   ├── ops_util.cc
│   │   ├── ops_util.h
│   │   ├── ops_util_test.cc
│   │   ├── pack_op.cc
│   │   ├── padding_fifo_queue.cc
│   │   ├── padding_fifo_queue.h
│   │   ├── padding_fifo_queue_op.cc
│   │   ├── pad_op.cc
│   │   ├── pad_op_gpu.cu.cc
│   │   ├── pad_op.h
│   │   ├── parameterized_truncated_normal_op.cc
│   │   ├── parameterized_truncated_normal_op_gpu.cu.cc
│   │   ├── parameterized_truncated_normal_op.h
│   │   ├── parameterized_truncated_normal_op_test.cc
│   │   ├── parse_tensor_op.cc
│   │   ├── parse_tensor_test.cc
│   │   ├── pooling_ops_3d.cc
│   │   ├── pooling_ops_3d_gpu.cu.cc
│   │   ├── pooling_ops_3d_gpu.h
│   │   ├── pooling_ops_3d.h
│   │   ├── pooling_ops_3d_sycl.h
│   │   ├── pooling_ops_common.cc
│   │   ├── pooling_ops_common_gpu.h
│   │   ├── pooling_ops_common.h
│   │   ├── population_count_op.cc
│   │   ├── population_count_op_gpu.cu.cc
│   │   ├── population_count_op.h
│   │   ├── priority_queue.cc
│   │   ├── priority_queue.h
│   │   ├── priority_queue_op.cc
│   │   ├── qr_op_complex128.cc
│   │   ├── qr_op_complex64.cc
│   │   ├── qr_op_double.cc
│   │   ├── qr_op_float.cc
│   │   ├── qr_op_impl.h
│   │   ├── quantization_utils.cc
│   │   ├── quantization_utils.h
│   │   ├── quantization_utils_test.cc
│   │   ├── quantize_and_dequantize_op.cc
│   │   ├── quantize_and_dequantize_op_gpu.cu.cc
│   │   ├── quantize_and_dequantize_op.h
│   │   ├── quantize_and_dequantize_op_test.cc
│   │   ├── quantized_activation_ops.cc
│   │   ├── quantized_activation_ops_test.cc
│   │   ├── quantized_add_op.cc
│   │   ├── quantized_add_op_test.cc
│   │   ├── quantized_batch_norm_op.cc
│   │   ├── quantized_batch_norm_op_test.cc
│   │   ├── quantized_bias_add_op.cc
│   │   ├── quantized_bias_add_op_test.cc
│   │   ├── quantized_concat_op.cc
│   │   ├── quantized_concat_op_test.cc
│   │   ├── quantized_conv_ops.cc
│   │   ├── quantized_conv_ops_test.cc
│   │   ├── quantized_instance_norm.cc
│   │   ├── quantized_instance_norm_test.cc
│   │   ├── quantized_matmul_op.cc
│   │   ├── quantized_matmul_op_test.cc
│   │   ├── quantized_mul_op.cc
│   │   ├── quantized_mul_op_test.cc
│   │   ├── quantize_down_and_shrink_range.cc
│   │   ├── quantize_down_and_shrink_range_op_test.cc
│   │   ├── quantized_pooling_ops.cc
│   │   ├── quantized_pooling_ops_test.cc
│   │   ├── quantized_reshape_op.cc
│   │   ├── quantized_reshape_op_test.cc
│   │   ├── quantized_resize_bilinear_op.cc
│   │   ├── quantized_resize_bilinear_op_test.cc
│   │   ├── quantize_op.cc
│   │   ├── quantize_op_test.cc
│   │   ├── queue_base.cc
│   │   ├── queue_base.h
│   │   ├── queue_op.h
│   │   ├── queue_ops.cc
│   │   ├── random_crop_op.cc
│   │   ├── random_op.cc
│   │   ├── random_op_gpu.cu.cc
│   │   ├── random_op.h
│   │   ├── random_op_test.cc
│   │   ├── random_poisson_op.cc
│   │   ├── random_poisson_op.h
│   │   ├── random_poisson_op_test.cc
│   │   ├── random_shuffle_op.cc
│   │   ├── random_shuffle_queue_op.cc
│   │   ├── range_sampler.cc
│   │   ├── range_sampler.h
│   │   ├── range_sampler_test.cc
│   │   ├── reader_ops.cc
│   │   ├── record_input_op.cc
│   │   ├── record_yielder.cc
│   │   ├── record_yielder.h
│   │   ├── reduce_join_op.cc
│   │   ├── reduction_gpu_kernels.cu.h
│   │   ├── reduction_ops_all.cc
│   │   ├── reduction_ops_any.cc
│   │   ├── reduction_ops_common.cc
│   │   ├── reduction_ops_common.h
│   │   ├── reduction_ops_gpu_bool.cu.cc
│   │   ├── reduction_ops_gpu_complex128.cu.cc
│   │   ├── reduction_ops_gpu_complex64.cu.cc
│   │   ├── reduction_ops_gpu_double.cu.cc
│   │   ├── reduction_ops_gpu_float.cu.cc
│   │   ├── reduction_ops_gpu_int.cu.cc
│   │   ├── reduction_ops.h
│   │   ├── reduction_ops_half_mean_sum.cu.cc
│   │   ├── reduction_ops_half_prod_max_min.cu.cc
│   │   ├── reduction_ops_max.cc
│   │   ├── reduction_ops_mean.cc
│   │   ├── reduction_ops_min.cc
│   │   ├── reduction_ops_prod.cc
│   │   ├── reduction_ops_sum.cc
│   │   ├── reduction_ops_test.cc
│   │   ├── reference_gemm.h
│   │   ├── regex_replace_op.cc
│   │   ├── relu_op.cc
│   │   ├── relu_op_functor.h
│   │   ├── relu_op_gpu.cu.cc
│   │   ├── relu_op.h
│   │   ├── remote_fused_graph_execute_op.cc
│   │   ├── remote_fused_graph_execute_op_test.cc
│   │   ├── remote_fused_graph_execute_op_test_utils.cc
│   │   ├── remote_fused_graph_execute_op_test_utils.h
│   │   ├── remote_fused_graph_execute_utils.cc
│   │   ├── remote_fused_graph_execute_utils.h
│   │   ├── remote_fused_graph_execute_utils_test.cc
│   │   ├── remote_fused_graph_rewriter_transform.cc
│   │   ├── remote_fused_graph_rewriter_transform_test.cc
│   │   ├── requantization_range_op.cc
│   │   ├── requantization_range_op_test.cc
│   │   ├── requantize.cc
│   │   ├── requantize_op_test.cc
│   │   ├── reshape_op.cc
│   │   ├── reshape_op.h
│   │   ├── reshape_util.cc
│   │   ├── reshape_util.h
│   │   ├── resize_area_op.cc
│   │   ├── resize_area_op_test.cc
│   │   ├── resize_bicubic_op.cc
│   │   ├── resize_bicubic_op_test.cc
│   │   ├── resize_bilinear_op.cc
│   │   ├── resize_bilinear_op_gpu.cu.cc
│   │   ├── resize_bilinear_op.h
│   │   ├── resize_bilinear_op_test.cc
│   │   ├── resize_nearest_neighbor_op.cc
│   │   ├── resize_nearest_neighbor_op_gpu.cu.cc
│   │   ├── resize_nearest_neighbor_op.h
│   │   ├── resize_nearest_neighbor_op_test.cc
│   │   ├── resize_op_benchmark_test.cc
│   │   ├── resource_variable_ops.cc
│   │   ├── restore_op.cc
│   │   ├── restore_op_test.cc
│   │   ├── restore_v2_op_test.cc
│   │   ├── reverse_op.cc
│   │   ├── reverse_op_gpu.cu.cc
│   │   ├── reverse_op.h
│   │   ├── reverse_op_test.cc
│   │   ├── reverse_sequence_op.cc
│   │   ├── reverse_sequence_op_gpu.cu.cc
│   │   ├── reverse_sequence_op.h
│   │   ├── roll_op.cc
│   │   ├── roll_op_test.cc
│   │   ├── sample_distorted_bounding_box_op.cc
│   │   ├── save_op.cc
│   │   ├── save_op_test.cc
│   │   ├── save_restore_tensor.cc
│   │   ├── save_restore_tensor.h
│   │   ├── save_restore_v2_ops.cc
│   │   ├── save_v2_op_test.cc
│   │   ├── scan_ops.cc
│   │   ├── scan_ops_gpu.cu.cc
│   │   ├── scan_ops.h
│   │   ├── scatter_functor.cc
│   │   ├── scatter_functor_gpu.cu.cc
│   │   ├── scatter_functor_gpu.cu.h
│   │   ├── scatter_functor.h
│   │   ├── scatter_nd_op.cc
│   │   ├── scatter_nd_op_cpu_impl_0.cc
│   │   ├── scatter_nd_op_cpu_impl_1.cc
│   │   ├── scatter_nd_op_cpu_impl_2.cc
│   │   ├── scatter_nd_op_cpu_impl_3.cc
│   │   ├── scatter_nd_op_cpu_impl_4.cc
│   │   ├── scatter_nd_op_cpu_impl_5.cc
│   │   ├── scatter_nd_op_cpu_impl_6.cc
│   │   ├── scatter_nd_op_cpu_impl_7.cc
│   │   ├── scatter_nd_op_cpu_impl.h
│   │   ├── scatter_nd_op_gpu.cu.cc
│   │   ├── scatter_nd_op.h
│   │   ├── scatter_nd_op_test.cc
│   │   ├── scatter_op.cc
│   │   ├── scatter_op_gpu.cu.cc
│   │   ├── scatter_op_test.cc
│   │   ├── sdca_internal.cc
│   │   ├── sdca_internal.h
│   │   ├── sdca_ops.cc
│   │   ├── sdca_ops_test.cc
│   │   ├── segment_reduction_ops.cc
│   │   ├── segment_reduction_ops_gpu.cu.cc
│   │   ├── segment_reduction_ops.h
│   │   ├── segment_reduction_ops_test.cc
│   │   ├── self_adjoint_eig_op.cc
│   │   ├── self_adjoint_eig_v2_op_complex128.cc
│   │   ├── self_adjoint_eig_v2_op_complex64.cc
│   │   ├── self_adjoint_eig_v2_op_double.cc
│   │   ├── self_adjoint_eig_v2_op_float.cc
│   │   ├── self_adjoint_eig_v2_op_gpu.cc
│   │   ├── self_adjoint_eig_v2_op_impl.h
│   │   ├── sendrecv_ops.cc
│   │   ├── sendrecv_ops.h
│   │   ├── sendrecv_ops_test.cc
│   │   ├── sequence_ops.cc
│   │   ├── sequence_ops_test.cc
│   │   ├── serialize_sparse_op.cc
│   │   ├── session_ops.cc
│   │   ├── set_kernels.cc
│   │   ├── shape_ops.cc
│   │   ├── shape_ops.h
│   │   ├── shape_op_test.cc
│   │   ├── slice_op.cc
│   │   ├── slice_op_cpu_impl_1.cc
│   │   ├── slice_op_cpu_impl_2.cc
│   │   ├── slice_op_cpu_impl_3.cc
│   │   ├── slice_op_cpu_impl_4.cc
│   │   ├── slice_op_cpu_impl_5.cc
│   │   ├── slice_op_cpu_impl_6.cc
│   │   ├── slice_op_cpu_impl_7.cc
│   │   ├── slice_op_cpu_impl.h
│   │   ├── slice_op_gpu.cu.cc
│   │   ├── slice_op.h
│   │   ├── slice_op_test.cc
│   │   ├── smooth-hinge-loss.h
│   │   ├── snapshot_op.cc
│   │   ├── snapshot_op_gpu.cu.cc
│   │   ├── snapshot_op.h
│   │   ├── softmax_op.cc
│   │   ├── softmax_op_functor.h
│   │   ├── softmax_op_gpu.cu.cc
│   │   ├── softplus_op.cc
│   │   ├── softplus_op_gpu.cu.cc
│   │   ├── softplus_op.h
│   │   ├── softsign_op.cc
│   │   ├── softsign_op_gpu.cu.cc
│   │   ├── softsign_op.h
│   │   ├── spacetobatch_benchmark_test.cc
│   │   ├── spacetobatch_functor.cc
│   │   ├── spacetobatch_functor_gpu.cu.cc
│   │   ├── spacetobatch_functor.h
│   │   ├── spacetobatch_op.cc
│   │   ├── spacetodepth_op.cc
│   │   ├── spacetodepth_op_gpu.cu.cc
│   │   ├── spacetodepth_op.h
│   │   ├── sparse_add_grad_op.cc
│   │   ├── sparse_add_op.cc
│   │   ├── sparse_add_op_test.cc
│   │   ├── sparse_concat_op.cc
│   │   ├── sparse_conditional_accumulator.h
│   │   ├── sparse_conditional_accumulator_op.cc
│   │   ├── sparse_cross_op.cc
│   │   ├── sparse_dense_binary_op_shared.cc
│   │   ├── sparse_dense_binary_op_shared_test.cc
│   │   ├── sparse_fill_empty_rows_op.cc
│   │   ├── sparse_matmul_op.cc
│   │   ├── sparse_matmul_op.h
│   │   ├── sparse_matmul_op_test.cc
│   │   ├── sparse_reduce_op.cc
│   │   ├── sparse_reduce_sum_op_test.cc
│   │   ├── sparse_reorder_op.cc
│   │   ├── sparse_reshape_op.cc
│   │   ├── sparse_slice_op.cc
│   │   ├── sparse_softmax_op.cc
│   │   ├── sparse_sparse_binary_op_shared.cc
│   │   ├── sparse_split_op.cc
│   │   ├── sparse_tensor_dense_add_op.cc
│   │   ├── sparse_tensor_dense_add_op.h
│   │   ├── sparse_tensor_dense_matmul_op.cc
│   │   ├── sparse_tensor_dense_matmul_op_gpu.cu.cc
│   │   ├── sparse_tensor_dense_matmul_op.h
│   │   ├── sparse_tensor_dense_matmul_op_test.cc
│   │   ├── sparse_tensors_map_ops.cc
│   │   ├── sparse_to_dense_op.cc
│   │   ├── sparse_to_dense_op_test.cc
│   │   ├── sparse_xent_op.cc
│   │   ├── sparse_xent_op_gpu.cu.cc
│   │   ├── sparse_xent_op.h
│   │   ├── sparse_xent_op_test.cc
│   │   ├── spectrogram.cc
│   │   ├── spectrogram_convert_test_data.cc
│   │   ├── spectrogram.h
│   │   ├── spectrogram_op.cc
│   │   ├── spectrogram_op_test.cc
│   │   ├── spectrogram_test.cc
│   │   ├── spectrogram_test_data
│   │   │   ├── README
│   │   │   ├── short_test_segment_spectrogram_400_200.csv.bin
│   │   │   ├── short_test_segment_spectrogram.csv.bin
│   │   │   └── short_test_segment.wav
│   │   ├── spectrogram_test_utils.cc
│   │   ├── spectrogram_test_utils.h
│   │   ├── split_lib_cpu.cc
│   │   ├── split_lib_gpu.cu.cc
│   │   ├── split_lib.h
│   │   ├── split_op.cc
│   │   ├── split_op_test.cc
│   │   ├── split_v_op.cc
│   │   ├── split_v_op_test.cc
│   │   ├── squared-loss.h
│   │   ├── stack_ops.cc
│   │   ├── stage_op.cc
│   │   ├── stateless_random_ops.cc
│   │   ├── strided_slice_op.cc
│   │   ├── strided_slice_op_define_grad.cc
│   │   ├── strided_slice_op_gpu.cu.cc
│   │   ├── strided_slice_op.h
│   │   ├── strided_slice_op_impl.h
│   │   ├── strided_slice_op_inst_0.cc
│   │   ├── strided_slice_op_inst_1.cc
│   │   ├── strided_slice_op_inst_2.cc
│   │   ├── strided_slice_op_inst_3.cc
│   │   ├── strided_slice_op_inst_4.cc
│   │   ├── strided_slice_op_inst_5.cc
│   │   ├── strided_slice_op_inst_6.cc
│   │   ├── strided_slice_op_inst_7.cc
│   │   ├── strided_slice_op_test.cc
│   │   ├── string_join_op.cc
│   │   ├── string_split_op.cc
│   │   ├── string_to_hash_bucket_op.cc
│   │   ├── string_to_hash_bucket_op.h
│   │   ├── string_to_number_op.cc
│   │   ├── substr_op.cc
│   │   ├── summary_audio_op.cc
│   │   ├── summary_audio_op_test.cc
│   │   ├── summary_image_op.cc
│   │   ├── summary_image_op_test.cc
│   │   ├── summary_interface.h
│   │   ├── summary_kernels.cc
│   │   ├── summary_op.cc
│   │   ├── summary_op_test.cc
│   │   ├── summary_tensor_op.cc
│   │   ├── summary_tensor_op_test.cc
│   │   ├── svd_op_complex128.cc
│   │   ├── svd_op_complex64.cc
│   │   ├── svd_op_double.cc
│   │   ├── svd_op_float.cc
│   │   ├── svd_op_gpu.cu.cc
│   │   ├── svd_op_impl.h
│   │   ├── tensor_array.cc
│   │   ├── tensor_array.h
│   │   ├── tensor_array_ops.cc
│   │   ├── text_line_reader_op.cc
│   │   ├── tf_record_reader_op.cc
│   │   ├── tile_functor_cpu.cc
│   │   ├── tile_functor_gpu.cu.cc
│   │   ├── tile_functor.h
│   │   ├── tile_ops.cc
│   │   ├── tile_ops_cpu_impl_1.cc
│   │   ├── tile_ops_cpu_impl_2.cc
│   │   ├── tile_ops_cpu_impl_3.cc
│   │   ├── tile_ops_cpu_impl_4.cc
│   │   ├── tile_ops_cpu_impl_5.cc
│   │   ├── tile_ops_cpu_impl_6.cc
│   │   ├── tile_ops_cpu_impl_7.cc
│   │   ├── tile_ops_cpu_impl.h
│   │   ├── tile_ops_gpu_impl_1.cu.cc
│   │   ├── tile_ops_gpu_impl_2.cu.cc
│   │   ├── tile_ops_gpu_impl_3.cu.cc
│   │   ├── tile_ops_gpu_impl_4.cu.cc
│   │   ├── tile_ops_gpu_impl_5.cu.cc
│   │   ├── tile_ops_gpu_impl_6.cu.cc
│   │   ├── tile_ops_gpu_impl_7.cu.cc
│   │   ├── tile_ops_gpu_impl_8.cu.cc
│   │   ├── tile_ops_gpu_impl.h
│   │   ├── tile_ops_impl.h
│   │   ├── topk_op.cc
│   │   ├── topk_op_gpu.cu.cc
│   │   ├── topk_op.h
│   │   ├── training_op_helpers.cc
│   │   ├── training_op_helpers.h
│   │   ├── training_ops.cc
│   │   ├── training_ops_gpu.cu.cc
│   │   ├── training_ops.h
│   │   ├── training_ops_test.cc
│   │   ├── transpose_functor_cpu.cc
│   │   ├── transpose_functor_gpu.cu.cc
│   │   ├── transpose_functor.h
│   │   ├── transpose_op.cc
│   │   ├── transpose_op.h
│   │   ├── transpose_util_test.cc
│   │   ├── typed_conditional_accumulator_base.h
│   │   ├── typed_queue.h
│   │   ├── unique_op.cc
│   │   ├── unique_op_test.cc
│   │   ├── unpack_op.cc
│   │   ├── unravel_index_op.cc
│   │   ├── variable_ops.cc
│   │   ├── variable_ops.h
│   │   ├── variable_ops_test.cc
│   │   ├── warn_about_ints.cc
│   │   ├── warn_about_ints.h
│   │   ├── where_op.cc
│   │   ├── where_op_gpu.cu.h
│   │   ├── where_op_gpu_impl_1.cu.cc
│   │   ├── where_op_gpu_impl_2.cu.cc
│   │   ├── where_op_gpu_impl_3.cu.cc
│   │   ├── where_op_gpu_impl_4.cu.cc
│   │   ├── where_op_gpu_impl_5.cu.cc
│   │   ├── where_op.h
│   │   ├── whole_file_read_ops.cc
│   │   ├── winograd_transform.h
│   │   ├── word2vec_kernels.cc
│   │   ├── xent_op.cc
│   │   ├── xent_op_gpu.cu.cc
│   │   ├── xent_op.h
│   │   ├── xent_op_test.cc
│   │   ├── xsmm_conv2d.cc
│   │   ├── xsmm_conv2d.h
│   │   └── xsmm_conv2d_test.cc
│   ├── lib
│   │   ├── bfloat16
│   │   │   ├── bfloat16.cc
│   │   │   └── bfloat16.h
│   │   ├── bmp
│   │   │   └── testdata
│   │   │   └── lena.bmp
│   │   ├── core
│   │   │   ├── arena.cc
│   │   │   ├── arena.h
│   │   │   ├── arena_test.cc
│   │   │   ├── bit_cast_test.cc
│   │   │   ├── bitmap.cc
│   │   │   ├── bitmap.h
│   │   │   ├── bitmap_test.cc
│   │   │   ├── bits.h
│   │   │   ├── blocking_counter.h
│   │   │   ├── blocking_counter_test.cc
│   │   │   ├── casts.h
│   │   │   ├── coding.cc
│   │   │   ├── coding.h
│   │   │   ├── coding_test.cc
│   │   │   ├── error_codes.pb.cc
│   │   │   ├── error_codes.pb.h
│   │   │   ├── error_codes.pb_text.cc
│   │   │   ├── error_codes.pb_text.h
│   │   │   ├── error_codes.pb_text-impl.h
│   │   │   ├── error_codes.proto
│   │   │   ├── errors.h
│   │   │   ├── notification.h
│   │   │   ├── notification_test.cc
│   │   │   ├── raw_coding.h
│   │   │   ├── refcount.h
│   │   │   ├── refcount_test.cc
│   │   │   ├── status.cc
│   │   │   ├── status.h
│   │   │   ├── status_test.cc
│   │   │   ├── status_test_util.h
│   │   │   ├── stringpiece.cc
│   │   │   ├── stringpiece.h
│   │   │   ├── stringpiece_test.cc
│   │   │   ├── threadpool.cc
│   │   │   ├── threadpool.h
│   │   │   └── threadpool_test.cc
│   │   ├── db
│   │   │   ├── BUILD
│   │   │   ├── snapfn.cc
│   │   │   ├── sqlite.cc
│   │   │   ├── sqlite.h
│   │   │   └── sqlite_test.cc
│   │   ├── gif
│   │   │   ├── gif_io.cc
│   │   │   ├── gif_io.h
│   │   │   └── testdata
│   │   │   ├── lena.gif
│   │   │   ├── optimized.gif
│   │   │   └── scan.gif
│   │   ├── gtl
│   │   │   ├── array_slice.h
│   │   │   ├── array_slice_internal.h
│   │   │   ├── array_slice_test.cc
│   │   │   ├── cleanup.h
│   │   │   ├── cleanup_test.cc
│   │   │   ├── compactptrset.h
│   │   │   ├── compactptrset_test.cc
│   │   │   ├── edit_distance.h
│   │   │   ├── edit_distance_test.cc
│   │   │   ├── flatmap.h
│   │   │   ├── flatmap_test.cc
│   │   │   ├── flatrep.h
│   │   │   ├── flatset.h
│   │   │   ├── flatset_test.cc
│   │   │   ├── inlined_vector.h
│   │   │   ├── inlined_vector_test.cc
│   │   │   ├── int_type.h
│   │   │   ├── int_type_test.cc
│   │   │   ├── iterator_range.h
│   │   │   ├── iterator_range_test.cc
│   │   │   ├── manual_constructor.h
│   │   │   ├── manual_constructor_test.cc
│   │   │   ├── map_util.h
│   │   │   ├── map_util_test.cc
│   │   │   ├── optional.cc
│   │   │   ├── optional.h
│   │   │   ├── optional_test.cc
│   │   │   ├── priority_queue_util.h
│   │   │   ├── stl_util.h
│   │   │   ├── top_n.h
│   │   │   └── top_n_test.cc
│   │   ├── hash
│   │   │   ├── crc32c_accelerate.cc
│   │   │   ├── crc32c.cc
│   │   │   ├── crc32c.h
│   │   │   ├── crc32c_test.cc
│   │   │   ├── hash.cc
│   │   │   ├── hash.h
│   │   │   └── hash_test.cc
│   │   ├── histogram
│   │   │   ├── histogram.cc
│   │   │   ├── histogram.h
│   │   │   └── histogram_test.cc
│   │   ├── io
│   │   │   ├── block_builder.cc
│   │   │   ├── block_builder.h
│   │   │   ├── block.cc
│   │   │   ├── block.h
│   │   │   ├── buffered_inputstream.cc
│   │   │   ├── buffered_inputstream.h
│   │   │   ├── buffered_inputstream_test.cc
│   │   │   ├── compression.cc
│   │   │   ├── compression.h
│   │   │   ├── format.cc
│   │   │   ├── format.h
│   │   │   ├── inputbuffer.cc
│   │   │   ├── inputbuffer.h
│   │   │   ├── inputbuffer_test.cc
│   │   │   ├── inputstream_interface.cc
│   │   │   ├── inputstream_interface.h
│   │   │   ├── inputstream_interface_test.cc
│   │   │   ├── iterator.cc
│   │   │   ├── iterator.h
│   │   │   ├── path.cc
│   │   │   ├── path.h
│   │   │   ├── path_test.cc
│   │   │   ├── proto_encode_helper.h
│   │   │   ├── random_inputstream.cc
│   │   │   ├── random_inputstream.h
│   │   │   ├── random_inputstream_test.cc
│   │   │   ├── recordio_test.cc
│   │   │   ├── record_reader.cc
│   │   │   ├── record_reader.h
│   │   │   ├── record_reader_writer_test.cc
│   │   │   ├── record_writer.cc
│   │   │   ├── record_writer.h
│   │   │   ├── snappy
│   │   │   │   ├── snappy_buffers_test.cc
│   │   │   │   ├── snappy_inputbuffer.cc
│   │   │   │   ├── snappy_inputbuffer.h
│   │   │   │   ├── snappy_outputbuffer.cc
│   │   │   │   └── snappy_outputbuffer.h
│   │   │   ├── table_builder.cc
│   │   │   ├── table_builder.h
│   │   │   ├── table.cc
│   │   │   ├── table_format.txt
│   │   │   ├── table.h
│   │   │   ├── table_options.h
│   │   │   ├── table_test.cc
│   │   │   ├── two_level_iterator.cc
│   │   │   ├── two_level_iterator.h
│   │   │   ├── zlib_buffers_test.cc
│   │   │   ├── zlib_compression_options.h
│   │   │   ├── zlib_inputstream.cc
│   │   │   ├── zlib_inputstream.h
│   │   │   ├── zlib_outputbuffer.cc
│   │   │   └── zlib_outputbuffer.h
│   │   ├── jpeg
│   │   │   ├── jpeg_handle.cc
│   │   │   ├── jpeg_handle.h
│   │   │   ├── jpeg_mem.cc
│   │   │   ├── jpeg_mem.h
│   │   │   ├── jpeg_mem_unittest.cc
│   │   │   └── testdata
│   │   │   ├── bad_huffman.jpg
│   │   │   ├── corrupt34_2.jpg
│   │   │   ├── corrupt34_3.jpg
│   │   │   ├── corrupt34_4.jpg
│   │   │   ├── corrupt.jpg
│   │   │   ├── jpeg_merge_test1_cmyk.jpg
│   │   │   ├── jpeg_merge_test1.jpg
│   │   │   ├── medium.jpg
│   │   │   └── small.jpg
│   │   ├── lmdb
│   │   │   └── testdata
│   │   │   └── data.mdb
│   │   ├── math
│   │   │   ├── math_util.h
│   │   │   └── math_util_test.cc
│   │   ├── monitoring
│   │   │   ├── collected_metrics.h
│   │   │   ├── collection_registry.cc
│   │   │   ├── collection_registry.h
│   │   │   ├── collection_registry_test.cc
│   │   │   ├── counter.h
│   │   │   ├── counter_test.cc
│   │   │   ├── gauge.h
│   │   │   ├── gauge_test.cc
│   │   │   ├── metric_def.h
│   │   │   ├── metric_def_test.cc
│   │   │   ├── mobile_counter.h
│   │   │   ├── mobile_gauge.h
│   │   │   ├── mobile_sampler.h
│   │   │   ├── sampler.cc
│   │   │   ├── sampler.h
│   │   │   └── sampler_test.cc
│   │   ├── png
│   │   │   ├── png_io.cc
│   │   │   ├── png_io.h
│   │   │   └── testdata
│   │   │   ├── lena_gray.png
│   │   │   └── lena_rgba.png
│   │   ├── random
│   │   │   ├── distribution_sampler.cc
│   │   │   ├── distribution_sampler.h
│   │   │   ├── distribution_sampler_test.cc
│   │   │   ├── exact_uniform_int.h
│   │   │   ├── philox_random.h
│   │   │   ├── philox_random_test.cc
│   │   │   ├── philox_random_test_utils.h
│   │   │   ├── random.cc
│   │   │   ├── random_distributions.cc
│   │   │   ├── random_distributions.h
│   │   │   ├── random_distributions_test.cc
│   │   │   ├── random.h
│   │   │   ├── random_test.cc
│   │   │   ├── simple_philox.cc
│   │   │   ├── simple_philox.h
│   │   │   ├── simple_philox_test.cc
│   │   │   ├── weighted_picker.cc
│   │   │   ├── weighted_picker.h
│   │   │   └── weighted_picker_test.cc
│   │   ├── strings
│   │   │   ├── base64.cc
│   │   │   ├── base64.h
│   │   │   ├── base64_test.cc
│   │   │   ├── numbers.cc
│   │   │   ├── numbers.h
│   │   │   ├── numbers_test.cc
│   │   │   ├── ordered_code.cc
│   │   │   ├── ordered_code.h
│   │   │   ├── ordered_code_test.cc
│   │   │   ├── proto_text_util.cc
│   │   │   ├── proto_text_util.h
│   │   │   ├── scanner.cc
│   │   │   ├── scanner.h
│   │   │   ├── scanner_test.cc
│   │   │   ├── strcat.cc
│   │   │   ├── strcat.h
│   │   │   ├── strcat_test.cc
│   │   │   ├── stringprintf.cc
│   │   │   ├── stringprintf.h
│   │   │   ├── stringprintf_test.cc
│   │   │   ├── str_util.cc
│   │   │   ├── str_util.h
│   │   │   └── str_util_test.cc
│   │   └── wav
│   │   ├── wav_io.cc
│   │   ├── wav_io.h
│   │   └── wav_io_test.cc
│   ├── ops
│   │   ├── array_grad.cc
│   │   ├── array_grad_test.cc
│   │   ├── array_ops.cc
│   │   ├── array_ops_test.cc
│   │   ├── audio_ops.cc
│   │   ├── batch_ops.cc
│   │   ├── bitwise_ops.cc
│   │   ├── candidate_sampling_ops.cc
│   │   ├── candidate_sampling_ops_test.cc
│   │   ├── checkpoint_ops.cc
│   │   ├── compat
│   │   │   ├── backwards_compatibility_test.cc
│   │   │   ├── BUILD
│   │   │   ├── op_compatibility_lib.cc
│   │   │   ├── op_compatibility_lib.h
│   │   │   ├── ops_history.v0.pbtxt
│   │   │   ├── ops_history.v1.pbtxt
│   │   │   └── update_ops_main.cc
│   │   ├── control_flow_ops.cc
│   │   ├── control_flow_ops_test.cc
│   │   ├── ctc_ops.cc
│   │   ├── ctc_ops_test.cc
│   │   ├── data_flow_ops.cc
│   │   ├── data_flow_ops_test.cc
│   │   ├── dataset_ops.cc
│   │   ├── debug_ops.cc
│   │   ├── functional_grad.cc
│   │   ├── functional_ops.cc
│   │   ├── functional_ops_test.cc
│   │   ├── function_ops.cc
│   │   ├── image_ops.cc
│   │   ├── image_ops_test.cc
│   │   ├── io_ops.cc
│   │   ├── io_ops_test.cc
│   │   ├── linalg_ops.cc
│   │   ├── linalg_ops_test.cc
│   │   ├── list_ops.cc
│   │   ├── logging_ops.cc
│   │   ├── lookup_ops.cc
│   │   ├── manip_ops.cc
│   │   ├── math_grad.cc
│   │   ├── math_grad_test.cc
│   │   ├── math_ops.cc
│   │   ├── math_ops_test.cc
│   │   ├── nn_grad.cc
│   │   ├── nn_ops.cc
│   │   ├── nn_ops_test.cc
│   │   ├── no_op.cc
│   │   ├── ops.pbtxt
│   │   ├── parsing_ops.cc
│   │   ├── parsing_ops_test.cc
│   │   ├── random_grad.cc
│   │   ├── random_ops.cc
│   │   ├── random_ops_test.cc
│   │   ├── remote_fused_graph_ops.cc
│   │   ├── remote_fused_graph_ops_test.cc
│   │   ├── resource_variable_ops.cc
│   │   ├── script_ops.cc
│   │   ├── sdca_ops.cc
│   │   ├── sendrecv_ops.cc
│   │   ├── set_ops.cc
│   │   ├── set_ops_test.cc
│   │   ├── shape_function_test.cc
│   │   ├── sparse_ops.cc
│   │   ├── sparse_ops_test.cc
│   │   ├── spectral_ops.cc
│   │   ├── spectral_ops_test.cc
│   │   ├── stateless_random_ops.cc
│   │   ├── state_ops.cc
│   │   ├── state_ops_test.cc
│   │   ├── string_ops.cc
│   │   ├── string_ops_test.cc
│   │   ├── summary_ops.cc
│   │   ├── training_ops.cc
│   │   ├── training_ops_test.cc
│   │   └── word2vec_ops.cc
│   ├── platform
│   │   ├── abi.cc
│   │   ├── abi.h
│   │   ├── abi_test.cc
│   │   ├── cloud
│   │   │   ├── auth_provider.h
│   │   │   ├── BUILD
│   │   │   ├── curl_http_request.cc
│   │   │   ├── curl_http_request.h
│   │   │   ├── curl_http_request_test.cc
│   │   │   ├── expiring_lru_cache.h
│   │   │   ├── expiring_lru_cache_test.cc
│   │   │   ├── file_block_cache.h
│   │   │   ├── gcs_dns_cache.cc
│   │   │   ├── gcs_dns_cache.h
│   │   │   ├── gcs_dns_cache_test.cc
│   │   │   ├── gcs_file_system.cc
│   │   │   ├── gcs_file_system.h
│   │   │   ├── gcs_file_system_test.cc
│   │   │   ├── gcs_throttle.cc
│   │   │   ├── gcs_throttle.h
│   │   │   ├── gcs_throttle_test.cc
│   │   │   ├── google_auth_provider.cc
│   │   │   ├── google_auth_provider.h
│   │   │   ├── google_auth_provider_test.cc
│   │   │   ├── http_request_fake.h
│   │   │   ├── http_request.h
│   │   │   ├── now_seconds_env.h
│   │   │   ├── oauth_client.cc
│   │   │   ├── oauth_client.h
│   │   │   ├── oauth_client_test.cc
│   │   │   ├── ram_file_block_cache.cc
│   │   │   ├── ram_file_block_cache.h
│   │   │   ├── ram_file_block_cache_test.cc
│   │   │   ├── retrying_file_system.cc
│   │   │   ├── retrying_file_system.h
│   │   │   ├── retrying_file_system_test.cc
│   │   │   ├── retrying_utils.cc
│   │   │   ├── retrying_utils.h
│   │   │   ├── retrying_utils_test.cc
│   │   │   ├── testdata
│   │   │   │   ├── application_default_credentials.json
│   │   │   │   ├── service_account_credentials.json
│   │   │   │   └── service_account_public_key.txt
│   │   │   ├── time_util.cc
│   │   │   ├── time_util.h
│   │   │   └── time_util_test.cc
│   │   ├── context.h
│   │   ├── cpu_feature_guard.cc
│   │   ├── cpu_feature_guard.h
│   │   ├── cpu_info.cc
│   │   ├── cpu_info.h
│   │   ├── cuda.h
│   │   ├── cuda_libdevice_path.cc
│   │   ├── cuda_libdevice_path.h
│   │   ├── cuda_libdevice_path_test.cc
│   │   ├── cupti_wrapper.h
│   │   ├── default
│   │   │   ├── build_config
│   │   │   │   └── BUILD
│   │   │   ├── build_config.bzl
│   │   │   ├── build_config_root.bzl
│   │   │   ├── context.h
│   │   │   ├── cuda_libdevice_path.cc
│   │   │   ├── device_tracer.cc
│   │   │   ├── dynamic_annotations.h
│   │   │   ├── fingerprint.h
│   │   │   ├── from_stream_executor_status.h
│   │   │   ├── gpu
│   │   │   │   ├── BUILD
│   │   │   │   ├── cupti_wrapper.cc
│   │   │   │   └── cupti_wrapper.h
│   │   │   ├── integral_types.h
│   │   │   ├── logging.cc
│   │   │   ├── logging.h
│   │   │   ├── mutex.h
│   │   │   ├── notification.h
│   │   │   ├── platform.bzl
│   │   │   ├── protobuf.cc
│   │   │   ├── protobuf.h
│   │   │   ├── stacktrace.h
│   │   │   ├── strong_hash.h
│   │   │   ├── test_benchmark.cc
│   │   │   ├── thread_annotations.h
│   │   │   ├── tracing.cc
│   │   │   └── tracing_impl.h
│   │   ├── demangle.h
│   │   ├── denormal.cc
│   │   ├── denormal.h
│   │   ├── device_tracer.h
│   │   ├── device_tracer_test.cc
│   │   ├── dynamic_annotations.h
│   │   ├── env.cc
│   │   ├── env.h
│   │   ├── env_test.cc
│   │   ├── env_time.cc
│   │   ├── env_time.h
│   │   ├── file_statistics.h
│   │   ├── file_system.cc
│   │   ├── file_system.h
│   │   ├── file_system_test.cc
│   │   ├── fingerprint.h
│   │   ├── fingerprint_test.cc
│   │   ├── gif.h
│   │   ├── hadoop
│   │   │   ├── BUILD
│   │   │   ├── hadoop_file_system.cc
│   │   │   ├── hadoop_file_system.h
│   │   │   └── hadoop_file_system_test.cc
│   │   ├── host_info.h
│   │   ├── init_main.h
│   │   ├── integral_types_test.cc
│   │   ├── jpeg.h
│   │   ├── load_library.h
│   │   ├── logging.h
│   │   ├── logging_test.cc
│   │   ├── macros.h
│   │   ├── mem.h
│   │   ├── mutex.h
│   │   ├── net.h
│   │   ├── net_test.cc
│   │   ├── notification.h
│   │   ├── platform.h
│   │   ├── png.h
│   │   ├── port_test.cc
│   │   ├── posix
│   │   │   ├── env.cc
│   │   │   ├── env_time.cc
│   │   │   ├── error.cc
│   │   │   ├── error.h
│   │   │   ├── load_library.cc
│   │   │   ├── net.cc
│   │   │   ├── port.cc
│   │   │   ├── posix_file_system.cc
│   │   │   ├── posix_file_system.h
│   │   │   ├── subprocess.cc
│   │   │   ├── subprocess.h
│   │   │   ├── test.cc
│   │   │   └── tracing.cc
│   │   ├── prefetch.h
│   │   ├── profile_utils
│   │   │   ├── android_armv7a_cpu_utils_helper.cc
│   │   │   ├── android_armv7a_cpu_utils_helper.h
│   │   │   ├── clock_cycle_profiler.cc
│   │   │   ├── clock_cycle_profiler.h
│   │   │   ├── cpu_utils.cc
│   │   │   ├── cpu_utils.h
│   │   │   ├── cpu_utils_test.cc
│   │   │   └── i_cpu_utils_helper.h
│   │   ├── protobuf.h
│   │   ├── protobuf_internal.h
│   │   ├── protobuf_util.cc
│   │   ├── regexp.h
│   │   ├── s3
│   │   │   ├── aws_logging.cc
│   │   │   ├── aws_logging.h
│   │   │   ├── BUILD
│   │   │   ├── s3_crypto.cc
│   │   │   ├── s3_crypto.h
│   │   │   ├── s3_file_system.cc
│   │   │   ├── s3_file_system.h
│   │   │   └── s3_file_system_test.cc
│   │   ├── setround.cc
│   │   ├── setround.h
│   │   ├── setround_test.cc
│   │   ├── snappy.h
│   │   ├── stacktrace.h
│   │   ├── stacktrace_handler.cc
│   │   ├── stacktrace_handler.h
│   │   ├── stacktrace_handler_test.cc
│   │   ├── stream_executor.h
│   │   ├── stream_executor_no_cuda.h
│   │   ├── strong_hash.h
│   │   ├── subprocess.h
│   │   ├── subprocess_test.cc
│   │   ├── tensor_coding.cc
│   │   ├── tensor_coding.h
│   │   ├── test_benchmark.h
│   │   ├── test.cc
│   │   ├── test.h
│   │   ├── test_main.cc
│   │   ├── thread_annotations.h
│   │   ├── tracing.cc
│   │   ├── tracing.h
│   │   ├── types.h
│   │   ├── variant_coding.cc
│   │   ├── variant_coding.h
│   │   └── windows
│   │   ├── cpu_info.h
│   │   ├── env.cc
│   │   ├── env_time.cc
│   │   ├── error.cc
│   │   ├── error.h
│   │   ├── integral_types.h
│   │   ├── intrinsics_port.h
│   │   ├── net.cc
│   │   ├── port.cc
│   │   ├── subprocess.h
│   │   ├── test.cc
│   │   ├── windows_file_system.cc
│   │   └── windows_file_system.h
│   ├── profiler
│   │   ├── BUILD
│   │   ├── g3doc
│   │   │   ├── advise.md
│   │   │   ├── code_timeline.png
│   │   │   ├── command_line.md
│   │   │   ├── graph_timeline.png
│   │   │   ├── options.md
│   │   │   ├── pprof.jpg
│   │   │   ├── profile_memory.md
│   │   │   ├── profile_model_architecture.md
│   │   │   ├── profiler_ui.jpg
│   │   │   ├── profile_time.md
│   │   │   ├── python_api.md
│   │   │   └── scope_timeline.png
│   │   ├── internal
│   │   │   ├── advisor
│   │   │   │   ├── accelerator_utilization_checker.h
│   │   │   │   ├── BUILD
│   │   │   │   ├── checker.h
│   │   │   │   ├── expensive_operation_checker.h
│   │   │   │   ├── internal_checker_runner_dummy.cc
│   │   │   │   ├── internal_checker_runner.h
│   │   │   │   ├── operation_checker.h
│   │   │   │   ├── tfprof_advisor.h
│   │   │   │   └── tfprof_advisor_test.cc
│   │   │   ├── BUILD
│   │   │   ├── print_model_analysis.cc
│   │   │   ├── print_model_analysis.h
│   │   │   ├── testdata
│   │   │   │   ├── ckpt.data-00000-of-00001
│   │   │   │   ├── ckpt.index
│   │   │   │   ├── ckpt.meta
│   │   │   │   ├── graph.pbtxt
│   │   │   │   ├── run_meta
│   │   │   │   └── tfprof_log
│   │   │   ├── tfprof_code.cc
│   │   │   ├── tfprof_code.h
│   │   │   ├── tfprof_constants.h
│   │   │   ├── tfprof_graph.cc
│   │   │   ├── tfprof_graph.h
│   │   │   ├── tfprof_node.cc
│   │   │   ├── tfprof_node.h
│   │   │   ├── tfprof_node_show.cc
│   │   │   ├── tfprof_node_show.h
│   │   │   ├── tfprof_op.cc
│   │   │   ├── tfprof_op.h
│   │   │   ├── tfprof_scope.cc
│   │   │   ├── tfprof_scope.h
│   │   │   ├── tfprof_show.cc
│   │   │   ├── tfprof_show.h
│   │   │   ├── tfprof_show_multi.cc
│   │   │   ├── tfprof_show_multi.h
│   │   │   ├── tfprof_show_test.cc
│   │   │   ├── tfprof_stats.cc
│   │   │   ├── tfprof_stats.h
│   │   │   ├── tfprof_stats_test.cc
│   │   │   ├── tfprof_tensor.cc
│   │   │   ├── tfprof_tensor.h
│   │   │   ├── tfprof_tensor_test.cc
│   │   │   ├── tfprof_timeline.cc
│   │   │   ├── tfprof_timeline.h
│   │   │   ├── tfprof_timeline_test.cc
│   │   │   ├── tfprof_utils.cc
│   │   │   └── tfprof_utils.h
│   │   ├── profile.pb.cc
│   │   ├── profile.pb.h
│   │   ├── profile.proto
│   │   ├── profiler.cc
│   │   ├── README.md
│   │   ├── tfprof_log.pb.cc
│   │   ├── tfprof_log.pb.h
│   │   ├── tfprof_log.proto
│   │   ├── tfprof_options.cc
│   │   ├── tfprof_options.h
│   │   ├── tfprof_options.pb.cc
│   │   ├── tfprof_options.pb.h
│   │   ├── tfprof_options.proto
│   │   ├── tfprof_output.pb.cc
│   │   ├── tfprof_output.pb.h
│   │   └── tfprof_output.proto
│   ├── protobuf
│   │   ├── cluster.pb.cc
│   │   ├── cluster.pb.h
│   │   ├── cluster.pb_text.cc
│   │   ├── cluster.pb_text.h
│   │   ├── cluster.pb_text-impl.h
│   │   ├── cluster.proto
│   │   ├── config.pb.cc
│   │   ├── config.pb.h
│   │   ├── config.pb_text.cc
│   │   ├── config.pb_text.h
│   │   ├── config.pb_text-impl.h
│   │   ├── config.proto
│   │   ├── control_flow.pb.cc
│   │   ├── control_flow.pb.h
│   │   ├── control_flow.proto
│   │   ├── critical_section.pb.cc
│   │   ├── critical_section.pb.h
│   │   ├── critical_section.proto
│   │   ├── debug.pb.cc
│   │   ├── debug.pb.h
│   │   ├── debug.pb_text.cc
│   │   ├── debug.pb_text.h
│   │   ├── debug.pb_text-impl.h
│   │   ├── debug.proto
│   │   ├── device_properties.pb.cc
│   │   ├── device_properties.pb.h
│   │   ├── device_properties.pb_text.cc
│   │   ├── device_properties.pb_text.h
│   │   ├── device_properties.pb_text-impl.h
│   │   ├── device_properties.proto
│   │   ├── master.pb.cc
│   │   ├── master.pb.h
│   │   ├── master.proto
│   │   ├── master_service.pb.cc
│   │   ├── master_service.pb.h
│   │   ├── master_service.proto
│   │   ├── meta_graph.pb.cc
│   │   ├── meta_graph.pb.h
│   │   ├── meta_graph.proto
│   │   ├── named_tensor.pb.cc
│   │   ├── named_tensor.pb.h
│   │   ├── named_tensor.proto
│   │   ├── queue_runner.pb.cc
│   │   ├── queue_runner.pb.h
│   │   ├── queue_runner.proto
│   │   ├── rewriter_config.pb.cc
│   │   ├── rewriter_config.pb.h
│   │   ├── rewriter_config.pb_text.cc
│   │   ├── rewriter_config.pb_text.h
│   │   ├── rewriter_config.pb_text-impl.h
│   │   ├── rewriter_config.proto
│   │   ├── saved_model.pb.cc
│   │   ├── saved_model.pb.h
│   │   ├── saved_model.proto
│   │   ├── saver.pb.cc
│   │   ├── saver.pb.h
│   │   ├── saver.pb_text.cc
│   │   ├── saver.pb_text.h
│   │   ├── saver.pb_text-impl.h
│   │   ├── saver.proto
│   │   ├── tensor_bundle.pb.cc
│   │   ├── tensor_bundle.pb.h
│   │   ├── tensor_bundle.pb_text.cc
│   │   ├── tensor_bundle.pb_text.h
│   │   ├── tensor_bundle.pb_text-impl.h
│   │   ├── tensor_bundle.proto
│   │   ├── tensorflow_server.pb.cc
│   │   ├── tensorflow_server.pb.h
│   │   ├── tensorflow_server.proto
│   │   ├── worker.pb.cc
│   │   ├── worker.pb.h
│   │   ├── worker.proto
│   │   ├── worker_service.pb.cc
│   │   ├── worker_service.pb.h
│   │   └── worker_service.proto
│   ├── public
│   │   ├── README.md
│   │   ├── session.h
│   │   ├── session_options.h
│   │   └── version.h
│   ├── user_ops
│   │   └── fact.cc
│   └── util
│   ├── activation_mode.cc
│   ├── activation_mode.h
│   ├── bcast.cc
│   ├── bcast.h
│   ├── bcast_test.cc
│   ├── command_line_flags.cc
│   ├── command_line_flags.h
│   ├── command_line_flags_test.cc
│   ├── ctc
│   │   ├── BUILD
│   │   ├── ctc_beam_entry.h
│   │   ├── ctc_beam_scorer.h
│   │   ├── ctc_beam_search.h
│   │   ├── ctc_beam_search_test.cc
│   │   ├── ctc_decoder.h
│   │   ├── ctc_loss_calculator.cc
│   │   ├── ctc_loss_calculator.h
│   │   └── ctc_loss_util.h
│   ├── cuda_device_functions.h
│   ├── cuda_kernel_helper.h
│   ├── cuda_kernel_helper_test.cu.cc
│   ├── cuda_launch_config.h
│   ├── device_name_utils.cc
│   ├── device_name_utils.h
│   ├── device_name_utils_test.cc
│   ├── env_var.cc
│   ├── env_var.h
│   ├── equal_graph_def.cc
│   ├── equal_graph_def.h
│   ├── equal_graph_def_test.cc
│   ├── event.pb.cc
│   ├── event.pb.h
│   ├── event.proto
│   ├── events_writer.cc
│   ├── events_writer.h
│   ├── events_writer_test.cc
│   ├── example_proto_fast_parsing.cc
│   ├── example_proto_fast_parsing.h
│   ├── example_proto_fast_parsing_test.cc
│   ├── example_proto_fast_parsing_test.pb.cc
│   ├── example_proto_fast_parsing_test.pb.h
│   ├── example_proto_fast_parsing_test.proto
│   ├── example_proto_helper.cc
│   ├── example_proto_helper.h
│   ├── example_proto_helper_test.cc
│   ├── guarded_philox_random.cc
│   ├── guarded_philox_random.h
│   ├── matmul_autotune.cc
│   ├── matmul_autotune.h
│   ├── memmapped_file_system.cc
│   ├── memmapped_file_system.h
│   ├── memmapped_file_system.pb.cc
│   ├── memmapped_file_system.pb.h
│   ├── memmapped_file_system.pb_text.cc
│   ├── memmapped_file_system.pb_text.h
│   ├── memmapped_file_system.pb_text-impl.h
│   ├── memmapped_file_system.proto
│   ├── memmapped_file_system_test.cc
│   ├── memmapped_file_system_writer.cc
│   ├── memmapped_file_system_writer.h
│   ├── mirror_pad_mode.cc
│   ├── mirror_pad_mode.h
│   ├── mkl_util.h
│   ├── mkl_util_test.cc
│   ├── overflow.h
│   ├── overflow_test.cc
│   ├── padding.cc
│   ├── padding.h
│   ├── permutation_input_iterator.h
│   ├── port.cc
│   ├── port.h
│   ├── presized_cuckoo_map.h
│   ├── presized_cuckoo_map_test.cc
│   ├── ptr_util.h
│   ├── reffed_status_callback.h
│   ├── reffed_status_callback_test.cc
│   ├── reporter.cc
│   ├── reporter.h
│   ├── reporter_test.cc
│   ├── saved_tensor_slice.pb.cc
│   ├── saved_tensor_slice.pb.h
│   ├── saved_tensor_slice.pb_text.cc
│   ├── saved_tensor_slice.pb_text.h
│   ├── saved_tensor_slice.pb_text-impl.h
│   ├── saved_tensor_slice.proto
│   ├── saved_tensor_slice_util.cc
│   ├── saved_tensor_slice_util.h
│   ├── saved_tensor_slice_util_test.cc
│   ├── semver_test.cc
│   ├── session_message.cc
│   ├── session_message.h
│   ├── sparse
│   │   ├── dim_comparator.h
│   │   ├── group_iterator.cc
│   │   ├── group_iterator.h
│   │   ├── README.md
│   │   ├── sparse_tensor.h
│   │   └── sparse_tensor_test.cc
│   ├── stat_summarizer.cc
│   ├── stat_summarizer.h
│   ├── stat_summarizer_test.cc
│   ├── stream_executor_util.h
│   ├── strided_slice_op.cc
│   ├── strided_slice_op.h
│   ├── tensor_bundle
│   │   ├── BUILD
│   │   ├── naming.cc
│   │   ├── naming.h
│   │   ├── tensor_bundle.cc
│   │   ├── tensor_bundle.h
│   │   └── tensor_bundle_test.cc
│   ├── tensor_format.cc
│   ├── tensor_format.h
│   ├── tensor_format_test.cc
│   ├── tensor_slice_reader_cache.cc
│   ├── tensor_slice_reader_cache.h
│   ├── tensor_slice_reader.cc
│   ├── tensor_slice_reader.h
│   ├── tensor_slice_reader_test.cc
│   ├── tensor_slice_set.cc
│   ├── tensor_slice_set.h
│   ├── tensor_slice_set_test.cc
│   ├── tensor_slice_util.h
│   ├── tensor_slice_util_test.cc
│   ├── tensor_slice_writer.cc
│   ├── tensor_slice_writer.h
│   ├── tensor_slice_writer_test.cc
│   ├── test_log.pb.cc
│   ├── test_log.pb.h
│   ├── test_log.proto
│   ├── transform_output_iterator.h
│   ├── use_cudnn.cc
│   ├── use_cudnn.h
│   ├── util.cc
│   ├── util.h
│   ├── version_info.cc
│   ├── work_sharder.cc
│   ├── work_sharder.h
│   └── work_sharder_test.cc
├── tensorflow1.7.1_cpu_x64_r.props
├── third_party
│   └── eigen3
│   ├── BUILD
│   ├── Eigen
│   │   ├── Cholesky
│   │   ├── Core
│   │   ├── Eigenvalues
│   │   ├── LU
│   │   ├── QR
│   │   └── SVD
│   ├── LICENSE
│   └── unsupported
│   └── Eigen
│   ├── CXX11
│   │   ├── Core
│   │   ├── FixedPoint
│   │   ├── NeuralNetworks
│   │   ├── src
│   │   │   ├── FixedPoint
│   │   │   │   ├── FixedPointTypes.h
│   │   │   │   ├── MatMatProductAVX2.h
│   │   │   │   ├── MatMatProduct.h
│   │   │   │   ├── MatMatProductNEON.h
│   │   │   │   ├── MatVecProduct.h
│   │   │   │   ├── PacketMathAVX2.h
│   │   │   │   ├── PacketMathAVX512.h
│   │   │   │   ├── TypeCastingAVX2.h
│   │   │   │   └── TypeCastingAVX512.h
│   │   │   └── NeuralNetworks
│   │   │   ├── Activations.h
│   │   │   ├── Attention.h
│   │   │   ├── BackwardCuboidConvolutions.h
│   │   │   ├── BackwardSpatialConvolutions.h
│   │   │   ├── CuboidConvolution.h
│   │   │   ├── Patch3d.h
│   │   │   ├── Pooling.h
│   │   │   ├── SoftMax.h
│   │   │   ├── SpatialConvolutions.h
│   │   │   └── TensorConvolutionByFFT.h
│   │   ├── Tensor
│   │   └── ThreadPool
│   ├── MatrixFunctions
│   └── SpecialFunctions
└── x64
└── vc14
└── Release
├── bin
│   └── tensorflow.dll
└── lib
└── tensorflow.lib

227 directories, 5486 files

标签:

实例下载地址

tensorflow1.7.1_cpu_x64_vc14_release dll

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警