Skip to content
Changes
- Enabe BF16 SoftmaxGrad(Sum), and fix accuracy by accum type.
—
teng.lu /
detail
- Fixed eager mode gradient checkpointing by eliminating unecessary persistence of intermediate activations in memory
—
paiajay /
detail
- Removed API change and added tests.
—
paiajay /
detail
- Fix issue in tf.image.extract_glimpse
—
yong.tang.github /
detail
- Add test cases for tf.image.extract_glimpse
—
yong.tang.github /
detail
- Fix test failure caused by API changes in tests
—
yong.tang.github /
detail
- Fix test failure due to changes of the fix for centered=False and normalized=False
—
yong.tang.github /
detail
- Fix incorrect doc test
—
yong.tang.github /
detail
- Fix incorrect doc example with centered=False
—
yong.tang.github /
detail
- Use ExtractGlimpseV2 and ExtractGlimpse to make sure C++ kernel is backward compatible
—
yong.tang.github /
detail
- Expand test case to cover both old kernel (ExtractGlimpse) and new kernel (ExtractGlimpseV2)
—
yong.tang.github /
detail
- Add api_def_ExtractGlimpseV2.pbtxt
—
yong.tang.github /
detail
- Update API golden
—
yong.tang.github /
detail
- Reroute tf.compat.v1.extract_glimpse to use gen_image_ops.extract_glimpse (old API)
—
yong.tang.github /
detail
- Update RELEADE.md to capture the breaking change of `tf.image.extract_glimpse`
—
yong.tang.github /
detail
- Update doc example of v1 to keep old behavior with usage of tf.compat.v1.image.extract_glimpse
—
yong.tang.github /
detail
- Modified recompute_grad to handle fwd mode diff
—
paiajay /
detail
- Addressed PR comments
—
paiajay /
detail
- Addressed PR comments
—
paiajay /
detail
- Reorganized tests for recompute grad
—
paiajay /
detail
- Support BF16 Softmax and add UT.
—
teng.lu /
detail
- Fixed tests
—
paiajay /
detail
- Added grad_wrapper to accomodate graph mode
—
paiajay /
detail
- Fixed test
—
paiajay /
detail
- Addressed PR comments
—
paiajay /
detail
- Fixed sanity test issue
—
paiajay /
detail
- Fixed test
—
paiajay /
detail
- Allow rounding loss in Reduce UT.
—
teng.lu /
detail
- Fixed test
—
paiajay /
detail
- Fixed test
—
paiajay /
detail
- Update TF Lite roadmap
—
gardener /
detail
- [TF:TRT] Delay the computation of GraphProperties used by ConvertAfterShapes.
—
gardener /
detail
- Add tf.Yield and tf.IfRegion op to model non-functional conditionals
—
gardener /
detail
- Prevent extra downloads for the xtensa-xpg target.
—
gardener /
detail
- Limit FillOp custom folder to int and float types to avoid crash
—
gardener /
detail
- Internal change
—
gardener /
detail
- Remove illegal BroadcastTo op compiler tests
—
gardener /
detail
- [TF] Add support for more than one outer batch dimension to tf.nn.convolution.
—
gardener /
detail
- Enable skipped test as Variable.assign(name=xxx) now works with CentralStorage
—
gardener /
detail
- Support ShardedVariable in `tf.keras.layers.Embedding`.
—
gardener /
detail
- Fix makefile benchmark script to build on mac os.
—
gardener /
detail
- Move the feature_column.LinearModel to estimator which is the only caller for it.
—
gardener /
detail
- cupti tracer allow device synchronization before gputracer stop.
—
gardener /
detail
- [tf.data service] Perform tf.data service compression within tf.data.
—
gardener /
detail
- Implement a pass that converts readonly reference variables to the corresponding
—
gardener /
detail
- Fix for hello_world memory error
—
gardener /
detail
- Switches keras.backend.placeholder + keras.backend.function to build a keras model when running eagerly (instead of trying to directly lift ops out of a graph into a concretefunction). Allows us to strip most of EagerDefinedExecutionFunction from the keras backend.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Take device locality into account during prioritization.
—
gardener /
detail
- Nit: Fix some typos.
—
gardener /
detail
- [NFC] Fix typos and adopt Google style variable names
—
gardener /
detail
- Enable gradient tests for tf.linalg.cholesky in eager mode.
—
gardener /
detail
- Exporting CategoryEncoding layer.
—
gardener /
detail
- Support the pybind11 `_dtypes.DType` in `tf.as_dtype`.
—
gardener /
detail
- [TF] Add support for more than one outer batch dimension to tf.nn.convolution.
—
gardener /
detail
- [tf.data service] Apply dataset options to tf.data service side datasets.
—
gardener /
detail
- Disable two tests on windows due to image issue.
—
gardener /
detail
- Disable flaky test.
—
gardener /
detail
- switch capture_tpu_profile to new api of profiler_client. because some options is dropped, therefore two flags are deprecated.
—
gardener /
detail
- Add memory cost breakdown per operation type and memory space to OpMetrics.
—
gardener /
detail
- PR #39548: [INTEL MKL] Fix conv_ops_test and remapper_test
—
gardener /
detail
- Adding uint32 support for more variable related operations.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Reapplying #39042 to avoid breaking some internal users.
—
gardener /
detail
- Fix SideEffecting semantics of xla_hlo ops without regions.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix infinite loop in GetMatchingPaths in GCS
—
gardener /
detail
- Handle case when input is complex64 type.
—
gardener /
detail
- Simplify and address missing features in TPU Extract Head Outside Compilation pass.
—
gardener /
detail
- Enable 1st order gradient tests for tf.linalg.svd in eager mode.
—
gardener /
detail
- Enable tests for tf.linalg.matrix_logarithm in eager mode.
—
gardener /
detail
- Don't disable all TPU tests just the ones that fail.
—
gardener /
detail
- Fix issues where index_lookup was improperly handling hard vocab caps. Add tests.
—
gardener /
detail
- Add bfloat16 support for SparseSegmentMean*/SparseSegmentSqrtN*
—
gardener /
detail
- Improve diagnostic when a mutable global tensor is found
—
gardener /
detail
- Reduce Layer.__call__ overhead by ~5%.
—
gardener /
detail
- Test hello world example binary can run
—
gardener /
detail
- Temporarily blacklist keras model_coverage_lib_tests from TF2 testing
—
gardener /
detail
- Add vlogging for compression data size.
—
gardener /
detail
- Test that micro speech example binary can run
—
gardener /
detail
- FloorDiv and FloorMod dynamic shape support
—
gardener /
detail
- Improve side-effecting semantics of xla_hlo ops with regions.
—
gardener /
detail
- Pfor: support vectorizing tensorlists captured by while_loop.
—
gardener /
detail
- Make tf_saved_model-related passes check their input invariants.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/1108f5c737db
—
gardener /
detail
- Remove superfluous tracemes in compression_utils.
—
gardener /
detail
- Bump open source llvm revision to 1108f5c737dbdab0277874a7e5b237491839c43a
—
gardener /
detail
- Internal TF change.
—
gardener /
detail
- [Grappler] Do not add data inputs after control inputs in ImplementationSelector
—
gardener /
detail
- Add bfloat16 support for SparseSegmentMean*/SparseSegmentSqrtN*
—
gardener /
detail
- Internal change
—
gardener /
detail
- [XLA] Fixup the bug in tautological compare simplifier, as spotted by Sanjoy
—
gardener /
detail
- [TF/XLA] Support F64 conversion for tf.cumsum
—
gardener /
detail
- Fix TFLiteConverter2 API Documentation to read frozen_graphs.
—
gardener /
detail
- [tfdbg2] Document the need to call set_soft_device_placement(True) on TPUs
—
gardener /
detail
- Add tf.function test for device placement logging
—
gardener /
detail
- Update sparse input documentation.
—
gardener /
detail
- Rearrange the binary __operator__ code in TensorFlow to be more dispatch-friendly.
—
gardener /
detail
- Disable multi-threaded Conv optimizations w/ non-const filters
—
gardener /
detail
- [XLA] Introduce asynchronous collective-permute (CollectivePermuteStart and CollectivePermuteDone) HLO opcodes.
—
gardener /
detail
- Disable multi-threaded Conv optimizations w/ non-const filters
—
gardener /
detail
- [XLA] Add AllGather to the HLO matchers.
—
gardener /
detail
- [XLA] CopyStart/CopyDone times should use exclusive indices, not inclusive.
—
gardener /
detail
- Reduce Layer.__call__ overhead by ~5-10%.
—
gardener /
detail
- [XLA] Use all-gather in SPMD to replicate a tiled tensor.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-22
—
gardener /
detail
- Update GraphDef version to 409.
—
gardener /
detail
- docs: add tip to prefer tf.shape(x) over x.shape when writing custom layers/models
—
github /
detail
- Fix typo preventing compilation
—
felix.klee /
detail
- shorten tf.shape docstring
—
github /
detail
- [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect
—
gardener /
detail
- Use tf.io instead of os for checking if paths exist in Keras applications.
—
gardener /
detail
- [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect
—
gardener /
detail
- Update StopGradients's overly strict verification
—
gardener /
detail
- Use `--ignore-installed` instead of `--force-reinstall` when reinstalling tf-estimator-nightly.
—
gardener /
detail
- Add xla_hlo.case op for indexed conditional HLO.
—
gardener /
detail
- When calling connect_to_cluser, if the options are identical and there is no renaming of local device, reuse existing local DeviceManager, otherwise we keep the old DeviceManager around to allow the old Tensor created to be usable.
—
gardener /
detail
- Nit: Remove trailing whitespace.
—
gardener /
detail
- [TF] Add support for more than one outer batch dimension to tf.nn.conv2d.
—
gardener /
detail
- Fix sha256sum issue of mkl_dnn/oneDNN
—
yong.tang.github /
detail
- Fix missing ',' in workspace.bzl
—
yong.tang.github /
detail
- Auditing some const ref params for the xtensa kernels.
—
gardener /
detail
- Handle TPU inputs to OutsideCompiled parallel_execute regions.
—
gardener /
detail
- [XLA] Instead of limiting outstanding async copies, limit outstanding prefetch and evictions
—
gardener /
detail
- Implement the llvm lowering for the customcall sliceToDynamic and padToStatic for multi-dimensional array on XLA:CPU
—
gardener /
detail
- [TF MLIR SI] Don't constant fold, only consider result of folding
—
gardener /
detail
- SyncOnReadVariable.assign() should return Tensor
—
gardener /
detail
- Replace absl::StrCat with llvm::formatv when creating communication key in TPUExtractOutsideCompilation pass (NFC).
—
gardener /
detail
- Prune redundant control inputs early in model_pruner, since they may prevent deletion of trivial nodes.
—
gardener /
detail
- Remove TODO and insert helpful comment to ResizeInputTensor()
—
gardener /
detail
- [XLA] Fix async copy statistics to include non-entry computations.
—
gardener /
detail
- Provide a more informative error message when the bazel version check fails
—
gardener /
detail
- Move the _BaseFeatureLayer back to Keras.
—
gardener /
detail
- Replace _TPUCompileMlir placeholder ops with correct compile op in parallel_execute regions.
—
gardener /
detail
- Clean up unneeded lines from BUILD file.
—
gardener /
detail
- Correct mistaken ms to ns conversion change.
—
gardener /
detail
- Narrow down argmin/argmax contract to always return the smallest index for ties
—
gardener /
detail
- Removing redudancy in device mapping logging
—
gardener /
detail
- Hexagon Delegate:
—
gardener /
detail
- Fix BufferAndPlanClearingTest
—
gardener /
detail
- Handle complex data types in tf.SigmoidOp and tf.SigmoidGradOp lowering
—
gardener /
detail
- [TF/XLA] Implement TensorListConcat kernel conversion for XLA
—
gardener /
detail
- Update Eigen to: https://gitlab.com/libeigen/eigen/-/commit/cc86a31e20b48b0f03d714b4d1b1f50d52848d36
—
gardener /
detail
- Clean up saving tests for TextVectorization and add the layer to default serialization.
—
gardener /
detail
- Internal visibility rule change.
—
gardener /
detail
- Fix the formatting of TensorArray. __doc__ indents anything after the first line doc. Dedent the rest of the doc after the first line so that it is formatted properly on the site.
—
gardener /
detail
- Align example models to 64-bit boundaries to guarantee correctness for all 64-bit flatbuffer accesses. Aligning 64-bit datatypes to 32-bits can cause memory errors on some architectures.
—
gardener /
detail
- Convert TF_SavedModel to a direct pointer to tensorflow::SavedModelAPI. This saves us an extra allocation when loading a savedmodel, and extra indirection on all saved model functions.
—
gardener /
detail
- use bincount_v2 in tf.math.bincount, support axis and binary_output, and support int64.
—
gardener /
detail
- Add doctests to lookup layers.
—
gardener /
detail
- DataFormatVecPermute accepts a vector of size 2.
—
gardener /
detail
- Run build_cleaner to fix dependencies.
—
gardener /
detail
- Enable gradient tests for tf.linalg.qr in eager mode.
—
gardener /
detail
- Moving TPU ops components as TPU kernels library.
—
gardener /
detail
- Export Hashing layer. Add `separator` for CategoryCrossing and tf.sparse.cross. Add benchmarks for hashing.
—
gardener /
detail
- Add `inference_input_type` and `inference_output_type` flags in TF 2.x TFLiteConverter (backward compatible with TF 1.x) to support integer (tf.int8, tf.uint8) input and output types in post training full integer quantized models.
—
gardener /
detail
- Update optimize pass to adopt the shape constraints of binary ops
—
gardener /
detail
- Have sanity build output a Bazel test summary XML file.
—
gardener /
detail
- Add `inference_input_type` and `inference_output_type` flags in TF 2.x TFLiteConverter (backward compatible with TF 1.x) to support integer (tf.int8, tf.uint8) input and output types in post training full integer quantized models.
—
gardener /
detail
- Add op sanity checks to the following TFLite ops:
—
gardener /
detail
- pfor: Add support to vectorize TensorList operations:
—
gardener /
detail
- Remove TFLite Java runtime dependency in the metadata java lib
—
gardener /
detail
- Adds necessary hooks to load a TPU-specific shared library.
—
gardener /
detail
- Add dataset element compression ops.
—
gardener /
detail
- Update person_detection_experimental model
—
gardener /
detail
- Fuse tf.text WhitespaceTokenizer to tflite custom op
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove some unused methods.
—
gardener /
detail
- Take proto by value.
—
gardener /
detail
- Update GraphDef version to 408.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-21
—
gardener /
detail
- Export CategoryEncoding keras preprocessing layer.
—
gardener /
detail
- Add Int8 PRelu operation to TFLM.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Fix a bug related to build TF Lite on RPI Zero.
—
github /
detail
- Cross and native compilation of TFLite for RPI
—
marcin.sielski /
detail
- Address issues identified during review
—
marcin.sielski /
detail
- Add clone step to native build instrunction.
—
marcin.sielski /
detail
- Generate a cubin header for tanh.
—
gardener /
detail
- Simplify cuda toolchain config
—
gardener /
detail
- Fix bug where dispatch broke for ops that define an argument named 'op'.
—
gardener /
detail
- [XLA] Improve cost analysis for while loops.
—
gardener /
detail
- Fix ops pbtxt
—
gardener /
detail
- [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation.
—
gardener /
detail
- Fix condition for activation function. FullyConnected in hexagon delegate doesn't support activation currently.
—
gardener /
detail
- Update TextVectorization to use internal layer adapt calls instead of its own combiner.
—
gardener /
detail
- Internal visibility change
—
gardener /
detail
- Note the reason why tests in numerics_test.py are marked v1-only
—
gardener /
detail
- Add a Compare() builder that is compatible with omitting broadcast_dimensions with the same ordering as the other binary ops.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/2e499eee5884
—
gardener /
detail
- Minor fix to include order.
—
gardener /
detail
- Add TPUEmbedding mid level API.
—
gardener /
detail
- Simplify nccl_configure.
—
gardener /
detail
- Rename xla_hlo.conditional to xla_hlo.if.
—
gardener /
detail
- Delete Python ScopedAnnotation
—
gardener /
detail
- Remove implicit broadcasting from xla_hlo binary elementwise ops.
—
gardener /
detail
- Do TraceMe kwargs encoding in C++
—
gardener /
detail
- Add an 'invert' arg to lookup layers.
—
gardener /
detail
- Remove unused experimental APIs
—
gardener /
detail
- Update the comment for the normalization parameters
—
gardener /
detail
- Add bot comment for cuda and windows related build and install issues.
—
gardener /
detail
- Disable //tensorflow/python/eager:function_test on macos for now.
—
gardener /
detail
- Enable TensorCore embeddings for training via FeatureColumnV2.
—
gardener /
detail
- Fix performance regression involving trainable check in batchnorm.
—
gardener /
detail
- Test ConvertActivation in dynamic shape mode
—
tfeher /
detail
- Fix pylint errors
—
gardener /
detail
- Use the nonlocal mechanism for if statements. This is the same mechanism used by for and while loops and it allows reusing much of the code.
—
gardener /
detail
- Don't try t gather from empty tensors
—
gardener /
detail
- Canonicalize tf.Select to tf.SelectV2.
—
gardener /
detail
- Hexagon delegate:
—
gardener /
detail
- Fix parameter check for batchdim in Gather.
—
gardener /
detail
- Improve the bucket generation in Boosted Trees to avoid returning more than requested buckets.
—
gardener /
detail
- Split delegate-specific interpreter tests into a separate file
—
gardener /
detail
- adjust gather ops launch config. for NCF model, this means ~20% gain. (due to grid size from 80->160 on volta).
—
gardener /
detail
- Add a folder for numpy API
—
gardener /
detail
- Allow tile op to work on variant dtype.
—
gardener /
detail
- pfor: Enable handling VariableShape
—
gardener /
detail
- Use enum instead of string to specify the context type.
—
gardener /
detail
- Fix nightly breakage (macos, linux).
—
gardener /
detail
- [Profiler] Add optimization advice for reducing the host-to-TPU data transfer time.
—
gardener /
detail
- Add a global resource manager for TPU specific operations.
—
gardener /
detail
- [XLA] Fix some all-gather issues.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Add basic support for top level function/NameAttrList attributes in Graph -> TF MLIR importer.
—
gardener /
detail
- Use functools partial rather than lambda when calling initializer. Patch TPU Embedding API to prioritize extracting shape from functools.partial objects.
—
gardener /
detail
- Deduplicate Python TraceMe implementations
—
gardener /
detail
- Include missing dependency.
—
gardener /
detail
- Automatically cast int32 inputs to int64 if the table key expects int64.
—
gardener /
detail
- Rename numpy to numpy_ops
—
gardener /
detail
- Look up eager client directly from target in eager cluster FLR.
—
gardener /
detail
- Disable flaky tensorflow/c/eager:c_api_remote_test on asan
—
gardener /
detail
- Adding benchmarks for image preprocessing layers.
—
gardener /
detail
- Update TextVectorization docstring.
—
gardener /
detail
- Set static shape information for reshape layer.
—
gardener /
detail
- [XLA] Strength reduce cvt(pred) / bcast(f32) to bcast(1 / f32) * cvt(pred)
—
gardener /
detail
- Fix formatting of file
—
gardener /
detail
- Disable flaky TFRT tests.
—
gardener /
detail
- Build pip_package with Bazel
—
gardener /
detail
- [XLA:PARSER] Fix parser to read U64 types properly
—
gardener /
detail
- Add shape inference pass before legalization: prepare-tf may introduce ops those do not have shaped tensor yet, we need to insert a shape inference pass to make proper shape propagation.
—
gardener /
detail
- [XLA] Unbreak the OSS build
—
gardener /
detail
- Update GraphDef version to 407.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-20
—
gardener /
detail
- [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect
—
gardener /
detail
- Use provided host name/ip instead of localhost if possible
—
sunfei.china /
detail
- Edit according to PR comments
—
sunfei.china /
detail
- ROCm 3.5 (hip-clang) build fixes
—
eugene.kuznetsov /
detail
- fix conv_ops_test and remapper_test
—
guozhong.zhuang /
detail
- Test autograph indirect tf.map_fn decorator
—
bhack /
detail
- Fix missing return
—
bhack /
detail
- Fix missing self
—
bhack /
detail
- Add test and remove decorator
—
bhack /
detail
- restore a remove export
—
bhack /
detail
- Update SECURITY.md
—
github /
detail
- Verifiy differences with test annotation
—
bhack /
detail
- Let test to fail
—
bhack /
detail
- Test autograph transform of fn
—
github /
detail
- Remove original fn call
—
github /
detail
- Fix lint and improve readibility
—
bhack /
detail
- Reviewer requests
—
eugene.kuznetsov /
detail
- numerics_test.py: Move tfdbg2-specific test methods to debug_v2_ops_test.py
—
gardener /
detail
- [tfdbg] Fix source_utils_test in Python 3.8+
—
gardener /
detail
- Optimize multiply by quantize multiplier.
—
gardener /
detail
- Resolve trivial aliases for portable TensorFlow targets.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/a2a4e5aae894
—
gardener /
detail
- [TF:TRT] Enhance InstantiateBuildAndRun to support the case where the input
—
gardener /
detail
- Optimize quantized mul.
—
gardener /
detail
- [TF:TRT] Add utilities for converting between TF types and TRT types.
—
gardener /
detail
- Internal change
—
gardener /
detail
- [TF:TRT] Implement cast from fp16 to fp32 with IIdentityLayer.
—
gardener /
detail
- Update release notes for the 1.15.3, 2.0.2 and 2.1.1 patch releases.
—
gardener /
detail
- Tweak round_to_bfloat16 to make it vectorizable.
—
gardener /
detail
- Report remote target name for worker service RPCs.
—
gardener /
detail
- Add legalization from hlo.dot to lhlo.dot
—
gardener /
detail
- Enable (non-gradient) tests of tf.linalg.cholesky in eager mode.
—
gardener /
detail
- Support int8 in tflite_convert
—
gardener /
detail
- Ensure that tf_py_test tfrt test is not enabled for open source build by introducing tfrt_enabled_internal flag.
—
gardener /
detail
- Document new methods to enable XNNPACK engine in TFLite
—
gardener /
detail
- enable device tracer test.
—
gardener /
detail
- [XLA:Python] Delete deprecated methods from XLA:Python API.
—
gardener /
detail
- Hexagon Delegate
—
gardener /
detail
- [XLA] Fix rendering of the RngBitGenerator description table
—
gardener /
detail
- Enable tests for tf.linalg.lu in eager mode.
—
gardener /
detail
- Enable tests for tf.linalg.matrix_square_root in eager mode.
—
gardener /
detail
- Rename TraceMe::SetMetadata to TraceMe::AppendMetadata and add lambda overload.
—
gardener /
detail
- [XLA] Simplify tautological compares (and (< x A) (< x B)) to (< x A) when `a <= B` holds.
—
gardener /
detail
- [tf.lite] Use in-process conversion when the new converter is used
—
gardener /
detail
- Edit Hexagon documentation to reflect new supported models
—
gardener /
detail
- Enable tests for tf.linalg.tensordot in eager mode.
—
gardener /
detail
- Return a meaningful error for dynamic shape inputs with outside compilation head extraction in TPUs.
—
gardener /
detail
- NFC:
—
gardener /
detail
- Rename `_get_closest` to more accurately reflect what it does.
—
gardener /
detail
- Modify signature of layout_config().
—
gardener /
detail
- In TF-TFRT integration, C API will get dtype from underlying fallback tensor directly if the tfrt dtype is Unsupported. This is used to support dtypes that are not natively implemented in TFRT (e.g. DT_RESOURCE).
—
gardener /
detail
- Support running a tf.function with packed variable inputs both locally and remotely.
—
gardener /
detail
- Updates GPU delegate documentation with experimental quant support
—
gardener /
detail
- Re-enable signal kernel tests on py38
—
gardener /
detail
- Allow static result shape for unranked operand in shape verifier
—
gardener /
detail
- Fix argument check tests to work in eager mode
—
gardener /
detail
- Add lowering from xla_hlo/lhlo reverse op to Linalg.
—
gardener /
detail
- [XLA] Fix alternate memory allocation of conditional operands.
—
gardener /
detail
- Rename TransformTensorV2 op to TransformTensorBilinearV2 op.
—
gardener /
detail
- Add SparseCrossV2 which supports strong_hash with salt, and fingerprint doens't
—
gardener /
detail
- Remove the unnecessary address-returning operator and lamda expression.
—
gardener /
detail
- Hexagon Delegate
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Disable flaky tensorflow/c/eager:c_api_test
—
gardener /
detail
- Move compression_utils to core/data.
—
gardener /
detail
- Adding skip record functionality to snapshot utils.
—
gardener /
detail
- Move tf.keras.layers.featureDenseFeature back to Keras package.
—
gardener /
detail
- Fix TF_ConcatV2Op conversion pattern when the axis is a I64 Tensor.
—
gardener /
detail
- NFC:
—
gardener /
detail
- Make serialization of node_def.attr() deterministic.
—
gardener /
detail
- [tf.data] Remove several unnecessary lines in the test.
—
gardener /
detail
- Introduce TraceMeProducer and TraceMeConsumer.
—
gardener /
detail
- slightly improve quantized max performance.
—
gardener /
detail
- [TF] Add eager microbenchmark for conv2d.
—
gardener /
detail
- Remove trivial quantize op
—
gardener /
detail
- Fix bug in Canonicalizer folder function for ArithmeticOp.
—
gardener /
detail
- Enable more TFRT tests.
—
gardener /
detail
- Reorder functions in an effort to group utility functions that use symbols defined in values.py and are used by classes defined in values.py.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/a6be4d17e349
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-19
—
gardener /
detail
- Update GraphDef version to 406.
—
gardener /
detail
- Move GraphWithDequantPartitionHelper out of delegates/gpu, and put into util.h as the logic remains same w/ other delegates that need to support FP16.
—
gardener /
detail
- Clarify CPU/GPU infeed error messages.
—
gardener /
detail
- Add a compile flag (i.e. adding "--define tflite_with_xnnpack=true" when using bazel to build, which corresponds to defining macro TFLITE_BUILD_WITH_XNNPACK_DELEGATE) to apply XNNPACK delegate in TFLite runtime.
—
gardener /
detail
- Fix Core ML delegate framework's include
—
gardener /
detail
- Bumps llvm version
—
gardener /
detail
- Slightly optimize quantized add.
—
gardener /
detail
- Add optimized MatrixBatchVectorMultiplyAccumulate for asymmetric inputs for sse
—
gardener /
detail
- fix escape in Core ML header processing
—
gardener /
detail
- Update GraphDef version to 405.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-18
—
gardener /
detail
- Simplify some tests
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/7af0c8559b6d
—
gardener /
detail
- Add F64 Sqrt test.
—
gardener /
detail
- Update GraphDef version to 404.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-17
—
gardener /
detail
- Fuse BN and Relu in mkl path
—
yang.sheng /
detail
- Copy exponential_avg_factor attr in grappler
—
yang.sheng /
detail
- enabling mkldnn threadpool build options
—
srinivasan.narayanamoorthy /
detail
- adding version number.
—
srinivasan.narayanamoorthy /
detail
- add bias to transpose_conv TESTs.
—
peng.sun /
detail
- review comments.
—
srinivasan.narayanamoorthy /
detail
- review changes.
—
srinivasan.narayanamoorthy /
detail
- update
—
yang.sheng /
detail
- Avoid overhead for creating executors if there is no change in execution mode.
—
gardener /
detail
- Rollback to investigate failure
—
gardener /
detail
- Update ops_history for bincount.
—
gardener /
detail
- Remove the unnecessary address-returning operator and lamda expression.
—
gardener /
detail
- Use fully-qualified std::string in TraceMe
—
gardener /
detail
- Avoid overhead for creating executors if there is no change in execution mode.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/9d4b4f344d8e
—
gardener /
detail
- Bump open source llvm revision to 9d4b4f344d8ea917e082cf58d66b71c0171e1650
—
gardener /
detail
- [MLIR/XLA] Constant sinking to control flow regions.
—
gardener /
detail
- Fix TF2XLA's InitGraph for unused feeds.
—
gardener /
detail
- Create bot_config.yml
—
github /
detail
- Extend Keras Lambda layers to work with functions of any signature rather than only functions that take one argument.
—
gardener /
detail
- String formatting in assertAllEqual() fails in Python 3 because bytestring may
—
gardener /
detail
- [tfls.util] Remove tensorflow-lite-gpu from dependencies.
—
gardener /
detail
- [XLA:Python] Expose new use_spmd_partitioning compile option.
—
gardener /
detail
- Add dispatch support to more Python APIs.
—
gardener /
detail
- Update bot_config.yml
—
github /
detail
- Check for `_metrics` in case sublayer is resetting `_metrics` property.
—
gardener /
detail
- Update bot_config.yml
—
github /
detail
- Fix TFLite builds on Windows/MacOS
—
gardener /
detail
- Add NNAPI delegate support for Elu
—
gardener /
detail
- Attempt to build libtensorflow GPU with the manylinux2010 toolchain.
—
gardener /
detail
- Minor cleanup for strings in xplane_to_profile_response.
—
gardener /
detail
- Reduce Functional.__call__ Python overhead by ~5-10%
—
gardener /
detail
- Provide builtin_op_kernels target with Ruy and GEMV caching unconditionally enabled
—
gardener /
detail
- Skip TFE_ContextAsyncWait for tfrt. In current TF-TFRT integration, all ops are executed synchronously. We will revisit this later.
—
gardener /
detail
- When restoring a variable with an initializer, pass through restore metadata rather than forgetting it
—
gardener /
detail
- Delete Tensor constructor that takes a pointer. Otherwise, say, std::make_unique<Tensor>(GetTensorSomewhereThatActuallyReturnsAPointer()) would construct boolean tensor without a compile time error.
—
gardener /
detail
- Update Eigen to: https://gitlab.com/libeigen/eigen/-/commit/9b411757abd8458f9689b1384c6bf75da9b82357
—
gardener /
detail
- Fix case where embedding column -> use_safe_embedding = false is used with variable partitioning.
—
gardener /
detail
- Clarify why we have *-gpu package.
—
gardener /
detail
- Change XLA's default to disable cpu_fast_math options with the exception of min_max behavior.
—
gardener /
detail
- Extend Keras Lambda layers to work with functions of any signature rather than only functions that take one argument.
—
gardener /
detail
- Add Unsupported dtype in tfrt for backward compatibility. We will use this dtype to support legacy types (e.g. DT_RESOURCE, DT_VARIANT) that are not natively implemented in TFRT.
—
gardener /
detail
- Create _HostComputeMlir for use in TF MLIR.
—
gardener /
detail
- Enable MLIR saved model import by default in TFLiteConverterV2's saved model API
—
gardener /
detail
- Move GetDeviceCoordinates() function and related constants in tpu_rewrite pass to common utility file.
—
gardener /
detail
- optimize for int8 add.
—
gardener /
detail
- Enable TextVectorization to be called on lists of strings (or lists of list-wrapped strings). Using NumPy arrays of characters is generally a bad practice because of their extreme memory usage.
—
gardener /
detail
- Implement NNAPI QoS APIs in NNAPI delegate.
—
gardener /
detail
- Add benchmarks for scalar conversions
—
gardener /
detail
- Support cancellation in multi-device and distributed function execution.
—
gardener /
detail
- Fixes linkage error on pre-18 Android where GLESv3 is not available
—
gardener /
detail
- Handle head extract outside compilation cluster device assignment.
—
gardener /
detail
- Enable SVD shape test in eager mode.
—
gardener /
detail
- Include what you use for the micro_framework bazel target.
—
gardener /
detail
- Remove debug message
—
gardener /
detail
- [tf.lite] Avoid designated initializers
—
gardener /
detail
- Print message about dumped MLIR modules
—
gardener /
detail
- Converting some of the dependencies in tensorflow/c/BUILD to use portable_tensorflow_lib_lite_no_runtime.
—
gardener /
detail
- added missing CHECK, whitespace cleanup
—
gardener /
detail
- Support int16 quantization type
—
gardener /
detail
- include-what-you-use for lite/core/api:api
—
gardener /
detail
- Add a TFE_Py_Execute traceme, which is the entrance to TF c++
—
gardener /
detail
- Update (non-gradient) tests for tf.linalg.qr to also run in eager mode.
—
gardener /
detail
- Add TraceMeEncode helper
—
gardener /
detail
- Update TPU rewrite pass to populate replicated host devices on tf_device.replicate.
—
gardener /
detail
- Remove LazyLoader dependency from lite.interpreter
—
gardener /
detail
- Enable tf.linalg.matrix_solve tests in eager mode.
—
gardener /
detail
- Enable tf.linalg.matrix_solve_ls tests in eager mode.
—
gardener /
detail
- [XLA:GPU] [NFC] Add more logging output to explain fusion decisions
—
gardener /
detail
- Adding an option to tensor tracer to create a suffix folder based on the fingerprint of the tf.graph.
—
gardener /
detail
- [tf.data] Reduce verbosity of a warning as it is not actionable and appears for all programs that use tf.data with tf.distribute.
—
gardener /
detail
- [XLA] Calculate and print statistics about prefetches and evictions.
—
gardener /
detail
- Fix the quantile accumulator to always return at most the number of requested boundaries.
—
gardener /
detail
- Fix the quantile accumulator to always return at most the number of requested boundaries.
—
gardener /
detail
- [tfls.metadata] Use java7 version opts to build metadata lib.
—
gardener /
detail
- [tf.data] Update output time functions to solve the stack overflow problem. Also update some mathematics computation in the code.
—
gardener /
detail
- Update GraphDef version to 403.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-16
—
gardener /
detail
- Fix windows build.
—
gardener /
detail
- optimize for int8 add.
—
gardener /
detail
- Optimize trivial RealDiv ops
—
gardener /
detail
- Removing unreachable return
—
anselm.hahn /
detail
- Rearange the return
—
anselm.hahn /
detail
- Prcandidate1 (#2)
—
github /
detail
- better error msg for incorrect WAV format chunk
—
joshua.richard.meyer /
detail
- Update download_and_extract.sh
—
github /
detail
- Add mlir_graph_optimization_pass.h header to pip wheel
—
yong.tang.github /
detail
- Remove Python2 badge in raspberry Pi into README
—
github /
detail
- Update protobuf-java to 3.9.2
—
yong.tang.github /
detail
- Removes duplicate space from retracing warning message
—
github /
detail
- Generate cubin headers for bias_add and relu.
—
gardener /
detail
- Introduce a higher-level function handling in the tracing oriented unified API
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Clarify docstring: At EOF, GFile.readline() returns "".
—
gardener /
detail
- Automated g4 rollback of changelist 311477582.
—
gardener /
detail
- Comment typo fix.
—
gardener /
detail
- [TF MLIR SI] Don't constant fold, only consider result of folding
—
gardener /
detail
- Removing TensorHandleList Delete APIs, since TensorHandleList pointer is owned by ConcreteFunction.
—
gardener /
detail
- Resolve trivial aliases for portable TensorFlow targets.
—
gardener /
detail
- [XLA:Python] Cache the backend in xla_client_test.
—
gardener /
detail
- Do not silently ignore ptxas compilation failures.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix style in `op_hint.py` to match formatting from Copybara.
—
gardener /
detail
- Add test for PromoteVarHandlesToArgs pass for testing users of tf.VarHandleOps (NFC).
—
gardener /
detail
- Generate MLIR ops for TPU Host/Device communication for outside compilation.
—
gardener /
detail
- Add support for setting up a TF_OutputList from the client and use it to build function with multiple results
—
gardener /
detail
- Set sparse FullyConnected op version properly.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA:CPU] Allow C64 and C128 types in Sort().
—
gardener /
detail
- Update gather_op_test and unique_op_test to use subTest for easier debugging.
—
gardener /
detail
- [TF:TRT] Enable concatenation_test and biasadd_matmul_test for TAP.
—
gardener /
detail
- Only add sub_index to _Arg nodes.
—
gardener /
detail
- Use subTest on einsum_test to make errors easier to understand.
—
gardener /
detail
- Add Minimum and Maximum ops to Hexagon delegate for uint8/int8
—
gardener /
detail
- Reinstall tf-estimator-nightly since regular installs might not work.
—
gardener /
detail
- Added BUILD rules for the micro-frontend TF op so that we can use it as a C++ library.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix bazel TFLM compilation w/ TF_LITE_STATIC_MEMORY
—
gardener /
detail
- Change more libraries in third_party/tensorflow/c/BUILD to depend on portable_tensorflow_lib_lite_no_runtime to support effort to reduce dependencies on mobile.
—
gardener /
detail
- Instrument the number of times the MLIR-based TF Bridge is enabled.
—
gardener /
detail
- Report remote target in error messages for gRPC eager service requests.
—
gardener /
detail
- Update svd_op_test to run (non-gradient) tests in eager as well as graph mode.
—
gardener /
detail
- Build DynamicSlice and DynamicUpdateSlice ops with MlirHloBuilder
—
gardener /
detail
- Fix hardswish test for ubsan.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Generate separate pod for Core ML delegate
—
gardener /
detail
- Split index_lookup into string_lookup and integer_lookup.
—
gardener /
detail
- Adds utility methods for storing SignatureDefs in the metadata table in the flatbuffer
—
gardener /
detail
- Rework kernel check for fully_connected.
—
gardener /
detail
- Use CompactTextString instead of String for generating ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Check the minimum metadata parser version in the MetadataExtractor Java library.
—
gardener /
detail
- This is an internal change not visible to the public.
—
gardener /
detail
- Fix a memory leak.
—
gardener /
detail
- Optimize int8 broadcast min.
—
gardener /
detail
- Addresses https://github.com/tensorflow/tensorflow/issues/38694 by ensuring TensorShape v1/v2 backwards compatibility.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/dad2e92eaf53
—
gardener /
detail
- Add a new DelegateUtils::InvokeWithCPUFallback API for handling delegate failures automatically in Invoke(). This is especially useful for NNAPI usage, as drivers may evict clients.
—
gardener /
detail
- Update GraphDef version to 402.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-15
—
gardener /
detail
- [XLA] Verify statically shaped result type in `xla_hlo.reshape` operation
—
gardener /
detail
- Remove default initialization in tflite::StatefulNnApiDelegate::Data struct.
—
gardener /
detail
- Allow index typed values in `hlo_scalars_to_dimension_tensor`.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/854f5f332af4
—
gardener /
detail
- Mark QuantizationSpec methods that don't change member data as constant
—
lukas.geiger94 /
detail
- Respect inference type in DefaultQuantParamsPass
—
lukas.geiger94 /
detail
- add __cudaInitModule to cudart_stub.cc
—
baarts /
detail
- address comments on commit fc58d58923534e461d735a9a8b460d2dc8691ae5
—
baarts /
detail
- Fix the copy bug.
—
fbastien /
detail
- Add a test
—
fbastien /
detail
- NFC: rename a variable
—
fbastien /
detail
- [tflite] add fp16 support for evaluation tools
—
koansin.tan /
detail
- Update docstring of tf.split to clarify num_or_size_splits
—
yong.tang.github /
detail
- Combine into one block in example of docstring so that it could be rendered correctly
—
yong.tang.github /
detail
- Update docstring to remove confusing term num_split/size_split, based on review
—
yong.tang.github /
detail
- Fix the issue of tf.divide's return value is not a tensor
—
yong.tang.github /
detail
- add fp16 option to NNAPI delegate
—
koansin.tan /
detail
- add `nnapi_allow_fp16` option to benchmark_model
—
koansin.tan /
detail
- change and cleanup per review
—
koansin.tan /
detail
- fix bad indent and remove leftover
—
koansin.tan /
detail
- Change the default value of 'use_coreml' parameter to false
—
gardener /
detail
- Qualify uses of std::string
—
gardener /
detail
- Add SSE4 path for Tanh and Logistic.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/897d8ee5cd69
—
gardener /
detail
- Bump open source llvm revision to 897d8ee5cd693e17f95a7e84194bca4c089a520b
—
gardener /
detail
- Separate out creating arguments from PromoteResourcesToArguments in PromoteResourcesToArgsPass (NFC).
—
gardener /
detail
- Fix batch_to_space's formatting.
—
gardener /
detail
- For python op generation: add dispatch to all generated ops (don't skip ops with VISIBILITY=HIDDEN)
—
gardener /
detail
- Add PromoteVarHandlesToArgsPass to lift tf.VarHandleOps from function bodies to function arguments.
—
gardener /
detail
- Add support for global operation dispatchers. (This is intended for use by TF-internal classes only.)
—
gardener /
detail
- Disable failed test for now.
—
gardener /
detail
- Explain the reason to call _truediv_python3/_div_python2 explicitly (not through registered '/'
—
yong.tang.github /
detail
- Internal change
—
gardener /
detail
- Add support for global operation dispatchers. (This is intended for use by TF-internal classes only.)
—
gardener /
detail
- Set up TFRT OSS dependency in Tensorflow.
—
gardener /
detail
- Adding TensorHandleList as the returned type for TF_ConcreteFunctionGetCaptures.
—
gardener /
detail
- Flush denormals to zero in eager mode.
—
gardener /
detail
- Use round-robin approach to reading from tf.data service workers.
—
gardener /
detail
- [XLA] Move SPMD partitioner to third_party
—
gardener /
detail
- Roll back change: "For python op generation: add dispatch to all generated ops (don't skip ops with VISIBILITY=HIDDEN)"
—
gardener /
detail
- Update tf.InplaceUpdate summary and description so both TensorFlow op registry and TensorFlow MLIR ODS match.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Rolling change forward again: "Add support for global operation dispatchers. (This is intended for use by TF-internal classes only.)"
—
gardener /
detail
- Simplify comment and use tensor_util.is_tensor and convert_to_tensor if both x and y are not tensor
—
yong.tang.github /
detail
- Remove the need to check if y is a tensor (always convert x if not)
—
yong.tang.github /
detail
- Fix Windows build after cl/311081931.
—
gardener /
detail
- Improve image testing for TFLite Java tests
—
gardener /
detail
- Move tf.keras.layers.featureDenseFeature back to Keras package.
—
gardener /
detail
- Export tf.keras.layers.experimental.preprocessing.CategoryCrossing layer.
—
gardener /
detail
- [XLA] Basic (R1) support for CPU bounded dynamic shapes.
—
gardener /
detail
- [tf.lite] Adds a setQuantizedModelsAllowed() Java API for running quant models with GPU delegate
—
gardener /
detail
- Make regularizers API more consistent.
—
gardener /
detail
- Support running a remote function with packed input handles.
—
gardener /
detail
- Fix issue where metric instances created in subclassed layer are not tracked on creation but only on call.
—
gardener /
detail
- Move TPUClusterResolver into tpu subdirectory.
—
gardener /
detail
- Correctly handle empty matrices in tf.linalg.svd.
—
gardener /
detail
- More robustly check for undefined symbols before attempting to use them. This check is required because undefined symbols are initialized with a special placeholder before entering control flow. This placeholder can lead to confusing error messages if left unchecked. The change introduces two more general operators: "variable load" and "return".
—
gardener /
detail
- [Grappler] Do not add control edges from placeholder inputs in function inlining
—
gardener /
detail
- Export RandomZoom after its odd behavior was fixed.
—
gardener /
detail
- Make SerializeRemoteTensorHandle block only when the remote op is a function, in order to still benefit from async execution.
—
gardener /
detail
- Update attr name for Dense version Bincount.
—
gardener /
detail
- Register sparse FullyConnected kernel by default.
—
gardener /
detail
- [XLA:SPMD] Fix reshape with halo exchange
—
gardener /
detail
- Simplify `trainable` in batchnorm layers to just use the python variable rather than the private _trainable_var created by `backend.freezable_variable`
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add simple canonicalizer for tf.fill
—
gardener /
detail
- Add a few more utility functions for TPUs
—
gardener /
detail
- Create per worker datasets in `strategy.experimental_distribute_datasets_from_function` instead of in `__iter__`. This will avoid tracing `dataset_fn` each time creating a new DistributedIterator.
—
gardener /
detail
- [tf.data] Update some maths formulas in the ComputeWaitTime function.
—
gardener /
detail
- Legalize TF broadcasting ops via dedicated xla_chlo.broadcast_* ops.
—
gardener /
detail
- Simplify error logging in XNNPACK delegate
—
gardener /
detail
- Internal change
—
gardener /
detail
- [XLA] Add use_names column to buffer info debug string to help with debugging.
—
gardener /
detail
- Reuse existing util functions in ReplicateToIslandPass and add back a test for remapping results (NFC).
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove nanopb dependency as it should not be needed anymore (grpc version on master no longer needs it)
—
gardener /
detail
- [XLA:SPMD] Avoid designated initializer.
—
gardener /
detail
- Fix the functional model loading with nested sequential model.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Switch weights from per-value to per-input-item.
—
gardener /
detail
- support tpu strategy for crossing.
—
gardener /
detail
- Add the newly-added 'nnapi_allow_fp16' option to README.
—
gardener /
detail
- Optimize broadcast int8 max.
—
gardener /
detail
- Drop the dependency on ruy:detect_arm, which is becoming private.
—
gardener /
detail
- Legalize tflite CustomOp
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update speech training notebook to use quantized inputs and outputs
—
gardener /
detail
- optimize for int8 add.
—
gardener /
detail
- Replace SameOperandsAndResultType by TFL_TCresVTEtIsSameAsOp to cover quantization types
—
gardener /
detail
- Internal change
—
gardener /
detail
- Pin keras_preprocessing to 1.1.0
—
gardener /
detail
- Cleanup `setup.py`
—
gardener /
detail
- Change xtensa optimized softmax to use precomputed lookup table for quantized exponent calculation. Use new memory API for softmax.
—
gardener /
detail
- Switch weights from per-value to per-input-item.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Expose inference type in the mlir quantizer
—
gardener /
detail
- Add IOS_BENCHMARK enum value to BenchmarkType
—
gardener /
detail
- Fix comment to reflect actual logic.
—
gardener /
detail
- Return a meaningful error for dynamic shape inputs with outside compilation head extraction in TPUs.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/bfa200ebcf37
—
gardener /
detail
- Update GraphDef version to 401.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-14
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add Starlark rules to generate cubin headers.
—
gardener /
detail
- Bump open source llvm revision to bfa200ebcf3706fde0dde335a3c1fa3fe1b3ba3f
—
gardener /
detail
- Return a meaningful error for dynamic shape inputs with outside compilation head extraction in TPUs.
—
gardener /
detail
- Update XNNPACK dependency
—
gardener /
detail
- [Lite] data: Fix memory leak
—
gaurav1086 /
detail
- Fix build errors
—
gaurav1086 /
detail
- [XLA] Adapting HLO-to-LHLO-legalization to use Buffer Assignment
—
ehsan.nadjaran_toosi /
detail
- fix dequantize op regression issue
—
leslie.fang /
detail
- Added POC for tf_program
—
cs17btech11050 /
detail
- Added no_oss_py2 tag and changed srcs_version for tests to PY3
—
cs17btech11050 /
detail
- Refactoring: Format String -> Format Method
—
rladhkstn8 /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add RaggedTensor dispatch for tf.nn.dropout.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Bug fix for composite tensors in SavedModel
—
gardener /
detail
- Resolve trivial aliases for portable TensorFlow targets.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/123bee602a26
—
gardener /
detail
- Minor fix an error in error message
—
gardener /
detail
- Bump open source llvm revision to 123bee602a260150ff55c74287f583a67ee78f36
—
gardener /
detail
- Add support for a device ID op in parallel_device
—
gardener /
detail
- Resolve trivial aliases for portable TensorFlow targets.
—
gardener /
detail
- [XLA:Python] Make sure xla_client is always imported before TPU client extension.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- This breaks multi-python:
—
gardener /
detail
- IWYU in profiler/internal
—
gardener /
detail
- Add json translation for tfjs mlir converter.
—
gardener /
detail
- Install the `wrapt` pip package.
—
gardener /
detail
- Refactor MLIR TF shape inference to have a context
—
gardener /
detail
- Add bz2-devel so python will be compiled with bz2 support.
—
gardener /
detail
- Update manylinux docker image to latest hash.
—
gardener /
detail
- [tfdbg2] Ensure initialization on DebugEventsWriter.WriteGraphExecutionTrace()
—
gardener /
detail
- Implement outside compilation head extraction.
—
gardener /
detail
- [XLA/GPU] Make Thunk::Initialize() happen at compile-time, not run-time. This simplifies GpuExecutable for MLIR transition.
—
gardener /
detail
- Update hexagon_delegate guide to reference delegate readme
—
gardener /
detail
- Initial checkin of C++ header-only TensorHandle as part of RFC https://github.com/tensorflow/community/pull/207.
—
gardener /
detail
- Add Int8/BF16 1D un-tiled layout support for TPU. Host can transfer data
—
gardener /
detail
- Code cleanup: Use the combined left-or-right shift instruction.
—
gardener /
detail
- Add layout config to HloModuleConfig.
—
gardener /
detail
- [BUILD] Create a separate BUILD file for "tensorflow/core/protobuf"`.
—
gardener /
detail
- The callback slowness warning has started firing in many situations where only built-in callbacks are called (possibly only due to logging). For the time being, its threshold must be increased.
—
gardener /
detail
- Fix for adhering to latest clang style guide.
—
gardener /
detail
- Introduce persistent, read-only TFLite tensor type
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update TensorFlow Lite external documentation
—
gardener /
detail
- Fix Resize Nearest Neighbor versioning. align_corners support was added in version 3.
—
gardener /
detail
- Make `core.Tensor` the base type for Tensor and replace the `register_dense_tensor_like` with direct subclassing.
—
gardener /
detail
- Disable collective ops xla test on gpu
—
gardener /
detail
- Make CHLO->HLO patterns extend OpRewritePattern vs OpConversionPattern.
—
gardener /
detail
- Add TF_AllTypesMatch trait in TensorFlow dialect.
—
gardener /
detail
- Modify op version in optimize only if convertor version < quantized version.
—
gardener /
detail
- [XLA/GPU] Make Thunk::Initialize() happen at compile-time, not run-time. This simplifies GpuExecutable for MLIR transition.
—
gardener /
detail
- Fix `alignment_hint < sizeof(void*)` in BuiltinDataAllocator::Allocate
—
gardener /
detail
- Update the OSS image to pickup latest tf estimator PIP package.
—
gardener /
detail
- [tf.data] Update the node destructor to solve the stack overflow problem.
—
gardener /
detail
- Enable Reduce Mean op in Hexagon delegate for uint8/int8.
—
gardener /
detail
- Refactor Softmax and use new memory API.
—
gardener /
detail
- Disable collective ops xla test on gpu
—
gardener /
detail
- Move tf.keras.layers.featureDenseFeature back to Keras package.
—
gardener /
detail
- Disable memory_optimizer_test on windows
—
gardener /
detail
- Restructure the Keras class hierarchy for Network, Model and Sequential.
—
gardener /
detail
- IWYU in profiler/lib
—
gardener /
detail
- Flush denormals to zero in eager mode.
—
gardener /
detail
- Add optional error reporting and status returns to MicroOpResolver
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Flush denormals to zero in eager mode.
—
gardener /
detail
- Validate remote resource devices before safe access of resources.
—
gardener /
detail
- Remove deprecated variants of DynamicSlice and DynamicUpdateSlice builders
—
gardener /
detail
- Support Core ML 3 for Core ML delegate when running on iOS 13
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Updated image_test to work with newer versions of keras_preprocessing
—
gardener /
detail
- Support setting Core ML delegate's target Core ML version in benchmark
—
gardener /
detail
- Allow dynamically configuring device placement
—
gardener /
detail
- Disable flaky test
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/58bc507b6fe6
—
gardener /
detail
- Update GraphDef version to 400.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-13
—
gardener /
detail
- Bump open source llvm revision to 1c44430e738ba83eefe6d56a245ee30649d8988d
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Support Keras grouped convolutions
—
lukas.geiger94 /
detail
- Improve error messages
—
lukas.geiger94 /
detail
- Test group convolution error messages
—
lukas.geiger94 /
detail
- Test group convolution
—
lukas.geiger94 /
detail
- Allow groups=None
—
lukas.geiger94 /
detail
- Use test_util.use_gpu()
—
lukas.geiger94 /
detail
- Improve grouped convolution tests
—
lukas.geiger94 /
detail
- Update api/golden
—
lukas.geiger94 /
detail
- Fix group convolution docstring
—
lukas.geiger94 /
detail
- Improve group convolution docstring
—
lukas.geiger94 /
detail
- Provide NVIDIA CUDA build data in metadata and API
—
angerson /
detail
- Add NVIDIA CUDA and cuDNN info to tf.config
—
angerson /
detail
- Convert build_info to dict format and expose it.
—
angerson /
detail
- Fixed compilation errors with config=mkl
—
ag.ramesh /
detail
- Fix incorrect call to tf_export
—
angerson /
detail
- Added missing header file
—
ag.ramesh /
detail
- Remove unnecessary objc_library target
—
keithbsmiley /
detail
- Fix typos from the latest version
—
angerson /
detail
- Remove extra debug print statement
—
angerson /
detail
- Fixed circular dependency when building on Windows.
—
ag.ramesh /
detail
- Fix for UT failure in graph_runner_test
—
sharada.shiddibhavi /
detail
- Add weak frameworks back
—
keithbsmiley /
detail
- add -DDEBUG_BUILD to dbg profile
—
baarts /
detail
- Add to the cc_library too
—
keithbsmiley /
detail
- Fix bogomips extraction on s390x arch
—
rishi /
detail
- Increase the minimum support iOS version from 10 to 11.
—
gardener /
detail
- [XLA:CPU/GPU] Merge the elemental implementations of Reduce/ReduceWindow from CPU&GPU
—
gardener /
detail
- Shard a slow test
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA:CPU/GPU] Merge the emission of elemental kMap
—
gardener /
detail
- Delete the useless print.
—
gardener /
detail
- Internal change only.
—
gardener /
detail
- Build clean up (OVIC).
—
gardener /
detail
- Support MirrorPad in hexagon
—
gardener /
detail
- Remove the special handling of TRTEngineOp in saved_model loader.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix ANEURALNETWORKS_BAD_DATA execution failures with sum/max/min/reduce operations with scalar inputs.
—
gardener /
detail
- IWYU in profiler/utils
—
gardener /
detail
- Update tfrt hash in tf
—
gardener /
detail
- Fix typo in the test names: UnifedCAPI->UnifiedCAPI
—
gardener /
detail
- Export the `keras.preprocessing.image.smart_resize` utility.
—
gardener /
detail
- legalize operation 'tf.AllToAll'. Legalization target is xla_hlo.all_to_all.
—
gardener /
detail
- bump notebook versions
—
gardener /
detail
- [Profiler] Add optimization advices for tf-function.
—
gardener /
detail
- Refactor ConvertToTensorProto to avoid some duplication
—
gardener /
detail
- Added Pad3DAttributes attributes and function for shape calculation with Pad3DAttributes.
—
gardener /
detail
- Split tensorflow.python.tpu module doctests into different target.
—
gardener /
detail
- Build _TPUCompileMlir and TPUCompileSucceededAssert ops outside of parallel_execute region.
—
gardener /
detail
- Simplify tf::ConstOp's inferReturnTypes
—
gardener /
detail
- Merge TPU execution device with host device (NFC).
—
gardener /
detail
- Reduce space required for TFLM by dropping two non-needed pointers from MicroAllocator.
—
gardener /
detail
- Re-update the TFRT hash.
—
gardener /
detail
- Reduce inference functions exposed
—
gardener /
detail
- Remove disable_tfrt for scalars are not handled reason, as scalars are handled properly with TFRT.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/728cf6d86b4f
—
gardener /
detail
- Add tpu_strategy into TPU doctests.
—
gardener /
detail
- Lowering InplaceUpdate to DynamicUpdateSlice
—
gardener /
detail
- Bump open source llvm revision to 728cf6d86b4f20144ac10517afb0cb978beac124
—
gardener /
detail
- Fix build failure in windows
—
gardener /
detail
- ReverseV2 lowering to xla_hlo.reverse
—
gardener /
detail
- Adjust the tool data for OSS TF memory profiler.
—
gardener /
detail
- [tf.data service] Fix max_outstanding_requests.
—
gardener /
detail
- IWYU in profiler/convert
—
gardener /
detail
- Internal micro demo.
—
gardener /
detail
- Mark multi-process utilities with subprocess module as deprecated in favor of using MultiProcessRunner.
—
gardener /
detail
- Update Materialize Broadcasts for same-rank broadcasts
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- allow early termination of Profile Rpc for programmatic mode.
—
gardener /
detail
- Fix an ASAN failure due to uninitialized RemoteMgr.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Fix benchmark naming in reporting
—
gardener /
detail
- Change default Grappler timeout from 5 to 20 minutes. Despite Grappler having become faster, graphs sizes have grown faster still, and the original default timeout is exceeded too frequently in some applications.
—
gardener /
detail
- Add support for lowering convert op to Linalg from floating-point to integer.
—
gardener /
detail
- Internal change
—
gardener /
detail
- [XLA] Expose SPMD/MPMD as an option
—
gardener /
detail
- Update the TensorFlow version properly.
—
gardener /
detail
- Change a couple bad variable types.
—
gardener /
detail
- Convert complex and unsigned integer tensors to and from dense elements attr
—
gardener /
detail
- Auto-generate ConjugateTranpose TensorFlow op
—
gardener /
detail
- Enable compiler tests disabled because of incomplete complex types support
—
gardener /
detail
- Fix Data type class/method naming collision.
—
gardener /
detail
- Release the GIL in file_io operations and reacquire it for error handling or Python specific operations.
—
gardener /
detail
- Add a TF-internal visibility declaration for the parallel device
—
gardener /
detail
- Fix the ImageDataGenerator methods to return Keras sequences instead of just generators. This makes it so that Keras `fit` avoids an infinite loop when users pass the results of ImageDataGenerator.flow* directly to fit/evaluate/predict.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [tfls.release] Enable jar merging for bazel build of metadata lib.
—
gardener /
detail
- IWYU in profiler/rpc
—
gardener /
detail
- Deprecate `set_learning_phase()` backend utility.
—
gardener /
detail
- [tf.data] Add comment to ShouldWait for the nondeterministic case to explain the condition it's checking for
—
gardener /
detail
- Enable tests blocked by b/117943489
—
gardener /
detail
- Add utilities for creating delegates in TF Lite
—
gardener /
detail
- tf.signal: Remove set_shape from documentation for linear_to_mel_weight_matrix.
—
gardener /
detail
- fix a typo
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Handle compilation of ops with dynamic shapes in fallback path
—
gardener /
detail
- Lower TF XlaConv op using the fallback lowering pass
—
gardener /
detail
- Whitelist XlaBroadcastHelperOp and enable tests XlaDynamicUpdateSliceOp
—
gardener /
detail
- Fix a comment about device/op_device.
—
gardener /
detail
- [tfls.image] Provide TensorImage#getWidth and TensorImage#getHeight as they are not trivial.
—
gardener /
detail
- Retrieve CUDA targets to build in nvcc wrapper from clang command line option.
—
gardener /
detail
- Add TPU Configuration C API
—
gardener /
detail
- Update GraphDef version to 399.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-12
—
gardener /
detail
- Use uint8_t, uint32_t and uint32_t.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Factor out a virtual function for creating the TFLite interpreter so that subclass could create a customized one.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/c5e0967e4cf0
—
gardener /
detail
- Bump open source llvm revision to c5e0967e4cf0f1337bec772949e6cede4c01354b
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix for Micro make patching error on MacOS
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Refactor ConvertToTensorProto to avoid some duplication
—
gardener /
detail
- Refactor ConvertToTensorProto to avoid some duplication
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Support align_corners and half_pixel_centers for resize ops in NNAPI delegate.
—
gardener /
detail
- Log the rendezvous address for debugging purpose. This is very helpful for
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 398.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-11
—
gardener /
detail
- Use int32_t and uint32_t instead of int32 and uint32.
—
gardener /
detail
- Tolerate differences equal to `tolerated` threshold in MinMaxApproximatelyEqual.
—
gardener /
detail
- Install auditwheel in the multi-python container and move patchelf installation
—
gardener /
detail
- Bump open source LLVM revision to f40fc7b8d60e6897fd9514a46a26f4b84f57577a
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Enable MLIR saved model import by default in TFLiteConverterV2's saved model API
—
gardener /
detail
- [XLA] Introducing AllGather HLO and a decomposition pass
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix the myth from height vs width. The cause is due to
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 397.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-10
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- General case of logistic/tanh, 16-bit -> 16-bit.
—
elena.zhelezina /
detail
- Versioning for activation functions Tanh/Sigmoid.
—
elena.zhelezina /
detail
- Addressed review comments.
—
elena.zhelezina /
detail
- Pydoc fixes for StructuredTensor
—
cutlerb /
detail
- Added field values to __repr__, fixed pydoc outputs
—
cutlerb /
detail
- Added 16x8 LeakyRelu kernel.
—
elena.zhelezina /
detail
- Updated versioning for LeakyRelu.
—
elena.zhelezina /
detail
- Fix tests that use __repr__
—
cutlerb /
detail
- Fix lint error
—
cutlerb /
detail
- Corrected test for LeakyRelu.
—
elena.zhelezina /
detail
- Minor docstring change: delete "normal".
—
gardener /
detail
- [XLA:CPU] Fuse reduce-window
—
gardener /
detail
- [XLA:CPU] Fuse reduce-window
—
gardener /
detail
- Reuse the rendezvous provided by the OpKernelContext for PartitionedCallOp.
—
gardener /
detail
- Fold iOS-specific targets into the portable targets.
—
gardener /
detail
- configure.py: Simplify bazel version check
—
gardener /
detail
- [Executor] Avoid unnecessary `NodeItem::input_type()` calls in `PrepareInputs()`.
—
gardener /
detail
- Replace ptr_util.h with absl/memory/memory.h in the profiler
—
gardener /
detail
- Adding a FromBuffer method to construct tensorflow::cc::Tensors from user provided buffers. This also unblocks adding unit tests to tensorflow::cc::Tensor.
—
gardener /
detail
- Replace str_util.h with absl/strings in profiler
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Set the AssignedDevice of the lowered control flow nodes (Enter, Switch, Merge, NextIteration, Exit) to be the same as the assigned device of the input loop variable if that is available during lowering.
—
gardener /
detail
- Internal visibility addition.
—
gardener /
detail
- Remove use of gtl/cleanup.h and hash.h in cupti_tracer
—
gardener /
detail
- Add skip_if_error context manager in test_util.py to conveniently skip errors that are not related to what is being tested.
—
gardener /
detail
- Add a nested tf.function with control flow test.
—
gardener /
detail
- Resubmitting the change to make iterator deleter not on host memory
—
gardener /
detail
- Move c_api_tfrt to core/tfrt/eager (NFC)
—
gardener /
detail
- Reduce space required for TFLM by dropping two non-needed pointers from MicroInterpreter.
—
gardener /
detail
- Merge release notes and version updates to master
—
gardener /
detail
- Create Ubuntu 16 scripts and configs to resurrect libtensorflow releases.
—
gardener /
detail
- Change the logging from warning to error when there is an exception at session close.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add a comment to note that the structs are "semi-ABI stable" in TFL common.h.
—
gardener /
detail
- Branch LandmarksToTransformMatrix operation to LandmarksToTransformMatrixV2.
—
gardener /
detail
- Support running a function with packed input handles through C APIs.
—
gardener /
detail
- Use protobuf.h instead of proto_serialization.h in profiler
—
gardener /
detail
- Replace lib/core/{errors,status}.h with platform/ headers in profiler
—
gardener /
detail
- Fix requested_device of NextIteration node.
—
gardener /
detail
- Add support for quantizing prelu, now that its a builtin operator. It has two inputs. First input must match output scale.
—
gardener /
detail
- Cleanup headers in capture_profile.cc
—
gardener /
detail
- pfor: change converters for Equal and NotEqual to handle
—
gardener /
detail
- Replace processing of `tf_device.launch` with `tf_device.cluster` in TPUExtractOutsideCompilation pass.
—
gardener /
detail
- Cleanup headers in save_profile.cc
—
gardener /
detail
- Convert speech training to produce an int8-quantized model
—
gardener /
detail
- [tf.lite] Fix issue with direct ByteBuffer inputs and dynamic graphs
—
gardener /
detail
- Merge portable full/lite proto libraries.
—
gardener /
detail
- Fix RandomZoom layer for outputing 0 values.
—
gardener /
detail
- [Executor] Fix segfault when using verbose logging in the executor module.
—
gardener /
detail
- Remove the special handling of TRTEngineOp in saved_model loader.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Use subTest to improve error reporting on linear algebra ops.
—
gardener /
detail
- Remove `_enable_legacy_iterators` flag in TPUStrategy.
—
gardener /
detail
- Implement Numpy to tensor conversion for TFRT.
—
gardener /
detail
- Remove timing code from profiler
—
gardener /
detail
- Remove unused header
—
gardener /
detail
- Import and export constants of complex types for HLO
—
gardener /
detail
- Enable memory_space verification for fusion input parameters.
—
gardener /
detail
- Add missing ASSERT_EQ on status after API call in c_api_unified_experimental_test
—
gardener /
detail
- Split table management off into a table_utils file.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Introduce some common constants for TPU.
—
gardener /
detail
- Allow kernels to take different scales for prelu
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove redundant negations in HiFi mini's fully_connected implementation.
—
gardener /
detail
- Code cleanup: Use the combined left-or-right shift instruction.
—
gardener /
detail
- Make tf.While work with ConcreteFunction.
—
gardener /
detail
- Add NDEBUG to default make build.
—
gardener /
detail
- Allow Op version of 0 to match the first registered Op of that type.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-09
—
gardener /
detail
- Update GraphDef version to 396.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix document error for ApplyFtrl, ApplyFtrlV2 and SparseApplyFtrlV2
—
blueyiniu /
detail
- Support options(environment variable) to enable grpc reuse port.
—
tongxuan.ltx /
detail
- fix typo
—
tongxuan.ltx /
detail
- fix build break
—
tongxuan.ltx /
detail
- Fix misspelling
—
mshr-h /
detail
- Add cardinality calculation for Dataset.unbatch() when possible
—
yong.tang.github /
detail
- Add test case for cardinality with Dataset.unbatch()
—
yong.tang.github /
detail
- Update based on review feedback.
—
yong.tang.github /
detail
- Add additional test case where only the second batch size is known (from the review comment)
—
yong.tang.github /
detail
- Check return status of reading environment variable
—
root /
detail
- Enable Squeeze Op conversion without squeeze_dim attribute in explicit batch mode.
—
tfeher /
detail
- Let the test use the new ruy::ReferenceMul.
—
gardener /
detail
- Add "//tensorflow/compiler/mlir/tensorflow:graph_optimization_pass_registration" to tensorflow/python/_pywrap_mlir.so
—
yong.tang.github /
detail
- [XLA] Add a memory space propagation pass.
—
gardener /
detail
- Add named size and count methods for arg, result and var methods to AOT models.
—
gardener /
detail
- Export the only one function of a saved model only when it matches with exported_names argument.
—
gardener /
detail
- Enable XRT cache to be shared among multiple GPU devices.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix control dependency issue causing shape_assert test to fail.
—
gardener /
detail
- Emit error messages for all missing legalizations in TF to XLA full legalization pass.
—
gardener /
detail
- Delete duplicate installation of patchelf.
—
gardener /
detail
- Test ConvertUnary in dynamic shape mode
—
tfeher /
detail
- Use persistent buffer in quantize, dequantize and xtensa_hifimini/quantize.
—
gardener /
detail
- Fix output shape of tf.GatherV2 in legalize-tf.mlir
—
gardener /
detail
- Use subTest to improve error reporting on test failures in cwise_ops_test.py.
—
gardener /
detail
- Branch TransformLandmarks operation to TransformLandmarksV2.
—
gardener /
detail
- [XLA] Correct WhileLoopInvariantCodeMotion log messages.
—
gardener /
detail
- Internal changes only.
—
gardener /
detail
- Use multiple async executor to launch collectives in eager instead of tf.function
—
gardener /
detail
- Update Eigen to: https://gitlab.com/libeigen/eigen/-/commit/49f1aeb60d9f759859fce0d16aa5d1ecc7168d51
—
gardener /
detail
- [ROCm] Fix for ROCm CSB breakage on 200507
—
deven.desai.amd /
detail
- Use strategy default device (if not None) as the destination for strategy.reduce.
—
gardener /
detail
- Remove multi_worker_callback_tf1_test for lack of resource to continue maintenance with the focus on tf2/eager.
—
gardener /
detail
- Whitelist a few more unary and binary TensorFlow ops for the fallback path
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Implement fast deferred-decoding Python stack trace class.
—
gardener /
detail
- Add util function to determine CPU host device from TPU device.
—
gardener /
detail
- Static link GPU OpenGL tests
—
terryheo /
detail
- Implement fast deferred-decoding Python stack trace class.
—
gardener /
detail
- Fix documentation compatibility tag formatting.
—
gardener /
detail
- Disable a test from sanitizers.
—
gardener /
detail
- [tf.data] Bug fix: make_csv_dataset should not modify mutable parameters passed into it
—
gardener /
detail
- This will break once kwargs has no key of 'partitioner'.
—
gardener /
detail
- Enable MLIR bridge for ops that are already supported
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [Executor] Optimize `PropagatorState::FindOrCreateChildFrame()`.
—
gardener /
detail
- Don't concatenate empty tensors
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/910871532101
—
gardener /
detail
- Make regularizers API more consistent.
—
gardener /
detail
- Try https and see if that works.
—
gardener /
detail
- CalculateOutputShape for concatenation of BHWDC tensors.
—
gardener /
detail
- Fix enable_v2_dtype_behavior() doctest failure.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Add op sanity checks to the following TFLite ops:
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Enable Keras/RNN model via conversion routes that accept a keras model.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add i386 to ObjC podspec
—
gardener /
detail
- Add a kernel generator tool.
—
gardener /
detail
- Update GraphDef version to 395.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-08
—
gardener /
detail
- Internal BUILD file change.
—
gardener /
detail
- [XLA][MLIR] Lower complex operations to std dialect.
—
gardener /
detail
- update dataset_ops.py
—
github /
detail
- Shorten/wrapped the line 1659
—
github /
detail
- added parentheses on line no 1659 to avoid syntax error.
—
github /
detail
- Update cusparse_10_1.inc
—
nluehr /
detail
- Extend sparse kernels.h API with workspace size
—
nluehr /
detail
- Use csrgeam2 for CUDA 10.0+
—
nluehr /
detail
- Replace csrgemm with csrgemm2 for CUDA 10.0+
—
nluehr /
detail
- Replace cusparseCsr2csc with cusparseCsr2cscEx2 for CUDA 10.1+
—
nluehr /
detail
- Replace Csrmm with SpMM for CUDA 10.2+
—
nluehr /
detail
- Replace csrmv_mp and csrmv with csrmvEx and SpMV for CUDA 10.2+
—
nluehr /
detail
- Bumped up versions for 16x8 reference kernels.
—
elena.zhelezina /
detail
- Tidy up.
—
elena.zhelezina /
detail
- Fix exception handling of tf.histogram_fixed_width_bins
—
yong.tang.github /
detail
- Add test case for exception handling in `tf.histogram_fixed_width_bins`
—
yong.tang.github /
detail
- Pylint fix
—
yong.tang.github /
detail
- Added ... to add multiline python statement.
—
github /
detail
- Revert "Update cusparse_10_1.inc"
—
nluehr /
detail
- Add windows support for s3
—
vovannghia2409 /
detail
- Fix s3 test on Windows
—
vovannghia2409 /
detail
- Delete args, fix HasAtomicMove
—
vovannghia2409 /
detail
- Change to use tensor_util.constant_value if possible and raise ValueError
—
yong.tang.github /
detail
- Explicit TensorShape in allocate_temp
—
nluehr /
detail
- Cleanup formatting with clang-format
—
nluehr /
detail
- Fix Ubuntu Sanity
—
vovannghia2409 /
detail
- Added TANH op and test to micro
—
yair.ehrenwald /
detail
- Pylint fix to remove unused import
—
yong.tang.github /
detail
- Bump open source llvm revision to 307cfdf5338641e3a895857ef02dc9da35cd0eb6
—
gardener /
detail
- make `bazel build` work on aarch64/arm linux
—
koansin.tan /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Move "-c opt" before "--config" just for being consistent.
—
gardener /
detail
- Disable flaky XLA test on GPU
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [tfdbg2] Implement the to_json() methods of two data classes
—
gardener /
detail
- Improve TensorFlow arithmatic op folders
—
gardener /
detail
- [ArgOp] Use `CanConsumeArg()` and `ConsumeArg()` when possible.
—
gardener /
detail
- [WhileOp] Support forwarded inputs in the `ComputeAsync()` path.
—
gardener /
detail
- Disable flaky test
—
gardener /
detail
- Include new op EnqueueTPUEmbeddingRaggedTensorBatch in the list of TPUEmbedding enqueue ops don't get auto control edges created so that they can be used in TF2/eager mode in tf.functions.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Replace safeguard against aliasing cond variables with a dynamic check. It is more verbose but more robust in the presence of exception-driven control flow.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Some tests fixes.
—
gardener /
detail
- Disable only the TPU version of distribute_strategy_test
—
gardener /
detail
- [PropagatorState] Use `IterationState*` instead of `int64` iteration ID in `TaggedNode`.
—
gardener /
detail
- Fix layout_optimizer_test on Windows.
—
gardener /
detail
- Raises a more meaningful error when fdef is missing
—
gardener /
detail
- Improve TensorFlow arithmatic op folders
—
gardener /
detail
- Expose disable_per_channel in MLIR to be used experimentally by tflite tooling
—
gardener /
detail
- Add a script to install patchelf on docker containers and add it to multipython. Install auditwheel as well.
—
gardener /
detail
- Update make_tensor_proto to support nested nparray values when dtype is specified.
—
gardener /
detail
- Remove op_gen_lib and distributed runtime dependency for Cast.
—
gardener /
detail
- don't use StrValue() because in future, it can be saved in references. (string tables).
—
gardener /
detail
- Fix ROCm build errors caused by https://github.com/tensorflow/tensorflow/pull/38802.
—
gardener /
detail
- Update MLIR bridge passes to use `tf_device.cluster`/`tf_device.cluster_func` instead of `tf_device.launch`/`tf_device.launch_func` for defining cluster/computation.
—
gardener /
detail
- Update ruy to get ReferenceMul.
—
gardener /
detail
- Add ExpandDims and ConcatV2 ops to tf_to_corert lowering.
—
gardener /
detail
- Remove unused variable, and replace reinterpret_casts with static_casts.
—
gardener /
detail
- Add bincount to support dense/sparse/ragged inputs.
—
gardener /
detail
- string stats use reference value in tfstreamz plane.
—
gardener /
detail
- Sparse fully connected kernel with 1x4 block config.
—
gardener /
detail
- add a xplane builder test to test reference value etc.
—
gardener /
detail
- Add shell function to create a Bazel test summary XML file.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Roll forward after sending out a fix for the breaking test
—
gardener /
detail
- Enable memory profile tracing by default in BFCAllocator.
—
gardener /
detail
- [XLA:Python] Remove xla_client.transfer_to_infeed and transfer_from_outfeed.
—
gardener /
detail
- use reference value for annotation/kernel details xstat.
—
gardener /
detail
- Re-arrange TFRT SavedModel directory.
—
gardener /
detail
- Add test to cover the code path run by the public multi-worker with Keras
—
gardener /
detail
- Don't put iterator deleters as host memory.
—
gardener /
detail
- Update index_lookup to return a UTF-8 string in vocabulary lookup instead of a bytestring.
—
gardener /
detail
- Don't put iterator deleters as host memory.
—
gardener /
detail
- In AggregatingVariable.assign, when aggregating values across replicas in a merge_call, also check if the "name" kwarg is a PerReplica object and if so, change to a single value.
—
gardener /
detail
- Fixes: GitHub Pull Request #37017
—
gardener /
detail
- [XLA:Python] Remove xla_client.Buffer class.
—
gardener /
detail
- Disable broken Windows test
—
gardener /
detail
- Fix ConvertHalfTensor bug with elements attribute of size one
—
gardener /
detail
- Auto-generate some of the TensorFlow ops
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Fixed int64 vs int32 issue in empty op folder.
—
gardener /
detail
- Fix an issue of out of order execution. Don't serialize a remote input handle for function execution until it's ready on a remote device. Otherwise, on a remote worker, a remote function execution request could be enqueued before a request for producing a function input.
—
gardener /
detail
- Fixes: GitHub Issue #39222
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Emit error messages for all missing legalizations in TF to XLA full legalization pass.
—
gardener /
detail
- [tf.data] Add map and batch fusion rewrite in MLIR
—
gardener /
detail
- Internal test infra change
—
gardener /
detail
- Run shape inference before any new non-tf ops are introduced
—
gardener /
detail
- Update Hello World example.
—
gardener /
detail
- Increase test coverage for CentralStorageStrategy with 1 cpu and 1 gpu case
—
gardener /
detail
- Support unknown dimensions in quantized models.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- TFLM: Print out the buffer usage.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Add more dtypes to scatter nd ops
—
gardener /
detail
- Fix ObjC podspec template
—
gardener /
detail
- Exclude MemoryAllocation and MemoryDeallocation TraceMes from the TF profiler Trace Viewer.
—
gardener /
detail
- Correct the C API path for the TFLite ObjC podspecs
—
gardener /
detail
- Podspec updates for TFLite v2.2.0
—
gardener /
detail
- Automated refactoring to make code Python 3 compatible.
—
gardener /
detail
- Fix the real multiplier calculation
—
gardener /
detail
- Split merged TFLiteConverter implementations into frozen graph converter and saved model converter
—
gardener /
detail
- Migrate Model Maker tutorials to tf.org/lite
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 394.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-07
—
gardener /
detail
- Fix liveness analysis for variables closed over by functions. Previously, these variables were only live at the closing function's point of definition. After this change, these variables are live at every statement that may be reached by this function definition. This is more consistent with Python's late binding mechanism.
—
gardener /
detail
- [ROCm] Adding no_rocm tag to tests currently failing on ROCm platform
—
deven.desai.amd /
detail
- Spellcheck @keras.layers.convolutional.py
—
github /
detail
- Spellcheck @keras.layers.core.py
—
github /
detail
- Fix Huber Loss crashes due to data type mismatch
—
yong.tang.github /
detail
- Add test case for Huber Loss crashes when data type mismatch
—
yong.tang.github /
detail
- Fix BatchNormalization issue with virtual_batch_size when shape has None
—
yong.tang.github /
detail
- Add test case for BatchNormalization with virtual_batch_size and shape has None.
—
yong.tang.github /
detail
- Enable explicit batch mode transpose
—
tfeher /
detail
- Test ConvertTranspose in dynamic shape mode
—
tfeher /
detail
- Improve parameterization of tests
—
tfeher /
detail
- Use testing::Matcher in BuildAndRun, correcty style
—
tfeher /
detail
- Edit docstring of AddTestTensor
—
tfeher /
detail
- Change matcher type
—
tfeher /
detail
- Edit docstring
—
tfeher /
detail
- Fix issue in boolean_mask when axis is passed as a tensor
—
yong.tang.github /
detail
- Add test case for boolean_mask with axis passed as a tensor
—
yong.tang.github /
detail
- Extend support of non-const axis tensor in boolean_mask
—
yong.tang.github /
detail
- Add test case for non-const axis tensor in boolean_mask
—
yong.tang.github /
detail
- Address review comment (change test name and add URL)
—
yong.tang.github /
detail
- Update to use tf.shape to get the shape of the tensor, from review comment
—
yong.tang.github /
detail
- Improve comments and add a static cast
—
tfeher /
detail
- Resubmit of PR 38848 but only support complex64 and complex128
—
yong.tang.github /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [MLIR] Use dim expr for operand dim == 1 && result dim == 1 for BroadcastInDim.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [MLIR] Reformat lhlo-legalize-to-linalg.mlir test.
—
gardener /
detail
- Update criteria for TPU job/worker experiments
—
gardener /
detail
- Increase Apache Spark version to 2.4.5 to handle GitHub Security Alert
—
gardener /
detail
- Qualify uses of std::string
—
gardener /
detail
- Replacing ::Cord with absl::Cord.
—
gardener /
detail
- Disable flaky test
—
gardener /
detail
- Make tranpose_op_test.py use subTest for clearer test debugging.
—
gardener /
detail
- Re-enabling optimizer_v2 test on OSS as the dependent bug has been closed.
—
gardener /
detail
- Edit docstring of ParameterizedOpconverterTest
—
tfeher /
detail
- Check that "VariableV2Op" doesn't exist in a TFLite-specific pipeline.
—
gardener /
detail
- Disable two TPU OSS tests.
—
gardener /
detail
- [CallFrameInterface] Add methods `ConsumeArg()` and `CanConsumeArg()`.
—
gardener /
detail
- Internal visibility change
—
gardener /
detail
- Enable tool data saving for OSS TF memory profiler.
—
gardener /
detail
- [XLA:CPU] Add our own __powisf2 and __powidf2 which can be generated by LLVM
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Forwardprop: opt the forwardprop utility function out of run_functions_eagerly
—
gardener /
detail
- Add lowering from xla_hlo.sine to linalg.
—
gardener /
detail
- Add macros to avoid frequent ROCm ifdefs. Clean up the ifdefs in core/kernels/sparse.
—
gardener /
detail
- Re-enabling keras_rnn_correctness_test for non tpu platforms as only the tpu version fails.
—
gardener /
detail
- There is a bug in the outer partition code in StructuredTensor for a dense field.
—
gardener /
detail
- Reorganizing kernel fallback into its own (kernel/) directory. Right now this looks a bit awkward, but long term organization will look as follows:
—
gardener /
detail
- Perform uint8<->int8 casting on DSP
—
gardener /
detail
- Fix typo in metadata_schema.fbs
—
gardener /
detail
- Deprecate Network `state_updates` property.
—
gardener /
detail
- Sort control edges on input considering src node
—
gardener /
detail
- filter out tfstreamz plane when generate trace events.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Adds support for half_pixel_centers in TFLite's resize nearest neighbor op.
—
gardener /
detail
- [tf.data service] Add support for shared job names.
—
gardener /
detail
- Deflake cross_device_ops test.
—
gardener /
detail
- Support XlaCompiler arguments of type kConstant in XlaCompilationCache
—
gardener /
detail
- Fix legalizeTF(). Currently definition of this function is inside an anonymous namespace.
—
gardener /
detail
- Clean up code in the TF FixedPoint extension to Eigen to make the AVX2/AVX512 compile with recent versions of clang.
—
gardener /
detail
- Move AllPassesAndDialects registrations in flatbuffer converters to binary and test rules.
—
gardener /
detail
- Update array_ops_test to use subTest for easier debugging.
—
gardener /
detail
- Rollback: Not able to reproduce the failure.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Add auto generated TensorFlow op BroadcastArgs
—
gardener /
detail
- Enable MLIR bridge for compiler tests requiring unsigned integers
—
gardener /
detail
- Enable MLIR bridge for compiler tests that are already passing or requires whitelisting
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add doc on building TFLite C++ libraries
—
gardener /
detail
- Fix bug in complex einsum grad.
—
gardener /
detail
- TFLite binary size optimization by removing templates
—
gardener /
detail
- [MLIR] Expose HLO -> LHLO transformation for XLA/GPU later use
—
gardener /
detail
- Fix row sums size calculation in lstm eval
—
gardener /
detail
- [XLA:Python] Update Device.transfer_from_outfeed to set outfeed layout if missing.
—
gardener /
detail
- Enable index_lookup to work with non-batched byte strings.
—
gardener /
detail
- When checking whether ExpandDims op has a constant dim value, also use m_Constant to match in case it's a mlir constant.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- When checking whether ExpandDims op has a constant dim value, also use m_Constant to match in case it's a mlir constant.
—
gardener /
detail
- Support MediaPipe pooling operators in XNNPACK delegate
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-06
—
gardener /
detail
- Update GraphDef version to 393.
—
gardener /
detail
- Remove all uses of `TENSORFLOW_LITE_PROTOS`.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/307cfdf53386
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fixed int vs. int32_t mismatch for portability.
—
andrewc /
detail
- Fix test to run on all filesystem
—
vovannghia2409 /
detail
- Fix `fname` argument for `GetFileSystemForFile()`
—
vovannghia2409 /
detail
- Use TF_CALL_GPU_ALL_TYPES for variable ops
—
yong.tang.github /
detail
- Expand additional test to variable types for complex64 and complex128.
—
yong.tang.github /
detail
- Add needed dtype conversion, and pylint fix
—
yong.tang.github /
detail
- Change temp directory to work with Windows
—
vovannghia2409 /
detail
- Fix typo and run clang-tidy
—
vovannghia2409 /
detail
- [ROCm] Disabling a subtest within //tensorflow/python/eager:function_test_gpu because it checks output which is non-determnisitic in nature and therefore sporadically fails
—
deven.desai.amd /
detail
- Add tmp_dir
—
vovannghia2409 /
detail
- Get MACHTYPE via bash call instead of relying on the environment.
—
gardener /
detail
- Add flags to configure whether to fallback to the driver for ptx -> SASS.
—
gardener /
detail
- Add support for more LHLO ops in the MLIR emitter
—
gardener /
detail
- Added accessor for mutating instruction dimensions.
—
gardener /
detail
- Do not fail if local mirror already exists
—
gardener /
detail
- [tf.data] Cleanup after `cardinality` rollback.
—
gardener /
detail
- Setup nightly releases for TensorFlowLiteSwift and TensorFlowLiteObjC pods
—
gardener /
detail
- Disallow setting the forward compatibility horizon in the past.
—
gardener /
detail
- Less pointer indirection for TFE_OpAttrs, add TFE_OpGetAttrs
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Add BULID rules for mlir-vulkan-runner
—
gardener /
detail
- Refresh tf_generated_ops.td with new op definition changes
—
gardener /
detail
- [tfls.util] Add Category class and conversion from TensorLabel to List<Category>.
—
gardener /
detail
- [Build cleanup] Remove "tensorflow/core/graph/graph_constructor.h".
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix some small issues to enable Kumamon gpu inference:
—
gardener /
detail
- Add tf.DecodeAndCropJpeg, tf.DecodeGif, tf.DecodeJpeg and tf.DecodePng to TensorFlow MLIR ODS.
—
gardener /
detail
- Support packed tensor inputs in ProcessFunctionLibraryRuntime.
—
gardener /
detail
- Convert BFLOAT16 and HALF type tensors to DenseElementsAttr
—
gardener /
detail
- Remove references to "tf.broadcase_weights" use "tf.broadcast_to".
—
gardener /
detail
- Update ReplicateToIslandPass to only create a sink island pinning control dependencies instead of forwarding all replica data results.
—
gardener /
detail
- Fix crash on OpaqueElementsAttr in CreateLiteralFromAttr helper
—
gardener /
detail
- Constant evaluation of XLA HLO Concatenate
—
gardener /
detail
- Fix the gradient of x**0 wrt the base (it's now zero instead of NaN) for real dtypes when x is 0 or NaN.
—
gardener /
detail
- Add AbstractContextInterface::StartStep() and AbstractContextInterface::EndStep() which are used in training models.
—
gardener /
detail
- For tf.function inputs with nested values, do not require that either zero or all TensorSpecs in the nested value need to have names.
—
gardener /
detail
- Lower ops with dynamic result type in fallback TF to HLO lowering
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/bc23c1d85e4c
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Reference our article where these concepts and computations were introduced, in the hope that the added context and explanations here are helpful to some readers.
—
gardener /
detail
- Bump open source llvm revision to bc23c1d85e4c4cb60c4b91a1f83466f721014768
—
gardener /
detail
- Set logs to a sensible default in case the loop does not run.
—
gardener /
detail
- Enable some tests : )
—
gardener /
detail
- Add test to validate HLO export error on opaque attribute
—
gardener /
detail
- Add flags to configure whether to fallback to the driver for ptx -> SASS.
—
gardener /
detail
- Use persistent and scratch buffers in xtensa_hifimini/svdf
—
gardener /
detail
- Constant folder for TF.Empty
—
gardener /
detail
- Use persistent buffer in conv and xtensa_hifimini/conv.
—
gardener /
detail
- Use type inferfence op interface in shape inference pass
—
gardener /
detail
- Make regularizer docstrings more readable.
—
gardener /
detail
- Move assign* and scatter* override to DistributedVariable
—
gardener /
detail
- Internal change
—
gardener /
detail
- Use persistent buffer in depthwise_conv and xtensa_hifimini/depthwise_conv.
—
gardener /
detail
- XLA HLO constant folders (add, subtract, multiply)
—
gardener /
detail
- (Rolling forward after rollback)
—
gardener /
detail
- Save XPlane by default for TF profiler.
—
gardener /
detail
- Enable ctl_correctness_test : )
—
gardener /
detail
- Support multiple GPUs cross replica reduces in XRT.
—
gardener /
detail
- Rollback code introduced in #38848
—
gardener /
detail
- Remove the extra period in _validate_args (data_adapter.py)'s error message.
—
gardener /
detail
- [XLA:SPMD] Add API for the experimental mechanism to mix auto and manual partitioning
—
gardener /
detail
- Deprecate v2 version of group.
—
gardener /
detail
- Fix a broken multi-gpu test in collective_all_reduce_strategy_test.
—
gardener /
detail
- Lower TF TruncatedNormalOp using the fallback lowering pass
—
gardener /
detail
- Internal change
—
gardener /
detail
- Register Eigen::half kernels for Diag and DiagPart
—
gardener /
detail
- Deprecate v2 version of group.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Re-enable keras_stateful_lstm_model_correctness_test as it seems passing now (might have been some env issue with TPUs).
—
gardener /
detail
- Compute values as shapes where requested by shape function
—
gardener /
detail
- [XLA:TPU] Move identical ops out of conditional.
—
gardener /
detail
- [TF:Grappler] Add Quantize/Dequantize ops to IsDefaultLayoutAgnosticOp.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix XLA HLO op import mapping of output_feature_dimension
—
gardener /
detail
- Add `strict` argument to `resize_tensor_input` in TFLite Python API.
—
gardener /
detail
- Comment typo fix.
—
gardener /
detail
- Fix a number of deserialization error messages. While `print(string, obj)` is valid syntax, `ValueError(string, obj)` is not.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add `strict` argument to `ResizeInput` in Java API.
—
gardener /
detail
- Enable __array__ access on EagerTensors (forwarding to _numpy)
—
gardener /
detail
- Update CVE number to new number issued by MITRE
—
gardener /
detail
- Extend XRT utils visibility.
—
gardener /
detail
- Implement DistributedVariable.numpy()
—
gardener /
detail
- Use the calculated activation range in depthwise_conv
—
gardener /
detail
- Add flags to configure whether to fallback to the driver for ptx -> SASS.
—
gardener /
detail
- Update GraphDef version to 392.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-05
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Bump open source llvm revision to 57818885be5160380e29e9c2e915b37d5b11ade9
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix minor errors in micro speech example
—
gardener /
detail
- Minor updates to micro_speech example. Fix links and images.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Create ConvertXPlaneToMemoryProfile function for OSS TF memory profiler.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-04
—
gardener /
detail
- Update GraphDef version to 391.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/6fe20a44fd3f
—
gardener /
detail
- Bump open source llvm revision to 6fe20a44fd3fc95198b3b38dc1080266be4ef004
—
gardener /
detail
- Internal cleanup: let each converter only perform the analysis it needs. Since the bottleneck is inside the conversion process, this is expected to speed it up noticeably.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA:CPU] Pass negative and positive cpu flags to LLVM
—
gardener /
detail
- [PJRT] Increase minimum thread stack size for HostStream threads to 8MiB, which was the previous default on Linux.
—
gardener /
detail
- Log pass timing in a file when the bridge logging is enabled
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Make ConcreteFunction.pretty_printed_signature deterministic.
—
gardener /
detail
- Fail faster in fully_connected_test
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Revert "Create ConvertXPlaneToMemoryProfile function for OSS TF memory profiler."
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA:coverage] Remove test that times out on coverage //third_party/tensorflow/compiler/xla/tests:convolution_test_viperfish_lite_iss
—
gardener /
detail
- Update GraphDef version to 390.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-03
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/57818885be51
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Change code examples in tf.strings.format to use TF 2.x
—
yong.tang.github /
detail
- Add gcs_file_system to be part of the pip wheel build
—
yong.tang.github /
detail
- Change to use >>> and ... in docstring format, based on review comment
—
yong.tang.github /
detail
- Remove explicit assert
—
yong.tang.github /
detail
- Update tensorflow/python/ops/string_ops.py
—
github /
detail
- Update tensorflow/python/ops/string_ops.py
—
github /
detail
- fix doctest failure
—
yong.tang.github /
detail
- fix trivial typo
—
ishizaki /
detail
- Remove unneeded "```" in docstring as doctest does not use "```" to locate code block (use ">>>" instead)
—
yong.tang.github /
detail
- Replace with a shorter example, and removes pylint disable
—
yong.tang.github /
detail
- Adding const qualifier to a few functions inorder to keep up
—
srinivasan.narayanamoorthy /
detail
- minor fix.
—
srinivasan.narayanamoorthy /
detail
- Avoid partially creating/updating cluster when some workers fail during update.
—
gardener /
detail
- Use correct RBE platform for our CPU RBE config.
—
gardener /
detail
- Refactor rbe_config.bzl to avoid calling platform / python config multiple times.
—
gardener /
detail
- Switch tensorflow::Env() to use pthread_create() to start threads instead of std::thread.
—
gardener /
detail
- Update tf.function's experimental_relax_shapes to handle composite tensors appropriately.
—
gardener /
detail
- Changes TFL BatchMatMul's inputs/options to be identical to TF versions.
—
gardener /
detail
- Make it harder to call the private RaggedTensor constructor from user code.
—
gardener /
detail
- Make it harder to call the private RaggedTensor constructor from user code.
—
gardener /
detail
- Make test for sparse tensor more generic.
—
gardener /
detail
- [tfdbg2] Fix debugger-generated names for Placeholder and Const ops
—
gardener /
detail
- Disable quantize_and_dequantize_op_test test on Windows
—
gardener /
detail
- Support native Raspberry Pi build for XNNPACK delegate
—
gardener /
detail
- Move tf.keras.experimental.SequenceFeatures to keras package.
—
gardener /
detail
- Delete outdated ops history.
—
gardener /
detail
- Split non-Python PJRT classes into their own directory.
—
gardener /
detail
- Modified convolution reader to support dynamic weights.
—
gardener /
detail
- Remove tpu specific dependencies for Cast.
—
gardener /
detail
- Add a bfloat16 registration for MulNoNan
—
gardener /
detail
- [XLA:coverage] Disable tests timing out on coverage.
—
gardener /
detail
- Add clarification to tf.clip_by_norm docs
—
gardener /
detail
- Rolling forward "[ParseSequenceExampleOp] Optimize config construction."
—
gardener /
detail
- Add the same scale decompose function
—
gardener /
detail
- Convolution performance improvement for Adreno.
—
gardener /
detail
- Re-enable keras_dnn_correctness_test as it appears no longer flaky.
—
gardener /
detail
- Raise a better error message when a DescriptorPool lookup fails because of a missing BUILD dep.
—
gardener /
detail
- Added support of dynamic weights for ConvBuffer1x1.
—
gardener /
detail
- Fix a destruction ordering issue with custom devices and the TFE_Context
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Fix flakiness in c_api_remote_test.
—
gardener /
detail
- Default values for TfLiteHexagonDelegateOptions
—
gardener /
detail
- [tfdbg2] Various improvements to DebugDataReader for DebuggerV2
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix test by raising a class level exception during setup.
—
gardener /
detail
- Use scratch buffer API in reference SVDF.
—
gardener /
detail
- Added support of size = -1 in Slice attributes.
—
gardener /
detail
- [tf.data] Moving `cardinality` to core API.
—
gardener /
detail
- Fix tf.angle for real tensors. For x < 0, the angle is pi, not zero.
—
gardener /
detail
- [XLA:Python] Specify a 2MiB stack size for host stream threads.
—
gardener /
detail
- *** Reason for rollback ***
—
gardener /
detail
- Added internal embedding ops
—
gardener /
detail
- [tf.data] Switch tf.data functions to default to using multi-device backend.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add transformations for TF/TFLite:
—
gardener /
detail
- [tf.data] Apply single-device multi component function optimization in `RunSync()`.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/9295f356bb30
—
gardener /
detail
- [TF:TRT] Check batch size consistency during segmentation for implicit batch
—
gardener /
detail
- Disable distribute_strategy_test on oss.
—
gardener /
detail
- *** Reason for rollback ***
—
gardener /
detail
- Bump open source llvm revision to 9295f356bb30f283219b3fd32542f0096cfb9316
—
gardener /
detail
- Add a CPU bfloat16 kernel for MulNoNan
—
gardener /
detail
- *** Reason for rollback ***
—
gardener /
detail
- [tf.data] Fix new autotune + fixed buffer size behavior.
—
gardener /
detail
- [tf.data] Add trace for IteratorGetNextAsOptionalOp::DoCompute
—
gardener /
detail
- Add the support for IteratorGetNextAsOptionalOp.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Correct the error message.
—
gardener /
detail
- Create interfaces for distributed iterators and iterables. These interfaces are private for now. Use them to break the circular dependency with AutoGraph.
—
gardener /
detail
- [tf.data] Fix new autotune + fixed buffer size behavior.
—
gardener /
detail
- Create ConvertXPlaneToMemoryProfile function for OSS TF memory profiler.
—
gardener /
detail
- Add "alwayslink = 1" to the "quantize_training" target.
—
gardener /
detail
- [tf.data] Make "DeleteIterator" op a `HybridAsyncOpKernel`.
—
gardener /
detail
- [OpKernelContext] Enable plumbing the executor type through to kernels.
—
gardener /
detail
- Make sure custom losses + metrics get autographed, even though autograph marks code in core Tensorflow with `DoNotConvert`
—
gardener /
detail
- Make sure custom losses + metrics get autographed, even though autograph marks code in core Tensorflow with `DoNotConvert`
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add BoundingBox helpers.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA] Add Cbrt operation (lowered to pow(1.0/3.0))
—
gardener /
detail
- Update GraphDef version to 389.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-02
—
gardener /
detail
- Enable dynamic shape tests for ConvertSqueeze
—
tfeher /
detail
- Include .h.inc file into the header files of the wheel package
—
yong.tang.github /
detail
- Improve docstring, and address issues from reviewer
—
tfeher /
detail
- Make ConvertSqueeze a value parameterized test
—
tfeher /
detail
- Update iOS related rules
—
keithbsmiley /
detail
- Add more test value parameters for ConvertSqueeze, improve helper functions
—
tfeher /
detail
- Fix regex for scope name specification
—
yong.tang.github /
detail
- Add test case for scope name regex
—
yong.tang.github /
detail
- Update test case to escape correctly, and add dash in part of the example
—
yong.tang.github /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/52eb2f65a7d2
—
gardener /
detail
- Bump open source llvm revision to 52eb2f65a7d28bb225ca8a0bc8c4090d324e22d9
—
gardener /
detail
- Use the new ruy API for caching constant matrices.
—
gardener /
detail
- Improve error message for invalid TensorSpecs in func_graph.py
—
gardener /
detail
- Add absl::Cord support to RAM file system so that internal ops/tests can use cords
—
gardener /
detail
- Add a tf-lite only python api-reference generator
—
gardener /
detail
- Replace spaces with underscore when making scope name.
—
gardener /
detail
- Add an einsum layer.
—
gardener /
detail
- Fix the gradient of x**0 wrt the base (it's now zero instead of NaN) for real dtypes when x is 0 or NaN.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [Single-threaded executor] Optimize the handling of `OpKernel::const_tensor()`.
—
gardener /
detail
- Use persistent buffer in reference fully_connected.
—
gardener /
detail
- Clearly indicate when to disable optimizations
—
gardener /
detail
- Clean up dead core.
—
gardener /
detail
- Don't propagate ref type if it wasn't originally done
—
gardener /
detail
- Add the scale propagation pass to the pipeline
—
gardener /
detail
- Initial checkin of SavedModelAPI C++ header-only API. Tensor, TensorHandle and ConreteFunction::Run will be added in a subsequent change. See RFC https://github.com/tensorflow/community/pull/207.
—
gardener /
detail
- Disable max_pool_2d_test under TSAN
—
gardener /
detail
- Disable flaky ASAN test
—
gardener /
detail
- Disable flaky ASAN test
—
gardener /
detail
- Disable flaky test on TAP
—
gardener /
detail
- Use persistent buffer in xtensa_hifimini/fully_connected.
—
gardener /
detail
- [WhileV2] Fix potential stack overflow when kernels execute inline.
—
gardener /
detail
- Add hardswish op to hexagon delegate for UInt8/Int8 inputs
—
gardener /
detail
- [tf.data] Moving `cardinality` to core API.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove async runs of cluster update with pending nodes tests.
—
gardener /
detail
- TF_LITE_MAYBE_KERNEL_LOG with a check for non-null context
—
gardener /
detail
- Enable a disable test as it no longer seems flaky.
—
gardener /
detail
- Treat "test_xla_gpu" as GPU_TEST in "NamedGPUCombination".
—
gardener /
detail
- Avoid partially creating/updating cluster when some workers fail during update.
—
gardener /
detail
- [tf.data service] Support __iter__ for tf.data service datasets.
—
gardener /
detail
- Re-enable multinomial_test, no longer flaky.
—
gardener /
detail
- Rolling forward "[Single-threaded executor] Optimize the handling of `OpKernel::const_tensor()`."
—
gardener /
detail
- Add transformations for TFLite:
—
gardener /
detail
- [TF:TRT] Disable the failing squeeze op test.
—
gardener /
detail
- Use persistent buffer in reference svdf.
—
gardener /
detail
- Add missing bug to disabled test target.
—
gardener /
detail
- Removing v1 optimizer tests from ctl_correctness_test to speed it up
—
gardener /
detail
- pfor: add support for vectorizing "While" and "StatelessWhile" ops.
—
gardener /
detail
- Handle constant inputs in xla-legalize-tf-with-tf2xla pass
—
gardener /
detail
- Remove reset_test argument from test_util.run_in_graph_and_eager_modes
—
gardener /
detail
- Update LLVM hash, manually, to fix Windows builds.
—
gardener /
detail
- Disable OwnedMultiDeviceIterator on TPU Pod.
—
gardener /
detail
- Add no_oss tag to custom_training_loop_input_test.
—
gardener /
detail
- Added converter of BHWC tensor to convolution weights (in specific layout).
—
gardener /
detail
- Add barebones TPUExtractHeadTailOutsideCompilation Pass.
—
gardener /
detail
- Enable lowering xla_hlo.convert to linalg.generic op.
—
gardener /
detail
- Allow functions with raw Send & Recv to be inlined
—
gardener /
detail
- Improve variable naming consistency in data_service_dataset_op
—
gardener /
detail
- Typo fix: `==` should be `=`.
—
gardener /
detail
- API to provide custom table level optimizers in TPUEmbedding.
—
gardener /
detail
- Initial checkin of C++ header-only Tensor API as part of RFC https://github.com/tensorflow/community/pull/207.
—
gardener /
detail
- Remove Layer._supports_ragged_inputs property.
—
gardener /
detail
- Enable previously disabled testUnevenDatasetBatchesBetweenGraph
—
gardener /
detail
- Support all applicable axes inputs to Concat
—
gardener /
detail
- Partial rollback of "[Single-threaded executor] Optimize the handling of `OpKernel::const_tensor()`."
—
gardener /
detail
- Refactors MemorySpaceAssignment to make it easier to subclass.
—
gardener /
detail
- Add transformations for TFLite:
—
gardener /
detail
- Added support of any weights sizes to ConverterToConvWeights.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add basic gpu support in TF-TFRT integration. When compiling with --config=cuda, tfrt will automatically detect the gpu device.
—
gardener /
detail
- [XLA]Add HLO infrastructure to support dynamic op lowering.
—
gardener /
detail
- Change Cord iteration spelling under PLATFORM_GOOGLE.
—
gardener /
detail
- Re-enabling ps test on OSS. It seems to no longer fail.
—
gardener /
detail
- Rollback of "Avoid partially creating/updating cluster when some workers fail during update." as it breaks on Windows
—
gardener /
detail
- Add tf.sparse.bincount op.
—
gardener /
detail
- Typo fix: tsan should have been asan as the test is flaky on ASAN
—
gardener /
detail
- Added support of dynamic weights to ConvPowerVR.
—
gardener /
detail
- Fix incompatibilities between DistributedIterator and the corresponding DistributedIteratorSpec.
—
gardener /
detail
- [ParseSequenceExampleOp] Optimize config construction.
—
gardener /
detail
- [tf.data] Switch tf.data functions to default to using multi-device backend.
—
gardener /
detail
- Disable broken Windows test
—
gardener /
detail
- Disable flaky test on TSAN
—
gardener /
detail
- Disable broken Windows test
—
gardener /
detail
- Enable logging by default about running or not the MLIR bridge
—
gardener /
detail
- Internal change
—
gardener /
detail
- Disable flaky guitar test
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [TF2XLA] Clarify the error message when XLA JIT is not available
—
gardener /
detail
- Internal change
—
gardener /
detail
- Added selector of Convolution with dynamic weights.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add `smart_resize` utility to resize images for use in contiguous batches, without
—
gardener /
detail
- Open source tf-to-corert and move non-OSS code to
—
gardener /
detail
- Improve comment for Optimize enum.
—
gardener /
detail
- Disable specific tests for TPU instead of entire test file.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 388.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-05-01
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Make BasicInterpreter.ThreeStepAllocate run on big-endian machines
—
frreiss /
detail
- Fix second instance of the same problem, and rename my_data -> data
—
frreiss /
detail
- refactoring: 'if' syntax deduplication
—
rladhkstn8 /
detail
- fix: Resolving incorrect value change error
—
github /
detail
- Enable TensorFlow Lite for Microcontrollers to build with CMSIS-NN
—
dan /
detail
- Integrate CMSIS-NN optimized function for max pooling
—
dan /
detail
- refactoring: early return 'if else' -> 'if'
—
rladhkstn8 /
detail
- refactoring: deduplication
—
rladhkstn8 /
detail
- refactoring: early return 'if else' -> 'if'
—
rladhkstn8 /
detail
- add case when errors is garbage collected
—
zilinzhu /
detail
- Fix docstring error of MlirPassthroughOp
—
yong.tang.github /
detail
- fix doc
—
huang.dexter /
detail
- Ensure `ParseOpData` always has a return value
—
dan /
detail
- Auto-populate main with the default so that for simple usage, users do not need to supply it.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Rollback of Rollback ram filesystem again as it still breaks Windows
—
gardener /
detail
- Fix build failures for python 3.8
—
yibairen.byron /
detail
- Replace tp_print to tp_vectorcall_offset for python 3.8
—
yibairen.byron /
detail
- Add RBE configuration that allows building against multiple python versions.
—
gardener /
detail
- Isolate TFLM project file dependencies.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add distribution strategy tests for Keras preprocessing layers.
—
gardener /
detail
- Update note about latest version
—
gardener /
detail
- [Build cleanup] Update #includes of moved header "graph/graph_constructor.h".
—
gardener /
detail
- Removing experimental from run_functions_eagerly. Also removed all references for the experimental one from documentation.
—
gardener /
detail
- [XLA] Lower verbosity of "Unexpectedly high number of iterations" warning.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/f9106e85c424
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Migrate our clang configuration to the new multi-python setup.
—
gardener /
detail
- Use strategy default device (if not None) as the destination for strategy.reduce.
—
gardener /
detail
- Reduce overuse of inline.
—
gardener /
detail
- Bump open source llvm revision to f9106e85c424756bcd1378d6a00bb582cc2114bb
—
gardener /
detail
- Some cleanup of reference fully connected.
—
gardener /
detail
- Run shape inference after LegalizeTF pass.
—
gardener /
detail
- Expose enable_v2_dtype_behavior as V1 symbol.
—
gardener /
detail
- Api doc fixit: Add executable example in `tf.keras.layers.Dense` and argument list in `__init__`.
—
gardener /
detail
- [XLA:Python] Remove the xla_client Backend class.
—
gardener /
detail
- Internal code change
—
gardener /
detail
- Remove redundant parenthesis in dataset_ops.py function `map`'s docstring.
—
gardener /
detail
- NFC: Disable clang format for op whitelist in xla-legalize-tf-with-tf2xla pass
—
gardener /
detail
- Enclose the set_cacheable in #ifdef TFLITE_WITH_RUY_GEMV.
—
gardener /
detail
- Don't crash for unranked tensor types.
—
gardener /
detail
- Use strategy default device (if not None) as the destination for strategy.reduce.
—
gardener /
detail
- [Build cleanup] Remove reference to moved files from "tensorflow/core/graph/BUILD".
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Internal test change for Android
—
gardener /
detail
- Move advanced AutoGraph material from tf.function guide into AutoGraph docs.
—
gardener /
detail
- Set up TFRT OSS dependency in Tensorflow.
—
gardener /
detail
- Add tracking bug for broken DistStrat test.
—
gardener /
detail
- Update comment to reference latest update.
—
gardener /
detail
- Update ruy to get the new cache API.
—
gardener /
detail
- Update embedding_ops doc:
—
gardener /
detail
- Lower precisions in autocast_variable_test
—
gardener /
detail
- [XLA] Dump debugging information from memory_space_assignment.
—
gardener /
detail
- In TPUExtractOutsideCompilation op, correctly return the outputs from TPU parallel_execute region.
—
gardener /
detail
- Allow custom backend legalization pass to compiler
—
gardener /
detail
- Deprecate tf.keras.experimental.terminate_keras_multiprocessing_pools. This is not tested and not used, as far as we can tell.
—
gardener /
detail
- Deprecate TF_USE_CUDNN env var.
—
gardener /
detail
- XLA SliceOP folding support
—
gardener /
detail
- Add FunctionLibraryRuntime::RunSync() methods that avoid the need for creating a callback.
—
gardener /
detail
- Fix a missing default case statement.
—
gardener /
detail
- [tf.data service] Refactor data service RPCs into DataServiceClient classes.
—
gardener /
detail
- Rewrite output state to match the input.
—
gardener /
detail
- Disable split_v_op test on Windows
—
gardener /
detail
- Handle cases where the SliceOp is a Noop
—
gardener /
detail
- Remove the requirement for the loop variable to be defined before the loop when used in `for ... in tf.range`.
—
gardener /
detail
- Concatenation zero-length operand removal
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix TFE_ContextClearCaches for TFRT.
—
gardener /
detail
- Add distribution strategy tests for normalization.
—
gardener /
detail
- Tweaked slice op to avoid reinterpret_cast
—
gardener /
detail
- Fixed StructuredTensor.partition_outer_dimension. The shape
—
gardener /
detail
- Allow unsigned integers in HLO_DimensionTensor and HLO_StaticShapeTensor
—
gardener /
detail
- [tf.data] Supporting shuffle + repeat fusion in TF 2 (and with correct `reshuffle_each_iteration` semantics).
—
gardener /
detail
- Use the same strategy in testEagerDistributionStrategy
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Let Defun helper methods able to recognize TF's new FuncGraph.
—
gardener /
detail
- Removing `inputs` arg from Layer `add_loss` API.
—
gardener /
detail
- Update the doc in map() where the need to use python function has a few options instead of two.
—
gardener /
detail
- In DistributedIteratorSpec.most_specific_compatible_type, combine _element_specs recursively.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Let Defun helper methods able to recognize TF's new FuncGraph.
—
gardener /
detail
- Fix lint violation to be 3.8 aware
—
gardener /
detail
- TFLM: Bumping up the kMaxChannels for Conv/DepthwiseConv to 1024
—
gardener /
detail
- Simplify, speed up and improve accuracy for xtensa fixedpoint utils.
—
gardener /
detail
- Fix a bug in the format converter.
—
gardener /
detail
- Add tf_device.cluster and tf_device.cluster_func to tf_device dialect.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Store single _initialize_op when loading SavedModel.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 387.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-30
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- _ConstantValue can now see through tf.identity ops
—
7938269+ngc92 /
detail
- fix dynamic compare broadcast
—
oyjmical /
detail
- refactor deplicate code
—
oyjmical /
detail
- delete blank line
—
oyjmical /
detail
- test fixes?
—
7938269+ngc92 /
detail
- Update snappy library to 1.1.8
—
yong.tang.github /
detail
- remapper test fix.
—
srinivasan.narayanamoorthy /
detail
- [ROCm] Updating ROCm CI scripts to skip //tensorflow/lite/...
—
deven.desai.amd /
detail
- rename function name to make them consistent
—
oyjmical /
detail
- Add missing mlir_passthrough_op in pip wheel install
—
yong.tang.github /
detail
- fix format
—
oyjmical /
detail
- Fix incorrect usage of os.system().
—
buchgr /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Enable setting shape of _Arg tensor for shape of resource args
—
gardener /
detail
- Restructure TF Lite API doc
—
gardener /
detail
- [XLA:Python] Harmonize the APIs of the pybind11-bound C++ Client abstraction and the Python Backend class.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/ef06016d7339
—
gardener /
detail
- [tfls.image] Add TensorImage.fromBitmap shortcut.
—
gardener /
detail
- Add BUILD files for the java generator.
—
gardener /
detail
- Update LLVM to ef06016d73390d5b380018cc0d16003b4ed4a35a
—
gardener /
detail
- Document FULLY_CONNECTED support in XNNPACK delegate
—
gardener /
detail
- Remove **kwargs from `fit`. It was never validated, which has the unfortunate side effect that misspelled keyword arguments are accepted despite doing nothing (e.g. `val_data`, `call_backs`, `epohcs` or whatever else).
—
gardener /
detail
- [Build cleanup] Split "core_cpu_impl" into fine-grained targets (4/n).
—
gardener /
detail
- Move shape inference pass to be before inliner in CreateTFStandardPipeline.
—
gardener /
detail
- Remove pattern to map xla_hlo.divide to tf.RealDiv.
—
gardener /
detail
- Simplify Model.run_eagerly logic for eager-only Model class.
—
gardener /
detail
- Fixing a function name typo, and removing TF_DeleteConcreteFunction.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Export all symbols for TFLite C++ .dll
—
gardener /
detail
- Restrict `xla_hlo.constant` to always have same type for value attribute and output.
—
gardener /
detail
- Splitting TF_LoadSavedModel into two functions, one that takes tags, and one that doesn't.
—
gardener /
detail
- Update tf.FusedBatchNormV3 legalization to support exponential_avg_factor.
—
gardener /
detail
- Emit @tf.function retracing warning only in eager execution.
—
gardener /
detail
- Move metadata_collector under cuda_deps to fix portability issues on cast.
—
gardener /
detail
- Break diag_op_test into more shards to prevent timeout.
—
gardener /
detail
- Small cleanups for experimental TFE attribute APIs
—
gardener /
detail
- [Profiler] Add tf-function stats to be part of op_stats.
—
gardener /
detail
- Create Keras Optimizer non slot variables inside strategy scope if the optimizer is created inside strategy scope.
—
gardener /
detail
- Support scalar inputs in Java TFLite API
—
gardener /
detail
- More allowed mutations on trackable lists without trackable components
—
gardener /
detail
- Add pass in MLIR to compress sparse tensor.
—
gardener /
detail
- Add tests for SyncOnReadVariable.scatter*
—
gardener /
detail
- Register int64 kernels for BroadcastTo
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove distribute test libraries from python:no_contrib
—
gardener /
detail
- Add memory warning for broadcast_to docs.
—
gardener /
detail
- Branch TransformTensor operation to TransformTensorV2.
—
gardener /
detail
- Allow CLion to include targets that depend on Python-generated headers.
—
gardener /
detail
- Update hexagon guide to link to the new hexagon libraries version v 1.17
—
gardener /
detail
- Allow Philox to be fed with 2 elements state.
—
gardener /
detail
- Fix handling of PartitionedCall in ShapeInference pass. Previously, the pass
—
gardener /
detail
- Make the keras background graph for functional api construction thread-local, so models can be constructed and trained in separate threads simultaneously.
—
gardener /
detail
- Change PyLocal* names to PjRt*, where PjRt stands for "pretty much
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update ReplicateToIslandPass to generate sink islands with fetch operand types instead of replicate island result types.
—
gardener /
detail
- array_ops.meshgrid should correctly handle no/empty args
—
gardener /
detail
- Refactor SyncOnReadVariable update methods to be consistent with MirroredVariable.
—
gardener /
detail
- Document and test explicit padding for separable_conv2d.
—
gardener /
detail
- Update java generator.
—
gardener /
detail
- Correct typo and better doc.
—
gardener /
detail
- Refine result type of std.tensor_cast op during shape inference.
—
gardener /
detail
- Fix flaky loss_scale_optimizer_test.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [RunHandler] Minor optimizations to environment variable handling.
—
gardener /
detail
- Move tf.StringFormat from tf_generated_ops.td to tf_ops.td (NFC).
—
gardener /
detail
- Update description of tf.BroadcastTo in TensorFlow MLIR ODS to reflect description in TensorFlow op registry (NFC).
—
gardener /
detail
- Enable setting an op resolver for the tflite model reader.
—
gardener /
detail
- Deprecate Layer `get_updates_for` and `get_losses_for` APIs.
—
gardener /
detail
- Attempt to fix certain testable docstrings.
—
gardener /
detail
- Internal change
—
gardener /
detail
- _Arg node requires _handle_dtypes and _handle_shapes attr when T is DT_RESOURCE.
—
gardener /
detail
- Created a new class, SchedulerState, to encapsulate all of the scheduler state-related functionality we would like to reuse across different scheduler implementations. Scheduler state-related member functions/variables in VirtualScheduler have been moved to SchedulerState accordingly.
—
gardener /
detail
- Internal code change
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Upgrade hexagon_nn to v1.17
—
gardener /
detail
- Introduce non-blocking component function execution.
—
gardener /
detail
- Update Eigen to: https://gitlab.com/libeigen/eigen/-/commit/ab773c7e914633ec4a3ee1f7cdea8b168d3bce1a
—
gardener /
detail
- Avoid pointer indirection in handle, context & op
—
gardener /
detail
- Update Eigen commit used by TensorFlow to 1e41406c362788057b3adcd9a25b73f43e6e6492.
—
gardener /
detail
- Test TextVectorization with all distribution strategies.
—
gardener /
detail
- Small additions to DistributedStrategy's API docs
—
gardener /
detail
- [Build cleanup] Split "core_cpu_impl" into fine-grained targets (5/5).
—
gardener /
detail
- Fix the linking issue as reported in https://github.com/tensorflow/tensorflow/pull/38833
—
gardener /
detail
- [dataset_test_base.h] Remove *.proto.h includes.
—
gardener /
detail
- Add a TODO to remove std.tensor_cast special case in tf-shape-inference.
—
gardener /
detail
- [tf.data] Switch tf.data functions to default to using multi-device backend.
—
gardener /
detail
- [tfls.util] Add Model.Options class.
—
gardener /
detail
- Support MediaPipe Convolution2DTransposeBias in XNNPACK delegate
—
gardener /
detail
- Internal change
—
gardener /
detail
- Update doc to comply with Swift API change
—
gardener /
detail
- [tf.data] Switch tf.data functions to default to using multi-device backend.
—
gardener /
detail
- Roll forward with fix for Windows & PPC.
—
gardener /
detail
- Add machine types people use as host for TF builds.
—
gardener /
detail
- Update GraphDef version to 386.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-29
—
gardener /
detail
- update instruction for cleaning CocoaPods cache.
—
gardener /
detail
- Only print the ptxas not found if the error code is NOT_FOUND.
—
gardener /
detail
- Allow Prefetching on GPU
—
github /
detail
- Unittest Added to reproduce the bug
—
contact /
detail
- Improved Unittest
—
contact /
detail
- iterator.get_next() colocation bug also fixed
—
contact /
detail
- Additional GPU Prefetch Fix
—
contact /
detail
- Formatting fix tensorflow/python/data/experimental/kernel_tests/prefetch_to_device_test.py
—
contact /
detail
- Update prefetching_ops.py
—
github /
detail
- Update dataset_ops.py
—
github /
detail
- Update prefetching_ops.py
—
github /
detail
- Change ops.colocate_with to ops.device
—
contact /
detail
- Change ops.colocate_with to ops.device in Iterator
—
contact /
detail
- Change ops.colocate_with to ops.device in Iterator - 2
—
contact /
detail
- Unittest fix
—
contact /
detail
- Unittests modifications as requested
—
contact /
detail
- Changes Requested
—
contact /
detail
- Bug Fix
—
contact /
detail
- Enabling bf16 fusions
—
mahmoud.abuzaina /
detail
- replace std::round() with TfLiteRound().
—
peng.sun /
detail
- Unittest Changes requested
—
contact /
detail
- Linting Issues Fix
—
contact /
detail
- Linting Issues Fix
—
contact /
detail
- substitute regex to match multi-line timeline_label
—
zilinzhu /
detail
- Update set of -std values supported by nvcc.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Rollback ram filesystem again as it still breaks Windows
—
gardener /
detail
- Remove '-std=c++11' from GPU crosstool compiler invocation.
—
gardener /
detail
- Update StructuredTensor to use merged RowPartitions.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- TF BatchMatMul/V2 -> TFL BatchMatMul when batch size is unknown.
—
gardener /
detail
- [TF:TRT] Avoid generating segments that won't be accepted for TRTEngineOp.
—
gardener /
detail
- Verify replica count from AllReduce replica group config
—
gardener /
detail
- TF BatchMatMul/V2 -> TFL BatchMatMul when batch size is unknown.
—
gardener /
detail
- [ExpandDimsOp] Micro-optimizations for `tf.expand_dims()`.
—
gardener /
detail
- Remove warning upon using generator inputs with multiprocessing.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/8c8aae852b5e
—
gardener /
detail
- Bump open source llvm revision to 8c8aae852b5e60929156054808af941fc0745d46
—
gardener /
detail
- Internal change
—
gardener /
detail
- Only generate xla_hlo.constant where result and attribute types match exactly.
—
gardener /
detail
- [Build cleanup] Split "core_cpu_impl" into fine-grained targets (3/n).
—
gardener /
detail
- Fixed Add fusion in OpenCL.
—
gardener /
detail
- Use DenseStringElementsAttr for transporting string arrays
—
gardener /
detail
- OSS the memory_profile.proto for TF profiler.
—
gardener /
detail
- [Grappler] Allow feeding non-zero index tensors to Grappler optimizer
—
gardener /
detail
- Fix / standardize references in Keras Applications docstrings.
—
gardener /
detail
- [XLA:Python] API cleanups.
—
gardener /
detail
- Saturate when converting image between datatypes in adjust_jpeg_quality.
—
gardener /
detail
- Fixes:GitHub Issue #38640
—
gardener /
detail
- [XLA:Python] Make arguments and backend options mandatory arguments to execute_with_python_values.
—
gardener /
detail
- Change fronend-attribute value format as a string and add missing parsing
—
gardener /
detail
- Ensure that models with no fused bias into TransposeConv are exported with only three inputs. This is to ensure that these models still run with older builds of the TFlite runtime.
—
gardener /
detail
- Make few implicit casts explicit to resolve clang warnings
—
gardener /
detail
- Opensource TensorFlow's Doclava setup.
—
gardener /
detail
- Use __getattr__ in Optimizer instead of __getattribute__
—
gardener /
detail
- Generalize reshape op lowering to cover expansion/collapse of dims.
—
gardener /
detail
- Improve documentation for the unified C API and perform some minor cleanups
—
gardener /
detail
- Introduce PackedTensorHandleData to TensorHandle. A PackedTensorHandleData refers to a list of TensorHandles of the same dtype and shape.
—
gardener /
detail
- [tf.data] Instruct Grappler not to apply tf.data optimizations to the function library.
—
gardener /
detail
- Fix flakiness in XNNPACK Logistic test
—
gardener /
detail
- Don't mangle list of types to string attr
—
gardener /
detail
- Group TF1 profiles using the distributed runtime.
—
gardener /
detail
- Support steps_per_execution in Model.predict
—
gardener /
detail
- Ensure distributed_file_utils.remove_temp_dirpath() can be safely called multiple times.
—
gardener /
detail
- Redo:Adds support for half_pixel_centers & align_corners in TFLite's resizeNN kernel.
—
gardener /
detail
- Log individual test times to help users track down long-running tests.
—
gardener /
detail
- Fix RPI CI build failure
—
gardener /
detail
- MLIR TF2XLA bridge: BatchMatMulV2 lowering for dynamic shapes
—
gardener /
detail
- Calculate only necessary gradients of captures in while loop
—
gardener /
detail
- Use __getattr__ in Optimizer instead of __getattribute__
—
gardener /
detail
- During import add resource type's subtypes.
—
gardener /
detail
- tf.keras.layers.Conv: Use most_specific_compatible_shape to determine when to re-build the internal nn_ops.Convolution object.
—
gardener /
detail
- [mlir] Support xla_hlo.broadcast to linalg.generic conversion
—
gardener /
detail
- Internal change to build rules
—
gardener /
detail
- Branch RoIToTransforMatrix operation to RoIToTransforMatrixV2.
—
gardener /
detail
- Add sanity checks to the following TFL ops
—
gardener /
detail
- Revise Swift API style
—
gardener /
detail
- Add optional layout constraint to AllToAll
—
gardener /
detail
- [tf.data] Fix a bug in input time computation.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Enable framework_ops_test test for TFRT.
—
gardener /
detail
- tf.keras.layers.Conv: Use most_specific_compatible_shape to determine when to re-build the internal nn_ops.Convolution object.
—
gardener /
detail
- Fix the iOS benchmark app build by adding CoreML framework
—
gardener /
detail
- Enable resnet50 tfrt target. The actual tests are largely disabled.
—
gardener /
detail
- [tf.data] Update the processing time functions to solve the stack overflow problem.
—
gardener /
detail
- TFLite Metal delegate: Memory leak when aggressive wait mode is used has been fixed.
—
gardener /
detail
- Dataset utilities UX improvements
—
gardener /
detail
- Add a TFL_CustomOp definition and support in exporter and importer.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Add sanity checks to TFLite's MulOp
—
gardener /
detail
- Display the list of the available platforms in the error message.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-28
—
gardener /
detail
- Update GraphDef version to 385.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Remove unused pybind for sparsification.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Introduce a RamFileSystem for TensorFlow
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Moving init_scope from Reduce metric to base class add_weight call.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Generalize reshape op lowering to cover expansion/collapse of dims.
—
gardener /
detail
- Generalize reshape op lowering to cover expansion/collapse of dims.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-27
—
gardener /
detail
- Update GraphDef version to 384.
—
gardener /
detail
- Fix a potential overflow bug.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Make tf_gpu_cc_test always execute the test in CPU only build, and fixed a bug exposed in c_api_test by this change.
—
ag.ramesh /
detail
- Install multiple python versions simultaneously in our remote build docker.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Register ram filesystem on Windows too
—
gardener /
detail
- Refactor the C Unified API TF_AbstractTensor implementation the same way the ExecutionContext is exposed
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Refactor unified C API: extract the struct AbstractOp in the private header
—
gardener /
detail
- Remove TF_ExecutionContextOptions from the unified C API
—
gardener /
detail
- Refactor TF_OutputList in the C unified API to align with the other C++ type
—
gardener /
detail
- Refactor AbstractionFunction implementation to make it abstract on the C++ side as well
—
gardener /
detail
- Refactor the unified C API: split the eager/graph implementation in different files
—
gardener /
detail
- Add CompositeTensor support to distributed iterators.
—
gardener /
detail
- Modernize tf.gradients docstring.
—
gardener /
detail
- [tf.data] Modifying auto-sharding to remove unsupported `assert_cardinality` transformations (instead of triggering an error).
—
gardener /
detail
- Re-enable TSAN for remote_cluster_test.
—
gardener /
detail
- [tf.data] Make `AnonymousSeedGeneratorHandleOp` thread-safe.
—
gardener /
detail
- Use internal graph indices as delegate indices.
—
gardener /
detail
- Use global empty tuple/dict.
—
gardener /
detail
- Stops special-casing first argument in Keras's internal Node representation. This makes the special-casing-behavior in __call__ more explicit, and make it easier to reduce how much special casing of the first argument Keras does moving forward.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Introduce a RamFileSystem for TensorFlow
—
gardener /
detail
- [tf.sparse_segment_*()] Grappler optimization to avoid casts for indices/segment_ids.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA] Turn constant dynamic slices into slices.
—
gardener /
detail
- Update match dtype logic in LossesContainer.
—
gardener /
detail
- [tf.data service] Make server_lib visible.
—
gardener /
detail
- Clean up expired forward compatibility checks.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Register MLIR Context and PassManager option for tf_tfl_translate command line parsing
—
gardener /
detail
- Disable node_test on mac.
—
gardener /
detail
- [tf.data] Warn users that the `tf.config.experimental_run_functions_eagerly` option does not apply to tf.data functions.
—
gardener /
detail
- Update GraphDef version to 383.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-26
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update documentation to switch from deprecated tf.extract_image_patches to tf.image.extract_patches
—
yong.tang.github /
detail
- build fix.
—
srinivasan.narayanamoorthy /
detail
- Revert skipping part of saved_model_test.test_mnist_cnn.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA:Python] Lower minimum alignment requirement for zero-copy buffer passing.
—
gardener /
detail
- Fix XLA Igamma(c) when x >> a.
—
gardener /
detail
- Created a new class, SchedulerState, to encapsulate all of the scheduler state-related functionality we would like to reuse across different scheduler implementations. Scheduler state-related member functions/variables in VirtualScheduler have been moved to SchedulerState accordingly.
—
gardener /
detail
- Rename shared_device_buffer to tracked_device_buffer to reflect the
—
gardener /
detail
- Don't pass invalid args to tp_new, it triggers an assertion in Python 3.7+.
—
gardener /
detail
- Flip shape inference importer flag default
—
gardener /
detail
- Add auto generated TensorFlow op ApproximateEqual
—
gardener /
detail
- Adds support for half_pixel_centers & align_corners in TFLite's resizeNN kernel.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix convolution_2d_transpose_bias without bias
—
gardener /
detail
- [XLA:Python] Remove some Python 2 compatibility code.
—
gardener /
detail
- Roll forward with fix for tf-serving.
—
gardener /
detail
- Properly handle negative shape dimensions from improper saved models.
—
gardener /
detail
- [XLA:Python] Delete xla_client.{Computation,ComputationBuilder}.
—
gardener /
detail
- Convert f16 and bf16 element type constants to/from XLA literal
—
gardener /
detail
- Add folder for BroadcastInDimOp
—
gardener /
detail
- Make DerivedXLineBuilder public.
—
gardener /
detail
- Implement `InferShapedTypeOpInterface` interface on all CHLO broadcastable binary elementwise ops.
—
gardener /
detail
- Implement a custom MLIR attribute in TF dialect for shape attributes.
—
gardener /
detail
- [Grappler] Disable node-destructing rewrites if node is in the preserve set
—
gardener /
detail
- Add broadcasting binary op patterns for Complex and Compare.
—
gardener /
detail
- handle the case where cupti subscribe return CUPTI_ERROR_MAX_LIMIT_REACHED.
—
gardener /
detail
- Adding tf_copts() to SavedModel libraries exporting public C symbols. Missing this will cause Windows to add a dllimport attribute instead of the dllexport attribute.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/9774c34a84e3
—
gardener /
detail
- [tf.data service] Support non-localhost worker address.
—
gardener /
detail
- Plumb inference enabling flag to inner importer
—
gardener /
detail
- Bump open source llvm revision to 9774c34a84e336968f276591c200bd955631c5be
—
gardener /
detail
- Implement test pass for checking behavior of InferShapedTypeOpInterface and add tests for CHLO.
—
gardener /
detail
- Update tf.MatrixBandPart, tf.ResourceApplyAdagradV2 and tf.ResourceApplyMomentum summaries and descriptions to match between TensorFlow op definitions and TensorFlow MLIR ODS.
—
gardener /
detail
- [Grappler] Add arithmetic optimizer stage for optimizing `tf.nn.embedding_lookup_sparse()`.
—
gardener /
detail
- Prevent loading saved models where constant nodes have no tensor value.
—
gardener /
detail
- Create Keras Optimizer non slot variables inside strategy scope if the optimizer is created inside strategy scope.
—
gardener /
detail
- Remove the necessity of acquiring context_update_mu_ in cluster update.
—
gardener /
detail
- [XLA] Turn constant dynamic slices into slices.
—
gardener /
detail
- Materialize derived shapes as TF_ShapeAttrs.
—
gardener /
detail
- Don't use version 3 for TransposeConv if the optional bias isn't specified.
—
gardener /
detail
- Lower xla_hlo.convert to tf.Cast op.
—
gardener /
detail
- Fix resize check for Java inputs
—
gardener /
detail
- Non-functional change in preparation for introducing non-blocking function execution.
—
gardener /
detail
- Flip behavior for SavedModel importer to not use shape inference on import
—
gardener /
detail
- [Grappler] Fix a bug in folding multiply into add arithmetic optimization
—
gardener /
detail
- Fix minimal logging build for macos
—
gardener /
detail
- Refactor the derived_timeline files.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA] Change backend_config from string to bytes
—
gardener /
detail
- [XLA] Turn constant dynamic slices into slices.
—
gardener /
detail
- Add python wrapper to modify model interface for full integer quantization
—
gardener /
detail
- Introduce unsigned integer types for HLO dialect
—
gardener /
detail
- Flip behavior for SavedModel importer to not use shape inference on import
—
gardener /
detail
- RankOp folder for RankedTensorType
—
gardener /
detail
- Create Keras Optimizer non slot variables inside strategy scope if the optimizer is created inside strategy scope.
—
gardener /
detail
- Improve testing of the stack operation.
—
gardener /
detail
- Replace the MACRO in sub with a templated function.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix minimal logging build for macos
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/79702dd349f3
—
gardener /
detail
- Refactor SyncOnReadVariable update methods to be consistent with MirroredVariable.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Improve tf.io.gfile.glob docs.
—
gardener /
detail
- Refactor the unified C API implementation in a private header
—
gardener /
detail
- Disabling tensorflow/core/profiler/internal/gpu:device_tracer_test_gpu on TAP.
—
gardener /
detail
- Add notsan to //third_party/tensorflow/lite/delegates/xnnpack:logistic_test.
—
gardener /
detail
- [Grappler] Do not rewrite nodes in a feed set in arithmetic and function optimizers
—
gardener /
detail
- Bump open source llvm revision to 79702dd349f31c0c67bf35f36435fdc843fcd052
—
gardener /
detail
- Raise UnImplemented ParameterServerStrategy w/ custom training in TF2 and w/ Keras
—
gardener /
detail
- Introduce a RamFileSystem for TensorFlow
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-25
—
gardener /
detail
- Update GraphDef version to 382.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Don't build the RTOS component of Mbed OS in order to save flash/RAM
—
jens.elofsson /
detail
- Add the micro_recognition example.
—
jens.elofsson /
detail
- Add micro_recognition testcase.
—
jens.elofsson /
detail
- Add a README file for the micro_recognition example.
—
jens.elofsson /
detail
- Fix review comments.
—
jens.elofsson /
detail
- Fix review comments.
—
jens.elofsson /
detail
- Remove the model from the repo.
—
jens.elofsson /
detail
- Download the image recognition model when building.
—
jens.elofsson /
detail
- Adapt to the move of micro.
—
jens.elofsson /
detail
- Micro: Remove IMAGE_ARRAY define.
—
jens.elofsson /
detail
- Move image_recognition to examples/experimental/.
—
jens.elofsson /
detail
- Add wildcard for tensorflow/lite/micro/examples/experimental/-folder.
—
jens.elofsson /
detail
- add different pattern to show op in timeline
—
zilinzhu /
detail
- fix bug
—
zilinzhu /
detail
- Rename disco/ to stm32f746_discovery/.
—
jens.elofsson /
detail
- Replace Report() with TF_LITE_REPORT_ERROR-macro.
—
jens.elofsson /
detail
- add comments and fix typos
—
zilinzhu /
detail
- correct lint warnings
—
zilinzhu /
detail
- add check for 0 funcs and raise error
—
vasanirushabh24 /
detail
- fix typo
—
vasanirushabh24 /
detail
- add test and fix docstring
—
vasanirushabh24 /
detail
- Consistent capitalization of Python in array_ops.py
—
github /
detail
- Update CI build scripts
—
biagio.hkr /
detail
- [ROCm] Updating Dockerfile.rocm / CI scripts to use ROCm 3.3
—
deven.desai.amd /
detail
- Add builtin len() support of tf.data.Dataset for autograph
—
yong.tang.github /
detail
- Add test case for builtin len() support of tf.data.Dataset in autograph
—
yong.tang.github /
detail
- Use cardinality to process the infinite case, as was suggested by review comment
—
yong.tang.github /
detail
- Fallback to reduce to process the unknown cardinality case
—
yong.tang.github /
detail
- Add test case for unknown and infinite cadinality of dataset
—
yong.tang.github /
detail
- Pylint fix
—
yong.tang.github /
detail
- Throw out error for cardinality == UNKNOWN as well
—
yong.tang.github /
detail
- Update PR based on review comment, for using identity and using tf.function for graph mode
—
yong.tang.github /
detail
- [ROCm] Fix for a build failure on the ROCm platform - 200323 -
—
deven.desai.amd /
detail
- Disabling 3 subtests within the //tensorflow/core/grappler/optimizers:constant_folding_test
—
deven.desai.amd /
detail
- Update test with self.evaluate(), as was suggested in review
—
yong.tang.github /
detail
- update docstring
—
github /
detail
- [MLIR][XLA] Add HLO to LHLO legalisation patterns for complex, imag, and real operations.
—
gardener /
detail
- Bump open source llvm revision to 35cf2f42dda4d708741e06570b2dbe91cec4dc41
—
gardener /
detail
- Use splat constructor while create constant in legalization of tf.FusedBatchNormV3 op.
—
gardener /
detail
- [XLA:GPU] Don't horizontally fuse fusions with DUS roots
—
gardener /
detail
- [tf.data] This CL changes how the shuffle seed generator is managed, making it possible for the shuffle dataset to support both a) sharing of the seed generator across iterators and b) serialization. As a consequence, this CL enables reshuffling across iterations for tf.distribute and tf.data service use cases (which require both sharing of the seed generator across iterators and serialization support).
—
gardener /
detail
- Minor cleanup of dead code.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Adds support for half_pixel_centers & align_corners in TFLite's resizeNN kernel.
—
gardener /
detail
- Fix typo "arguements" in Keras base_layer.py
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add distribution strategy tests.
—
gardener /
detail
- Export ABSL seed symbol in linker script
—
gardener /
detail
- Use internal graph indices as delegate indices.
—
gardener /
detail
- Switch from unordered_map to absl::flat_hash_map
—
gardener /
detail
- Improve testing of tf.bool in tf.unstack op.
—
gardener /
detail
- Add chlo -> hlo lowerings for dynamic broadcasts.
—
gardener /
detail
- Add missing symbols to symbols_pybind.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Export text_dataset_from_directory to the public API.
—
gardener /
detail
- [tf.data service] Make master the source of truth for jobs finishing.
—
gardener /
detail
- Update sequential model to not rely on self._is_graph_network.
—
gardener /
detail
- Windows toolchains (e.g. MSVC 2017) do not provide C11 ::aligned_alloc
—
gardener /
detail
- Error out from ScopedAllocatorOptimizer when input shape is not fully known.
—
gardener /
detail
- [XLA] Move assignment exporting and graph coloring until after the graph is simplified.
—
gardener /
detail
- Use toco_pybind to invoke model sparsification logic for pip size purpose.
—
gardener /
detail
- [tf.sparse.segment_*()] Add missing kernel registrations for DT_INT64 indices.
—
gardener /
detail
- [tf.data] Remove invalid test.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Nanosecond latency measurement for OVIC.
—
gardener /
detail
- Ensure TFLite shared libs have resolved symbols
—
gardener /
detail
- Skip part of saved_model_test.test_mnist_cnn due to failure on guitar.
—
gardener /
detail
- Avoid re-creating cluster FLR and process FLR when updating worker context.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- Add serialization backwards compatibility tests
—
gardener /
detail
- Change visibility rules.
—
gardener /
detail
- [XLA:Python] Add default arguments to some collective ops.
—
gardener /
detail
- Use --no-cache-dir more often to save Docker image space
—
gardener /
detail
- Make shape inference on import optional
—
gardener /
detail
- Add CompositeTensor support to distributed iterators.
—
gardener /
detail
- Tensor Tracer:
—
gardener /
detail
- [XLA] Fix alternate memory reporting.
—
gardener /
detail
- [grappler] Remove dead code during tensor constant compression.
—
gardener /
detail
- Make chlo_legalize_to_hlo_broadcasts.mlir actually dynamic.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Add a SavedModelAPI factory function to AbstractContextInterface, which allows a runtime-agnostic SavedModelAPI implementation. See RFC https://github.com/tensorflow/community/pull/207.
—
gardener /
detail
- Add partial ExtractOutsideCompilationPass for extracting CPU computation from TPU cluster.
—
gardener /
detail
- Disable (ResizeNearestNeighborReference, Test2x2To3x3_AlignCorners) test in resize_nearest_neighbor_test.cc for OSS breakage.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Add tfjs optimization pass with the first optimization as transforming tf.keras prelu op sets into tfjs.Prelu op.
—
gardener /
detail
- Rename SharedDeviceBuffer to TrackedDeviceBuffer since that better describes its purpose now. Also rename BufferDefinitionEvent to BufferSequencingEvent since the class is used for tracking reads as well as writes now. A followup commit will rename the files to reflect the new class name.
—
gardener /
detail
- MLIR conversion for ScatterND
—
gardener /
detail
- Add -fno-threadsafe-statics to bluepill build.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fully Connected operator in XNNPACK delegate
—
gardener /
detail
- Fix the bug that flatbuffer importer doesn't import dynamic shape tensor correctly.
—
gardener /
detail
- Created a new class, SchedulerState, to encapsulate all of the scheduler state-related functionality we would like to reuse across different scheduler implementations. Scheduler state-related member functions/variables in VirtualScheduler have been moved to SchedulerState accordingly.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Update GraphDef version to 381.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-24
—
gardener /
detail
- [XLA:CPU] Reconsider alignment heuristics
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- This PR is one of steps to extend 8-bit quantization to support symmetric 16-bit activations.
—
elena.zhelezina /
detail
- Addressed reviewer comments.
—
elena.zhelezina /
detail
- Tidy up for CONV2D: input/output offset is zero in case of 16-bit activations.
—
elena.zhelezina /
detail
- When activation is relu, we need to clamp the values.
—
elena.zhelezina /
detail
- Fix for sanity check with buildifier.
—
elena.zhelezina /
detail
- Fix for warning: unused variable.
—
elena.zhelezina /
detail
- Fix for the warning.
—
elena.zhelezina /
detail
- Updated test and fixed a build error.
—
elena.zhelezina /
detail
- Boiler plate code for dnnl threadpool and mkl_conv_ops.cc
—
srinivasan.narayanamoorthy /
detail
- Fix for fsanitize=undefined.
—
elena.zhelezina /
detail
- review changes.
—
srinivasan.narayanamoorthy /
detail
- minor cleanup.
—
srinivasan.narayanamoorthy /
detail
- Upgrading DNNL(previously known as MKL DNN) to v1.4
—
ag.ramesh /
detail
- [TFLite] Introduce ruy_profiler to makefile
—
yu65789 /
detail
- [Intel MKL] Fixes an issue with tensorflow bfloat16 scope that creates node names with '//', which causes unknown node name problem when run inference from a trained checkpoint
—
xiaoming.cui /
detail
- Adding TF_TRT_BLACKLIST_OP
—
contact /
detail
- Changing TF_TRT_BLACKLIST_OP to TF_TRT_BLACKLIST_OPS
—
contact /
detail
- Cleaning Leftovers
—
contact /
detail
- adds build capability under msys on win64 host; uses unzip for unpacking zip files, corrects emulation of --strip-components=1 with unzip
—
manuel.loew.infineon /
detail
- Env Var name change
—
contact /
detail
- sorting header files.
—
srinivasan.narayanamoorthy /
detail
- [XLA] Add support for bf16 map() to HloEvaluator
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Removed redundant empty spaces in order to have proper links.
—
gardener /
detail
- [MLIR] Disable SelectAndScatterOp tests temporarily.
—
gardener /
detail
- Match type of unused outputs of `tf.FusedBatchNormV3` during legalization.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [tf2tensorrt] Support Conv2DBackpropInput with input_sizes of size 2.
—
gardener /
detail
- Simplify shape code.
—
gardener /
detail
- Depend on a specific version of google-api-python-client.
—
gardener /
detail
- Add rank check to Sub op delegation to NNAPI
—
gardener /
detail
- Track lambda functions separately in the CFG, consistent with normal function definitions.
—
gardener /
detail
- [XLA][MLIR] Add complex unary elementwise op definitions to LHLO dialect.
—
gardener /
detail
- Rolling forward "[tf.unique] Optimize the hash table implementation in `UniqueOp::Compute()`."
—
gardener /
detail
- Rolling forward "[Build cleanup] Split "core_cpu_impl" into fine-grained targets (1/n)."
—
gardener /
detail
- [MLIR][XLA] Add complex, imag, and real to lhlo/hlo emitters.
—
gardener /
detail
- Add Python bindings and some tests for the parallel device
—
gardener /
detail
- Legalize tf.Round to xla_hlo.round
—
gardener /
detail
- Fix a wrong header and tweaked the wording a little bit.
—
gardener /
detail
- Add file identifier and model version to python TFLite FlatBuffers
—
gardener /
detail
- Create `text_dataset_from_directory` utility and refactor shared code between `text_dataset_from_directory` and `image_dataset_from_directory`.
—
gardener /
detail
- Make sure context_view_id_ is always initialized.
—
gardener /
detail
- Internal visibility change.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Change `log` to `log1p` in Random Gamma sampler.
—
gardener /
detail
- Add an option to choose the I/O Device for saving and loading models.
—
gardener /
detail
- Use ruy's newly curated default set of paths.
—
gardener /
detail
- Update tf.InfeedDequeueTuple -> xla_hlo.infeed legalization to insert a default sharding (device 0) to account for token result.
—
gardener /
detail
- rollback of change
—
gardener /
detail
- add tfstreamz metric capture support.
—
gardener /
detail
- Add type op interface to tf.const
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- PR #34903: TransposeConv with Bias
—
gardener /
detail
- Move TensorLike under types.internal and rename it NativeObject to distinguish from types which actually behave like tensors.
—
gardener /
detail
- Fix error and reenable input_lib_test.
—
gardener /
detail
- Improves tf-numpy's `clip` to pass testClipStaticBounds, and adds uint8 kernels to tf.minimum and tf.maximum.
—
gardener /
detail
- Add no_gpu tag on tensorflow/python:timeline_test_gpu.
—
gardener /
detail
- Disabling remote_mirrored_strategy_eager_test in OSS.
—
gardener /
detail
- Make tensor with dims product equal to 1 be considered as a scalar.
—
gardener /
detail
- Adapt TFLite to new ruy::Context API.
—
gardener /
detail
- Exposes should_record_summaries() and optimizes for static record_if values.
—
gardener /
detail
- Change incorrect padding comment.
—
gardener /
detail
- Update ops-related pbtxt files.
—
gardener /
detail
- [XLA][TF2XLA] Support tensor list with dynamic dimension.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA] Add a RootInstructionSinker pass.
—
gardener /
detail
- Ensure TFLite shared libs have resolved symbols
—
gardener /
detail
- [tf.data service] Expose number of master tasks through test server_lib.
—
gardener /
detail
- Update docstring for tf.group and add note to tf.control_dependencies.
—
gardener /
detail
- MSVC compatibility in TFLite interpreter test
—
gardener /
detail
- Add parameter to BuiltinDataAllocator::Allocate for requesting alignment.
—
gardener /
detail
- Only check Callback batch timings and throw warning once per method.
—
gardener /
detail
- [Build cleanup] Split "core_cpu_impl" into fine-grained targets (2/n).
—
gardener /
detail
- [XLA:Python] Make xla_client_test.py parametric in its backend.
—
gardener /
detail
- Internal change
—
gardener /
detail
- Minor cleanup for the network inits.
—
gardener /
detail
- Update TensorFlow MLIR ODS for tf.Maximum and tf.Minimum to support uint8.
—
gardener /
detail
- Add a launch id field in run options and hlo module config.
—
gardener /
detail
- Partially add derived attribute materialize functions
—
gardener /
detail
- Make multiple changes to enable running an inference model on TFRT:
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix deps error for evaluation_stages python library
—
gardener /
detail
- open source task API c code
—
gardener /
detail
- Support non-constant begin and end inputs to tf.StridedSlice in TF to XLA HLO lowering.
—
gardener /
detail
- fix the typo
—
gardener /
detail
- serialize tensorflow::monitoring::Percentiles to xplane.
—
gardener /
detail
- Better, actionable error message when Model.fit, evaluate, predict, or on_batch
—
gardener /
detail
- Add memory fragmentation instrumentation for BFCAllocator.
—
gardener /
detail
- Fix CFG to correctly account for lambda functions that appear in while and for loops.
—
gardener /
detail
- Write the control flow lowering in native Python and let the transformation rewrite them in functional form. This is a no-op change that simplifies the intermediate code.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Have XLA CPU emit TraceMe calls by default in JIT mode (roll forward)
—
gardener /
detail
- [TF2XLA] More generic check for a TensorList crossing the TF2XLA boundary
—
gardener /
detail
- Add a pass that converts MLIR HLO to MLIR LHLO by using the XLA pipeline
—
gardener /
detail
- Add a note to `model_to_estimator` docs about weighted metrics.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Fix typo in mirrored_run.py.
—
gardener /
detail
- Remove obsolete mlir-level ophint-extraction logic.
—
gardener /
detail
- [tf.data service] Refactor master data structures to be classes instead of structs.
—
gardener /
detail
- cast down i64 to i32 for begin/size in slice op as NNAPI does not support i64 begin/size, this should be safe for other targets.
—
gardener /
detail
- Move hash table op kernels out of experimental directory
—
gardener /
detail
- Split MlirCompiler into two classes.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- [XLA][MLIR] Enable tests for SelectAndScatterOp lowering.
—
gardener /
detail
- compat: Update forward compatibility horizon to 2020-04-23
—
gardener /
detail
- Update GraphDef version to 380.
—
gardener /
detail
- Remove no longer used compute capability list macro in C++ header.
—
gardener /
detail
- Roll forward with fix for tf-serving.
—
gardener /
detail
- Go: Update generated wrapper functions for TensorFlow ops.
—
gardener /
detail
- Integrate LLVM at https://github.com/llvm/llvm-project/commit/35cf2f42dda4
—
gardener /
detail