diff options
Diffstat (limited to 'science/py-tensorflow/pkg-plist')
-rw-r--r-- | science/py-tensorflow/pkg-plist | 491 |
1 files changed, 344 insertions, 147 deletions
diff --git a/science/py-tensorflow/pkg-plist b/science/py-tensorflow/pkg-plist index a7dbf5fad401..d4ba73bc2b25 100644 --- a/science/py-tensorflow/pkg-plist +++ b/science/py-tensorflow/pkg-plist @@ -8,6 +8,7 @@ include/tensorflow/c/eager/dlpack.h include/tensorflow/c/ops.h include/tensorflow/c/tensor_interface.h include/tensorflow/c/tf_attrtype.h +include/tensorflow/c/tf_buffer.h include/tensorflow/c/tf_datatype.h include/tensorflow/c/tf_file_statistics.h include/tensorflow/c/tf_status.h @@ -94,9 +95,27 @@ include/tensorflow/compiler/xla/array.h include/tensorflow/compiler/xla/array2d.h include/tensorflow/compiler/xla/array3d.h include/tensorflow/compiler/xla/array4d.h +include/tensorflow/compiler/xla/autotune_results.pb.h include/tensorflow/compiler/xla/comparison_util.h include/tensorflow/compiler/xla/debug_options_flags.h include/tensorflow/compiler/xla/debug_options_parsers.h +include/tensorflow/compiler/xla/hlo/ir/dfs_hlo_visitor.h +include/tensorflow/compiler/xla/hlo/ir/dfs_hlo_visitor_with_default.h +include/tensorflow/compiler/xla/hlo/ir/dynamic_parameter_binding.h +include/tensorflow/compiler/xla/hlo/ir/hlo_casting_utils.h +include/tensorflow/compiler/xla/hlo/ir/hlo_clone_context.h +include/tensorflow/compiler/xla/hlo/ir/hlo_computation.h +include/tensorflow/compiler/xla/hlo/ir/hlo_domain_metadata.h +include/tensorflow/compiler/xla/hlo/ir/hlo_input_output_alias_config.h +include/tensorflow/compiler/xla/hlo/ir/hlo_instruction.h +include/tensorflow/compiler/xla/hlo/ir/hlo_instructions.h +include/tensorflow/compiler/xla/hlo/ir/hlo_module.h +include/tensorflow/compiler/xla/hlo/ir/hlo_module_metadata.h +include/tensorflow/compiler/xla/hlo/ir/hlo_op_metadata.h +include/tensorflow/compiler/xla/hlo/ir/hlo_opcode.h +include/tensorflow/compiler/xla/hlo/ir/hlo_schedule.h +include/tensorflow/compiler/xla/hlo/ir/hlo_sharding.h +include/tensorflow/compiler/xla/hlo/ir/hlo_sharding_metadata.h include/tensorflow/compiler/xla/index_util.h include/tensorflow/compiler/xla/iterator_util.h include/tensorflow/compiler/xla/layout.h @@ -104,33 +123,20 @@ include/tensorflow/compiler/xla/layout_util.h include/tensorflow/compiler/xla/literal.h include/tensorflow/compiler/xla/literal_util.h include/tensorflow/compiler/xla/map_util.h +include/tensorflow/compiler/xla/mlir/utils/error_util.h include/tensorflow/compiler/xla/overflow_util.h include/tensorflow/compiler/xla/parse_flags_from_env.h include/tensorflow/compiler/xla/permutation_util.h include/tensorflow/compiler/xla/primitive_util.h +include/tensorflow/compiler/xla/printer.h include/tensorflow/compiler/xla/protobuf_util.h +include/tensorflow/compiler/xla/service/compilation_environments.h include/tensorflow/compiler/xla/service/computation_layout.h include/tensorflow/compiler/xla/service/computation_placer.h -include/tensorflow/compiler/xla/service/dfs_hlo_visitor.h -include/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h -include/tensorflow/compiler/xla/service/dynamic_parameter_binding.h include/tensorflow/compiler/xla/service/global_device_id.h include/tensorflow/compiler/xla/service/hlo.pb.h -include/tensorflow/compiler/xla/service/hlo_casting_utils.h -include/tensorflow/compiler/xla/service/hlo_clone_context.h -include/tensorflow/compiler/xla/service/hlo_computation.h -include/tensorflow/compiler/xla/service/hlo_domain_metadata.h -include/tensorflow/compiler/xla/service/hlo_input_output_alias_config.h -include/tensorflow/compiler/xla/service/hlo_instruction.h -include/tensorflow/compiler/xla/service/hlo_instructions.h -include/tensorflow/compiler/xla/service/hlo_module.h include/tensorflow/compiler/xla/service/hlo_module_config.h -include/tensorflow/compiler/xla/service/hlo_module_metadata.h -include/tensorflow/compiler/xla/service/hlo_op_metadata.h -include/tensorflow/compiler/xla/service/hlo_opcode.h -include/tensorflow/compiler/xla/service/hlo_schedule.h -include/tensorflow/compiler/xla/service/hlo_sharding.h -include/tensorflow/compiler/xla/service/hlo_sharding_metadata.h +include/tensorflow/compiler/xla/service/mapped_ptr_container_sorter.h include/tensorflow/compiler/xla/service/name_uniquer.h include/tensorflow/compiler/xla/shape.h include/tensorflow/compiler/xla/shape_layout.h @@ -139,6 +145,57 @@ include/tensorflow/compiler/xla/shape_util.h include/tensorflow/compiler/xla/status.h include/tensorflow/compiler/xla/status_macros.h include/tensorflow/compiler/xla/statusor.h +include/tensorflow/compiler/xla/stream_executor/allocator_stats.h +include/tensorflow/compiler/xla/stream_executor/blas.h +include/tensorflow/compiler/xla/stream_executor/cuda/cuda_activation.h +include/tensorflow/compiler/xla/stream_executor/cuda/cuda_platform_id.h +include/tensorflow/compiler/xla/stream_executor/data_type.h +include/tensorflow/compiler/xla/stream_executor/device_description.h +include/tensorflow/compiler/xla/stream_executor/device_description.pb.h +include/tensorflow/compiler/xla/stream_executor/device_host_allocator.h +include/tensorflow/compiler/xla/stream_executor/device_id_utils.h +include/tensorflow/compiler/xla/stream_executor/device_mem_allocator.h +include/tensorflow/compiler/xla/stream_executor/device_memory.h +include/tensorflow/compiler/xla/stream_executor/device_memory_allocator.h +include/tensorflow/compiler/xla/stream_executor/device_options.h +include/tensorflow/compiler/xla/stream_executor/dnn.h +include/tensorflow/compiler/xla/stream_executor/dnn.pb.h +include/tensorflow/compiler/xla/stream_executor/event.h +include/tensorflow/compiler/xla/stream_executor/executor_cache.h +include/tensorflow/compiler/xla/stream_executor/fft.h +include/tensorflow/compiler/xla/stream_executor/gpu/gpu_activation.h +include/tensorflow/compiler/xla/stream_executor/gpu/gpu_init.h +include/tensorflow/compiler/xla/stream_executor/gpu_launch_dim.h +include/tensorflow/compiler/xla/stream_executor/host/host_platform_id.h +include/tensorflow/compiler/xla/stream_executor/host_or_device_scalar.h +include/tensorflow/compiler/xla/stream_executor/kernel.h +include/tensorflow/compiler/xla/stream_executor/kernel_cache_config.h +include/tensorflow/compiler/xla/stream_executor/kernel_spec.h +include/tensorflow/compiler/xla/stream_executor/launch_dim.h +include/tensorflow/compiler/xla/stream_executor/module_spec.h +include/tensorflow/compiler/xla/stream_executor/multi_platform_manager.h +include/tensorflow/compiler/xla/stream_executor/numeric_options.h +include/tensorflow/compiler/xla/stream_executor/platform.h +include/tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.h +include/tensorflow/compiler/xla/stream_executor/platform/default/initialize.h +include/tensorflow/compiler/xla/stream_executor/platform/dso_loader.h +include/tensorflow/compiler/xla/stream_executor/platform/initialize.h +include/tensorflow/compiler/xla/stream_executor/platform/logging.h +include/tensorflow/compiler/xla/stream_executor/platform/platform.h +include/tensorflow/compiler/xla/stream_executor/platform/port.h +include/tensorflow/compiler/xla/stream_executor/plugin.h +include/tensorflow/compiler/xla/stream_executor/plugin_registry.h +include/tensorflow/compiler/xla/stream_executor/rng.h +include/tensorflow/compiler/xla/stream_executor/rocm/rocm_platform_id.h +include/tensorflow/compiler/xla/stream_executor/scratch_allocator.h +include/tensorflow/compiler/xla/stream_executor/stream.h +include/tensorflow/compiler/xla/stream_executor/stream_executor.h +include/tensorflow/compiler/xla/stream_executor/stream_executor_internal.h +include/tensorflow/compiler/xla/stream_executor/stream_executor_pimpl.h +include/tensorflow/compiler/xla/stream_executor/temporary_device_memory.h +include/tensorflow/compiler/xla/stream_executor/temporary_memory_manager.h +include/tensorflow/compiler/xla/stream_executor/timer.h +include/tensorflow/compiler/xla/stream_executor/trace_listener.h include/tensorflow/compiler/xla/types.h include/tensorflow/compiler/xla/util.h include/tensorflow/compiler/xla/window_util.h @@ -146,6 +203,7 @@ include/tensorflow/compiler/xla/xla.pb.h include/tensorflow/compiler/xla/xla_data.pb.h include/tensorflow/core/common_runtime/all_to_all.h include/tensorflow/core/common_runtime/allocator_retry.h +include/tensorflow/core/common_runtime/arg_ret_placement.h include/tensorflow/core/common_runtime/base_collective_executor.h include/tensorflow/core/common_runtime/bfc_allocator.h include/tensorflow/core/common_runtime/buf_rendezvous.h @@ -157,7 +215,6 @@ include/tensorflow/core/common_runtime/collective_util.h include/tensorflow/core/common_runtime/colocation_graph.h include/tensorflow/core/common_runtime/composite_device.h include/tensorflow/core/common_runtime/constant_folding.h -include/tensorflow/core/common_runtime/control_flow_deps_to_chains.h include/tensorflow/core/common_runtime/copy_tensor.h include/tensorflow/core/common_runtime/costmodel_manager.h include/tensorflow/core/common_runtime/debugger_state_interface.h @@ -166,7 +223,6 @@ include/tensorflow/core/common_runtime/device/device_event_mgr.h include/tensorflow/core/common_runtime/device/device_host_allocator.h include/tensorflow/core/common_runtime/device/device_id.h include/tensorflow/core/common_runtime/device/device_id_manager.h -include/tensorflow/core/common_runtime/device/device_id_utils.h include/tensorflow/core/common_runtime/device/device_mem_allocator.h include/tensorflow/core/common_runtime/device_factory.h include/tensorflow/core/common_runtime/device_mgr.h @@ -183,12 +239,10 @@ include/tensorflow/core/common_runtime/function_optimization_registry.h include/tensorflow/core/common_runtime/function_utils.h include/tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.h include/tensorflow/core/common_runtime/gpu/gpu_cudamalloc_allocator.h -include/tensorflow/core/common_runtime/gpu/gpu_cudamallocasync_allocator.h include/tensorflow/core/common_runtime/gpu/gpu_debug_allocator.h include/tensorflow/core/common_runtime/gpu/gpu_device.h include/tensorflow/core/common_runtime/gpu/gpu_id.h include/tensorflow/core/common_runtime/gpu/gpu_id_manager.h -include/tensorflow/core/common_runtime/gpu/gpu_init.h include/tensorflow/core/common_runtime/gpu/gpu_managed_allocator.h include/tensorflow/core/common_runtime/gpu/gpu_process_state.h include/tensorflow/core/common_runtime/gpu/gpu_util.h @@ -204,6 +258,7 @@ include/tensorflow/core/common_runtime/hierarchical_tree_broadcaster.h include/tensorflow/core/common_runtime/inline_function_utils.h include/tensorflow/core/common_runtime/input_colocation_exemption_registry.h include/tensorflow/core/common_runtime/inspecting_placer.h +include/tensorflow/core/common_runtime/int32_fulltype.h include/tensorflow/core/common_runtime/isolate_placer_inspection_required_ops_pass.h include/tensorflow/core/common_runtime/local_device.h include/tensorflow/core/common_runtime/local_executor_params.h @@ -216,9 +271,9 @@ include/tensorflow/core/common_runtime/lower_while_op.h include/tensorflow/core/common_runtime/memory_types.h include/tensorflow/core/common_runtime/mkl_cpu_allocator.h include/tensorflow/core/common_runtime/mkl_layout_pass.h -include/tensorflow/core/common_runtime/mkl_tfconversion_pass.h include/tensorflow/core/common_runtime/node_file_writer.h include/tensorflow/core/common_runtime/optimization_registry.h +include/tensorflow/core/common_runtime/optimized_function_graph_info.h include/tensorflow/core/common_runtime/partitioning_utils.h include/tensorflow/core/common_runtime/permuter.h include/tensorflow/core/common_runtime/placer.h @@ -271,6 +326,7 @@ include/tensorflow/core/framework/common_shape_fns.h include/tensorflow/core/framework/control_flow.h include/tensorflow/core/framework/cost_graph.pb.h include/tensorflow/core/framework/dataset.h +include/tensorflow/core/framework/dataset.pb.h include/tensorflow/core/framework/dataset_metadata.pb.h include/tensorflow/core/framework/dataset_options.pb.h include/tensorflow/core/framework/dataset_stateful_op_allowlist.h @@ -285,6 +341,7 @@ include/tensorflow/core/framework/function.h include/tensorflow/core/framework/function.pb.h include/tensorflow/core/framework/function_handle_cache.h include/tensorflow/core/framework/graph.pb.h +include/tensorflow/core/framework/graph_debug_info.pb.h include/tensorflow/core/framework/graph_def_util.h include/tensorflow/core/framework/graph_to_functiondef.h include/tensorflow/core/framework/graph_transfer_info.pb.h @@ -315,12 +372,13 @@ include/tensorflow/core/framework/op_kernel.h include/tensorflow/core/framework/op_requires.h include/tensorflow/core/framework/op_segment.h include/tensorflow/core/framework/ops_util.h +include/tensorflow/core/framework/optimized_function_graph.pb.h include/tensorflow/core/framework/partial_tensor_shape.h include/tensorflow/core/framework/queue_interface.h -include/tensorflow/core/framework/reader_base.h include/tensorflow/core/framework/reader_base.pb.h include/tensorflow/core/framework/reader_interface.h include/tensorflow/core/framework/reader_op_kernel.h +include/tensorflow/core/framework/ref_var.h include/tensorflow/core/framework/register_types.h include/tensorflow/core/framework/register_types_traits.h include/tensorflow/core/framework/registration/options.h @@ -377,7 +435,6 @@ include/tensorflow/core/graph/graph.h include/tensorflow/core/graph/graph_def_builder.h include/tensorflow/core/graph/graph_node_util.h include/tensorflow/core/graph/graph_partition.h -include/tensorflow/core/graph/mkl_graph_util.h include/tensorflow/core/graph/node_builder.h include/tensorflow/core/graph/optimizer_cse.h include/tensorflow/core/graph/subgraph.h @@ -434,6 +491,7 @@ include/tensorflow/core/grappler/optimizers/scoped_allocator_optimizer.h include/tensorflow/core/grappler/optimizers/shape_optimizer.h include/tensorflow/core/grappler/optimizers/static_schedule.h include/tensorflow/core/grappler/optimizers/tfg_optimizer_hook.h +include/tensorflow/core/grappler/optimizers/tfg_passes_builder.h include/tensorflow/core/grappler/utils.h include/tensorflow/core/grappler/utils/canonicalizer.h include/tensorflow/core/grappler/utils/colocation.h @@ -457,10 +515,10 @@ include/tensorflow/core/ir/dialect.h.inc include/tensorflow/core/ir/importexport/convert_attributes.h include/tensorflow/core/ir/importexport/convert_tensor.h include/tensorflow/core/ir/importexport/convert_types.h -include/tensorflow/core/ir/importexport/export.h include/tensorflow/core/ir/importexport/functiondef_export.h include/tensorflow/core/ir/importexport/functiondef_import.h -include/tensorflow/core/ir/importexport/import.h +include/tensorflow/core/ir/importexport/graphdef_export.h +include/tensorflow/core/ir/importexport/graphdef_import.h include/tensorflow/core/ir/importexport/mangling.h include/tensorflow/core/ir/importexport/parse_text_proto.h include/tensorflow/core/ir/interfaces.cc.inc @@ -469,6 +527,8 @@ include/tensorflow/core/ir/interfaces.h.inc include/tensorflow/core/ir/ops.cc.inc include/tensorflow/core/ir/ops.h include/tensorflow/core/ir/ops.h.inc +include/tensorflow/core/ir/tf_op_names.inc +include/tensorflow/core/ir/tf_op_registry.h include/tensorflow/core/ir/tf_op_wrapper.h include/tensorflow/core/ir/types/attributes.cc.inc include/tensorflow/core/ir/types/attributes.h.inc @@ -481,12 +541,12 @@ include/tensorflow/core/ir/types/types.cc.inc include/tensorflow/core/ir/types/types.def include/tensorflow/core/ir/types/types.h.inc include/tensorflow/core/ir/utility.h +include/tensorflow/core/ir/utils/shape_inference_utils.h include/tensorflow/core/kernels/ops_util.h include/tensorflow/core/lib/bfloat16/bfloat16.h include/tensorflow/core/lib/core/arena.h include/tensorflow/core/lib/core/bitmap.h include/tensorflow/core/lib/core/bits.h -include/tensorflow/core/lib/core/blocking_counter.h include/tensorflow/core/lib/core/coding.h include/tensorflow/core/lib/core/error_codes.pb.h include/tensorflow/core/lib/core/errors.h @@ -532,10 +592,6 @@ include/tensorflow/core/lib/io/proto_encode_helper.h include/tensorflow/core/lib/io/random_inputstream.h include/tensorflow/core/lib/io/record_reader.h include/tensorflow/core/lib/io/record_writer.h -include/tensorflow/core/lib/io/snappy/snappy_compression_options.h -include/tensorflow/core/lib/io/snappy/snappy_inputbuffer.h -include/tensorflow/core/lib/io/snappy/snappy_inputstream.h -include/tensorflow/core/lib/io/snappy/snappy_outputbuffer.h include/tensorflow/core/lib/io/table.h include/tensorflow/core/lib/io/table_builder.h include/tensorflow/core/lib/io/table_options.h @@ -545,6 +601,7 @@ include/tensorflow/core/lib/io/zlib_inputstream.h include/tensorflow/core/lib/io/zlib_outputbuffer.h include/tensorflow/core/lib/llvm_rtti/llvm_rtti.h include/tensorflow/core/lib/math/math_util.h +include/tensorflow/core/lib/monitoring/cell_reader.h include/tensorflow/core/lib/monitoring/collected_metrics.h include/tensorflow/core/lib/monitoring/collection_registry.h include/tensorflow/core/lib/monitoring/counter.h @@ -552,12 +609,12 @@ include/tensorflow/core/lib/monitoring/gauge.h include/tensorflow/core/lib/monitoring/metric_def.h include/tensorflow/core/lib/monitoring/percentile_sampler.h include/tensorflow/core/lib/monitoring/sampler.h +include/tensorflow/core/lib/monitoring/test_utils.h include/tensorflow/core/lib/monitoring/timed.h include/tensorflow/core/lib/monitoring/types.h include/tensorflow/core/lib/random/distribution_sampler.h include/tensorflow/core/lib/random/exact_uniform_int.h include/tensorflow/core/lib/random/philox_random.h -include/tensorflow/core/lib/random/philox_random_test_utils.h include/tensorflow/core/lib/random/random.h include/tensorflow/core/lib/random/random_distributions.h include/tensorflow/core/lib/random/random_distributions_utils.h @@ -579,21 +636,6 @@ include/tensorflow/core/platform/bfloat16.h include/tensorflow/core/platform/blocking_counter.h include/tensorflow/core/platform/byte_order.h include/tensorflow/core/platform/casts.h -include/tensorflow/core/platform/cloud/auth_provider.h -include/tensorflow/core/platform/cloud/compute_engine_metadata_client.h -include/tensorflow/core/platform/cloud/compute_engine_zone_provider.h -include/tensorflow/core/platform/cloud/curl_http_request.h -include/tensorflow/core/platform/cloud/expiring_lru_cache.h -include/tensorflow/core/platform/cloud/file_block_cache.h -include/tensorflow/core/platform/cloud/gcs_dns_cache.h -include/tensorflow/core/platform/cloud/gcs_file_system.h -include/tensorflow/core/platform/cloud/gcs_throttle.h -include/tensorflow/core/platform/cloud/google_auth_provider.h -include/tensorflow/core/platform/cloud/http_request.h -include/tensorflow/core/platform/cloud/oauth_client.h -include/tensorflow/core/platform/cloud/ram_file_block_cache.h -include/tensorflow/core/platform/cloud/time_util.h -include/tensorflow/core/platform/cloud/zone_provider.h include/tensorflow/core/platform/coding.h include/tensorflow/core/platform/context.h include/tensorflow/core/platform/cord.h @@ -603,32 +645,19 @@ include/tensorflow/core/platform/crash_analysis.h include/tensorflow/core/platform/ctstring.h include/tensorflow/core/platform/ctstring_internal.h include/tensorflow/core/platform/cuda.h -include/tensorflow/core/platform/cuda_libdevice_path.h -include/tensorflow/core/platform/default/casts.h -include/tensorflow/core/platform/default/context.h -include/tensorflow/core/platform/default/cord.h -include/tensorflow/core/platform/default/dynamic_annotations.h -include/tensorflow/core/platform/default/integral_types.h -include/tensorflow/core/platform/default/logging.h -include/tensorflow/core/platform/default/mutex.h -include/tensorflow/core/platform/default/mutex_data.h -include/tensorflow/core/platform/default/notification.h -include/tensorflow/core/platform/default/posix_file_system.h -include/tensorflow/core/platform/default/stacktrace.h -include/tensorflow/core/platform/default/subprocess.h -include/tensorflow/core/platform/default/tracing_impl.h -include/tensorflow/core/platform/default/unbounded_work_queue.h include/tensorflow/core/platform/demangle.h include/tensorflow/core/platform/denormal.h include/tensorflow/core/platform/dynamic_annotations.h include/tensorflow/core/platform/enable_tf2_utils.h include/tensorflow/core/platform/env.h include/tensorflow/core/platform/env_time.h +include/tensorflow/core/platform/error_payloads.h include/tensorflow/core/platform/errors.h include/tensorflow/core/platform/file_statistics.h include/tensorflow/core/platform/file_system.h include/tensorflow/core/platform/file_system_helper.h include/tensorflow/core/platform/fingerprint.h +include/tensorflow/core/platform/float8.h include/tensorflow/core/platform/hash.h include/tensorflow/core/platform/host_info.h include/tensorflow/core/platform/human_readable_json.h @@ -655,7 +684,6 @@ include/tensorflow/core/platform/profile_utils/clock_cycle_profiler.h include/tensorflow/core/platform/profile_utils/cpu_utils.h include/tensorflow/core/platform/profile_utils/i_cpu_utils_helper.h include/tensorflow/core/platform/protobuf.h -include/tensorflow/core/platform/protobuf_compiler.h include/tensorflow/core/platform/protobuf_internal.h include/tensorflow/core/platform/ram_file_system.h include/tensorflow/core/platform/random.h @@ -677,7 +705,6 @@ include/tensorflow/core/platform/stacktrace_handler.h include/tensorflow/core/platform/status.h include/tensorflow/core/platform/status_matchers.h include/tensorflow/core/platform/statusor.h -include/tensorflow/core/platform/statusor_internals.h include/tensorflow/core/platform/str_util.h include/tensorflow/core/platform/strcat.h include/tensorflow/core/platform/stream_executor.h @@ -698,32 +725,27 @@ include/tensorflow/core/platform/tracing.h include/tensorflow/core/platform/tstring.h include/tensorflow/core/platform/types.h include/tensorflow/core/platform/unbounded_work_queue.h -include/tensorflow/core/profiler/internal/cpu/traceme_recorder.h -include/tensorflow/core/profiler/lib/traceme.h -include/tensorflow/core/profiler/lib/traceme_encode.h include/tensorflow/core/profiler/profiler_options.pb.h include/tensorflow/core/profiler/protobuf/xplane.pb.h -include/tensorflow/core/profiler/utils/math_utils.h -include/tensorflow/core/profiler/utils/time_utils.h include/tensorflow/core/protobuf/bfc_memory_map.pb.h include/tensorflow/core/protobuf/cluster.pb.h include/tensorflow/core/protobuf/composite_tensor_variant.pb.h include/tensorflow/core/protobuf/config.pb.h include/tensorflow/core/protobuf/control_flow.pb.h -include/tensorflow/core/protobuf/coordination_config.pb.h +include/tensorflow/core/protobuf/core_platform_payloads.pb.h include/tensorflow/core/protobuf/data_service.pb.h include/tensorflow/core/protobuf/debug.pb.h include/tensorflow/core/protobuf/debug_event.pb.h include/tensorflow/core/protobuf/device_filters.pb.h include/tensorflow/core/protobuf/device_properties.pb.h -include/tensorflow/core/protobuf/distributed_runtime_payloads.pb.h include/tensorflow/core/protobuf/error_codes.pb.h -include/tensorflow/core/protobuf/graph_debug_info.pb.h +include/tensorflow/core/protobuf/fingerprint.pb.h include/tensorflow/core/protobuf/meta_graph.pb.h include/tensorflow/core/protobuf/named_tensor.pb.h include/tensorflow/core/protobuf/queue_runner.pb.h include/tensorflow/core/protobuf/remote_tensor_handle.pb.h include/tensorflow/core/protobuf/rewriter_config.pb.h +include/tensorflow/core/protobuf/rpc_options.pb.h include/tensorflow/core/protobuf/saved_model.pb.h include/tensorflow/core/protobuf/saved_object_graph.pb.h include/tensorflow/core/protobuf/saver.pb.h @@ -745,22 +767,40 @@ include/tensorflow/core/tpu/ops/tpu_embedding_ops.h include/tensorflow/core/tpu/ops/tpu_embedding_shape_util.h include/tensorflow/core/tpu/tpu_embedding_optimization_parameters_utils.h include/tensorflow/core/tpu/tpu_embedding_output_layout_utils.h -include/tensorflow/core/transforms/cf_sink/cf_sink.h +include/tensorflow/core/transforms/cf_sink/pass.h include/tensorflow/core/transforms/consolidate_attrs/pass.h include/tensorflow/core/transforms/const_dedupe_hoist/pass.h -include/tensorflow/core/transforms/drop_unregistered_attribute/output_shapes.h +include/tensorflow/core/transforms/constant_folding/pass.h +include/tensorflow/core/transforms/cse/pass.h +include/tensorflow/core/transforms/drop_unregistered_attribute/pass.h +include/tensorflow/core/transforms/eliminate_passthrough_iter_args/pass.h +include/tensorflow/core/transforms/func_to_graph/func_to_graph.h +include/tensorflow/core/transforms/func_to_graph/pass.h +include/tensorflow/core/transforms/functional_to_region/impl.h +include/tensorflow/core/transforms/functional_to_region/pass.h +include/tensorflow/core/transforms/graph_compactor/pass.h include/tensorflow/core/transforms/graph_to_func/graph_to_func.h -include/tensorflow/core/transforms/graph_to_func/graph_to_func_pass.h -include/tensorflow/core/transforms/pass_detail.h +include/tensorflow/core/transforms/graph_to_func/pass.h +include/tensorflow/core/transforms/legacy_call/pass.h include/tensorflow/core/transforms/pass_registration.h include/tensorflow/core/transforms/passes.h.inc -include/tensorflow/core/transforms/remapper/remapper_pass.h -include/tensorflow/core/transforms/toposort/toposort_pass.h +include/tensorflow/core/transforms/region_to_functional/impl.h +include/tensorflow/core/transforms/region_to_functional/pass.h +include/tensorflow/core/transforms/remapper/pass.h +include/tensorflow/core/transforms/remapper/pdll/MklPDLLPatterns.h.inc +include/tensorflow/core/transforms/remapper/remapping_helper.h +include/tensorflow/core/transforms/shape_inference/pass.h +include/tensorflow/core/transforms/toposort/pass.h +include/tensorflow/core/transforms/utils/eval_utils.h +include/tensorflow/core/transforms/utils/op_cat_helper.h +include/tensorflow/core/transforms/utils/pdll/PDLLUtils.h.inc +include/tensorflow/core/transforms/utils/pdll/utils.h include/tensorflow/core/transforms/utils/utils.h include/tensorflow/core/util/activation_mode.h include/tensorflow/core/util/batch_util.h include/tensorflow/core/util/bcast.h include/tensorflow/core/util/command_line_flags.h +include/tensorflow/core/util/debug_data_dumper.h include/tensorflow/core/util/debug_events_writer.h include/tensorflow/core/util/determinism.h include/tensorflow/core/util/device_name_utils.h @@ -794,7 +834,8 @@ include/tensorflow/core/util/permutation_input_iterator.h include/tensorflow/core/util/permutation_output_iterator.h include/tensorflow/core/util/port.h include/tensorflow/core/util/presized_cuckoo_map.h -include/tensorflow/core/util/ptr_util.h +include/tensorflow/core/util/quantization/uniform_quant_ops_attr.pb.h +include/tensorflow/core/util/quantization/uniform_quant_ops_params.h include/tensorflow/core/util/ragged_to_dense_util.h include/tensorflow/core/util/ragged_to_dense_util_common.h include/tensorflow/core/util/reffed_status_callback.h @@ -808,9 +849,8 @@ include/tensorflow/core/util/stat_summarizer_options.h include/tensorflow/core/util/stats_calculator.h include/tensorflow/core/util/stream_executor_util.h include/tensorflow/core/util/strided_slice_op.h -include/tensorflow/core/util/tensor_bundle/byte_swap.h -include/tensorflow/core/util/tensor_bundle/naming.h -include/tensorflow/core/util/tensor_bundle/tensor_bundle.h +include/tensorflow/core/util/tensor_bundle/byte_swap_array.h +include/tensorflow/core/util/tensor_bundle/byte_swap_tensor.h include/tensorflow/core/util/tensor_format.h include/tensorflow/core/util/tensor_ops_util.h include/tensorflow/core/util/tensor_slice_reader.h @@ -824,77 +864,234 @@ include/tensorflow/core/util/use_cudnn.h include/tensorflow/core/util/util.h include/tensorflow/core/util/work_sharder.h include/tensorflow/core/util/xla_config_registry.h +include/tensorflow/core/util/zen_util.h include/tensorflow/lite/kernels/shim/op_kernel.h include/tensorflow/lite/kernels/shim/shape.h include/tensorflow/lite/kernels/shim/status_macros.h include/tensorflow/lite/kernels/shim/tensor_view.h include/tensorflow/lite/kernels/shim/tf_op_shim.h include/tensorflow/lite/kernels/shim/tf_tensor_view.h -include/tensorflow/stream_executor/allocator_stats.h -include/tensorflow/stream_executor/blas.h -include/tensorflow/stream_executor/cuda/cuda_dnn.h -include/tensorflow/stream_executor/cuda/cuda_platform_id.h -include/tensorflow/stream_executor/data_type.h -include/tensorflow/stream_executor/device_description.h -include/tensorflow/stream_executor/device_memory.h -include/tensorflow/stream_executor/device_memory_allocator.h -include/tensorflow/stream_executor/device_options.h -include/tensorflow/stream_executor/dnn.h -include/tensorflow/stream_executor/dnn.pb.h -include/tensorflow/stream_executor/event.h -include/tensorflow/stream_executor/executor_cache.h -include/tensorflow/stream_executor/fft.h -include/tensorflow/stream_executor/gpu_launch_dim.h -include/tensorflow/stream_executor/host/host_gpu_executor.h -include/tensorflow/stream_executor/host/host_platform.h -include/tensorflow/stream_executor/host/host_platform_id.h -include/tensorflow/stream_executor/host/host_stream.h -include/tensorflow/stream_executor/host/host_timer.h -include/tensorflow/stream_executor/host_or_device_scalar.h -include/tensorflow/stream_executor/kernel.h -include/tensorflow/stream_executor/kernel_cache_config.h -include/tensorflow/stream_executor/kernel_spec.h -include/tensorflow/stream_executor/launch_dim.h -include/tensorflow/stream_executor/lib/array_slice.h -include/tensorflow/stream_executor/lib/demangle.h -include/tensorflow/stream_executor/lib/env.h -include/tensorflow/stream_executor/lib/error.h -include/tensorflow/stream_executor/lib/human_readable.h -include/tensorflow/stream_executor/lib/initialize.h -include/tensorflow/stream_executor/lib/mathutil.h -include/tensorflow/stream_executor/lib/numbers.h -include/tensorflow/stream_executor/lib/path.h -include/tensorflow/stream_executor/lib/process_state.h -include/tensorflow/stream_executor/lib/stacktrace.h -include/tensorflow/stream_executor/lib/static_threadlocal.h -include/tensorflow/stream_executor/lib/status.h -include/tensorflow/stream_executor/lib/status_macros.h -include/tensorflow/stream_executor/lib/statusor.h -include/tensorflow/stream_executor/lib/thread_options.h -include/tensorflow/stream_executor/lib/threadpool.h -include/tensorflow/stream_executor/module_spec.h -include/tensorflow/stream_executor/multi_platform_manager.h -include/tensorflow/stream_executor/platform.h -include/tensorflow/stream_executor/platform/default/dso_loader.h -include/tensorflow/stream_executor/platform/default/initialize.h -include/tensorflow/stream_executor/platform/dso_loader.h -include/tensorflow/stream_executor/platform/initialize.h -include/tensorflow/stream_executor/platform/logging.h -include/tensorflow/stream_executor/platform/platform.h -include/tensorflow/stream_executor/platform/port.h -include/tensorflow/stream_executor/plugin.h -include/tensorflow/stream_executor/plugin_registry.h -include/tensorflow/stream_executor/rng.h -include/tensorflow/stream_executor/rocm/rocm_platform_id.h -include/tensorflow/stream_executor/scratch_allocator.h -include/tensorflow/stream_executor/stream.h -include/tensorflow/stream_executor/stream_executor.h -include/tensorflow/stream_executor/stream_executor_internal.h -include/tensorflow/stream_executor/stream_executor_pimpl.h -include/tensorflow/stream_executor/temporary_device_memory.h -include/tensorflow/stream_executor/temporary_memory_manager.h -include/tensorflow/stream_executor/timer.h -include/tensorflow/stream_executor/trace_listener.h +include/tensorflow/tsl/c/tsl_status.h +include/tensorflow/tsl/c/tsl_status_helper.h +include/tensorflow/tsl/c/tsl_status_internal.h +include/tensorflow/tsl/framework/allocator.h +include/tensorflow/tsl/framework/allocator_registry.h +include/tensorflow/tsl/framework/allocator_retry.h +include/tensorflow/tsl/framework/bfc_allocator.h +include/tensorflow/tsl/framework/cancellation.h +include/tensorflow/tsl/framework/device_id.h +include/tensorflow/tsl/framework/device_id_manager.h +include/tensorflow/tsl/framework/device_type.h +include/tensorflow/tsl/framework/fixedpoint_types.h +include/tensorflow/tsl/framework/numeric_types.h +include/tensorflow/tsl/framework/shared_counter.h +include/tensorflow/tsl/framework/tracking_allocator.h +include/tensorflow/tsl/framework/type_traits.h +include/tensorflow/tsl/lib/core/bitmap.h +include/tensorflow/tsl/lib/core/bits.h +include/tensorflow/tsl/lib/core/status_test_util.h +include/tensorflow/tsl/lib/gtl/compactptrset.h +include/tensorflow/tsl/lib/gtl/flatmap.h +include/tensorflow/tsl/lib/gtl/flatrep.h +include/tensorflow/tsl/lib/gtl/flatset.h +include/tensorflow/tsl/lib/gtl/inlined_vector.h +include/tensorflow/tsl/lib/gtl/int_type.h +include/tensorflow/tsl/lib/gtl/iterator_range.h +include/tensorflow/tsl/lib/gtl/map_util.h +include/tensorflow/tsl/lib/gtl/subtle/map_traits.h +include/tensorflow/tsl/lib/hash/crc32c.h +include/tensorflow/tsl/lib/histogram/histogram.h +include/tensorflow/tsl/lib/io/block.h +include/tensorflow/tsl/lib/io/block_builder.h +include/tensorflow/tsl/lib/io/buffered_inputstream.h +include/tensorflow/tsl/lib/io/cache.h +include/tensorflow/tsl/lib/io/compression.h +include/tensorflow/tsl/lib/io/format.h +include/tensorflow/tsl/lib/io/inputbuffer.h +include/tensorflow/tsl/lib/io/inputstream_interface.h +include/tensorflow/tsl/lib/io/iterator.h +include/tensorflow/tsl/lib/io/proto_encode_helper.h +include/tensorflow/tsl/lib/io/random_inputstream.h +include/tensorflow/tsl/lib/io/record_reader.h +include/tensorflow/tsl/lib/io/record_writer.h +include/tensorflow/tsl/lib/io/snappy/snappy_compression_options.h +include/tensorflow/tsl/lib/io/snappy/snappy_inputbuffer.h +include/tensorflow/tsl/lib/io/snappy/snappy_inputstream.h +include/tensorflow/tsl/lib/io/snappy/snappy_outputbuffer.h +include/tensorflow/tsl/lib/io/table.h +include/tensorflow/tsl/lib/io/table_builder.h +include/tensorflow/tsl/lib/io/table_options.h +include/tensorflow/tsl/lib/io/two_level_iterator.h +include/tensorflow/tsl/lib/io/zlib_compression_options.h +include/tensorflow/tsl/lib/io/zlib_inputstream.h +include/tensorflow/tsl/lib/io/zlib_outputbuffer.h +include/tensorflow/tsl/lib/math/math_util.h +include/tensorflow/tsl/lib/monitoring/cell_reader.h +include/tensorflow/tsl/lib/monitoring/collected_metrics.h +include/tensorflow/tsl/lib/monitoring/collection_registry.h +include/tensorflow/tsl/lib/monitoring/counter.h +include/tensorflow/tsl/lib/monitoring/gauge.h +include/tensorflow/tsl/lib/monitoring/metric_def.h +include/tensorflow/tsl/lib/monitoring/percentile_sampler.h +include/tensorflow/tsl/lib/monitoring/sampler.h +include/tensorflow/tsl/lib/monitoring/test_utils.h +include/tensorflow/tsl/lib/monitoring/timed.h +include/tensorflow/tsl/lib/monitoring/types.h +include/tensorflow/tsl/lib/random/distribution_sampler.h +include/tensorflow/tsl/lib/random/exact_uniform_int.h +include/tensorflow/tsl/lib/random/philox_random.h +include/tensorflow/tsl/lib/random/philox_random_test_utils.h +include/tensorflow/tsl/lib/random/random_distributions.h +include/tensorflow/tsl/lib/random/random_distributions_utils.h +include/tensorflow/tsl/lib/random/simple_philox.h +include/tensorflow/tsl/lib/random/weighted_picker.h +include/tensorflow/tsl/lib/strings/proto_serialization.h +include/tensorflow/tsl/platform/abi.h +include/tensorflow/tsl/platform/base64.h +include/tensorflow/tsl/platform/bfloat16.h +include/tensorflow/tsl/platform/blocking_counter.h +include/tensorflow/tsl/platform/byte_order.h +include/tensorflow/tsl/platform/casts.h +include/tensorflow/tsl/platform/cloud/auth_provider.h +include/tensorflow/tsl/platform/cloud/compute_engine_metadata_client.h +include/tensorflow/tsl/platform/cloud/compute_engine_zone_provider.h +include/tensorflow/tsl/platform/cloud/curl_http_request.h +include/tensorflow/tsl/platform/cloud/expiring_lru_cache.h +include/tensorflow/tsl/platform/cloud/file_block_cache.h +include/tensorflow/tsl/platform/cloud/gcs_dns_cache.h +include/tensorflow/tsl/platform/cloud/gcs_file_system.h +include/tensorflow/tsl/platform/cloud/gcs_throttle.h +include/tensorflow/tsl/platform/cloud/google_auth_provider.h +include/tensorflow/tsl/platform/cloud/http_request.h +include/tensorflow/tsl/platform/cloud/oauth_client.h +include/tensorflow/tsl/platform/cloud/ram_file_block_cache.h +include/tensorflow/tsl/platform/cloud/time_util.h +include/tensorflow/tsl/platform/cloud/zone_provider.h +include/tensorflow/tsl/platform/coding.h +include/tensorflow/tsl/platform/context.h +include/tensorflow/tsl/platform/cord.h +include/tensorflow/tsl/platform/cpu_info.h +include/tensorflow/tsl/platform/crash_analysis.h +include/tensorflow/tsl/platform/ctstring.h +include/tensorflow/tsl/platform/ctstring_internal.h +include/tensorflow/tsl/platform/cuda_libdevice_path.h +include/tensorflow/tsl/platform/default/casts.h +include/tensorflow/tsl/platform/default/context.h +include/tensorflow/tsl/platform/default/cord.h +include/tensorflow/tsl/platform/default/dso_loader.h +include/tensorflow/tsl/platform/default/dynamic_annotations.h +include/tensorflow/tsl/platform/default/integral_types.h +include/tensorflow/tsl/platform/default/logging.h +include/tensorflow/tsl/platform/default/mutex.h +include/tensorflow/tsl/platform/default/mutex_data.h +include/tensorflow/tsl/platform/default/notification.h +include/tensorflow/tsl/platform/default/posix_file_system.h +include/tensorflow/tsl/platform/default/stacktrace.h +include/tensorflow/tsl/platform/default/status.h +include/tensorflow/tsl/platform/default/subprocess.h +include/tensorflow/tsl/platform/default/tracing_impl.h +include/tensorflow/tsl/platform/default/unbounded_work_queue.h +include/tensorflow/tsl/platform/demangle.h +include/tensorflow/tsl/platform/denormal.h +include/tensorflow/tsl/platform/dso_loader.h +include/tensorflow/tsl/platform/dynamic_annotations.h +include/tensorflow/tsl/platform/env.h +include/tensorflow/tsl/platform/env_time.h +include/tensorflow/tsl/platform/errors.h +include/tensorflow/tsl/platform/file_statistics.h +include/tensorflow/tsl/platform/file_system.h +include/tensorflow/tsl/platform/file_system_helper.h +include/tensorflow/tsl/platform/fingerprint.h +include/tensorflow/tsl/platform/float8.h +include/tensorflow/tsl/platform/hash.h +include/tensorflow/tsl/platform/host_info.h +include/tensorflow/tsl/platform/human_readable_json.h +include/tensorflow/tsl/platform/init_main.h +include/tensorflow/tsl/platform/intrusive_ptr.h +include/tensorflow/tsl/platform/load_library.h +include/tensorflow/tsl/platform/logger.h +include/tensorflow/tsl/platform/logging.h +include/tensorflow/tsl/platform/macros.h +include/tensorflow/tsl/platform/mem.h +include/tensorflow/tsl/platform/mutex.h +include/tensorflow/tsl/platform/net.h +include/tensorflow/tsl/platform/notification.h +include/tensorflow/tsl/platform/null_file_system.h +include/tensorflow/tsl/platform/numa.h +include/tensorflow/tsl/platform/numbers.h +include/tensorflow/tsl/platform/path.h +include/tensorflow/tsl/platform/platform.h +include/tensorflow/tsl/platform/platform_strings_computed.h +include/tensorflow/tsl/platform/prefetch.h +include/tensorflow/tsl/platform/profile_utils/android_armv7a_cpu_utils_helper.h +include/tensorflow/tsl/platform/profile_utils/clock_cycle_profiler.h +include/tensorflow/tsl/platform/profile_utils/cpu_utils.h +include/tensorflow/tsl/platform/profile_utils/i_cpu_utils_helper.h +include/tensorflow/tsl/platform/protobuf.h +include/tensorflow/tsl/platform/protobuf_compiler.h +include/tensorflow/tsl/platform/ram_file_system.h +include/tensorflow/tsl/platform/random.h +include/tensorflow/tsl/platform/raw_coding.h +include/tensorflow/tsl/platform/refcount.h +include/tensorflow/tsl/platform/regexp.h +include/tensorflow/tsl/platform/resource.h +include/tensorflow/tsl/platform/resource_loader.h +include/tensorflow/tsl/platform/retrying_file_system.h +include/tensorflow/tsl/platform/retrying_utils.h +include/tensorflow/tsl/platform/rocm_rocdl_path.h +include/tensorflow/tsl/platform/scanner.h +include/tensorflow/tsl/platform/setround.h +include/tensorflow/tsl/platform/snappy.h +include/tensorflow/tsl/platform/stack_frame.h +include/tensorflow/tsl/platform/stacktrace.h +include/tensorflow/tsl/platform/stacktrace_handler.h +include/tensorflow/tsl/platform/static_threadlocal.h +include/tensorflow/tsl/platform/status.h +include/tensorflow/tsl/platform/status_matchers.h +include/tensorflow/tsl/platform/status_to_from_proto.h +include/tensorflow/tsl/platform/statusor.h +include/tensorflow/tsl/platform/statusor_internals.h +include/tensorflow/tsl/platform/str_util.h +include/tensorflow/tsl/platform/strcat.h +include/tensorflow/tsl/platform/stringpiece.h +include/tensorflow/tsl/platform/stringprintf.h +include/tensorflow/tsl/platform/subprocess.h +include/tensorflow/tsl/platform/tensor_float_32_utils.h +include/tensorflow/tsl/platform/test.h +include/tensorflow/tsl/platform/test_benchmark.h +include/tensorflow/tsl/platform/thread_annotations.h +include/tensorflow/tsl/platform/threadpool.h +include/tensorflow/tsl/platform/threadpool_interface.h +include/tensorflow/tsl/platform/threadpool_options.h +include/tensorflow/tsl/platform/tracing.h +include/tensorflow/tsl/platform/tstring.h +include/tensorflow/tsl/platform/types.h +include/tensorflow/tsl/platform/unbounded_work_queue.h +include/tensorflow/tsl/profiler/backends/cpu/traceme_recorder.h +include/tensorflow/tsl/profiler/lib/traceme.h +include/tensorflow/tsl/profiler/lib/traceme_encode.h +include/tensorflow/tsl/profiler/protobuf/profiler_options.pb.h +include/tensorflow/tsl/profiler/protobuf/xplane.pb.h +include/tensorflow/tsl/profiler/utils/math_utils.h +include/tensorflow/tsl/profiler/utils/time_utils.h +include/tensorflow/tsl/protobuf/autotuning.pb.h +include/tensorflow/tsl/protobuf/bfc_memory_map.pb.h +include/tensorflow/tsl/protobuf/coordination_config.pb.h +include/tensorflow/tsl/protobuf/distributed_runtime_payloads.pb.h +include/tensorflow/tsl/protobuf/dnn.pb.h +include/tensorflow/tsl/protobuf/error_codes.pb.h +include/tensorflow/tsl/protobuf/histogram.pb.h +include/tensorflow/tsl/protobuf/rpc_options.pb.h +include/tensorflow/tsl/protobuf/status.pb.h +include/tensorflow/tsl/protobuf/test_log.pb.h +include/tensorflow/tsl/util/byte_swap_array.h +include/tensorflow/tsl/util/command_line_flags.h +include/tensorflow/tsl/util/determinism.h +include/tensorflow/tsl/util/device_name_utils.h +include/tensorflow/tsl/util/env_var.h +include/tensorflow/tsl/util/stat_summarizer_options.h +include/tensorflow/tsl/util/stats_calculator.h +include/tensorflow/tsl/util/use_cudnn.h lib/libtensorflow.so lib/libtensorflow.so.2 lib/libtensorflow.so.%%TF_PORT_VERSION%% |