tf-nightly-cpu 2.20.0.dev20250220__cp311-cp311-win_amd64.whl → 2.20.0.dev20250222__cp311-cp311-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- tensorflow/_api/v2/compat/v1/summary/__init__.py +2 -2
- tensorflow/_api/v2/compat/v1/tpu/experimental/embedding/__init__.py +2 -2
- tensorflow/_api/v2/compat/v2/summary/__init__.py +10 -10
- tensorflow/_api/v2/compat/v2/summary/experimental/__init__.py +4 -4
- tensorflow/_api/v2/compat/v2/tpu/experimental/embedding/__init__.py +2 -2
- tensorflow/_api/v2/summary/__init__.py +10 -10
- tensorflow/_api/v2/summary/experimental/__init__.py +4 -4
- tensorflow/_api/v2/tpu/experimental/embedding/__init__.py +2 -2
- tensorflow/compiler/mlir/stablehlo/stablehlo_extension.pyd +0 -0
- tensorflow/compiler/tf2tensorrt/_pywrap_py_utils.pyd +0 -0
- tensorflow/compiler/tf2xla/ops/_xla_ops.so +0 -0
- tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h +12 -0
- tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOps.h.inc +4 -0
- tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/aggressive_factor_propagation.h +9 -0
- tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_pass_utils/stablehlo/transforms/PassUtils.h +7 -0
- tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/PassUtils.h +7 -0
- tensorflow/include/external/stablehlo/_virtual_includes/version/stablehlo/dialect/Version.h +1 -1
- tensorflow/include/external/stablehlo/stablehlo/dialect/Version.h +1 -1
- tensorflow/include/external/stablehlo/stablehlo/transforms/PassUtils.h +7 -0
- tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/kernel_api_ir_builder.h +3 -2
- tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/convolution_thunk_internal.h +8 -10
- tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/kernel_thunk.h +9 -3
- tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/work_queue.h +81 -19
- tensorflow/include/tensorflow/compiler/xla/codegen/kernel_spec.h +24 -7
- tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_casting_utils.h +0 -44
- tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_instruction.h +12 -0
- tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc +149 -4
- tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc +149 -4
- tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/client.h +5 -0
- tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/se_gpu_pjrt_client.h +1 -92
- tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/se_gpu_topology_description.h +126 -0
- tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_stream_executor_client.h +1 -49
- tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_stream_executor_device_description.h +75 -0
- tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_execute_options.h +57 -0
- tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_topology.h +4 -0
- tensorflow/include/tensorflow/compiler/xla/service/constant_value.h +1 -0
- tensorflow/include/tensorflow/compiler/xla/service/hlo_module_util.h +52 -1
- tensorflow/include/tensorflow/compiler/xla/service/hlo_proto_util.h +0 -12
- tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/async_value.h +50 -21
- tensorflow/include/tensorflow/compiler/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h +5 -5
- tensorflow/include/tensorflow/core/kernels/data/experimental/random_access_ops.h +0 -2
- tensorflow/include/tensorflow/core/kernels/eigen_attention.h +4 -4
- tensorflow/include/tensorflow/core/kernels/eigen_backward_cuboid_convolutions.h +6 -6
- tensorflow/include/tensorflow/core/kernels/eigen_backward_spatial_convolutions.h +10 -8
- tensorflow/include/tensorflow/core/kernels/eigen_cuboid_convolution.h +6 -6
- tensorflow/include/tensorflow/core/kernels/eigen_pooling.h +12 -12
- tensorflow/include/tensorflow/core/public/release_version.h +39 -0
- tensorflow/include/tensorflow/core/public/version.h +112 -127
- tensorflow/include/tensorflow/python/eager/pywrap_tfe.h +1 -1
- tensorflow/include/xla/backends/cpu/codegen/kernel_api_ir_builder.h +3 -2
- tensorflow/include/xla/backends/cpu/runtime/convolution_thunk_internal.h +8 -10
- tensorflow/include/xla/backends/cpu/runtime/kernel_thunk.h +9 -3
- tensorflow/include/xla/backends/cpu/runtime/work_queue.h +81 -19
- tensorflow/include/xla/codegen/kernel_spec.h +24 -7
- tensorflow/include/xla/hlo/ir/hlo_casting_utils.h +0 -44
- tensorflow/include/xla/hlo/ir/hlo_instruction.h +12 -0
- tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc +149 -4
- tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc +149 -4
- tensorflow/include/xla/pjrt/distributed/client.h +5 -0
- tensorflow/include/xla/pjrt/gpu/se_gpu_pjrt_client.h +1 -92
- tensorflow/include/xla/pjrt/gpu/se_gpu_topology_description.h +126 -0
- tensorflow/include/xla/pjrt/pjrt_stream_executor_client.h +1 -49
- tensorflow/include/xla/pjrt/pjrt_stream_executor_device_description.h +75 -0
- tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_execute_options.h +57 -0
- tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_topology.h +4 -0
- tensorflow/include/xla/service/constant_value.h +1 -0
- tensorflow/include/xla/service/hlo_module_util.h +52 -1
- tensorflow/include/xla/service/hlo_proto_util.h +0 -12
- tensorflow/include/xla/tsl/concurrency/async_value.h +50 -21
- tensorflow/include/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h +5 -5
- tensorflow/lite/experimental/microfrontend/python/ops/_audio_microfrontend_op.so +0 -0
- tensorflow/lite/python/analyzer_wrapper/_pywrap_analyzer_wrapper.pyd +0 -0
- tensorflow/lite/python/interpreter_wrapper/_pywrap_tensorflow_interpreter_wrapper.pyd +0 -0
- tensorflow/lite/python/optimize/_pywrap_tensorflow_lite_calibration_wrapper.pyd +0 -0
- tensorflow/python/_pywrap_dtensor_device.pyd +0 -0
- tensorflow/python/_pywrap_mlir.pyd +0 -0
- tensorflow/python/_pywrap_parallel_device.pyd +0 -0
- tensorflow/python/_pywrap_quantize_training.pyd +0 -0
- tensorflow/python/_pywrap_tensorflow_internal.pyd +0 -0
- tensorflow/python/_pywrap_tfcompile.pyd +0 -0
- tensorflow/python/_pywrap_tfe.pyd +0 -0
- tensorflow/python/client/_pywrap_debug_events_writer.pyd +0 -0
- tensorflow/python/client/_pywrap_device_lib.pyd +0 -0
- tensorflow/python/client/_pywrap_events_writer.pyd +0 -0
- tensorflow/python/client/_pywrap_tf_session.pyd +0 -0
- tensorflow/python/compat/compat.py +1 -1
- tensorflow/python/data/experimental/service/_pywrap_server_lib.pyd +0 -0
- tensorflow/python/data/experimental/service/_pywrap_utils_exp.pyd +0 -0
- tensorflow/python/eager/imperative_grad.py +5 -5
- tensorflow/python/eager/polymorphic_function/atomic_function.py +1 -1
- tensorflow/python/eager/polymorphic_function/compiler_ir.py +1 -1
- tensorflow/python/eager/polymorphic_function/polymorphic_function.py +45 -41
- tensorflow/python/eager/tape.py +2 -2
- tensorflow/python/framework/_dtypes.pyd +0 -0
- tensorflow/python/framework/_op_def_library_pybind.pyd +0 -0
- tensorflow/python/framework/_op_def_registry.pyd +0 -0
- tensorflow/python/framework/_proto_comparators.pyd +0 -0
- tensorflow/python/framework/_pywrap_python_op_gen.pyd +0 -0
- tensorflow/python/framework/_test_metrics_util.pyd +0 -0
- tensorflow/python/grappler/_pywrap_tf_cluster.pyd +0 -0
- tensorflow/python/grappler/_pywrap_tf_item.pyd +0 -0
- tensorflow/python/grappler/_pywrap_tf_optimizer.pyd +0 -0
- tensorflow/python/lib/core/_pywrap_py_func.pyd +0 -0
- tensorflow/python/lib/io/_pywrap_file_io.pyd +0 -0
- tensorflow/python/lib/io/_pywrap_record_io.pyd +0 -0
- tensorflow/python/ops/summary_ops_v2.py +5 -1
- tensorflow/python/platform/_pywrap_tf2.pyd +0 -0
- tensorflow/python/profiler/internal/_pywrap_profiler.pyd +0 -0
- tensorflow/python/profiler/internal/_pywrap_profiler_plugin.pyd +0 -0
- tensorflow/python/saved_model/pywrap_saved_model.pyd +0 -0
- tensorflow/python/tpu/_pywrap_sparse_core_layout.pyd +0 -0
- tensorflow/python/tpu/_pywrap_tpu_embedding.pyd +0 -0
- tensorflow/python/tpu/tpu_embedding_v3.py +14 -7
- tensorflow/python/tpu/tpu_embedding_v3_checkpoint_adapter.py +10 -1
- tensorflow/python/util/_pywrap_checkpoint_reader.pyd +0 -0
- tensorflow/python/util/_pywrap_kernel_registry.pyd +0 -0
- tensorflow/python/util/_pywrap_stat_summarizer.pyd +0 -0
- tensorflow/python/util/_pywrap_tfprof.pyd +0 -0
- tensorflow/python/util/_pywrap_transform_graph.pyd +0 -0
- tensorflow/python/util/_pywrap_utils.pyd +0 -0
- tensorflow/python/util/_tf_stack.pyd +0 -0
- tensorflow/tools/pip_package/setup.py +2 -2
- tensorflow/xla_aot_runtime_src/xla/tsl/concurrency/async_value.cc +26 -51
- {tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/METADATA +1 -1
- {tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/RECORD +128 -123
- tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/concurrency.h +0 -77
- tensorflow/include/xla/backends/cpu/runtime/concurrency.h +0 -77
- {tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/WHEEL +0 -0
- {tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/entry_points.txt +0 -0
- {tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/top_level.txt +0 -0
{tf_nightly_cpu-2.20.0.dev20250220.dist-info → tf_nightly_cpu-2.20.0.dev20250222.dist-info}/RECORD
RENAMED
@@ -124,13 +124,13 @@ tensorflow/_api/v2/compat/v1/signal/__init__.py,sha256=hdGdCE1xDXfGPuBDXDyQ1UwfA
|
|
124
124
|
tensorflow/_api/v2/compat/v1/sparse/__init__.py,sha256=ajLs_xN6TXsioLnV-cUFttLRZMTzfhAEelJW7VcDdzc,3617
|
125
125
|
tensorflow/_api/v2/compat/v1/spectral/__init__.py,sha256=G94j5MDlpdjONnvkp0tjlPdUUrCAy4UagaZsewaN-cQ,1491
|
126
126
|
tensorflow/_api/v2/compat/v1/strings/__init__.py,sha256=qyYhHiI3fCErjbnXbx3x443ygGz0Lur6LQH-ylgXkzg,2774
|
127
|
-
tensorflow/_api/v2/compat/v1/summary/__init__.py,sha256=
|
127
|
+
tensorflow/_api/v2/compat/v1/summary/__init__.py,sha256=i5yH3au2VbolCmuA67dl9jqyUIygVf4A00_YgsvOOd0,1802
|
128
128
|
tensorflow/_api/v2/compat/v1/sysconfig/__init__.py,sha256=HeKLdO4xoPZJTNOUmgP7wQyTq4OdjGwV-gA70XF-0kA,1130
|
129
129
|
tensorflow/_api/v2/compat/v1/test/__init__.py,sha256=6ex1O_50xsOl7xlWqO0erhlqt_FFbwb42LCyoXhZ-UA,2282
|
130
130
|
tensorflow/_api/v2/compat/v1/test/experimental/__init__.py,sha256=dE_wGRdQVZPB8QofRliJUAeomarB-XGA02PUjg2UFCs,622
|
131
131
|
tensorflow/_api/v2/compat/v1/tpu/__init__.py,sha256=2URzJrdqzPjF076UiSIVu4J-xyBPGci92dgelKgZ1fQ,1456
|
132
132
|
tensorflow/_api/v2/compat/v1/tpu/experimental/__init__.py,sha256=f8WO5RYbPDCOUTfFig_u36YXDv0DVwmNitxOLS8K3yw,1453
|
133
|
-
tensorflow/_api/v2/compat/v1/tpu/experimental/embedding/__init__.py,sha256=
|
133
|
+
tensorflow/_api/v2/compat/v1/tpu/experimental/embedding/__init__.py,sha256=0D2iA9JnnZ2juAo1VltH56whu7OmBEShB-1JJ0FVzKo,1922
|
134
134
|
tensorflow/_api/v2/compat/v1/train/__init__.py,sha256=I-r_usLm8atntQtj7qVN1v8X1V-Rj5tMNuVs2KW2qWM,10635
|
135
135
|
tensorflow/_api/v2/compat/v1/train/experimental/__init__.py,sha256=-utp6Yrkbc8bNUp82CqbkyzG6klk0l4NhPmkiZO3pBY,1716
|
136
136
|
tensorflow/_api/v2/compat/v1/train/queue_runner/__init__.py,sha256=YuVRVDuCLGxHVT1TezIirAoLfM9xV6wPM3hDdb1oCXM,805
|
@@ -240,14 +240,14 @@ tensorflow/_api/v2/compat/v2/sets/__init__.py,sha256=qhKMmtvI1m7TNvZG7eZDuGKwBmf
|
|
240
240
|
tensorflow/_api/v2/compat/v2/signal/__init__.py,sha256=SkyapMKPV4MyvtZATSP9A_5k72A5mCBcYDJutrEyIOA,2733
|
241
241
|
tensorflow/_api/v2/compat/v2/sparse/__init__.py,sha256=pBvUvYTtV4Fc9nIKJnTW--XLzaZj9SQ2isd_iJmaKcY,2901
|
242
242
|
tensorflow/_api/v2/compat/v2/strings/__init__.py,sha256=vUlubcUSJIVCSmp87Y_UPL_O-vshUIt5ESDnkuXY0DA,2488
|
243
|
-
tensorflow/_api/v2/compat/v2/summary/__init__.py,sha256=
|
244
|
-
tensorflow/_api/v2/compat/v2/summary/experimental/__init__.py,sha256=
|
243
|
+
tensorflow/_api/v2/compat/v2/summary/__init__.py,sha256=d-ur0mCk3sGTb4oozXkl9x3WrsBk1oWBpIrLU0OGc-c,1465
|
244
|
+
tensorflow/_api/v2/compat/v2/summary/experimental/__init__.py,sha256=7-fWobkjx_Th9eUZ1E27uEXFznPGSK4NZ6UuEskoFks,518
|
245
245
|
tensorflow/_api/v2/compat/v2/sysconfig/__init__.py,sha256=wcKgWlrzKkJQnen9kcGh-RWOyGypk3wf3T9ZguGH56w,815
|
246
246
|
tensorflow/_api/v2/compat/v2/test/__init__.py,sha256=OJeTiNFItgYfkygKuS8YKm8idU9dLqRmiS8UugInWhs,1603
|
247
247
|
tensorflow/_api/v2/compat/v2/test/experimental/__init__.py,sha256=PfgKJt2TCYe8cz_B6_RTfukBC2ZxM_r55gjJXnPqqS0,299
|
248
248
|
tensorflow/_api/v2/compat/v2/tpu/__init__.py,sha256=cmgWOvkUSKnw2h6aIdKBTfs-xTBrmHs-fB2oIIoMkM4,329
|
249
249
|
tensorflow/_api/v2/compat/v2/tpu/experimental/__init__.py,sha256=vtv3Qvg6m4iGD-5I9T15lOARuFYB5rpTU0RNFe6YLos,906
|
250
|
-
tensorflow/_api/v2/compat/v2/tpu/experimental/embedding/__init__.py,sha256=
|
250
|
+
tensorflow/_api/v2/compat/v2/tpu/experimental/embedding/__init__.py,sha256=cG5RUj7jMbNJQcSWYMCZhG0ohQqMVFz3NWUDQCNB6XA,1590
|
251
251
|
tensorflow/_api/v2/compat/v2/train/__init__.py,sha256=017Zr8h1libVevCkDP6Rp5SKyNX6Y7r8_1NQArIXHJo,2328
|
252
252
|
tensorflow/_api/v2/compat/v2/train/experimental/__init__.py,sha256=tT9bkJgHG4vZo9bb-FOQ9qFa8engc6UaFzTwnnnf-2U,682
|
253
253
|
tensorflow/_api/v2/compat/v2/types/__init__.py,sha256=SilZ_y5PosQRRIBl6b-bQzL5VpV57htx-mp7rxuhymM,271
|
@@ -318,14 +318,14 @@ tensorflow/_api/v2/sets/__init__.py,sha256=qhKMmtvI1m7TNvZG7eZDuGKwBmf_shvc24C1r
|
|
318
318
|
tensorflow/_api/v2/signal/__init__.py,sha256=SkyapMKPV4MyvtZATSP9A_5k72A5mCBcYDJutrEyIOA,2733
|
319
319
|
tensorflow/_api/v2/sparse/__init__.py,sha256=pBvUvYTtV4Fc9nIKJnTW--XLzaZj9SQ2isd_iJmaKcY,2901
|
320
320
|
tensorflow/_api/v2/strings/__init__.py,sha256=vUlubcUSJIVCSmp87Y_UPL_O-vshUIt5ESDnkuXY0DA,2488
|
321
|
-
tensorflow/_api/v2/summary/__init__.py,sha256=
|
322
|
-
tensorflow/_api/v2/summary/experimental/__init__.py,sha256=
|
321
|
+
tensorflow/_api/v2/summary/__init__.py,sha256=5TTwM-MjjUbGTsg81tfnUujcnRgfGNITSPBEGIDrBTM,1455
|
322
|
+
tensorflow/_api/v2/summary/experimental/__init__.py,sha256=7-fWobkjx_Th9eUZ1E27uEXFznPGSK4NZ6UuEskoFks,518
|
323
323
|
tensorflow/_api/v2/sysconfig/__init__.py,sha256=wcKgWlrzKkJQnen9kcGh-RWOyGypk3wf3T9ZguGH56w,815
|
324
324
|
tensorflow/_api/v2/test/__init__.py,sha256=g69zK9z7nB_3gjVF9bayWpnxDhITJiR-DPpPW0acFZo,1593
|
325
325
|
tensorflow/_api/v2/test/experimental/__init__.py,sha256=PfgKJt2TCYe8cz_B6_RTfukBC2ZxM_r55gjJXnPqqS0,299
|
326
326
|
tensorflow/_api/v2/tpu/__init__.py,sha256=HEVoVtu-a2-76L46fBr0PVvp979GddDY7cBOoP1fK_U,319
|
327
327
|
tensorflow/_api/v2/tpu/experimental/__init__.py,sha256=Nt1-XEBETiZKiQ1M7FOzVqDRqmlQH3LrzeCKaERs2B0,896
|
328
|
-
tensorflow/_api/v2/tpu/experimental/embedding/__init__.py,sha256=
|
328
|
+
tensorflow/_api/v2/tpu/experimental/embedding/__init__.py,sha256=cG5RUj7jMbNJQcSWYMCZhG0ohQqMVFz3NWUDQCNB6XA,1590
|
329
329
|
tensorflow/_api/v2/train/__init__.py,sha256=G3cmp5jMYkTswn1qN3XNs-f2DGTHgp5NSDB3hSP42Wg,2318
|
330
330
|
tensorflow/_api/v2/train/experimental/__init__.py,sha256=tT9bkJgHG4vZo9bb-FOQ9qFa8engc6UaFzTwnnnf-2U,682
|
331
331
|
tensorflow/_api/v2/types/__init__.py,sha256=03-MG1XDJbOt6UHKzTFZrj5tjzTFIbyPjkUURdmytNs,261
|
@@ -373,20 +373,20 @@ tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.p
|
|
373
373
|
tensorflow/compiler/mlir/quantization/tensorflow/python/save_model.py,sha256=7_F6XS19EOvxGcVI0iwjPjiAgmp0eHq4nhfX-FJwD18,12594
|
374
374
|
tensorflow/compiler/mlir/stablehlo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
375
375
|
tensorflow/compiler/mlir/stablehlo/stablehlo.py,sha256=DAMP4rMC-Smy7BZNu3iMRFbP9CbV3Xl-NxdkhdvgPOk,1074
|
376
|
-
tensorflow/compiler/mlir/stablehlo/stablehlo_extension.pyd,sha256=
|
376
|
+
tensorflow/compiler/mlir/stablehlo/stablehlo_extension.pyd,sha256=PvcrjupPyZdc-vFckIBWHj7RQraKiIxT96HnQJSy3bQ,12383744
|
377
377
|
tensorflow/compiler/mlir/tensorflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
378
378
|
tensorflow/compiler/mlir/tensorflow/gen_mlir_passthrough_op.py,sha256=rhVpkMAzhPJytAf-T8G3kQlhmVpE8TgsZZQuGARfg9M,5223
|
379
379
|
tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/pywrap_tensorflow_to_stablehlo.pyd,sha256=4firJkJyN7XrQhBqikk2JysyRGwEOZmLZLKIZDoQD0s,185856
|
380
380
|
tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/pywrap_tensorflow_to_stablehlo.pyi,sha256=XmZ47inbR6dA_zSv7uZSjT_gT9ZE2DvOTusoAwX4N0Y,1129
|
381
381
|
tensorflow/compiler/tf2tensorrt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
382
|
-
tensorflow/compiler/tf2tensorrt/_pywrap_py_utils.pyd,sha256=
|
382
|
+
tensorflow/compiler/tf2tensorrt/_pywrap_py_utils.pyd,sha256=1Qtw4u41yrThKGp_CX8UzJBMXO_E0LyjnsEWNJH07aw,5061120
|
383
383
|
tensorflow/compiler/tf2tensorrt/_pywrap_py_utils.pyi,sha256=-e0GuWupt81Cohh1b7f6ZMqCAYpGoVCe5lwiklnIh80,908
|
384
384
|
tensorflow/compiler/tf2tensorrt/ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
385
385
|
tensorflow/compiler/tf2tensorrt/ops/gen_trt_ops.py,sha256=LIMV5v05_NwBzqEMmGfIf8Qj2afgYC0vveOJYGkwsbQ,944
|
386
386
|
tensorflow/compiler/tf2xla/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
387
387
|
tensorflow/compiler/tf2xla/tf2xla_pb2.py,sha256=ZxLMtIXia8T4UaIK_eBPd0YngBCwYZRvwe5hFjxokOM,2833
|
388
388
|
tensorflow/compiler/tf2xla/ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
389
|
-
tensorflow/compiler/tf2xla/ops/_xla_ops.so,sha256=
|
389
|
+
tensorflow/compiler/tf2xla/ops/_xla_ops.so,sha256=Y5ZjR0bvfnwH5qeF-RhFt5cEInptccTe58RxglnGGvQ,10173440
|
390
390
|
tensorflow/compiler/tf2xla/ops/gen_xla_ops.py,sha256=B1cz1PQOVTSLHky-f6LCmGwabk4uvt1lxQr6WOcz08k,245562
|
391
391
|
tensorflow/compiler/tf2xla/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
392
392
|
tensorflow/compiler/tf2xla/python/xla.py,sha256=G_Apb7FHKXx22dG-MadYRg4V_c222ZlIFZk1K_LxrJw,24079
|
@@ -2683,7 +2683,7 @@ tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/AliasAnalysi
|
|
2683
2683
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h,sha256=sqfCb8ug9Io4Mlpcmv9qjypDJqTYgwwPIsteJrXm3CY,4165
|
2684
2684
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/DeadCodeAnalysis.h,sha256=pN7pdfSAgBpIFcqez-3C76TBjBFLZYp4Woit6FGco5I,9322
|
2685
2685
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/DenseAnalysis.h,sha256=4mN0LVsO2bXn3yCPRg2j3nl_u9Xg2JV3n-3gbDg6qgw,27885
|
2686
|
-
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h,sha256=
|
2686
|
+
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h,sha256=Pi1bRNFn6rzQuNXIhhKExkeOWjPrdI0TFYz8-f4Jwc8,3996
|
2687
2687
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/LivenessAnalysis.h,sha256=NTBN9Ca2cyP0gS8O0z64FVfOtSdDGBipq3odKzjhl8A,4449
|
2688
2688
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/DataFlow/SparseAnalysis.h,sha256=-i4FQu0zOYQnU_OelzKPIxvqBaTJMoMb38tc44m6Nx8,24312
|
2689
2689
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Analysis/Presburger/Barvinok.h,sha256=LCglT3vA9ewQ6NqtwnE_To6JP1d4_pXNh8bNuCx6KFE,6400
|
@@ -3001,7 +3001,7 @@ tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/MLProgram/IR/
|
|
3001
3001
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/MLProgram/IR/MLProgramTypes.h.inc,sha256=Wl2Xbwsgwq67eV2DL1si67JtfLfAL00RFIpC00wQm5U,1241
|
3002
3002
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/Math.h,sha256=Wk03OzLmTCv3whs4xLBY6AfJRkDnfUJ7Xi5CTmdKO7g,1347
|
3003
3003
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOps.cpp.inc,sha256=fjCEghndwuRL5jd-iE7InQe4DPYPyGAvoksKgklCU7s,618328
|
3004
|
-
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOps.h.inc,sha256=
|
3004
|
+
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOps.h.inc,sha256=wC5il0ptZgxQjgh1TUeAVFF7gAlhXWwoDyUNLhh9lx0,460161
|
3005
3005
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOpsDialect.cpp.inc,sha256=jWBMGYy_G0dOn5jC24fFhon-3OtWYVgZ-QKs_qOyb-w,1056
|
3006
3006
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/IR/MathOpsDialect.h.inc,sha256=Hrxru0TgAD5xfy2txklErruEpdM1bmIm4i9PzNw18XE,1470
|
3007
3007
|
tensorflow/include/external/llvm-project/mlir/include/mlir/Dialect/Math/Transforms/Approximation.h,sha256=guflYkPcxS5jF5LGePI2b4QoF3asgfmVP4dIny5lAz4,1189
|
@@ -4406,7 +4406,7 @@ tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/export/passes.h
|
|
4406
4406
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/import/passes.capi.h.inc,sha256=NSDowG9L06ldvzn8idz_ACilcy_TeK6WwNGHLNg0eVo,1181
|
4407
4407
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/import/passes.h,sha256=V80D1u9BRHaqawsqjK9M_KyB45HnkC5v-gVprGFdIHk,1540
|
4408
4408
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/import/passes.h.inc,sha256=qQhrFKD34UnIPLOH1j9nv7lGxf5Ngdf3iydczyukZbs,36253
|
4409
|
-
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/aggressive_factor_propagation.h,sha256=
|
4409
|
+
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/aggressive_factor_propagation.h,sha256=Y65FfrfZhfgoWuV1oP7Y1cegAAE9npnndISyDvBCirE,4451
|
4410
4410
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/aggressive_propagation.h,sha256=NiaC5QYtiLy4_-R1vpZn2C_u_ApHYTbKP06O0pA6UsQ,4029
|
4411
4411
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/auto_partitioner_registry.h,sha256=CIT_e74ArKrcPYmRrOXD9t5gb9a21HmnJaTUT9kjbow,2807
|
4412
4412
|
tensorflow/include/external/shardy/shardy/dialect/sdy/transforms/propagation/basic_factor_propagation.h,sha256=CNRFhM7xfFLise1ulJt2aswnBg-YdsbXhYliErNqnAs,8265
|
@@ -4455,10 +4455,10 @@ tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_ops/stablehlo/
|
|
4455
4455
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_ops_inc_gen/stablehlo/dialect/StablehloOps.cpp.inc,sha256=K4TjFbI9umbIVZCRiV30cDebCHTe4UH7y5BQxEP7KYY,1572409
|
4456
4456
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_ops_inc_gen/stablehlo/dialect/StablehloOps.h.inc,sha256=R9f83THnp636mxn76Awn6__ZfDU_png6Yhsaermofd0,1157127
|
4457
4457
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_pass_inc_gen/stablehlo/transforms/Passes.h.inc,sha256=uZvKLvMY4F0q-29MLRUo2IqfBymwacJH0aeY8K3T7fY,109522
|
4458
|
-
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_pass_utils/stablehlo/transforms/PassUtils.h,sha256=
|
4458
|
+
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_pass_utils/stablehlo/transforms/PassUtils.h,sha256=goEbqqQMsfseTykxlNPJymGnUCV9GvcVQvQdIHgoqdw,3324
|
4459
4459
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/ChloDecompositionUtils.h,sha256=HfEzmgU-Cmv07QlTnDRl9mSrWKf3rplncEaO9sWfN3w,1395
|
4460
4460
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/MapStablehloToVhlo.h,sha256=ZNWS5j6R4pt1eZ1c3xI6TICtV1CNMZHeAZWZJo1baWE,7312
|
4461
|
-
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/PassUtils.h,sha256=
|
4461
|
+
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/PassUtils.h,sha256=goEbqqQMsfseTykxlNPJymGnUCV9GvcVQvQdIHgoqdw,3324
|
4462
4462
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/Passes.h,sha256=HevDrKtXi-Uqh5k_CLKCOAajYL9As-fmesafkAncPVI,6188
|
4463
4463
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes/stablehlo/transforms/StablehloRefineShapes.h,sha256=dsZE2TvAjzs7xF9hzoxynMTqcb4I4dRhec986tXi1cA,6856
|
4464
4464
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_passes_optimization/stablehlo/transforms/optimization/Passes.h,sha256=IMjmyIAbWq6WBQjXa-3apAlF9R6LbaT_3j_DFo6kxhA,2292
|
@@ -4468,7 +4468,7 @@ tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_type_conversio
|
|
4468
4468
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_type_inference/stablehlo/dialect/TypeInference.h,sha256=U5p6SniYLXuotXL0bMNUBrNRKubt5aMypbXwFVSbwz4,29438
|
4469
4469
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_types_inc_gen/stablehlo/dialect/StablehloTypeDefs.cpp.inc,sha256=SGgPwyVm87O4xtkUgteGwpYdAg4yoK66eiTZgIY-GuY,1829
|
4470
4470
|
tensorflow/include/external/stablehlo/_virtual_includes/stablehlo_types_inc_gen/stablehlo/dialect/StablehloTypeDefs.h.inc,sha256=TwQxw275y2ESot1sFctAZiyysrL_CAHoLD2NVpw_ZJk,1236
|
4471
|
-
tensorflow/include/external/stablehlo/_virtual_includes/version/stablehlo/dialect/Version.h,sha256=
|
4471
|
+
tensorflow/include/external/stablehlo/_virtual_includes/version/stablehlo/dialect/Version.h,sha256=aDvjhDHbNyOocYd56lGlpPdWsbFb_rStfO9LH51C5ZE,4000
|
4472
4472
|
tensorflow/include/external/stablehlo/_virtual_includes/vhlo_attr_interfaces_inc_gen/stablehlo/dialect/VhloAttrInterfaces.cpp.inc,sha256=4zO_V-l96SkzcviOZx0Hi-yWr5noJN6aosDoI9aS9_4,1028
|
4473
4473
|
tensorflow/include/external/stablehlo/_virtual_includes/vhlo_attr_interfaces_inc_gen/stablehlo/dialect/VhloAttrInterfaces.h.inc,sha256=XAj8lIXeY8L2MC4-Df9rnDgyeO6gF9xNoLsEJz5v5MY,4223
|
4474
4474
|
tensorflow/include/external/stablehlo/_virtual_includes/vhlo_attrs_inc_gen/stablehlo/dialect/VhloAttrs.cpp.inc,sha256=QeWOdDpPixLYUftrQ-miSA8qFobtnH0veJvJT3yieQA,75599
|
@@ -4513,7 +4513,7 @@ tensorflow/include/external/stablehlo/stablehlo/dialect/StablehloOps.h.inc,sha25
|
|
4513
4513
|
tensorflow/include/external/stablehlo/stablehlo/dialect/StablehloTypeDefs.cpp.inc,sha256=SGgPwyVm87O4xtkUgteGwpYdAg4yoK66eiTZgIY-GuY,1829
|
4514
4514
|
tensorflow/include/external/stablehlo/stablehlo/dialect/StablehloTypeDefs.h.inc,sha256=TwQxw275y2ESot1sFctAZiyysrL_CAHoLD2NVpw_ZJk,1236
|
4515
4515
|
tensorflow/include/external/stablehlo/stablehlo/dialect/TypeInference.h,sha256=U5p6SniYLXuotXL0bMNUBrNRKubt5aMypbXwFVSbwz4,29438
|
4516
|
-
tensorflow/include/external/stablehlo/stablehlo/dialect/Version.h,sha256=
|
4516
|
+
tensorflow/include/external/stablehlo/stablehlo/dialect/Version.h,sha256=aDvjhDHbNyOocYd56lGlpPdWsbFb_rStfO9LH51C5ZE,4000
|
4517
4517
|
tensorflow/include/external/stablehlo/stablehlo/dialect/VhloAttrInterfaces.cpp.inc,sha256=4zO_V-l96SkzcviOZx0Hi-yWr5noJN6aosDoI9aS9_4,1028
|
4518
4518
|
tensorflow/include/external/stablehlo/stablehlo/dialect/VhloAttrInterfaces.h.inc,sha256=XAj8lIXeY8L2MC4-Df9rnDgyeO6gF9xNoLsEJz5v5MY,4223
|
4519
4519
|
tensorflow/include/external/stablehlo/stablehlo/dialect/VhloAttrs.cpp.inc,sha256=QeWOdDpPixLYUftrQ-miSA8qFobtnH0veJvJT3yieQA,75599
|
@@ -4534,7 +4534,7 @@ tensorflow/include/external/stablehlo/stablehlo/dialect/VhloTypes.h,sha256=axigK
|
|
4534
4534
|
tensorflow/include/external/stablehlo/stablehlo/transforms/ChloDecompositionPatterns.h.inc,sha256=Phv7iEMxL6M2qofcbrp2MMkf86pNqsLhX_YekCxNblY,154430
|
4535
4535
|
tensorflow/include/external/stablehlo/stablehlo/transforms/ChloDecompositionUtils.h,sha256=HfEzmgU-Cmv07QlTnDRl9mSrWKf3rplncEaO9sWfN3w,1395
|
4536
4536
|
tensorflow/include/external/stablehlo/stablehlo/transforms/MapStablehloToVhlo.h,sha256=ZNWS5j6R4pt1eZ1c3xI6TICtV1CNMZHeAZWZJo1baWE,7312
|
4537
|
-
tensorflow/include/external/stablehlo/stablehlo/transforms/PassUtils.h,sha256=
|
4537
|
+
tensorflow/include/external/stablehlo/stablehlo/transforms/PassUtils.h,sha256=goEbqqQMsfseTykxlNPJymGnUCV9GvcVQvQdIHgoqdw,3324
|
4538
4538
|
tensorflow/include/external/stablehlo/stablehlo/transforms/Passes.h,sha256=HevDrKtXi-Uqh5k_CLKCOAajYL9As-fmesafkAncPVI,6188
|
4539
4539
|
tensorflow/include/external/stablehlo/stablehlo/transforms/Passes.h.inc,sha256=uZvKLvMY4F0q-29MLRUo2IqfBymwacJH0aeY8K3T7fY,109522
|
4540
4540
|
tensorflow/include/external/stablehlo/stablehlo/transforms/StablehloCompatibilityExpanderPatterns.h.inc,sha256=4GWcy7D50tQr999JyccRNADCXBjQ4BCQ4_fhCzbp2ZI,9245
|
@@ -5372,7 +5372,7 @@ tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/dot_kernel_emitt
|
|
5372
5372
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/execution_engine.h,sha256=E0nw065nuQMJ1jQsV_qEhV3Q96i9hVF4aujIEC4Yrro,3437
|
5373
5373
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/ir_compiler.h,sha256=VgP0egrv5pyqYSq33geUdeIirWL8-XN504CxkWAZxz0,3718
|
5374
5374
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/jit_compiler.h,sha256=hxMqf2uzX-HqdKLsJ33-KZoSL4yOmxfzz42GaKxp0gM,7675
|
5375
|
-
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/kernel_api_ir_builder.h,sha256=
|
5375
|
+
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/kernel_api_ir_builder.h,sha256=7qltV6lE-iXS4TEZaHVdbWftnLFIAyi5ueD4RczVjoQ,5013
|
5376
5376
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/object_loader.h,sha256=VHvJYRcmO4aYTIk7Ep8qwHeSknobNFOs1IwcGv8x488,3326
|
5377
5377
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/polynomial_approximations.h,sha256=-uOD9x9Tt5GYmG3Z_xMkqiis0q6aoLnVV02gAWWaadw,2887
|
5378
5378
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/codegen/target_machine_features.h,sha256=bM1NcRPJwtLDXbyWCF-0Z3SDE7vRQ9vSPl1Cc4rzw1o,3536
|
@@ -5392,11 +5392,10 @@ tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/buffer_allocatio
|
|
5392
5392
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/call_thunk.h,sha256=Z4YHiyAG_QP-5DF6CzINMKZ8XGuluKLBXD-A6awdXAw,1665
|
5393
5393
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/collective_permute_thunk.h,sha256=sdRIvLuDkEQnzUszgke1QTrbiEBBtvNDeHSglNTG1Vs,1945
|
5394
5394
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/collective_thunk.h,sha256=xlFrMynk88NgNC-weICuEECY1XJcJYJDVEOADNMkUzQ,5054
|
5395
|
-
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/concurrency.h,sha256=u-LIJ0LhRdtFCgaWI6pJQTkH4bx52A9gZqi8DieOrHo,2499
|
5396
5395
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/conditional_thunk.h,sha256=Gwz1NJyh3GgGL7Qwu-a9v6H8G6amkUSOgO3K9GnSrrs,1930
|
5397
5396
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/convolution_lib.h,sha256=_hTx3-jrMYYGrjzRGOeX0jVLB6yOo0D9jJcVQqymkwM,4044
|
5398
5397
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/convolution_thunk.h,sha256=pbHjqnkVNO4Y1zMYspGTEyTXsBJUlp5VELupLgfYXzA,3316
|
5399
|
-
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/convolution_thunk_internal.h,sha256=
|
5398
|
+
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/convolution_thunk_internal.h,sha256=31luX2nVQpdmh1DXDgbGjFa9AtXd601FxzbhBVT_Dlc,31852
|
5400
5399
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/copy_thunk.h,sha256=BA3qpICLaAyhx6OXWea533JlAsI0GEVouYccrH7lNRo,2631
|
5401
5400
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/custom_call_thunk.h,sha256=h892MKatRRPIOj8nv1Kns9B0RLRuC31mY66i2e8xntE,3412
|
5402
5401
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/dot_lib.h,sha256=KDDD8g-8pLdw1H4O-e1bkdTxGcTRaW_AXPqIYFWy0JM,3134
|
@@ -5406,7 +5405,7 @@ tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/function_library
|
|
5406
5405
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/infeed_thunk.h,sha256=tm_LgmvcGx9lhg9LgnRZrd6yFzqqXunLLFNaJPFsHVI,2212
|
5407
5406
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/kernel.h,sha256=lu0VWEa3cEJLIDnKOrYmJgcVkzf0ZahbZH90kZdGhkI,5302
|
5408
5407
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/kernel_c_api.h,sha256=E4uYlziIXpPzqVgsFm6J3ewOkYQuwBvZaDLe46mzI0g,3217
|
5409
|
-
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/kernel_thunk.h,sha256=
|
5408
|
+
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/kernel_thunk.h,sha256=HrT4-n-pOL5F8miVxqtFkejUDbG7GUpCR4z_0QpQGSE,7531
|
5410
5409
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/logical_id_thunk.h,sha256=-2emJ4s6q2uw7MHrR9MKkyiZx4o4pnI6uAna4FNN5jQ,2401
|
5411
5410
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/object_pool.h,sha256=k74hMptXpO9K5MLq6o4wa63BbMQDOHfW8LoSvlBVh74,4518
|
5412
5411
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/outfeed_thunk.h,sha256=26JTt-tD12kmN5lobyi4FtdW2WtYT24EjVDONEqVuaI,2187
|
@@ -5423,7 +5422,7 @@ tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/thunk_executor.h
|
|
5423
5422
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/thunk_proto_serdes.h,sha256=9eTkRmwjmIgI6z1dElpBkAtnJlG3jSD0IS6F_zItevo,1908
|
5424
5423
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/topk_thunk.h,sha256=Qz-pCr7vKYb0M6-q0epCDgboGh7SkKJSbdfhNKNJXl8,2431
|
5425
5424
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/while_thunk.h,sha256=vQkCOUvWJTNKJd1Pc9mkTYPm5RkvOIrPIYqCsnvCq9w,3631
|
5426
|
-
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/work_queue.h,sha256=
|
5425
|
+
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/work_queue.h,sha256=t8BYnRSVYK00wDco0hscQjG3VH8taBI46bwcm17E5oY,14233
|
5427
5426
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/xnnpack/xnn_convolution_thunk.h,sha256=InM1zu5yp2YKySoNabyKh6Jgx6kG3D98KPRg6jS7pSM,3344
|
5428
5427
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/xnnpack/xnn_dot_thunk.h,sha256=bSEB3nDTb3jg0cpPkP8pi0-glYa3ERtouMbLcr6xcwA,2561
|
5429
5428
|
tensorflow/include/tensorflow/compiler/xla/backends/cpu/runtime/xnnpack/xnn_fusion_thunk.h,sha256=wHw5TxUjZsOka8QldCmVocK66kXh5Gyxf3s-ACV0Axo,5994
|
@@ -5445,7 +5444,7 @@ tensorflow/include/tensorflow/compiler/xla/client/sharding_builder.h,sha256=ymbU
|
|
5445
5444
|
tensorflow/include/tensorflow/compiler/xla/codegen/kernel_definition.h,sha256=-fu_63q6Z0Ge49mp4xWrfZvu98BPRtxoE68PiQ3SvTE,1806
|
5446
5445
|
tensorflow/include/tensorflow/compiler/xla/codegen/kernel_emitter.h,sha256=Eu3uk8zv0u5Jip0avaeUfXAffujizf13s9SVH7LNVsE,1931
|
5447
5446
|
tensorflow/include/tensorflow/compiler/xla/codegen/kernel_source.h,sha256=pg0tnGjhNXG_rnp4RhQ5xeVFaHNreeyc2D80xYSuKJU,1236
|
5448
|
-
tensorflow/include/tensorflow/compiler/xla/codegen/kernel_spec.h,sha256=
|
5447
|
+
tensorflow/include/tensorflow/compiler/xla/codegen/kernel_spec.h,sha256=EfKl64PmJxOQ9ArN9DnBkMboGFkj1VXeoageqgjgv70,4080
|
5449
5448
|
tensorflow/include/tensorflow/compiler/xla/codegen/llvm_ir_kernel_source.h,sha256=p1F-uTRtw4yJz7nKyTFa-viH_DAT6HaLYjG46IXa7iQ,1858
|
5450
5449
|
tensorflow/include/tensorflow/compiler/xla/core/collectives/clique.h,sha256=nuMnMpY7YNGI_Nw7ydhcMjhXoZUh1lwfKDwFE8zuGzs,2740
|
5451
5450
|
tensorflow/include/tensorflow/compiler/xla/core/collectives/clique_id.h,sha256=6GYtUon9WehaswYWAvkyzHv7aARlDuMtcNmL_AcmAk8,2593
|
@@ -5505,12 +5504,12 @@ tensorflow/include/tensorflow/compiler/xla/hlo/ir/collective_device_list.h,sha25
|
|
5505
5504
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/dfs_hlo_visitor.h,sha256=0H4j_nmT6EVbvjMDwX3MnW1uEG1rHIe4mEuEP6-zCVY,17928
|
5506
5505
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/dfs_hlo_visitor_with_default.h,sha256=x19jPqX4p3mGrQhvuvryskbUC2EyS5CBchkn-OivRS8,15365
|
5507
5506
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/dynamic_parameter_binding.h,sha256=CylboCzPlgED4vqcG9yAABJqQ7saWa89LNyaySnMPAs,4634
|
5508
|
-
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_casting_utils.h,sha256=
|
5507
|
+
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_casting_utils.h,sha256=B-iu7Pc3pYB-d8eBrViCQxvrFfC_Ze5Au8YKXH2iHuo,2363
|
5509
5508
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_clone_context.h,sha256=ph4so9cwHVs7aAS7Qf3dBCIZ69xHCABcIGbiDpyQVgo,3427
|
5510
5509
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_computation.h,sha256=7RMzp_Wyrp6_WjwoLguU5gplFSsh-Rq1XPOf-vWLAQc,50059
|
5511
5510
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_domain_metadata.h,sha256=ukJXYFcU2i5JzeBUdDHALddAR1Sid3GLsuSRGhp2Wvo,3099
|
5512
5511
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_input_output_alias_config.h,sha256=VDK2uQRtz1pyfiNMnIuwqI12BM_5kgyu9udLyz1i0Jk,8895
|
5513
|
-
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_instruction.h,sha256=
|
5512
|
+
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_instruction.h,sha256=XdxgDxonRcMTwKtx-Q4YkKWBqo8F43U-kZDy-jQW80Q,120990
|
5514
5513
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_instruction_utils.h,sha256=i8UcEZIPRpOlu6aOE_Smf4rYFqXxBOEIpJiogwErpk0,1476
|
5515
5514
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_instructions.h,sha256=GA5K90xOZmMf1AwfqUWEGVsjKA0HI9oTVHikxGyAI6c,116858
|
5516
5515
|
tensorflow/include/tensorflow/compiler/xla/hlo/ir/hlo_module.h,sha256=Fbvc9cQSDwEMwZ4XNr_L3M9AuT9pKNCJ15pH4yXH0Do,31804
|
@@ -5630,7 +5629,7 @@ tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/mlir_hlo/u
|
|
5630
5629
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/shape_component_analysis/mhlo/analysis/shape_component_analysis.h,sha256=G_9hrE1iIlERviL_SXLBt-QuQO-c4nl43thTWbFXxrc,6523
|
5631
5630
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_base/stablehlo_ext/IR/base.h,sha256=wa3v2BYXHWQmseWrDGjGitXSYPJ-e498dd-ymrdTAo4,1237
|
5632
5631
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_ops/stablehlo_ext/IR/stablehlo_ops.h,sha256=voZxwV1JL6_OkPNs8w8rTDldtr4TtTWf-zIdaNEkXcw,12079
|
5633
|
-
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc,sha256=
|
5632
|
+
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc,sha256=RsGGEXhWbqfI1NXt0OCQKuUlCs2xwPLNn-3MArdAvfA,52851
|
5634
5633
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/passes.h,sha256=i0aF2rBzwPzwSdN7ZPybo_JSi_SEW-GRQ8PnQQyFFK0,1280
|
5635
5634
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/sdy_refine_shapes.h,sha256=kURc9fSWNlfGpbPBkOvSeEGL5-nYsZsBE8NFd-HoVKo,1216
|
5636
5635
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/stablehlo_refine_shapes.h,sha256=0W8_q2VyNtwn1I19eXBNZgKIYd72vWjXPXGROOJLYQc,1259
|
@@ -5671,7 +5670,7 @@ tensorflow/include/tensorflow/compiler/xla/mlir_hlo/mhlo/utils/type_conversion.h
|
|
5671
5670
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/IR/base.h,sha256=wa3v2BYXHWQmseWrDGjGitXSYPJ-e498dd-ymrdTAo4,1237
|
5672
5671
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/IR/stablehlo_ops.h,sha256=voZxwV1JL6_OkPNs8w8rTDldtr4TtTWf-zIdaNEkXcw,12079
|
5673
5672
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/passes.h,sha256=i0aF2rBzwPzwSdN7ZPybo_JSi_SEW-GRQ8PnQQyFFK0,1280
|
5674
|
-
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc,sha256=
|
5673
|
+
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc,sha256=RsGGEXhWbqfI1NXt0OCQKuUlCs2xwPLNn-3MArdAvfA,52851
|
5675
5674
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/sdy_refine_shapes.h,sha256=kURc9fSWNlfGpbPBkOvSeEGL5-nYsZsBE8NFd-HoVKo,1216
|
5676
5675
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/stablehlo_ext/transforms/stablehlo_refine_shapes.h,sha256=0W8_q2VyNtwn1I19eXBNZgKIYd72vWjXPXGROOJLYQc,1259
|
5677
5676
|
tensorflow/include/tensorflow/compiler/xla/mlir_hlo/transforms/passes.h,sha256=h_mYZkfmCSntEQ1uiQjfzRq91u4iJLzJJBc9aIKnlNw,3723
|
@@ -5700,7 +5699,8 @@ tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_device_description.h,sha256
|
|
5700
5699
|
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_executable.h,sha256=Dl1HIfDanxtyI1eji7-wriBBtLv4CMF38siO9gI-KiA,16344
|
5701
5700
|
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_future.h,sha256=FEcA0vrbi5kLfQQ8So0H3DDoJr89Wl-6mxPLk_vaPJo,17868
|
5702
5701
|
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_layout.h,sha256=QjheiIQ882GDh0DuH9rfI6bYY1m0Fjc0uGChnv5-mzw,2348
|
5703
|
-
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_stream_executor_client.h,sha256=
|
5702
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_stream_executor_client.h,sha256=Qr_zsnguJpFoFqdZLfgLMrsi8ONyKbXr3QeMw-kSnyY,43499
|
5703
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/pjrt_stream_executor_device_description.h,sha256=4uRrH8zvk86g9VjjXXkcqzPlZytfzV8N4f74c2_eYAk,2632
|
5704
5704
|
tensorflow/include/tensorflow/compiler/xla/pjrt/semaphore.h,sha256=vmaX5p90-bjWQHntF8UUud2iY_WjzCclMLwN0JB5rcc,2368
|
5705
5705
|
tensorflow/include/tensorflow/compiler/xla/pjrt/stream_executor_executable.h,sha256=p8dUevI2OpfALGoD739szWJq6Y2bgJk6GNIXnAMDprk,3529
|
5706
5706
|
tensorflow/include/tensorflow/compiler/xla/pjrt/stream_executor_executable.pb.h,sha256=sm057Rg3V09EVIb1i6gHGKvJrRG8Ausn8ftEdFSBsLE,25361
|
@@ -5721,7 +5721,7 @@ tensorflow/include/tensorflow/compiler/xla/pjrt/cpu/abstract_tfrt_cpu_buffer.h,s
|
|
5721
5721
|
tensorflow/include/tensorflow/compiler/xla/pjrt/cpu/cpu_client.h,sha256=Fa2nLnvIeqeJXuc-tIfsTAfpa5-Jxss9WKX6cqfmFXY,20073
|
5722
5722
|
tensorflow/include/tensorflow/compiler/xla/pjrt/cpu/cpu_device.h,sha256=Ri8s8WnsYP3UsdU8DGSbwnCnButYh7A3s03fOMH8T6A,3357
|
5723
5723
|
tensorflow/include/tensorflow/compiler/xla/pjrt/cpu/tracked_tfrt_cpu_device_buffer.h,sha256=yis09HD03gcBVyIfskmTDz5NSIJLK-EGU7WQ9vsYDZk,7689
|
5724
|
-
tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/client.h,sha256=
|
5724
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/client.h,sha256=xLC8IyTHP85_nWstg0sMJqny5BdlkfzjJl-jcgz9hYQ,6777
|
5725
5725
|
tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/in_memory_key_value_store.h,sha256=JNIwVSQ7FPj-O2qhyUjanicd_4C0Oq3abIieAiSioqU,1885
|
5726
5726
|
tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/key_value_store_interface.h,sha256=_aWRiBAAVFyyTSCZRs3dOWQodKQej1bFWyNMnn2pGy4,2554
|
5727
5727
|
tensorflow/include/tensorflow/compiler/xla/pjrt/distributed/protocol.pb.h,sha256=H8ngJu7W0Edj3xCuXSd7cl7aO-wbuQxkKPXg81Ehi4g,75771
|
@@ -5731,10 +5731,12 @@ tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/gpu_helpers.h,sha256=uJAglPw
|
|
5731
5731
|
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/gpu_metrics.h,sha256=MSAsMnV0-uoN8_gX15xDYB2QAVamqkgAfYlmbFFPBjA,1134
|
5732
5732
|
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/gpu_topology.h,sha256=ggeUVFe2WNFh1TjCm4u6Rq838DSrlQ9lhS50QgJadkY,2883
|
5733
5733
|
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/gpu_topology.pb.h,sha256=KikZsADiBe-ZBJgoDsVoeLC8cIva9-CYxn2_N9liHPw,16358
|
5734
|
-
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/se_gpu_pjrt_client.h,sha256=
|
5734
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/se_gpu_pjrt_client.h,sha256=vdD9U5FpN7WnTVQmc-nerThQG0K2cbvFt9P1sZ-R7lI,6677
|
5735
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/gpu/se_gpu_topology_description.h,sha256=1THFn5BpQL_4nVnbIHwq-zlvzxQtEfSmw3NFVvViGMs,4574
|
5735
5736
|
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_client_options.h,sha256=f2i6W2u06DD1xTFprKjonNrCFQAEE7KBbgVabb1vsF8,2100
|
5736
5737
|
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_device_description.h,sha256=Z5YJQ0vUGDPa_05iPivBcG-mF2kzNL9OGTIKv08rtjo,1863
|
5737
|
-
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/
|
5738
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_execute_options.h,sha256=2wm4CUTIFB4AQYSD_5QOFiDeG1ocmNhKy8m3to7K1bk,2138
|
5739
|
+
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_topology.h,sha256=nBmt19Rcy8np2-PZb4Q15wVhSXPoBK9EEYt4JizILHA,2517
|
5738
5740
|
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_topology.pb.h,sha256=2jtse6yYzJTh-o1nV7OIhzTvpcrGjDKQKuy3LMnWSpU,23452
|
5739
5741
|
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/cpu_topology_description.h,sha256=wos3BkLMQpfnOQ7hpWoMG_mkVAi2M2R_TwlBtAWxSew,4588
|
5740
5742
|
tensorflow/include/tensorflow/compiler/xla/pjrt/plugin/xla_cpu/xla_cpu_pjrt_client.h,sha256=qFxd4lm1QkGEJ0V-PxuHS46xQZMSAeYniEnZYWIp3q0,1126
|
@@ -5773,7 +5775,7 @@ tensorflow/include/tensorflow/compiler/xla/service/computation_layout.h,sha256=Z
|
|
5773
5775
|
tensorflow/include/tensorflow/compiler/xla/service/computation_placer.h,sha256=50YhcEn2Lj4LJ_xVOxvLqIpad1DhgWL2dailBfoJpWU,5326
|
5774
5776
|
tensorflow/include/tensorflow/compiler/xla/service/conditional_simplifier.h,sha256=NzNymWXIo9ycy2W59XDU-I4t8NHyceJoebqVcJYUNhg,1508
|
5775
5777
|
tensorflow/include/tensorflow/compiler/xla/service/conditional_to_select.h,sha256=rXDveCpWArvqDZzBFe0GesuIdhVEfU_VuGsKm_XCKT0,1521
|
5776
|
-
tensorflow/include/tensorflow/compiler/xla/service/constant_value.h,sha256=
|
5778
|
+
tensorflow/include/tensorflow/compiler/xla/service/constant_value.h,sha256=oyf9ZUrbijUASwsCOmTuMKc01v6cBNzNczxztNMFtsk,3602
|
5777
5779
|
tensorflow/include/tensorflow/compiler/xla/service/copy_insertion.h,sha256=1p1eX42fTf8OW0e7gElH_w-LMRaxzZbWAyn3d0vd3xo,5447
|
5778
5780
|
tensorflow/include/tensorflow/compiler/xla/service/cpu_gpu_shape_verifier.h,sha256=rz0U2zBn-oB80zSwFND7q6uUQCrWEkJOQqZkFQAhoOE,1583
|
5779
5781
|
tensorflow/include/tensorflow/compiler/xla/service/custom_call_sharding_helper.h,sha256=Xhpis3tGvrV98BYrQN4wDaJKJy38htOzYXDyS2lI_aw,3355
|
@@ -5809,11 +5811,11 @@ tensorflow/include/tensorflow/compiler/xla/service/hlo_execution_profile.h,sha25
|
|
5809
5811
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_execution_profile_data.pb.h,sha256=yNoCIe1Dh7n6AR9MIOT2VBzr1Q243FmQKOYooJhw9AU,15766
|
5810
5812
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_graph_dumper.h,sha256=Ca1gjyy1XEsWLJ7WIQOm_j2lHzDnrHKF87Lo4e0ZcfM,5457
|
5811
5813
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_module_config.h,sha256=26_FYhPfcd9lW3SbarYbpJ1OdVzl_g-M7ELkJXIAgqI,24923
|
5812
|
-
tensorflow/include/tensorflow/compiler/xla/service/hlo_module_util.h,sha256=
|
5814
|
+
tensorflow/include/tensorflow/compiler/xla/service/hlo_module_util.h,sha256=g8-2OM2PhE78smeCSqw8Tg398b2XOeSTIYzqJeh10ZQ,4452
|
5813
5815
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_phi_graph.h,sha256=A86TJ178hP8tv9WW2SlBYmGwxS5KZ0WXc1Pz8DE3FIU,3468
|
5814
5816
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_profile_printer.h,sha256=lwCE1h2gp8PEFpN2k10zsScr9GrAQuTK-XwuGbc_e0c,1167
|
5815
5817
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_profile_printer_data.pb.h,sha256=Grfdd5uQ7SiRtLPtj80yVrCu-MJ3rzhrNL6glj_vcUA,54337
|
5816
|
-
tensorflow/include/tensorflow/compiler/xla/service/hlo_proto_util.h,sha256=
|
5818
|
+
tensorflow/include/tensorflow/compiler/xla/service/hlo_proto_util.h,sha256=V2MZRxmYHX61MNUb4ascVmN3vd_ZDIG9TgK-0XFxtow,1801
|
5817
5819
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_value.h,sha256=l86IeBu-KCuoha5jGIfINfGtHU7JxGUQ7_v-_iGPXKo,10743
|
5818
5820
|
tensorflow/include/tensorflow/compiler/xla/service/hlo_verifier.h,sha256=dnkWkxe-h8wr2Is_jybjlOv7tfJU4KmGW0_laTUBaqc,18512
|
5819
5821
|
tensorflow/include/tensorflow/compiler/xla/service/host_memory_offload_annotations.h,sha256=Tdd_BmGVmB5Ht_YBvHVgputp4D_e_8jtvHkHHvVaXGk,1804
|
@@ -6063,7 +6065,7 @@ tensorflow/include/tensorflow/compiler/xla/tools/hlo_extractor.h,sha256=0vjHlAEV
|
|
6063
6065
|
tensorflow/include/tensorflow/compiler/xla/tsl/c/tsl_status.h,sha256=c7BYz_VcY0fzETilDymAUebtx7ez7uMwIWQgCLiRkgw,3390
|
6064
6066
|
tensorflow/include/tensorflow/compiler/xla/tsl/c/tsl_status_helper.h,sha256=Yvx6DHyGuj7KPYZCnYQlGj0fvcsd_5NUhJe6jPTXP5A,1032
|
6065
6067
|
tensorflow/include/tensorflow/compiler/xla/tsl/c/tsl_status_internal.h,sha256=qSh5Wc_1RmoVkofFVCHvFphhTWvhjIhQ-i2sBMZPApY,993
|
6066
|
-
tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/async_value.h,sha256=
|
6068
|
+
tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/async_value.h,sha256=8t_DbArBKaw-Swu_hg5Vc32JhWLWj-EPuuvmg3B4ANI,38723
|
6067
6069
|
tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/async_value_ref.h,sha256=klTWs9J52FnpdVgue3VQlG7M-D08dRzBDDgdHid2XaU,47662
|
6068
6070
|
tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/chain.h,sha256=xeNRCMB8KQYcz8kIzTgeXNXfaObDpIgSyI64RBkRSD4,892
|
6069
6071
|
tensorflow/include/tensorflow/compiler/xla/tsl/concurrency/concurrent_vector.h,sha256=lxjmEQes2pWHNUFvJcWle3sXgIgcE5_k3_Bi7Y52YWc,6154
|
@@ -6104,7 +6106,7 @@ tensorflow/include/tensorflow/compiler/xla/tsl/framework/tracking_allocator.h,sh
|
|
6104
6106
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/type_traits.h,sha256=urEO2BcImCFfhJVt8BPzJpa5stQOYBck_RRa30sR-Qk,4133
|
6105
6107
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/contraction/eigen_contraction_kernel.h,sha256=4mYhgjnRZv5djvEHQo9NpoZ49IMap1lYdO2HXK7QGEE,53321
|
6106
6108
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/convolution/eigen_convolution_helpers.h,sha256=P9Uuuw8UucTzs-Il0eeynHEsMEbTTgeTa_7A4MH0EVI,3956
|
6107
|
-
tensorflow/include/tensorflow/compiler/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h,sha256=
|
6109
|
+
tensorflow/include/tensorflow/compiler/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h,sha256=wL7BiXI9UrRJXexi4ZfipP_nclvDE2dphDhOi4-7ehM,76126
|
6108
6110
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/convolution/eigen_spatial_convolutions.h,sha256=_aOlh1oO6O3jIhfcGMQYACEx8WgxgUjO4TfAHEXez3E,18422
|
6109
6111
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/fixedpoint/FixedPoint.h,sha256=zmCwWuuMzXPNM1wFRn64jNe1rbWMQMEJgYtJcJh8yI4,2262
|
6110
6112
|
tensorflow/include/tensorflow/compiler/xla/tsl/framework/fixedpoint/MatMatProduct.h,sha256=BjOTtH0hdteBhq0PqxFDyKN6m10hvPCLG_Qel7Xt7MY,12221
|
@@ -6938,12 +6940,12 @@ tensorflow/include/tensorflow/core/kernels/depthwise_conv_op_gpu.h,sha256=FmzZN1
|
|
6938
6940
|
tensorflow/include/tensorflow/core/kernels/diag_op.h,sha256=nGd-2-T-n3U-viPvxAm_Nd-JNICQXxSMjZILTk7GJyg,1419
|
6939
6941
|
tensorflow/include/tensorflow/core/kernels/dilation_ops.h,sha256=Myfh5hQvUZsPBMawLAljKfThCy9S81CkW-guE6pewpE,2977
|
6940
6942
|
tensorflow/include/tensorflow/core/kernels/eigen_activations.h,sha256=rzsBbdHs1DbgSTzvYpAzHnqNIKt2um1zMpjx53ojRzg,3836
|
6941
|
-
tensorflow/include/tensorflow/core/kernels/eigen_attention.h,sha256=
|
6942
|
-
tensorflow/include/tensorflow/core/kernels/eigen_backward_cuboid_convolutions.h,sha256=
|
6943
|
-
tensorflow/include/tensorflow/core/kernels/eigen_backward_spatial_convolutions.h,sha256=
|
6943
|
+
tensorflow/include/tensorflow/core/kernels/eigen_attention.h,sha256=dFrs6YHI2VEH2imHnfyqABkST67rnm0qsUZv5lXwRKM,11991
|
6944
|
+
tensorflow/include/tensorflow/core/kernels/eigen_backward_cuboid_convolutions.h,sha256=kTSyIqRrcD5IzsXwto-YUiWMx7zndRa3kvGJHDI9PvY,27561
|
6945
|
+
tensorflow/include/tensorflow/core/kernels/eigen_backward_spatial_convolutions.h,sha256=2GN2i10pNIWjjE_qSUCqy5FDCq6oOSSmC2FtH2XvMoM,26521
|
6944
6946
|
tensorflow/include/tensorflow/core/kernels/eigen_benchmark.h,sha256=imu5Xdb0U_HCOEx3SVyvwCm6e8A-nzRA3qDS0LRJhXw,11636
|
6945
|
-
tensorflow/include/tensorflow/core/kernels/eigen_cuboid_convolution.h,sha256=
|
6946
|
-
tensorflow/include/tensorflow/core/kernels/eigen_pooling.h,sha256=
|
6947
|
+
tensorflow/include/tensorflow/core/kernels/eigen_cuboid_convolution.h,sha256=t0_sYBs-2V0fyAKwbUMuCprkvf-d0W2jRUOzOCXds7g,85519
|
6948
|
+
tensorflow/include/tensorflow/core/kernels/eigen_pooling.h,sha256=A51QFdzB0gGyuYnp5SG8M24cJlggJr5b0D0JzDNIgMk,22046
|
6947
6949
|
tensorflow/include/tensorflow/core/kernels/fake_quant_ops_functor.h,sha256=c128pYEmqc93MEOiFqdxnZVb_4St76VC8H56mb8kZZ4,12229
|
6948
6950
|
tensorflow/include/tensorflow/core/kernels/fifo_queue.h,sha256=IFZ2myxOM7IbaG69HeR7H7w2Q_JCbR5HnM7EFPOsq1U,3483
|
6949
6951
|
tensorflow/include/tensorflow/core/kernels/fill_empty_rows_functor.h,sha256=TkIqDbO3uFnTTRLh1J88Dtp96RyU_zFgCQbATUAln4o,10970
|
@@ -7196,7 +7198,7 @@ tensorflow/include/tensorflow/core/kernels/data/experimental/lmdb_dataset_op.h,s
|
|
7196
7198
|
tensorflow/include/tensorflow/core/kernels/data/experimental/load_dataset_op.h,sha256=Ws9CUz9FLAP5XveDJITtni-zpZTltlYdIJekU_UVu2w,2243
|
7197
7199
|
tensorflow/include/tensorflow/core/kernels/data/experimental/map_and_batch_dataset_op.h,sha256=VVxPwthpfAd_dANrLzL0gdkAKzRaH3wXwj8LXK1-Pps,2496
|
7198
7200
|
tensorflow/include/tensorflow/core/kernels/data/experimental/parallel_interleave_dataset_op.h,sha256=poYbQdpo0zKykCvi0il8WL9p_Pp_FEUWGoS7SHAv6fA,2768
|
7199
|
-
tensorflow/include/tensorflow/core/kernels/data/experimental/random_access_ops.h,sha256=
|
7201
|
+
tensorflow/include/tensorflow/core/kernels/data/experimental/random_access_ops.h,sha256=St8ZioSKzH_JAxVJhL1xr93E5RqvdgglTdhPZxTdWkQ,2229
|
7200
7202
|
tensorflow/include/tensorflow/core/kernels/data/experimental/random_dataset_op.h,sha256=bi0N5YP1TaGHNRFezwRHlMSt5-0RNWI1xTzC4QPzjfc,2118
|
7201
7203
|
tensorflow/include/tensorflow/core/kernels/data/experimental/sampling_dataset_op.h,sha256=zjOauUb3f-wD7_sqUOg0iBjHJteBQcsxtAFzbZF666g,2131
|
7202
7204
|
tensorflow/include/tensorflow/core/kernels/data/experimental/save_dataset_op.h,sha256=kEgADyaBnp2hd2WVIl0zwsK4BwYrbsNytZIPzAFrny4,4365
|
@@ -7549,9 +7551,10 @@ tensorflow/include/tensorflow/core/protobuf/tpu/dynamic_padding.pb.h,sha256=S96F
|
|
7549
7551
|
tensorflow/include/tensorflow/core/protobuf/tpu/optimization_parameters.pb.h,sha256=BAPvdjiWAt5N39hruBgjw-Z4G-abFvEeR-IajoGqXlo,407395
|
7550
7552
|
tensorflow/include/tensorflow/core/protobuf/tpu/topology.pb.h,sha256=Tai0i_G2N9oTCWyaG3SvdLNeatFFSV6cBR6RchIN9L0,33199
|
7551
7553
|
tensorflow/include/tensorflow/core/protobuf/tpu/tpu_embedding_configuration.pb.h,sha256=SlqgO2detRUoq1X7SEij_0lGLdEQaqjO9s2ZW43Thss,86699
|
7554
|
+
tensorflow/include/tensorflow/core/public/release_version.h,sha256=YnPrB8pL-tAUans8jWU6MZCoc30Eo3-Tk2V4t3Lk244,1536
|
7552
7555
|
tensorflow/include/tensorflow/core/public/session.h,sha256=rZ4f_QkLrrzbJT-FWd3y_YnZKHQ-SiKcHBkWWd1j5_A,15601
|
7553
7556
|
tensorflow/include/tensorflow/core/public/session_options.h,sha256=IvvdnAO6EvBPwC7EuwIqrtZ7zRqmald5KEXYXIC06W4,2219
|
7554
|
-
tensorflow/include/tensorflow/core/public/version.h,sha256=
|
7557
|
+
tensorflow/include/tensorflow/core/public/version.h,sha256=kox6RdBWJchT5tBmG-4CXfLsVVILPOQooGjk5HGT4ic,5491
|
7555
7558
|
tensorflow/include/tensorflow/core/summary/schema.h,sha256=iJD6xxTvj9oXI2X3plD1GBMj_GzgMzPF_TMwapnHxcY,1280
|
7556
7559
|
tensorflow/include/tensorflow/core/summary/summary_converter.h,sha256=2LSW5jP87K0ddVQoymZRaXSSTM8kBaYNC5q_ECDOb20,1817
|
7557
7560
|
tensorflow/include/tensorflow/core/summary/summary_db_writer.h,sha256=B6es9jt4LS3Bs9-04LAmoL_DK8G8IuOgph3kYO9i3Ag,1858
|
@@ -7707,7 +7710,7 @@ tensorflow/include/tensorflow/python/client/tf_session_helper.h,sha256=dB4fl0aSd
|
|
7707
7710
|
tensorflow/include/tensorflow/python/eager/pywrap_gradient_exclusions.h,sha256=1HY0DG0MwH54dLWrjbcIzfDgArxqYuEZatXyyuII2ak,1971
|
7708
7711
|
tensorflow/include/tensorflow/python/eager/pywrap_tensor.h,sha256=hm-gIeY-A1o0nfb2V3BOoxlAjtjyEY8j7MZaWGm5RL0,1962
|
7709
7712
|
tensorflow/include/tensorflow/python/eager/pywrap_tensor_conversion.h,sha256=9jLuGjLPnRKsdnzC9V_rpGGAPMMOhmoqt8na51tOYZ4,3645
|
7710
|
-
tensorflow/include/tensorflow/python/eager/pywrap_tfe.h,sha256=
|
7713
|
+
tensorflow/include/tensorflow/python/eager/pywrap_tfe.h,sha256=tPZaxEYc2HlEt_vs1nJ-zKjG9lB6lvdqAWeadOTwsiA,21211
|
7711
7714
|
tensorflow/include/tensorflow/python/framework/kythe_metadata.pb.h,sha256=rIJS4nR5LBA_KK-oPcht8DGD07HlWv_7qNmoWVVzLRE,59143
|
7712
7715
|
tensorflow/include/tensorflow/python/framework/op_reg_offset.pb.h,sha256=5soSOV-OvrFxbv1-OFtRcmIy_5n-CIcV62cCpCu1DRo,21496
|
7713
7716
|
tensorflow/include/tensorflow/python/framework/python_op_gen.h,sha256=RQJvmDu1QVMcjCcklpLvAfhSX4-37yOdZ7v4eE9-b70,3138
|
@@ -8180,7 +8183,7 @@ tensorflow/include/xla/backends/cpu/codegen/dot_kernel_emitter.h,sha256=AUrrDn3V
|
|
8180
8183
|
tensorflow/include/xla/backends/cpu/codegen/execution_engine.h,sha256=E0nw065nuQMJ1jQsV_qEhV3Q96i9hVF4aujIEC4Yrro,3437
|
8181
8184
|
tensorflow/include/xla/backends/cpu/codegen/ir_compiler.h,sha256=VgP0egrv5pyqYSq33geUdeIirWL8-XN504CxkWAZxz0,3718
|
8182
8185
|
tensorflow/include/xla/backends/cpu/codegen/jit_compiler.h,sha256=hxMqf2uzX-HqdKLsJ33-KZoSL4yOmxfzz42GaKxp0gM,7675
|
8183
|
-
tensorflow/include/xla/backends/cpu/codegen/kernel_api_ir_builder.h,sha256=
|
8186
|
+
tensorflow/include/xla/backends/cpu/codegen/kernel_api_ir_builder.h,sha256=7qltV6lE-iXS4TEZaHVdbWftnLFIAyi5ueD4RczVjoQ,5013
|
8184
8187
|
tensorflow/include/xla/backends/cpu/codegen/object_loader.h,sha256=VHvJYRcmO4aYTIk7Ep8qwHeSknobNFOs1IwcGv8x488,3326
|
8185
8188
|
tensorflow/include/xla/backends/cpu/codegen/polynomial_approximations.h,sha256=-uOD9x9Tt5GYmG3Z_xMkqiis0q6aoLnVV02gAWWaadw,2887
|
8186
8189
|
tensorflow/include/xla/backends/cpu/codegen/target_machine_features.h,sha256=bM1NcRPJwtLDXbyWCF-0Z3SDE7vRQ9vSPl1Cc4rzw1o,3536
|
@@ -8200,11 +8203,10 @@ tensorflow/include/xla/backends/cpu/runtime/buffer_allocations.h,sha256=T1xDnjmn
|
|
8200
8203
|
tensorflow/include/xla/backends/cpu/runtime/call_thunk.h,sha256=Z4YHiyAG_QP-5DF6CzINMKZ8XGuluKLBXD-A6awdXAw,1665
|
8201
8204
|
tensorflow/include/xla/backends/cpu/runtime/collective_permute_thunk.h,sha256=sdRIvLuDkEQnzUszgke1QTrbiEBBtvNDeHSglNTG1Vs,1945
|
8202
8205
|
tensorflow/include/xla/backends/cpu/runtime/collective_thunk.h,sha256=xlFrMynk88NgNC-weICuEECY1XJcJYJDVEOADNMkUzQ,5054
|
8203
|
-
tensorflow/include/xla/backends/cpu/runtime/concurrency.h,sha256=u-LIJ0LhRdtFCgaWI6pJQTkH4bx52A9gZqi8DieOrHo,2499
|
8204
8206
|
tensorflow/include/xla/backends/cpu/runtime/conditional_thunk.h,sha256=Gwz1NJyh3GgGL7Qwu-a9v6H8G6amkUSOgO3K9GnSrrs,1930
|
8205
8207
|
tensorflow/include/xla/backends/cpu/runtime/convolution_lib.h,sha256=_hTx3-jrMYYGrjzRGOeX0jVLB6yOo0D9jJcVQqymkwM,4044
|
8206
8208
|
tensorflow/include/xla/backends/cpu/runtime/convolution_thunk.h,sha256=pbHjqnkVNO4Y1zMYspGTEyTXsBJUlp5VELupLgfYXzA,3316
|
8207
|
-
tensorflow/include/xla/backends/cpu/runtime/convolution_thunk_internal.h,sha256=
|
8209
|
+
tensorflow/include/xla/backends/cpu/runtime/convolution_thunk_internal.h,sha256=31luX2nVQpdmh1DXDgbGjFa9AtXd601FxzbhBVT_Dlc,31852
|
8208
8210
|
tensorflow/include/xla/backends/cpu/runtime/copy_thunk.h,sha256=BA3qpICLaAyhx6OXWea533JlAsI0GEVouYccrH7lNRo,2631
|
8209
8211
|
tensorflow/include/xla/backends/cpu/runtime/custom_call_thunk.h,sha256=h892MKatRRPIOj8nv1Kns9B0RLRuC31mY66i2e8xntE,3412
|
8210
8212
|
tensorflow/include/xla/backends/cpu/runtime/dot_lib.h,sha256=KDDD8g-8pLdw1H4O-e1bkdTxGcTRaW_AXPqIYFWy0JM,3134
|
@@ -8214,7 +8216,7 @@ tensorflow/include/xla/backends/cpu/runtime/function_library.h,sha256=v_I_w1WmJw
|
|
8214
8216
|
tensorflow/include/xla/backends/cpu/runtime/infeed_thunk.h,sha256=tm_LgmvcGx9lhg9LgnRZrd6yFzqqXunLLFNaJPFsHVI,2212
|
8215
8217
|
tensorflow/include/xla/backends/cpu/runtime/kernel.h,sha256=lu0VWEa3cEJLIDnKOrYmJgcVkzf0ZahbZH90kZdGhkI,5302
|
8216
8218
|
tensorflow/include/xla/backends/cpu/runtime/kernel_c_api.h,sha256=E4uYlziIXpPzqVgsFm6J3ewOkYQuwBvZaDLe46mzI0g,3217
|
8217
|
-
tensorflow/include/xla/backends/cpu/runtime/kernel_thunk.h,sha256=
|
8219
|
+
tensorflow/include/xla/backends/cpu/runtime/kernel_thunk.h,sha256=HrT4-n-pOL5F8miVxqtFkejUDbG7GUpCR4z_0QpQGSE,7531
|
8218
8220
|
tensorflow/include/xla/backends/cpu/runtime/logical_id_thunk.h,sha256=-2emJ4s6q2uw7MHrR9MKkyiZx4o4pnI6uAna4FNN5jQ,2401
|
8219
8221
|
tensorflow/include/xla/backends/cpu/runtime/object_pool.h,sha256=k74hMptXpO9K5MLq6o4wa63BbMQDOHfW8LoSvlBVh74,4518
|
8220
8222
|
tensorflow/include/xla/backends/cpu/runtime/outfeed_thunk.h,sha256=26JTt-tD12kmN5lobyi4FtdW2WtYT24EjVDONEqVuaI,2187
|
@@ -8231,7 +8233,7 @@ tensorflow/include/xla/backends/cpu/runtime/thunk_executor.h,sha256=mKydxW51J951
|
|
8231
8233
|
tensorflow/include/xla/backends/cpu/runtime/thunk_proto_serdes.h,sha256=9eTkRmwjmIgI6z1dElpBkAtnJlG3jSD0IS6F_zItevo,1908
|
8232
8234
|
tensorflow/include/xla/backends/cpu/runtime/topk_thunk.h,sha256=Qz-pCr7vKYb0M6-q0epCDgboGh7SkKJSbdfhNKNJXl8,2431
|
8233
8235
|
tensorflow/include/xla/backends/cpu/runtime/while_thunk.h,sha256=vQkCOUvWJTNKJd1Pc9mkTYPm5RkvOIrPIYqCsnvCq9w,3631
|
8234
|
-
tensorflow/include/xla/backends/cpu/runtime/work_queue.h,sha256=
|
8236
|
+
tensorflow/include/xla/backends/cpu/runtime/work_queue.h,sha256=t8BYnRSVYK00wDco0hscQjG3VH8taBI46bwcm17E5oY,14233
|
8235
8237
|
tensorflow/include/xla/backends/cpu/runtime/xnnpack/xnn_convolution_thunk.h,sha256=InM1zu5yp2YKySoNabyKh6Jgx6kG3D98KPRg6jS7pSM,3344
|
8236
8238
|
tensorflow/include/xla/backends/cpu/runtime/xnnpack/xnn_dot_thunk.h,sha256=bSEB3nDTb3jg0cpPkP8pi0-glYa3ERtouMbLcr6xcwA,2561
|
8237
8239
|
tensorflow/include/xla/backends/cpu/runtime/xnnpack/xnn_fusion_thunk.h,sha256=wHw5TxUjZsOka8QldCmVocK66kXh5Gyxf3s-ACV0Axo,5994
|
@@ -8253,7 +8255,7 @@ tensorflow/include/xla/client/sharding_builder.h,sha256=ymbUvXb4QbVZ01gBnEjhnMBr
|
|
8253
8255
|
tensorflow/include/xla/codegen/kernel_definition.h,sha256=-fu_63q6Z0Ge49mp4xWrfZvu98BPRtxoE68PiQ3SvTE,1806
|
8254
8256
|
tensorflow/include/xla/codegen/kernel_emitter.h,sha256=Eu3uk8zv0u5Jip0avaeUfXAffujizf13s9SVH7LNVsE,1931
|
8255
8257
|
tensorflow/include/xla/codegen/kernel_source.h,sha256=pg0tnGjhNXG_rnp4RhQ5xeVFaHNreeyc2D80xYSuKJU,1236
|
8256
|
-
tensorflow/include/xla/codegen/kernel_spec.h,sha256=
|
8258
|
+
tensorflow/include/xla/codegen/kernel_spec.h,sha256=EfKl64PmJxOQ9ArN9DnBkMboGFkj1VXeoageqgjgv70,4080
|
8257
8259
|
tensorflow/include/xla/codegen/llvm_ir_kernel_source.h,sha256=p1F-uTRtw4yJz7nKyTFa-viH_DAT6HaLYjG46IXa7iQ,1858
|
8258
8260
|
tensorflow/include/xla/core/collectives/clique.h,sha256=nuMnMpY7YNGI_Nw7ydhcMjhXoZUh1lwfKDwFE8zuGzs,2740
|
8259
8261
|
tensorflow/include/xla/core/collectives/clique_id.h,sha256=6GYtUon9WehaswYWAvkyzHv7aARlDuMtcNmL_AcmAk8,2593
|
@@ -8313,12 +8315,12 @@ tensorflow/include/xla/hlo/ir/collective_device_list.h,sha256=TjSj_X30axjneBtGD8
|
|
8313
8315
|
tensorflow/include/xla/hlo/ir/dfs_hlo_visitor.h,sha256=0H4j_nmT6EVbvjMDwX3MnW1uEG1rHIe4mEuEP6-zCVY,17928
|
8314
8316
|
tensorflow/include/xla/hlo/ir/dfs_hlo_visitor_with_default.h,sha256=x19jPqX4p3mGrQhvuvryskbUC2EyS5CBchkn-OivRS8,15365
|
8315
8317
|
tensorflow/include/xla/hlo/ir/dynamic_parameter_binding.h,sha256=CylboCzPlgED4vqcG9yAABJqQ7saWa89LNyaySnMPAs,4634
|
8316
|
-
tensorflow/include/xla/hlo/ir/hlo_casting_utils.h,sha256=
|
8318
|
+
tensorflow/include/xla/hlo/ir/hlo_casting_utils.h,sha256=B-iu7Pc3pYB-d8eBrViCQxvrFfC_Ze5Au8YKXH2iHuo,2363
|
8317
8319
|
tensorflow/include/xla/hlo/ir/hlo_clone_context.h,sha256=ph4so9cwHVs7aAS7Qf3dBCIZ69xHCABcIGbiDpyQVgo,3427
|
8318
8320
|
tensorflow/include/xla/hlo/ir/hlo_computation.h,sha256=7RMzp_Wyrp6_WjwoLguU5gplFSsh-Rq1XPOf-vWLAQc,50059
|
8319
8321
|
tensorflow/include/xla/hlo/ir/hlo_domain_metadata.h,sha256=ukJXYFcU2i5JzeBUdDHALddAR1Sid3GLsuSRGhp2Wvo,3099
|
8320
8322
|
tensorflow/include/xla/hlo/ir/hlo_input_output_alias_config.h,sha256=VDK2uQRtz1pyfiNMnIuwqI12BM_5kgyu9udLyz1i0Jk,8895
|
8321
|
-
tensorflow/include/xla/hlo/ir/hlo_instruction.h,sha256=
|
8323
|
+
tensorflow/include/xla/hlo/ir/hlo_instruction.h,sha256=XdxgDxonRcMTwKtx-Q4YkKWBqo8F43U-kZDy-jQW80Q,120990
|
8322
8324
|
tensorflow/include/xla/hlo/ir/hlo_instruction_utils.h,sha256=i8UcEZIPRpOlu6aOE_Smf4rYFqXxBOEIpJiogwErpk0,1476
|
8323
8325
|
tensorflow/include/xla/hlo/ir/hlo_instructions.h,sha256=GA5K90xOZmMf1AwfqUWEGVsjKA0HI9oTVHikxGyAI6c,116858
|
8324
8326
|
tensorflow/include/xla/hlo/ir/hlo_module.h,sha256=Fbvc9cQSDwEMwZ4XNr_L3M9AuT9pKNCJ15pH4yXH0Do,31804
|
@@ -8438,7 +8440,7 @@ tensorflow/include/xla/mlir_hlo/_virtual_includes/mlir_hlo/utils/hlo_utils.h,sha
|
|
8438
8440
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/shape_component_analysis/mhlo/analysis/shape_component_analysis.h,sha256=G_9hrE1iIlERviL_SXLBt-QuQO-c4nl43thTWbFXxrc,6523
|
8439
8441
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_base/stablehlo_ext/IR/base.h,sha256=wa3v2BYXHWQmseWrDGjGitXSYPJ-e498dd-ymrdTAo4,1237
|
8440
8442
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_ops/stablehlo_ext/IR/stablehlo_ops.h,sha256=voZxwV1JL6_OkPNs8w8rTDldtr4TtTWf-zIdaNEkXcw,12079
|
8441
|
-
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc,sha256=
|
8443
|
+
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_pass_inc_gen/stablehlo_ext/transforms/passes.h.inc,sha256=RsGGEXhWbqfI1NXt0OCQKuUlCs2xwPLNn-3MArdAvfA,52851
|
8442
8444
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/passes.h,sha256=i0aF2rBzwPzwSdN7ZPybo_JSi_SEW-GRQ8PnQQyFFK0,1280
|
8443
8445
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/sdy_refine_shapes.h,sha256=kURc9fSWNlfGpbPBkOvSeEGL5-nYsZsBE8NFd-HoVKo,1216
|
8444
8446
|
tensorflow/include/xla/mlir_hlo/_virtual_includes/stablehlo_extension_passes/stablehlo_ext/transforms/stablehlo_refine_shapes.h,sha256=0W8_q2VyNtwn1I19eXBNZgKIYd72vWjXPXGROOJLYQc,1259
|
@@ -8479,7 +8481,7 @@ tensorflow/include/xla/mlir_hlo/mhlo/utils/type_conversion.h,sha256=MR3fxocblAn1
|
|
8479
8481
|
tensorflow/include/xla/mlir_hlo/stablehlo_ext/IR/base.h,sha256=wa3v2BYXHWQmseWrDGjGitXSYPJ-e498dd-ymrdTAo4,1237
|
8480
8482
|
tensorflow/include/xla/mlir_hlo/stablehlo_ext/IR/stablehlo_ops.h,sha256=voZxwV1JL6_OkPNs8w8rTDldtr4TtTWf-zIdaNEkXcw,12079
|
8481
8483
|
tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/passes.h,sha256=i0aF2rBzwPzwSdN7ZPybo_JSi_SEW-GRQ8PnQQyFFK0,1280
|
8482
|
-
tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc,sha256=
|
8484
|
+
tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/passes.h.inc,sha256=RsGGEXhWbqfI1NXt0OCQKuUlCs2xwPLNn-3MArdAvfA,52851
|
8483
8485
|
tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/sdy_refine_shapes.h,sha256=kURc9fSWNlfGpbPBkOvSeEGL5-nYsZsBE8NFd-HoVKo,1216
|
8484
8486
|
tensorflow/include/xla/mlir_hlo/stablehlo_ext/transforms/stablehlo_refine_shapes.h,sha256=0W8_q2VyNtwn1I19eXBNZgKIYd72vWjXPXGROOJLYQc,1259
|
8485
8487
|
tensorflow/include/xla/mlir_hlo/transforms/passes.h,sha256=h_mYZkfmCSntEQ1uiQjfzRq91u4iJLzJJBc9aIKnlNw,3723
|
@@ -8508,7 +8510,8 @@ tensorflow/include/xla/pjrt/pjrt_device_description.h,sha256=8lZB1YVKDnWPoXjJ47l
|
|
8508
8510
|
tensorflow/include/xla/pjrt/pjrt_executable.h,sha256=Dl1HIfDanxtyI1eji7-wriBBtLv4CMF38siO9gI-KiA,16344
|
8509
8511
|
tensorflow/include/xla/pjrt/pjrt_future.h,sha256=FEcA0vrbi5kLfQQ8So0H3DDoJr89Wl-6mxPLk_vaPJo,17868
|
8510
8512
|
tensorflow/include/xla/pjrt/pjrt_layout.h,sha256=QjheiIQ882GDh0DuH9rfI6bYY1m0Fjc0uGChnv5-mzw,2348
|
8511
|
-
tensorflow/include/xla/pjrt/pjrt_stream_executor_client.h,sha256=
|
8513
|
+
tensorflow/include/xla/pjrt/pjrt_stream_executor_client.h,sha256=Qr_zsnguJpFoFqdZLfgLMrsi8ONyKbXr3QeMw-kSnyY,43499
|
8514
|
+
tensorflow/include/xla/pjrt/pjrt_stream_executor_device_description.h,sha256=4uRrH8zvk86g9VjjXXkcqzPlZytfzV8N4f74c2_eYAk,2632
|
8512
8515
|
tensorflow/include/xla/pjrt/semaphore.h,sha256=vmaX5p90-bjWQHntF8UUud2iY_WjzCclMLwN0JB5rcc,2368
|
8513
8516
|
tensorflow/include/xla/pjrt/stream_executor_executable.h,sha256=p8dUevI2OpfALGoD739szWJq6Y2bgJk6GNIXnAMDprk,3529
|
8514
8517
|
tensorflow/include/xla/pjrt/stream_executor_executable.pb.h,sha256=sm057Rg3V09EVIb1i6gHGKvJrRG8Ausn8ftEdFSBsLE,25361
|
@@ -8529,7 +8532,7 @@ tensorflow/include/xla/pjrt/cpu/abstract_tfrt_cpu_buffer.h,sha256=TuukjCXWVOiDRX
|
|
8529
8532
|
tensorflow/include/xla/pjrt/cpu/cpu_client.h,sha256=Fa2nLnvIeqeJXuc-tIfsTAfpa5-Jxss9WKX6cqfmFXY,20073
|
8530
8533
|
tensorflow/include/xla/pjrt/cpu/cpu_device.h,sha256=Ri8s8WnsYP3UsdU8DGSbwnCnButYh7A3s03fOMH8T6A,3357
|
8531
8534
|
tensorflow/include/xla/pjrt/cpu/tracked_tfrt_cpu_device_buffer.h,sha256=yis09HD03gcBVyIfskmTDz5NSIJLK-EGU7WQ9vsYDZk,7689
|
8532
|
-
tensorflow/include/xla/pjrt/distributed/client.h,sha256=
|
8535
|
+
tensorflow/include/xla/pjrt/distributed/client.h,sha256=xLC8IyTHP85_nWstg0sMJqny5BdlkfzjJl-jcgz9hYQ,6777
|
8533
8536
|
tensorflow/include/xla/pjrt/distributed/in_memory_key_value_store.h,sha256=JNIwVSQ7FPj-O2qhyUjanicd_4C0Oq3abIieAiSioqU,1885
|
8534
8537
|
tensorflow/include/xla/pjrt/distributed/key_value_store_interface.h,sha256=_aWRiBAAVFyyTSCZRs3dOWQodKQej1bFWyNMnn2pGy4,2554
|
8535
8538
|
tensorflow/include/xla/pjrt/distributed/protocol.pb.h,sha256=H8ngJu7W0Edj3xCuXSd7cl7aO-wbuQxkKPXg81Ehi4g,75771
|
@@ -8539,10 +8542,12 @@ tensorflow/include/xla/pjrt/gpu/gpu_helpers.h,sha256=uJAglPwYTKXd5paZQe4gUFMk8jx
|
|
8539
8542
|
tensorflow/include/xla/pjrt/gpu/gpu_metrics.h,sha256=MSAsMnV0-uoN8_gX15xDYB2QAVamqkgAfYlmbFFPBjA,1134
|
8540
8543
|
tensorflow/include/xla/pjrt/gpu/gpu_topology.h,sha256=ggeUVFe2WNFh1TjCm4u6Rq838DSrlQ9lhS50QgJadkY,2883
|
8541
8544
|
tensorflow/include/xla/pjrt/gpu/gpu_topology.pb.h,sha256=KikZsADiBe-ZBJgoDsVoeLC8cIva9-CYxn2_N9liHPw,16358
|
8542
|
-
tensorflow/include/xla/pjrt/gpu/se_gpu_pjrt_client.h,sha256=
|
8545
|
+
tensorflow/include/xla/pjrt/gpu/se_gpu_pjrt_client.h,sha256=vdD9U5FpN7WnTVQmc-nerThQG0K2cbvFt9P1sZ-R7lI,6677
|
8546
|
+
tensorflow/include/xla/pjrt/gpu/se_gpu_topology_description.h,sha256=1THFn5BpQL_4nVnbIHwq-zlvzxQtEfSmw3NFVvViGMs,4574
|
8543
8547
|
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_client_options.h,sha256=f2i6W2u06DD1xTFprKjonNrCFQAEE7KBbgVabb1vsF8,2100
|
8544
8548
|
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_device_description.h,sha256=Z5YJQ0vUGDPa_05iPivBcG-mF2kzNL9OGTIKv08rtjo,1863
|
8545
|
-
tensorflow/include/xla/pjrt/plugin/xla_cpu/
|
8549
|
+
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_execute_options.h,sha256=2wm4CUTIFB4AQYSD_5QOFiDeG1ocmNhKy8m3to7K1bk,2138
|
8550
|
+
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_topology.h,sha256=nBmt19Rcy8np2-PZb4Q15wVhSXPoBK9EEYt4JizILHA,2517
|
8546
8551
|
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_topology.pb.h,sha256=2jtse6yYzJTh-o1nV7OIhzTvpcrGjDKQKuy3LMnWSpU,23452
|
8547
8552
|
tensorflow/include/xla/pjrt/plugin/xla_cpu/cpu_topology_description.h,sha256=wos3BkLMQpfnOQ7hpWoMG_mkVAi2M2R_TwlBtAWxSew,4588
|
8548
8553
|
tensorflow/include/xla/pjrt/plugin/xla_cpu/xla_cpu_pjrt_client.h,sha256=qFxd4lm1QkGEJ0V-PxuHS46xQZMSAeYniEnZYWIp3q0,1126
|
@@ -8581,7 +8586,7 @@ tensorflow/include/xla/service/computation_layout.h,sha256=Zv_K62f3-Cy6yv4lqRcBh
|
|
8581
8586
|
tensorflow/include/xla/service/computation_placer.h,sha256=50YhcEn2Lj4LJ_xVOxvLqIpad1DhgWL2dailBfoJpWU,5326
|
8582
8587
|
tensorflow/include/xla/service/conditional_simplifier.h,sha256=NzNymWXIo9ycy2W59XDU-I4t8NHyceJoebqVcJYUNhg,1508
|
8583
8588
|
tensorflow/include/xla/service/conditional_to_select.h,sha256=rXDveCpWArvqDZzBFe0GesuIdhVEfU_VuGsKm_XCKT0,1521
|
8584
|
-
tensorflow/include/xla/service/constant_value.h,sha256=
|
8589
|
+
tensorflow/include/xla/service/constant_value.h,sha256=oyf9ZUrbijUASwsCOmTuMKc01v6cBNzNczxztNMFtsk,3602
|
8585
8590
|
tensorflow/include/xla/service/copy_insertion.h,sha256=1p1eX42fTf8OW0e7gElH_w-LMRaxzZbWAyn3d0vd3xo,5447
|
8586
8591
|
tensorflow/include/xla/service/cpu_gpu_shape_verifier.h,sha256=rz0U2zBn-oB80zSwFND7q6uUQCrWEkJOQqZkFQAhoOE,1583
|
8587
8592
|
tensorflow/include/xla/service/custom_call_sharding_helper.h,sha256=Xhpis3tGvrV98BYrQN4wDaJKJy38htOzYXDyS2lI_aw,3355
|
@@ -8617,11 +8622,11 @@ tensorflow/include/xla/service/hlo_execution_profile.h,sha256=_CIQWPd2RjA_PptccB
|
|
8617
8622
|
tensorflow/include/xla/service/hlo_execution_profile_data.pb.h,sha256=yNoCIe1Dh7n6AR9MIOT2VBzr1Q243FmQKOYooJhw9AU,15766
|
8618
8623
|
tensorflow/include/xla/service/hlo_graph_dumper.h,sha256=Ca1gjyy1XEsWLJ7WIQOm_j2lHzDnrHKF87Lo4e0ZcfM,5457
|
8619
8624
|
tensorflow/include/xla/service/hlo_module_config.h,sha256=26_FYhPfcd9lW3SbarYbpJ1OdVzl_g-M7ELkJXIAgqI,24923
|
8620
|
-
tensorflow/include/xla/service/hlo_module_util.h,sha256=
|
8625
|
+
tensorflow/include/xla/service/hlo_module_util.h,sha256=g8-2OM2PhE78smeCSqw8Tg398b2XOeSTIYzqJeh10ZQ,4452
|
8621
8626
|
tensorflow/include/xla/service/hlo_phi_graph.h,sha256=A86TJ178hP8tv9WW2SlBYmGwxS5KZ0WXc1Pz8DE3FIU,3468
|
8622
8627
|
tensorflow/include/xla/service/hlo_profile_printer.h,sha256=lwCE1h2gp8PEFpN2k10zsScr9GrAQuTK-XwuGbc_e0c,1167
|
8623
8628
|
tensorflow/include/xla/service/hlo_profile_printer_data.pb.h,sha256=Grfdd5uQ7SiRtLPtj80yVrCu-MJ3rzhrNL6glj_vcUA,54337
|
8624
|
-
tensorflow/include/xla/service/hlo_proto_util.h,sha256=
|
8629
|
+
tensorflow/include/xla/service/hlo_proto_util.h,sha256=V2MZRxmYHX61MNUb4ascVmN3vd_ZDIG9TgK-0XFxtow,1801
|
8625
8630
|
tensorflow/include/xla/service/hlo_value.h,sha256=l86IeBu-KCuoha5jGIfINfGtHU7JxGUQ7_v-_iGPXKo,10743
|
8626
8631
|
tensorflow/include/xla/service/hlo_verifier.h,sha256=dnkWkxe-h8wr2Is_jybjlOv7tfJU4KmGW0_laTUBaqc,18512
|
8627
8632
|
tensorflow/include/xla/service/host_memory_offload_annotations.h,sha256=Tdd_BmGVmB5Ht_YBvHVgputp4D_e_8jtvHkHHvVaXGk,1804
|
@@ -8871,7 +8876,7 @@ tensorflow/include/xla/tools/hlo_extractor.h,sha256=0vjHlAEVYl1qWKjLo9Gy4W109AeI
|
|
8871
8876
|
tensorflow/include/xla/tsl/c/tsl_status.h,sha256=c7BYz_VcY0fzETilDymAUebtx7ez7uMwIWQgCLiRkgw,3390
|
8872
8877
|
tensorflow/include/xla/tsl/c/tsl_status_helper.h,sha256=Yvx6DHyGuj7KPYZCnYQlGj0fvcsd_5NUhJe6jPTXP5A,1032
|
8873
8878
|
tensorflow/include/xla/tsl/c/tsl_status_internal.h,sha256=qSh5Wc_1RmoVkofFVCHvFphhTWvhjIhQ-i2sBMZPApY,993
|
8874
|
-
tensorflow/include/xla/tsl/concurrency/async_value.h,sha256=
|
8879
|
+
tensorflow/include/xla/tsl/concurrency/async_value.h,sha256=8t_DbArBKaw-Swu_hg5Vc32JhWLWj-EPuuvmg3B4ANI,38723
|
8875
8880
|
tensorflow/include/xla/tsl/concurrency/async_value_ref.h,sha256=klTWs9J52FnpdVgue3VQlG7M-D08dRzBDDgdHid2XaU,47662
|
8876
8881
|
tensorflow/include/xla/tsl/concurrency/chain.h,sha256=xeNRCMB8KQYcz8kIzTgeXNXfaObDpIgSyI64RBkRSD4,892
|
8877
8882
|
tensorflow/include/xla/tsl/concurrency/concurrent_vector.h,sha256=lxjmEQes2pWHNUFvJcWle3sXgIgcE5_k3_Bi7Y52YWc,6154
|
@@ -8912,7 +8917,7 @@ tensorflow/include/xla/tsl/framework/tracking_allocator.h,sha256=spjwDQM0RfH8mD4
|
|
8912
8917
|
tensorflow/include/xla/tsl/framework/type_traits.h,sha256=urEO2BcImCFfhJVt8BPzJpa5stQOYBck_RRa30sR-Qk,4133
|
8913
8918
|
tensorflow/include/xla/tsl/framework/contraction/eigen_contraction_kernel.h,sha256=4mYhgjnRZv5djvEHQo9NpoZ49IMap1lYdO2HXK7QGEE,53321
|
8914
8919
|
tensorflow/include/xla/tsl/framework/convolution/eigen_convolution_helpers.h,sha256=P9Uuuw8UucTzs-Il0eeynHEsMEbTTgeTa_7A4MH0EVI,3956
|
8915
|
-
tensorflow/include/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h,sha256=
|
8920
|
+
tensorflow/include/xla/tsl/framework/convolution/eigen_spatial_convolutions-inl.h,sha256=wL7BiXI9UrRJXexi4ZfipP_nclvDE2dphDhOi4-7ehM,76126
|
8916
8921
|
tensorflow/include/xla/tsl/framework/convolution/eigen_spatial_convolutions.h,sha256=_aOlh1oO6O3jIhfcGMQYACEx8WgxgUjO4TfAHEXez3E,18422
|
8917
8922
|
tensorflow/include/xla/tsl/framework/fixedpoint/FixedPoint.h,sha256=zmCwWuuMzXPNM1wFRn64jNe1rbWMQMEJgYtJcJh8yI4,2262
|
8918
8923
|
tensorflow/include/xla/tsl/framework/fixedpoint/MatMatProduct.h,sha256=BjOTtH0hdteBhq0PqxFDyKN6m10hvPCLG_Qel7Xt7MY,12221
|
@@ -9121,7 +9126,7 @@ tensorflow/lite/experimental/microfrontend/ops/__init__.py,sha256=47DEQpj8HBSa-_
|
|
9121
9126
|
tensorflow/lite/experimental/microfrontend/ops/gen_audio_microfrontend_op.py,sha256=ijDPSWQ1sA5m0TSFNIbsEJa9cgqIq35SPu-IkoH2L6s,22308
|
9122
9127
|
tensorflow/lite/experimental/microfrontend/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9123
9128
|
tensorflow/lite/experimental/microfrontend/python/ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9124
|
-
tensorflow/lite/experimental/microfrontend/python/ops/_audio_microfrontend_op.so,sha256=
|
9129
|
+
tensorflow/lite/experimental/microfrontend/python/ops/_audio_microfrontend_op.so,sha256=zqKCxYN7xig-318d-Y8qvkzTD1v9seGMAQc_86NuK4s,221696
|
9125
9130
|
tensorflow/lite/experimental/microfrontend/python/ops/audio_microfrontend_op.py,sha256=ee44DK79kmgABxWY3IATIn9cmQeZHK-IaUX7UF6jbcU,5088
|
9126
9131
|
tensorflow/lite/profiling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9127
9132
|
tensorflow/lite/profiling/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -9142,11 +9147,11 @@ tensorflow/lite/python/schema_util.py,sha256=M1LrSqMKK3e3SKsg-98ovSOkWO4-ly91FFu
|
|
9142
9147
|
tensorflow/lite/python/tflite_convert.py,sha256=Ge_lfZ9IW-cAXdMyYUsh58HOfHzdnBgwkUz9Gfvd_Rg,26430
|
9143
9148
|
tensorflow/lite/python/tflite_keras_util.py,sha256=y4bayS4kGMBqCQQDLHcbo2ml6BKRyMuqG3Bha23A9uQ,7761
|
9144
9149
|
tensorflow/lite/python/util.py,sha256=QYz1bMvE33Cqq0NKAq7lpp_uDWXS3sMDGGjIemYYBZY,43701
|
9145
|
-
tensorflow/lite/python/analyzer_wrapper/_pywrap_analyzer_wrapper.pyd,sha256=
|
9150
|
+
tensorflow/lite/python/analyzer_wrapper/_pywrap_analyzer_wrapper.pyd,sha256=081X9l5ibFIljxjW7AM-kxgGpaO_A3isboXGoroQ8ak,5088256
|
9146
9151
|
tensorflow/lite/python/analyzer_wrapper/_pywrap_analyzer_wrapper.pyi,sha256=2hsshuWi4foajY8dOPoLjo5njEsOGVRdAt1-O4ggkSw,755
|
9147
9152
|
tensorflow/lite/python/authoring/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9148
9153
|
tensorflow/lite/python/authoring/authoring.py,sha256=BQq-JsKP_LaIZ667FB-nPY8Id_DrmyQWii6Q9dCtJ_g,11214
|
9149
|
-
tensorflow/lite/python/interpreter_wrapper/_pywrap_tensorflow_interpreter_wrapper.pyd,sha256=
|
9154
|
+
tensorflow/lite/python/interpreter_wrapper/_pywrap_tensorflow_interpreter_wrapper.pyd,sha256=TROZLcwV6bYqhmlU8VLJP4LYelkVuQG7TzxmS3VGpWE,5105152
|
9150
9155
|
tensorflow/lite/python/interpreter_wrapper/_pywrap_tensorflow_interpreter_wrapper.pyi,sha256=dwtQ5qTYRR-tCDHCW44LGyUAnilAHyRx5x9vWm5Wk6A,2549
|
9151
9156
|
tensorflow/lite/python/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9152
9157
|
tensorflow/lite/python/metrics/_pywrap_tensorflow_lite_metrics_wrapper.pyd,sha256=G_qCpA7Wj34LE2Xh-Y-YCC8T-YqifshRo9Mkm0AjJTs,1233408
|
@@ -9156,7 +9161,7 @@ tensorflow/lite/python/metrics/metrics_interface.py,sha256=dVu6SmbnQUntPgE5o6BxH
|
|
9156
9161
|
tensorflow/lite/python/metrics/wrapper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9157
9162
|
tensorflow/lite/python/metrics/wrapper/metrics_wrapper.py,sha256=CC5dRUBtHvTYPOKvLf-oZCT7tMKeWUpXc-zP3R1TU9k,1528
|
9158
9163
|
tensorflow/lite/python/optimize/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9159
|
-
tensorflow/lite/python/optimize/_pywrap_tensorflow_lite_calibration_wrapper.pyd,sha256=
|
9164
|
+
tensorflow/lite/python/optimize/_pywrap_tensorflow_lite_calibration_wrapper.pyd,sha256=lHaEn9EaqW9IhIcyczVrKmzdRWe2Icf51ggQFa58MQg,5142528
|
9160
9165
|
tensorflow/lite/python/optimize/_pywrap_tensorflow_lite_calibration_wrapper.pyi,sha256=U0frpu0eLHd-3Qsc4xecpDGF22_ZpxEpZc4i0hcjJ5o,1593
|
9161
9166
|
tensorflow/lite/python/optimize/calibrator.py,sha256=BBvQHxdbOfCI5IrO64cr2viCdK0EX7NGU5swjTvdeyg,9760
|
9162
9167
|
tensorflow/lite/toco/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -9173,22 +9178,22 @@ tensorflow/lite/tools/optimize/debugging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
9173
9178
|
tensorflow/lite/tools/optimize/debugging/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9174
9179
|
tensorflow/lite/tools/optimize/debugging/python/debugger.py,sha256=9tFFkf5AQNhthPGaI7IDlzhvTQc6cSv6rluQWVPZBeY,23908
|
9175
9180
|
tensorflow/python/__init__.py,sha256=BocMbO-4bmotbBd_jmpUkxeTjB6l_xGZiiq7jjXGmhI,1358
|
9176
|
-
tensorflow/python/_pywrap_dtensor_device.pyd,sha256=
|
9177
|
-
tensorflow/python/_pywrap_mlir.pyd,sha256=
|
9181
|
+
tensorflow/python/_pywrap_dtensor_device.pyd,sha256=_YxEJze_j1Pln3uxHQArBIjuzNEUWd-ndTrx_jvVhqo,3138048
|
9182
|
+
tensorflow/python/_pywrap_mlir.pyd,sha256=tHpt3pWdlakQgHFnJbhvRjVxQ44s-qM4JNvZGwpK0Xw,5076992
|
9178
9183
|
tensorflow/python/_pywrap_mlir.pyi,sha256=QCmOb_J8Ffed8fT0DtPZ0wmc1GNggYrKaOi-vkY55eY,1471
|
9179
|
-
tensorflow/python/_pywrap_parallel_device.pyd,sha256=
|
9184
|
+
tensorflow/python/_pywrap_parallel_device.pyd,sha256=LNjXX1F_5rxtEucYaEFW8IqQq3-1hbkGT8F65-ae5NQ,5127680
|
9180
9185
|
tensorflow/python/_pywrap_parallel_device.pyi,sha256=yauatdFsUHKsxCHeHVUpCJAFWAMff8z93e69tKnr9H8,763
|
9181
9186
|
tensorflow/python/_pywrap_py_exception_registry.pyd,sha256=Tp7pNRyD880bn7NzABpdRSy21Dqc6XuDJgyGIkNGYSQ,233984
|
9182
9187
|
tensorflow/python/_pywrap_py_exception_registry.pyi,sha256=_QBkrjqttcvqiUzpbjqml2dCmi09vVQMf24iiHWTQ5o,2262
|
9183
|
-
tensorflow/python/_pywrap_quantize_training.pyd,sha256=
|
9188
|
+
tensorflow/python/_pywrap_quantize_training.pyd,sha256=fzoH-Y3Ium7ATdYGxLlWzGdEDvX8FDanxxcpfd_E0MM,4292096
|
9184
9189
|
tensorflow/python/_pywrap_quantize_training.pyi,sha256=0PWhHw-GIjx1NCslW4xAKjBGfuRrt_IyS7tT0KWPV5Q,769
|
9185
9190
|
tensorflow/python/_pywrap_sanitizers.pyd,sha256=-n1bORyc8vK6vV4kdd_2A1QbjrbM8GmSJvK1OZikVOM,133120
|
9186
9191
|
tensorflow/python/_pywrap_sanitizers.pyi,sha256=1DXapDKNUulb8QIiaWdjtL2Lxr3zQtQvWwTMFDPMKmA,831
|
9187
9192
|
tensorflow/python/_pywrap_tensorflow_internal.lib,sha256=vPeCdA2tANHLMGtPtgQdpRo06KcKVbZdwVMIIsZdsjM,10313618
|
9188
|
-
tensorflow/python/_pywrap_tensorflow_internal.pyd,sha256=
|
9189
|
-
tensorflow/python/_pywrap_tfcompile.pyd,sha256=
|
9193
|
+
tensorflow/python/_pywrap_tensorflow_internal.pyd,sha256=Aq5perhP-RIS1NGQDWdKCVsqhRzP_tY55JQwYEjHi98,969982464
|
9194
|
+
tensorflow/python/_pywrap_tfcompile.pyd,sha256=9a4UG_DzsXghVYj2sdRloiCYdXhHlloyR5weYVsosFE,145408
|
9190
9195
|
tensorflow/python/_pywrap_tfcompile.pyi,sha256=BU3sOXPGnvP7tL8vExhD41dFa5Y-Vmife4zwYTO4o9k,1083
|
9191
|
-
tensorflow/python/_pywrap_tfe.pyd,sha256=
|
9196
|
+
tensorflow/python/_pywrap_tfe.pyd,sha256=xLxVlEZnsBHv2-3vXQuXbBllJiqlqmQn3gWX2PmSJOw,698880
|
9192
9197
|
tensorflow/python/_pywrap_tfe.pyi,sha256=rAujx-_7buxiol1q01YTMxlwcBTZsxPZQaJgD_nIgdY,21434
|
9193
9198
|
tensorflow/python/flags_pybind.pyd,sha256=ipEUpmjaoXd9RvImBnAh0xC4Mpvf4Zqg6wENZOVsWjs,2833408
|
9194
9199
|
tensorflow/python/flags_pybind.pyi,sha256=ljH5EyNJJs38dzKV4aMqDC6MKZhGEoN80feOJ_E_mVY,1559
|
@@ -9299,13 +9304,13 @@ tensorflow/python/checkpoint/sharding/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
9299
9304
|
tensorflow/python/checkpoint/sharding/sharding_policies.py,sha256=Qxn87sLwJ0WBY2JzLoQ3K630jv0QT0SZK_W5gIh9I3o,14993
|
9300
9305
|
tensorflow/python/checkpoint/sharding/sharding_util.py,sha256=Garsc9HCN_qxHIVKv7jPW_9u47WHd06aDvWEv_OUyJc,11605
|
9301
9306
|
tensorflow/python/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9302
|
-
tensorflow/python/client/_pywrap_debug_events_writer.pyd,sha256
|
9307
|
+
tensorflow/python/client/_pywrap_debug_events_writer.pyd,sha256=jAQiIfJdSYa0BFeWCScP8TJLW81bHCUgoAZb8ZY5xzM,4328448
|
9303
9308
|
tensorflow/python/client/_pywrap_debug_events_writer.pyi,sha256=sw4KYUmjnfb4NI6sWshmRLbnFFkvTvmK3D9FugL-V8s,1309
|
9304
|
-
tensorflow/python/client/_pywrap_device_lib.pyd,sha256=
|
9309
|
+
tensorflow/python/client/_pywrap_device_lib.pyd,sha256=yhvDeD8-NTcKpZktTf_1ngorcyzi0-nWRwNeKJMW04o,4296192
|
9305
9310
|
tensorflow/python/client/_pywrap_device_lib.pyi,sha256=HY6CRp0lFUBXCKNOrkudrQiP1rTR3Lw0Kj21alL0v1E,734
|
9306
|
-
tensorflow/python/client/_pywrap_events_writer.pyd,sha256=
|
9311
|
+
tensorflow/python/client/_pywrap_events_writer.pyd,sha256=myDil42oRGAKNquga1xOr_DGnzEgA-GSDog4hz13Db8,4330496
|
9307
9312
|
tensorflow/python/client/_pywrap_events_writer.pyi,sha256=NdNlOUeBDS6aExp7ohXm9AcpDBIUD6LrEM_ii_3Zox0,1037
|
9308
|
-
tensorflow/python/client/_pywrap_tf_session.pyd,sha256=
|
9313
|
+
tensorflow/python/client/_pywrap_tf_session.pyd,sha256=AcJt-RIlkaZLXMhLYsoUkj0OndoOOIumedgUXFvZKIg,5320704
|
9309
9314
|
tensorflow/python/client/_pywrap_tf_session.pyi,sha256=hlvT6XkCQtZgEE50ulS8pOKI6rmk39Bk2Seqd2jmYNo,17305
|
9310
9315
|
tensorflow/python/client/client_lib.py,sha256=w7kFzAIQORpHav6RtKKpJE162KzLhtoR_KsDMzfy7j0,1136
|
9311
9316
|
tensorflow/python/client/device_lib.py,sha256=SxdOPjC4mF-xrGn8djpin82RoYmsvxsXJ0y4PaiVAFs,1618
|
@@ -9313,7 +9318,7 @@ tensorflow/python/client/pywrap_tf_session.py,sha256=5qwUGRSAjhk0fePScpw1VdXShMD
|
|
9313
9318
|
tensorflow/python/client/session.py,sha256=0-FwBDOvcsqqZpyqdHCcQWeojNkaBdgu0NKVbpO7uuc,71306
|
9314
9319
|
tensorflow/python/client/timeline.py,sha256=KP6hDYWkNOlsCUQ4BVFq5H1nuV2N4JPMCjIF5LCph0M,30057
|
9315
9320
|
tensorflow/python/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9316
|
-
tensorflow/python/compat/compat.py,sha256=
|
9321
|
+
tensorflow/python/compat/compat.py,sha256=310vypsifb0H3PX_yHukXV9O21so_ZvYzQPplh1LWeU,6088
|
9317
9322
|
tensorflow/python/compat/v2_compat.py,sha256=kuqWI4fusHG2pLtbuq9FRBAIEZaae7dW1nvIAUl-Mgo,4401
|
9318
9323
|
tensorflow/python/compiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9319
9324
|
tensorflow/python/compiler/mlir/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -9372,11 +9377,11 @@ tensorflow/python/data/experimental/ops/testing.py,sha256=os4RXIIZTwHz0QYQTKfTPK
|
|
9372
9377
|
tensorflow/python/data/experimental/ops/unique.py,sha256=ZcTK4EB1uMJMSaSjpb7CgUlr7g7Y6M8_QBSknLTepTo,1564
|
9373
9378
|
tensorflow/python/data/experimental/ops/writers.py,sha256=ta2u9CjdhdS_6ez7VPvu3FeTpRTknu8E1rt1oaTzPV0,4936
|
9374
9379
|
tensorflow/python/data/experimental/service/__init__.py,sha256=wD1B_A35uNjoThM1KAGU_0LgZoEKo4M_RSd2xx3MkyM,19507
|
9375
|
-
tensorflow/python/data/experimental/service/_pywrap_server_lib.pyd,sha256=
|
9380
|
+
tensorflow/python/data/experimental/service/_pywrap_server_lib.pyd,sha256=_cJ8BNMeKaBB5CWw-DAXjg9tCORnsHE75eF8rBTfUqo,4405248
|
9376
9381
|
tensorflow/python/data/experimental/service/_pywrap_server_lib.pyi,sha256=LT-p3MwqBxw6Tx-MvW7C2h47FhyyelOdOos50iWqUiM,1935
|
9377
9382
|
tensorflow/python/data/experimental/service/_pywrap_snapshot_utils.pyd,sha256=bVstz0RXx6BPe1mAHxUPqI-YvHz6oFMR4Q2e6hFOup4,148480
|
9378
9383
|
tensorflow/python/data/experimental/service/_pywrap_snapshot_utils.pyi,sha256=wMIvmfxlymYHZKDM-3XA78u5il9DARctguYoOpt88tI,923
|
9379
|
-
tensorflow/python/data/experimental/service/_pywrap_utils_exp.pyd,sha256=
|
9384
|
+
tensorflow/python/data/experimental/service/_pywrap_utils_exp.pyd,sha256=g11N3XnwJ8Yzt-OJX1eQrn9PLMW6kWUnJrbtkS8qydU,6474752
|
9380
9385
|
tensorflow/python/data/experimental/service/_pywrap_utils_exp.pyi,sha256=iG-_mlxmizesp6uEa6ZVDgg0x2YeK-3wHSvzZMon6X8,732
|
9381
9386
|
tensorflow/python/data/experimental/service/server_lib.py,sha256=v_cS_gPg98nkPBSSHCy5zzh0GlnLD-gW4Hjcpd8AUSw,17862
|
9382
9387
|
tensorflow/python/data/kernel_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -9580,29 +9585,29 @@ tensorflow/python/eager/forwardprop.py,sha256=6vpkS3kUzV9giyXXf_vEIirTRf79kjr_lc
|
|
9580
9585
|
tensorflow/python/eager/forwardprop_util.py,sha256=sAWg-_70ZGqGbtDnCkZ6uSh2j8jD4ux7Vny0BYtQXII,2658
|
9581
9586
|
tensorflow/python/eager/function.py,sha256=esgJEZzBYT8A2LB9jrzX_k6fj1-2sM2N5XZzK15xioA,1951
|
9582
9587
|
tensorflow/python/eager/graph_only_ops.py,sha256=0I3QfVp71m_tGZH2Q4Z6_IOfOPnvzb73WUVGQYUJO68,2036
|
9583
|
-
tensorflow/python/eager/imperative_grad.py,sha256=
|
9588
|
+
tensorflow/python/eager/imperative_grad.py,sha256=0x2dLbWl3ec5-t4m164jPSu6iHdtegA68z9ewvSBRzc,2953
|
9584
9589
|
tensorflow/python/eager/lift_to_graph.py,sha256=9SQbiK7cl3SchnW_bieX0glfiDAjNlaG7P0rc4hpbEU,14506
|
9585
9590
|
tensorflow/python/eager/monitoring.py,sha256=9oi7uhtI0Nys2j1vF9yfK9ByRbywI-bdkCyxiXz4dcQ,16679
|
9586
9591
|
tensorflow/python/eager/profiler.py,sha256=ulLbbvtbLKsjoubM_fUY2f-h4BjUBJkb3cWq5aRHdTY,6457
|
9587
9592
|
tensorflow/python/eager/profiler_client.py,sha256=GQru24rIDClwsRiDTydN0D-xBztL4XHXTJSamR8a3IA,2845
|
9588
9593
|
tensorflow/python/eager/record.py,sha256=KnroPXE32MKYgF18E6LwimY5LAya9gL4Cw0P9l4_vbE,4436
|
9589
9594
|
tensorflow/python/eager/remote.py,sha256=bclIdTYYJlyCB9q0f19VNtYCZs4TW0AyMmoVZV6HVKo,11791
|
9590
|
-
tensorflow/python/eager/tape.py,sha256=
|
9595
|
+
tensorflow/python/eager/tape.py,sha256=WheRq7CjDZ7eg3yKORHtA2mNqpQ-_GzRAfcppozkEFc,3477
|
9591
9596
|
tensorflow/python/eager/test.py,sha256=9bsDmB_DRU6TxAIzQLRZcaBhgLl2Rhsj6B-ALkEmqP4,1068
|
9592
9597
|
tensorflow/python/eager/wrap_function.py,sha256=UQ7dg12NmMQH_YP6-SLXtsFaIwOfTkqB4FPeAvl_Mhg,28028
|
9593
9598
|
tensorflow/python/eager/memory_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9594
9599
|
tensorflow/python/eager/memory_tests/memory_test_util.py,sha256=2IItIsmrBj81g87x7ddEOjYEWSfpK4Vfn5LE1gHBIKk,2327
|
9595
9600
|
tensorflow/python/eager/polymorphic_function/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9596
|
-
tensorflow/python/eager/polymorphic_function/atomic_function.py,sha256=
|
9601
|
+
tensorflow/python/eager/polymorphic_function/atomic_function.py,sha256=jPb8eaCEdbq-enwVzZ5r-GHjmY9W7MDF20MHZ9IMj-Y,25331
|
9597
9602
|
tensorflow/python/eager/polymorphic_function/attributes.py,sha256=wjIFu8y0uuGec4Utv-5ath-y3M53v4rfglMeCg3KXao,6452
|
9598
9603
|
tensorflow/python/eager/polymorphic_function/autograph_util.py,sha256=bmRTEKtafD9MEKrtJU00G7q01XZLWHddZ3UKbdQMQmk,2212
|
9599
|
-
tensorflow/python/eager/polymorphic_function/compiler_ir.py,sha256=
|
9604
|
+
tensorflow/python/eager/polymorphic_function/compiler_ir.py,sha256=KdQ7FBZUSg2P_igMHEF_LsGCyWMsBBmOtaD4kx9M__g,4718
|
9600
9605
|
tensorflow/python/eager/polymorphic_function/composite_tensor_utils.py,sha256=TFiBTP3JPfVcRS1M2xkbAfkEzEH0LTo2W108WJPrmtw,1853
|
9601
9606
|
tensorflow/python/eager/polymorphic_function/concrete_function.py,sha256=VOUPXEeRKHNSTY1mTuDlc_IUT2GKdz_K775W_VAjwhs,75893
|
9602
9607
|
tensorflow/python/eager/polymorphic_function/eager_function_run.py,sha256=6pxTwp41bj4xlzhsLTIfBUhX0F3E0eUD7cH_1mhkfgs,4043
|
9603
9608
|
tensorflow/python/eager/polymorphic_function/function_context.py,sha256=IcewdjrBSdVwMy0NpQ3YgziHZTaA1Pm3d9mbONt91fc,4882
|
9604
9609
|
tensorflow/python/eager/polymorphic_function/function_type_utils.py,sha256=ykZTvsh45COcr9O4ZRTx_LU1LEZKkkp3KYD4CNz8tew,17425
|
9605
|
-
tensorflow/python/eager/polymorphic_function/polymorphic_function.py,sha256=
|
9610
|
+
tensorflow/python/eager/polymorphic_function/polymorphic_function.py,sha256=YAAk2NJsBFaz8ylaUN4BCSqFoHeuyCy7MvwJyZTKo4E,72078
|
9606
9611
|
tensorflow/python/eager/polymorphic_function/saved_model_exported_concrete.py,sha256=yEg_MnxnmukuSp4yod-AiQMj3RBQOA0WrVBjBGE58pE,5167
|
9607
9612
|
tensorflow/python/eager/polymorphic_function/saved_model_utils.py,sha256=EfsEW2PaGfO0eBFrMdhiTe8avud3NzuLrTOV4eF-Z9Q,3473
|
9608
9613
|
tensorflow/python/eager/polymorphic_function/tf_method_target.py,sha256=RZh-Z9XI5x3-Lbwv9ZV8zzV85ZjhGBYUELpseQ3yXJ4,1841
|
@@ -9617,22 +9622,22 @@ tensorflow/python/feature_column/sequence_feature_column.py,sha256=kIe7ANHpxC4iB
|
|
9617
9622
|
tensorflow/python/feature_column/serialization.py,sha256=dAQ6RG0qLCzG0BvToJrwIKspkgMvzqY5C5ixp9FUyGM,13251
|
9618
9623
|
tensorflow/python/feature_column/utils.py,sha256=iDJVFlMy-2IcguEnYKEbraUCSiZ0zTEh8GR0jqfBTA8,6018
|
9619
9624
|
tensorflow/python/framework/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9620
|
-
tensorflow/python/framework/_dtypes.pyd,sha256=
|
9625
|
+
tensorflow/python/framework/_dtypes.pyd,sha256=3oPjKyWOKcPjLQ5hAbnM3au_sSrrkBcfg3mzVK5zjnA,2837504
|
9621
9626
|
tensorflow/python/framework/_dtypes.pyi,sha256=jZ2rBjVvLO_G-y0wP1Pm5xW3klwlzCCpTQHXsDDP3rI,1395
|
9622
9627
|
tensorflow/python/framework/_native_proto_caster.dll,sha256=SBqxYayZnqjhuGVIgRudZYc-n7EdF-HS9FTxUqHpvMQ,1102848
|
9623
|
-
tensorflow/python/framework/_op_def_library_pybind.pyd,sha256=
|
9628
|
+
tensorflow/python/framework/_op_def_library_pybind.pyd,sha256=HET7xSe3iwQhgLyAlh7DDBAbG079QDnUTNlV83u1NDY,4371968
|
9624
9629
|
tensorflow/python/framework/_op_def_library_pybind.pyi,sha256=uyPCOiL_0WiOo_fOqNij3M3hdO7PIED9Bvmc8Gqc19E,757
|
9625
|
-
tensorflow/python/framework/_op_def_registry.pyd,sha256=
|
9630
|
+
tensorflow/python/framework/_op_def_registry.pyd,sha256=97hif1EaLj9b56JCyZ6bjTocoBOs3-Uo1xKogT8UhcM,4292096
|
9626
9631
|
tensorflow/python/framework/_op_def_registry.pyi,sha256=svM0wYX_31uuFnvrE_NO7-HcFotR3AkAGaX17Ztau18,724
|
9627
|
-
tensorflow/python/framework/_proto_comparators.pyd,sha256=
|
9632
|
+
tensorflow/python/framework/_proto_comparators.pyd,sha256=atI--yHgT2xRN-o8QZAItjqrFd5gnbwkA5y18hQZh4s,5151744
|
9628
9633
|
tensorflow/python/framework/_proto_comparators.pyi,sha256=wJpqY5TcEeroNKBNFEl1bnb0XXVc6gKk63-Lgms4fLc,853
|
9629
9634
|
tensorflow/python/framework/_python_memory_checker_helper.pyd,sha256=tGOIn0xKLuvlSAPonB5RIc87HQOpT58rvsREO3gcnQI,132096
|
9630
9635
|
tensorflow/python/framework/_python_memory_checker_helper.pyi,sha256=TOLSJ-n0WE2xOlCDVDYbrevA7RuHTA2NJxM5086q-Yc,778
|
9631
9636
|
tensorflow/python/framework/_pywrap_python_api_dispatcher.pyd,sha256=vaDINVcYNCtUIF_lIMVjybNTKCm4feGeicUqi_OhJ5M,293888
|
9632
9637
|
tensorflow/python/framework/_pywrap_python_api_dispatcher.pyi,sha256=Nh-7PIax15EFHUCaWOQUoDo3NqcZuDcvPLDq2Qn1zLo,2267
|
9633
|
-
tensorflow/python/framework/_pywrap_python_op_gen.pyd,sha256=
|
9638
|
+
tensorflow/python/framework/_pywrap_python_op_gen.pyd,sha256=AWjhY-1za5z6Gr3xJP9sr0itRH9cOdiSlp0NVjaC1kc,2785792
|
9634
9639
|
tensorflow/python/framework/_pywrap_python_op_gen.pyi,sha256=SPaXr5FbE95_xKmuxQGJF3RuYIY_JnttTEtKEMXKy90,739
|
9635
|
-
tensorflow/python/framework/_test_metrics_util.pyd,sha256=
|
9640
|
+
tensorflow/python/framework/_test_metrics_util.pyd,sha256=lQch_Z3R7icBd27eUbp67RSBxXY6jT8GZUVCQiBKGfU,5059072
|
9636
9641
|
tensorflow/python/framework/_test_metrics_util.pyi,sha256=3RzQAOK4RzFIR7NYLC2BI4JQ1ggXK7tM6HN8OGUT6mI,747
|
9637
9642
|
tensorflow/python/framework/auto_control_deps.py,sha256=4SRy27B76MoqiRI09Mviv_J2cpV4Yrnf96hj66YJWjo,26451
|
9638
9643
|
tensorflow/python/framework/auto_control_deps_utils.py,sha256=UmAWbvM4UR3uf33gZkeoLDuggaahKen8t4TIHK2VBUc,5418
|
@@ -9704,11 +9709,11 @@ tensorflow/python/framework/type_utils.py,sha256=kq3h718tfUGv2jN9kFQ4KX9Y9tekYX8
|
|
9704
9709
|
tensorflow/python/framework/versions.py,sha256=Scc02FgWiMx0eILeBMcxwbuh0tduNda4FYqjdNbPwdg,3674
|
9705
9710
|
tensorflow/python/framework/weak_tensor.py,sha256=Zspb4cnd-m8sX24r8djF6-ie9Hcav-8i3limxDgpUcU,8750
|
9706
9711
|
tensorflow/python/grappler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9707
|
-
tensorflow/python/grappler/_pywrap_tf_cluster.pyd,sha256=
|
9712
|
+
tensorflow/python/grappler/_pywrap_tf_cluster.pyd,sha256=lxnwwIwGcvjYfr51rcxi1N_B_H7dcuaLYFP4gIcrzLg,5204480
|
9708
9713
|
tensorflow/python/grappler/_pywrap_tf_cluster.pyi,sha256=gy3Vz2K2j47WhCJQpnQC8dtoh0sxarm_lYcQMqp7wHg,1372
|
9709
|
-
tensorflow/python/grappler/_pywrap_tf_item.pyd,sha256=
|
9714
|
+
tensorflow/python/grappler/_pywrap_tf_item.pyd,sha256=xO1MLbz9_XcDWQpNLb0_N9WLLcA4Rw63G-8xbGYIQWw,5133312
|
9710
9715
|
tensorflow/python/grappler/_pywrap_tf_item.pyi,sha256=DinwMENYYeFTkAVPW4IUbnl9Tm-IQ2Du3YMT4veOgl0,1060
|
9711
|
-
tensorflow/python/grappler/_pywrap_tf_optimizer.pyd,sha256=
|
9716
|
+
tensorflow/python/grappler/_pywrap_tf_optimizer.pyd,sha256=cmugOe0Q4NpLCV06J3DWtXsACQeroodakbJs_CCYPck,5140992
|
9712
9717
|
tensorflow/python/grappler/_pywrap_tf_optimizer.pyi,sha256=SNISFdxmOKZ1HcswnWrfxH5dh9bxUKco3CPaedenjsg,841
|
9713
9718
|
tensorflow/python/grappler/cluster.py,sha256=hgwdOwfaVoY6ur9e37kxX1KGs4ApDwLTsVLxG2CfsGQ,4362
|
9714
9719
|
tensorflow/python/grappler/item.py,sha256=eb7sBU-3Q3Unr2Q5i4wmCZT1vUHBBdVijimpyNxGjm8,3161
|
@@ -9874,12 +9879,12 @@ tensorflow/python/layers/normalization.py,sha256=YrdcGLinB29l8jb1a_6WYIKBNG5VBQ6
|
|
9874
9879
|
tensorflow/python/layers/pooling.py,sha256=GaXsbCa95SwKm8V7KyCEFcxdIVYpKA0ZtTOSTN4BPYg,1440
|
9875
9880
|
tensorflow/python/layers/utils.py,sha256=f-0iS3RqLBek1lOHa5S0MHBMMsDf1TDsIBCB0l1xOLk,7268
|
9876
9881
|
tensorflow/python/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9877
|
-
tensorflow/python/lib/core/_pywrap_py_func.pyd,sha256=
|
9882
|
+
tensorflow/python/lib/core/_pywrap_py_func.pyd,sha256=Ksgtd_u5P4_2SOENnTp4tirE0wIagigF2yt2zWrUC4M,131584
|
9878
9883
|
tensorflow/python/lib/core/_pywrap_py_func.pyi,sha256=K4pNt2FW0QdjLFc42D_Lixh43FY4UqI6CwIeqe3OWG4,746
|
9879
9884
|
tensorflow/python/lib/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9880
|
-
tensorflow/python/lib/io/_pywrap_file_io.pyd,sha256=
|
9885
|
+
tensorflow/python/lib/io/_pywrap_file_io.pyd,sha256=RIU2B9UgMmBbqGGwCGicdr_rkuMOyQ0dqYOFuBEd4yw,4418560
|
9881
9886
|
tensorflow/python/lib/io/_pywrap_file_io.pyi,sha256=Ly7n_Lfc62sFUboUcsuTk3vdIlLq0-XXQrT1EHBctfo,2689
|
9882
|
-
tensorflow/python/lib/io/_pywrap_record_io.pyd,sha256=
|
9887
|
+
tensorflow/python/lib/io/_pywrap_record_io.pyd,sha256=u9JH3YKOrcy2zZ0G9PMC-fnwYq3Vbq3JxmLY4nhppGE,4494336
|
9883
9888
|
tensorflow/python/lib/io/_pywrap_record_io.pyi,sha256=u04hHZCl_-Nwb1JKelSVmJ49ilg63wDORHgkI9L-Xpc,1833
|
9884
9889
|
tensorflow/python/lib/io/file_io.py,sha256=DkWgiu5UNxJ4oL1lLePbyou7wRlM4S5AjsW5PLfFB08,29190
|
9885
9890
|
tensorflow/python/lib/io/python_io.py,sha256=xtaEwOT5oOZ7Ub10M4Tqc74a00ziKZskfHeaL3vly74,944
|
@@ -10059,7 +10064,7 @@ tensorflow/python/ops/stateful_random_ops.py,sha256=HlpXaboyaTctmYJMvqBE69bNTx-u
|
|
10059
10064
|
tensorflow/python/ops/stateless_random_ops.py,sha256=APmaoMvtFtTM3L1TWZuNokuRa74_VzsoZT7YjcI4siQ,38440
|
10060
10065
|
tensorflow/python/ops/string_ops.py,sha256=wowvwhMWsEN6sgoO5it55ByFlVfc8BRw_4lKgPRo-II,24799
|
10061
10066
|
tensorflow/python/ops/summary_op_util.py,sha256=FNBrJ8WDwyF-_mms3uWD07AvByiRxz5rQL1sNr-uXZ8,4121
|
10062
|
-
tensorflow/python/ops/summary_ops_v2.py,sha256=
|
10067
|
+
tensorflow/python/ops/summary_ops_v2.py,sha256=cdvq9yZlMLDHGC2Imqwg3YRqFq1SeBGPsDgy2-SWsA0,54033
|
10063
10068
|
tensorflow/python/ops/template.py,sha256=YN_g8yrCQWGqmXNWAEzLVM7Y8L5Qm0c4O_AjCDSGVlI,31941
|
10064
10069
|
tensorflow/python/ops/tensor_array_grad.py,sha256=ShfWvZzwRcs-Y7MlyY4pZ30FMwweXSGQD9wuopFNR3I,10553
|
10065
10070
|
tensorflow/python/ops/tensor_array_ops.py,sha256=FcHwrHiHvXeQV436hjiJc_IQ_DT0wJN2NpNC_Mko-QQ,57778
|
@@ -10199,7 +10204,7 @@ tensorflow/python/platform/_pywrap_cpu_feature_guard.pyd,sha256=hgS9OFGPP5bbB4ka
|
|
10199
10204
|
tensorflow/python/platform/_pywrap_cpu_feature_guard.pyi,sha256=X8nrDG8adnU2vAjIscTC0EYiQHqdufOqNszYBc2h388,736
|
10200
10205
|
tensorflow/python/platform/_pywrap_stacktrace_handler.pyd,sha256=liMsB0hlhiXGHAtADfgqmPjWc6pnK_4DYjhy9klZgK0,131584
|
10201
10206
|
tensorflow/python/platform/_pywrap_stacktrace_handler.pyi,sha256=ua7hYAmdhtx4W7iiJfCpoA97GADhqdchMa3UdM0pVnk,734
|
10202
|
-
tensorflow/python/platform/_pywrap_tf2.pyd,sha256=
|
10207
|
+
tensorflow/python/platform/_pywrap_tf2.pyd,sha256=8mQuP7rg_QP-dIzczQ2TgvjivDV_zfnthyvgnvwudFs,4302336
|
10203
10208
|
tensorflow/python/platform/_pywrap_tf2.pyi,sha256=uegEIyosIQKday40Ri3L5qJiSMpGAH4mNIrWWV8DFDA,756
|
10204
10209
|
tensorflow/python/platform/analytics.py,sha256=OnvqIWpoYLE4OU2ScUdWnUH2cNhjs-kdIsJn_T_RDz8,980
|
10205
10210
|
tensorflow/python/platform/app.py,sha256=kn7X8yRXnvdgriWo3BKe6iKCDRxrNBEcwZmEMmCGBr0,1326
|
@@ -10224,9 +10229,9 @@ tensorflow/python/profiler/profiler_v2.py,sha256=-bPDkMQCbaS9tBS74NlasTVoC-4p5Nz
|
|
10224
10229
|
tensorflow/python/profiler/tfprof_logger.py,sha256=S11Rn93MoT1QhNY0ztv97D5NE5hkQp-NTNuO2rQoEOk,8033
|
10225
10230
|
tensorflow/python/profiler/trace.py,sha256=4gqPgkmZ9JsCWOe0d1taNqeOQSIWRbdORe_iXmKlUI0,5917
|
10226
10231
|
tensorflow/python/profiler/internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10227
|
-
tensorflow/python/profiler/internal/_pywrap_profiler.pyd,sha256=
|
10232
|
+
tensorflow/python/profiler/internal/_pywrap_profiler.pyd,sha256=OnpgGmvvDJckpBabdLjU9Bksv7GT8lknwos7TlIVR4A,6474752
|
10228
10233
|
tensorflow/python/profiler/internal/_pywrap_profiler.pyi,sha256=M4Un3LX16DuRmrS7jiDi4cDL1UfIXJzV1ppJvksMQ5Q,920
|
10229
|
-
tensorflow/python/profiler/internal/_pywrap_profiler_plugin.pyd,sha256=
|
10234
|
+
tensorflow/python/profiler/internal/_pywrap_profiler_plugin.pyd,sha256=d0bmr8sKqLUcYHCyRFQroTRzBF3vpsH5wnB9coxKf9c,12720128
|
10230
10235
|
tensorflow/python/profiler/internal/_pywrap_profiler_plugin.pyi,sha256=JIS5ur7RnOKAIsKqZnITbWWHqS_Q01Mn9R7zNjmXRtk,1044
|
10231
10236
|
tensorflow/python/profiler/internal/_pywrap_traceme.pyd,sha256=Z9snFZ-_AbytHW9DDaQBuwLZJAPBoCW3HdkgIWNUNb4,174080
|
10232
10237
|
tensorflow/python/profiler/internal/_pywrap_traceme.pyi,sha256=lnqV4gAcTtXuKO4rH3VKFxNOFE_UlMuxpKq4-XU9c0k,843
|
@@ -10249,7 +10254,7 @@ tensorflow/python/saved_model/main_op_impl.py,sha256=xTuz2g_0F2DZHLlW_vUcV5Lyj4Q
|
|
10249
10254
|
tensorflow/python/saved_model/method_name_updater.py,sha256=iHy_rHp2B4ZOgnhTabUV_L4YtxBJ2h0rWGzPZ5sM_8o,6004
|
10250
10255
|
tensorflow/python/saved_model/nested_structure_coder.py,sha256=OZjwQ32Pd7gCgoolG0QIns27MtlOY7uuIbaOsSyczkE,16147
|
10251
10256
|
tensorflow/python/saved_model/path_helpers.py,sha256=oz2Tw3eFKs7x4mZQ-aUJtyoGogGc_5mJWYKEwVwR2d4,2790
|
10252
|
-
tensorflow/python/saved_model/pywrap_saved_model.pyd,sha256=
|
10257
|
+
tensorflow/python/saved_model/pywrap_saved_model.pyd,sha256=VY2x17pTBF4t-4gTQneQ7FnSIAgW3bgax0ILv8wR0s8,5899264
|
10253
10258
|
tensorflow/python/saved_model/revived_types.py,sha256=nbVZrX0K08fK4iB1TamOJ59pcIGOPSaxxYxebVakucQ,9637
|
10254
10259
|
tensorflow/python/saved_model/save.py,sha256=6P-7IzYePb8kR4bmOo3xE67QF1OtooGVeTN4o_WUF1s,71418
|
10255
10260
|
tensorflow/python/saved_model/save_context.py,sha256=BFHVtIMoToAuWr8kmSJlFxyITUB38mUgwXPn3ze5vdE,1865
|
@@ -10311,9 +10316,9 @@ tensorflow/python/tools/api/generator2/generator/generator.py,sha256=Kwrr-8SZ5ea
|
|
10311
10316
|
tensorflow/python/tools/api/generator2/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10312
10317
|
tensorflow/python/tools/api/generator2/shared/exported_api.py,sha256=UGQAZUk-29H7oJu8KtUmuY5JEiCq_h2ca2dzFyqO4Pg,3278
|
10313
10318
|
tensorflow/python/tpu/__init__.py,sha256=aPEaMeefInSGP22u0rjEMVWocWyjzVp-X7zWtJJ8Pg0,902
|
10314
|
-
tensorflow/python/tpu/_pywrap_sparse_core_layout.pyd,sha256=
|
10319
|
+
tensorflow/python/tpu/_pywrap_sparse_core_layout.pyd,sha256=3HGL817cRML6kHd1qeAScLS6aXfd0-jqxGLTPouxamw,4419072
|
10315
10320
|
tensorflow/python/tpu/_pywrap_sparse_core_layout.pyi,sha256=71Fm4R-fEFx1EED2p99ITb5JVUSILbOuBhI0U8lYI_c,1202
|
10316
|
-
tensorflow/python/tpu/_pywrap_tpu_embedding.pyd,sha256=
|
10321
|
+
tensorflow/python/tpu/_pywrap_tpu_embedding.pyd,sha256=zzNJh3rzKbLHDTj-rUW4Cvt1pv7ub5F4eXdh2kefGwA,7885824
|
10317
10322
|
tensorflow/python/tpu/_pywrap_tpu_embedding.pyi,sha256=wrw8sDGrrOkzhl2le52vpXu3lvYRkGhH8CtFRjdoIxA,827
|
10318
10323
|
tensorflow/python/tpu/api.py,sha256=4qEO5drWhQs4f0q5V54WPgdVPrj7dcKEGnP9BhDO8mw,1420
|
10319
10324
|
tensorflow/python/tpu/bfloat16.py,sha256=gi0Jr_9VfYqiutrvBU4BGPVqYVc1fYoo-5vmUsfpRkM,3212
|
@@ -10334,8 +10339,8 @@ tensorflow/python/tpu/tpu_embedding_for_serving.py,sha256=DaPKvE5ua7Vgbj_GRoU6yu
|
|
10334
10339
|
tensorflow/python/tpu/tpu_embedding_v1.py,sha256=HwFGIAqQx6U0RberkWL0-kzX5uM4V36Wxka7pb0GWl0,18433
|
10335
10340
|
tensorflow/python/tpu/tpu_embedding_v2.py,sha256=MiVOR90OUr11mgxdi5h4777CV2lg8fRBA4toQL4vtKQ,78126
|
10336
10341
|
tensorflow/python/tpu/tpu_embedding_v2_utils.py,sha256=Hh6WvglgMl2pRuOD0c3Dp9vCwSfmuyR-MOCqCaNUaH4,61716
|
10337
|
-
tensorflow/python/tpu/tpu_embedding_v3.py,sha256=
|
10338
|
-
tensorflow/python/tpu/tpu_embedding_v3_checkpoint_adapter.py,sha256=
|
10342
|
+
tensorflow/python/tpu/tpu_embedding_v3.py,sha256=TRbl1vGrqLGRrboCPdrAqyzAsCqrDwF604JvT_C2MwU,85915
|
10343
|
+
tensorflow/python/tpu/tpu_embedding_v3_checkpoint_adapter.py,sha256=YT92W3gra1TBDPCgowTk96dgh5d15LA3Wj-h7eR-8fg,11128
|
10339
10344
|
tensorflow/python/tpu/tpu_embedding_v3_utils.py,sha256=TUiMQMPibUdrkDk-dXu5HUyoyVG2KgItDeYK_vvPoX4,8745
|
10340
10345
|
tensorflow/python/tpu/tpu_feed.py,sha256=_Z4fy0ZI7IhQxhUN3iKKppMOPS7D3XJ5wiSLf3tdRgY,39306
|
10341
10346
|
tensorflow/python/tpu/tpu_function.py,sha256=3Ysq--pxYCAp-09sfdmuIt5XiiMT0q3TAC3JbIi1MnI,2276
|
@@ -10427,27 +10432,27 @@ tensorflow/python/user_ops/user_ops.py,sha256=kByPGDzZ_ld72KUJNkGPuf96FH8ea1FyS0
|
|
10427
10432
|
tensorflow/python/user_ops/ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10428
10433
|
tensorflow/python/user_ops/ops/gen_user_ops.py,sha256=-x12d-QdYoVnG6OztKr6kewBsLm5hIMrKqYXMgQO2ao,2494
|
10429
10434
|
tensorflow/python/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10430
|
-
tensorflow/python/util/_pywrap_checkpoint_reader.pyd,sha256=
|
10435
|
+
tensorflow/python/util/_pywrap_checkpoint_reader.pyd,sha256=7agKrjtdToRKEWS0PV9BgKpFWeiN9Le2mSVkBj1LZg8,7575040
|
10431
10436
|
tensorflow/python/util/_pywrap_checkpoint_reader.pyi,sha256=oiTPnsK9IbERgWSRiL4MmccT_42TSEIFqSfQ67g9f_A,967
|
10432
10437
|
tensorflow/python/util/_pywrap_determinism.pyd,sha256=P2kxYvD5hrD3dV4cFcCeA4dAeHFHI8Y0sXk7tMU4_MI,133120
|
10433
10438
|
tensorflow/python/util/_pywrap_determinism.pyi,sha256=uegEIyosIQKday40Ri3L5qJiSMpGAH4mNIrWWV8DFDA,756
|
10434
|
-
tensorflow/python/util/_pywrap_kernel_registry.pyd,sha256=
|
10439
|
+
tensorflow/python/util/_pywrap_kernel_registry.pyd,sha256=D72nJGow--bsq3B3zmZRCgluNDIeju61yJnR_EeCAWI,2794496
|
10435
10440
|
tensorflow/python/util/_pywrap_kernel_registry.pyi,sha256=NB0PFw74Gx9RwdibN16bU_cHJk7_Okv8lvZEoE7QdH0,738
|
10436
10441
|
tensorflow/python/util/_pywrap_nest.pyd,sha256=w1pnmyeHKC6dhQDaoVNLPfyiCFSWM3aNtTvItuaMQCs,132608
|
10437
10442
|
tensorflow/python/util/_pywrap_nest.pyi,sha256=3PQ6EqXv-B7N04SWs9ZJ0_OOjYM3VjIslQF0CM_tGFw,740
|
10438
|
-
tensorflow/python/util/_pywrap_stat_summarizer.pyd,sha256=
|
10443
|
+
tensorflow/python/util/_pywrap_stat_summarizer.pyd,sha256=p1N8FmvZOrEInSK1BA8-zS2csruarIsflt02p9wBKZY,5139456
|
10439
10444
|
tensorflow/python/util/_pywrap_stat_summarizer.pyi,sha256=JC6yc8qwTjsMqjxEectvkN3vxW9hOpHbCnoDRBO49Rg,1044
|
10440
10445
|
tensorflow/python/util/_pywrap_tensor_float_32_execution.pyd,sha256=jmcrBEtq5noYKDBhd-JhYRM4dWSo-v0EfdFvFri1c8k,133120
|
10441
10446
|
tensorflow/python/util/_pywrap_tensor_float_32_execution.pyi,sha256=uegEIyosIQKday40Ri3L5qJiSMpGAH4mNIrWWV8DFDA,756
|
10442
|
-
tensorflow/python/util/_pywrap_tfprof.pyd,sha256=
|
10447
|
+
tensorflow/python/util/_pywrap_tfprof.pyd,sha256=3u7THPCYqYHT6W_c4uQjOa4I8OU7ldlEq711AtdJZ0U,5066752
|
10443
10448
|
tensorflow/python/util/_pywrap_tfprof.pyi,sha256=GU2ES7H_7oRu8dptDW8yCr3Ehk0Z7CMdsQWcweYCaLs,1109
|
10444
|
-
tensorflow/python/util/_pywrap_transform_graph.pyd,sha256=
|
10449
|
+
tensorflow/python/util/_pywrap_transform_graph.pyd,sha256=2fMdgcY-drwrkjy_HiVLuMzly-Km8oHrqu7KsT09PuE,5063680
|
10445
10450
|
tensorflow/python/util/_pywrap_transform_graph.pyi,sha256=aLPAUABev-1GFJO3SfrAviJJwCaVAv8k-n7KmQBFg70,795
|
10446
10451
|
tensorflow/python/util/_pywrap_util_port.pyd,sha256=IfFm2-5JAId43wfo6_bIdb_wRoPN8_N5Np1ud2jwv9M,1285120
|
10447
10452
|
tensorflow/python/util/_pywrap_util_port.pyi,sha256=c1V5IXcCqfp86AXFkTy751vHYlcUe4CSR3pbo39qtfI,1099
|
10448
|
-
tensorflow/python/util/_pywrap_utils.pyd,sha256=
|
10453
|
+
tensorflow/python/util/_pywrap_utils.pyd,sha256=27EpUBSWIEY513R-jQ2ISwILUwFF4rkNgFl7IDVrvIE,5084160
|
10449
10454
|
tensorflow/python/util/_pywrap_utils.pyi,sha256=LVnlygpU61mLBofJ0qdcDX5s3DvgoYaXubheLTwEnWE,1743
|
10450
|
-
tensorflow/python/util/_tf_stack.pyd,sha256=
|
10455
|
+
tensorflow/python/util/_tf_stack.pyd,sha256=_gKjqjOdd0Ww4rC-p88tcegeaIR6rzaOJ0dEjgG_Ock,5953536
|
10451
10456
|
tensorflow/python/util/_tf_stack.pyi,sha256=Vc7oOnxtiJ4baIfwekOzaSC2vKvhlzpFpy-98Lzlq8U,2433
|
10452
10457
|
tensorflow/python/util/all_util.py,sha256=_cTC8BeOksYNjvuUAm9bYFGBWf8-dkqLAUm-MIQrYVE,4583
|
10453
10458
|
tensorflow/python/util/compat.py,sha256=0HQDm5_oIx8GLUBiisk8xNDa93kUUbysPzEf6lxFJho,6971
|
@@ -10510,7 +10515,7 @@ tensorflow/tools/docs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
10510
10515
|
tensorflow/tools/docs/doc_controls.py,sha256=8vS1PDgMxalRTQPINVgAz-1Fo9Q0RC0xm67PDxZt2tQ,7784
|
10511
10516
|
tensorflow/tools/docs/tf_doctest_lib.py,sha256=iEfZfDWirYd6BKaXw0WT7uhjTFb5IYpUNPMvXIfXb0I,8256
|
10512
10517
|
tensorflow/tools/pip_package/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10513
|
-
tensorflow/tools/pip_package/setup.py,sha256=
|
10518
|
+
tensorflow/tools/pip_package/setup.py,sha256=iOxipYpl7fyi21TDrVc0KEvW7ZnO0ZsO6PokC4YE1SM,17983
|
10514
10519
|
tensorflow/tsl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10515
10520
|
tensorflow/tsl/profiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10516
10521
|
tensorflow/tsl/profiler/protobuf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -10567,15 +10572,15 @@ tensorflow/xla_aot_runtime_src/xla/service/cpu/runtime_single_threaded_matmul_f8
|
|
10567
10572
|
tensorflow/xla_aot_runtime_src/xla/service/cpu/runtime_single_threaded_matmul_s32.cc,sha256=tLNCG93Cx-RIdtkOWNFIg3cYX2a4mUWqlpkgf6f1S8k,1428
|
10568
10573
|
tensorflow/xla_aot_runtime_src/xla/service/cpu/runtime_single_threaded_matmul_u8.cc,sha256=b44BCGiEZcAFBzqcsZCnv9DOzc7Fp2gizpl8W-I4XBs,1421
|
10569
10574
|
tensorflow/xla_aot_runtime_src/xla/service/cpu/runtime_topk.cc,sha256=tNO9niBIav-9GeYeE3W8dsizKL8fWeBDtSE19xegkA0,2968
|
10570
|
-
tensorflow/xla_aot_runtime_src/xla/tsl/concurrency/async_value.cc,sha256=
|
10575
|
+
tensorflow/xla_aot_runtime_src/xla/tsl/concurrency/async_value.cc,sha256=qbt8oG8rVGXsTY6VyytNkWEmZtF80nQrlJcylfO1RR0,8271
|
10571
10576
|
tensorflow/xla_aot_runtime_src/xla/tsl/concurrency/async_value_ref.cc,sha256=AfuYmw6dlbPtKnXwV0DHYapV2PMDTToquYwv_Ut6vKE,1656
|
10572
10577
|
tensorflow/xla_aot_runtime_src/xla/tsl/framework/contraction/eigen_contraction_kernel.cc,sha256=ADmcu0Yf_jazBTzQZu9s_c6fTzfQzlT4opa4yU_ueWw,2390
|
10573
10578
|
tensorflow/xla_aot_runtime_src/xla/tsl/platform/dynamic_annotations.h,sha256=fT74fHzyAB81LTEOP_BnwYEK21ymNEzatzJJtjAfcPs,1439
|
10574
10579
|
tensorflow/xla_aot_runtime_src/xla/tsl/platform/macros.h,sha256=pnT0jhP-POxYLRPmIMqDjMcfnQ0XoVOby-jkX3cT9p8,5897
|
10575
10580
|
tensorflow/xla_aot_runtime_src/xla/tsl/platform/default/integral_types.h,sha256=oKKryuQlTypouAKSnL8jjNaJnQPCtM4CGbxURoG7ivE,1243
|
10576
10581
|
tensorflow/xla_aot_runtime_src/xla/tsl/platform/windows/env_time.cc,sha256=7SFkJG-kcJ2sGDn_K_fb2Ko90fH3YI6g4z6HE7s9_nU,2378
|
10577
|
-
tf_nightly_cpu-2.20.0.
|
10578
|
-
tf_nightly_cpu-2.20.0.
|
10579
|
-
tf_nightly_cpu-2.20.0.
|
10580
|
-
tf_nightly_cpu-2.20.0.
|
10581
|
-
tf_nightly_cpu-2.20.0.
|
10582
|
+
tf_nightly_cpu-2.20.0.dev20250222.dist-info/METADATA,sha256=666sX-c2mNbMWSHxKx2CrrIiV3_9y5pZBMNcO5kKPvQ,4106
|
10583
|
+
tf_nightly_cpu-2.20.0.dev20250222.dist-info/WHEEL,sha256=82gZYSdmJ63dmEqVXfVfYjP-6F3ar13SybIjiy8AOec,102
|
10584
|
+
tf_nightly_cpu-2.20.0.dev20250222.dist-info/entry_points.txt,sha256=g7Jofki8xPVRfIECrA-HdRnNv_9uROMgJx-QOExV4-s,343
|
10585
|
+
tf_nightly_cpu-2.20.0.dev20250222.dist-info/top_level.txt,sha256=hrF9HcQHTkMhDvacQJ50IatO6wijWSIePBCOUAmJzzU,11
|
10586
|
+
tf_nightly_cpu-2.20.0.dev20250222.dist-info/RECORD,,
|