8000 Update RELEASE.md · IBMZ-Linux-OSS-Python/tensorflow@0700bbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 0700bbe

Browse files
authored
Update RELEASE.md
1 parent 7c75122 commit 0700bbe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,25 @@
4848
* Added support for `stablehlo.maximum`.
4949
* Added support for `stablehlo.minimum`.
5050
* Added boolean parameter support for `tfl.gather_nd`.
51+
* C API:
52+
* New API functions:
53+
* `tensorflow/lite/c/c_api_experimental.h`:
54+
* `TfLiteInterpreterGetVariableTensorCount`
55+
* `TfLiteInterpreterGetVariableTensor`
56+
* `TfLiteInterpreterGetBufferHandle`
57+
* `TfLiteInterpreterSetBufferHandle`
58+
* `tensorflow/lite/c/c_api_opaque.h`:
59+
* `TfLiteOpaqueTensorSetAllocationTypeToDynamic`
60+
* API functions promoted from experimental to stable:
61+
* `tensorflow/lite/c/c_api.h`:
62+
* `TfLiteInterpreterOptionsEnableCancellation`
63+
* `TfLiteInterpreterCancel`
64+
* C++ API:
65+
* New virtual methods in the `tflite::SimpleDelegateInterface` class in `tensorflow/lite/delegates/utils/simple_delegate.h`,
66+
and likewise in the `tflite::SimpleOpaqueDelegateInterface` class in `tensorflow/lite/delegates/utils/simple_opaque_delegate.h`:
67+
* `CopyFromBufferHandle`
68+
* `CopyToBufferHandle`
69+
* `FreeBufferHandle`
5170

5271
* `tf.train.CheckpointOptions` and `tf.saved_model.SaveOptions`
5372
* These now take in a new argument called `experimental_sharding_callback`. This is a callback function wrapper that will be executed to determine how tensors will be split into shards when the saver writes the checkpoint shards to disk. `tf.train.experimental.ShardByTaskPolicy` is the default sharding behavior, but `tf.train.experimental.MaxShardSizePolicy` can be used to shard the checkpoint with a maximum shard file size. Users with advanced use cases can also write their own custom `tf.train.experimental.ShardingCallback`s.

0 commit comments

Comments
 (0)
0