- 12 9月, 2023 24 次提交
-
-
由 Robert David 提交于
Leaky Relu, Elu, Relu, Relu1, Relu0To1, Relu6, Tanh, Sigmoid, and HardSwish PiperOrigin-RevId: 564537536
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 564529533
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 564528951
-
由 Antonio Sanchez 提交于
Needed for sharding int4 models. PiperOrigin-RevId: 564528408
-
由 Haibo Huang 提交于
PiperOrigin-RevId: 564526562
-
由 Haibo Huang 提交于
PiperOrigin-RevId: 564526383
-
由 Wilsin Gosti 提交于
PiperOrigin-RevId: 564518057
-
由 Yang Chen 提交于
PiperOrigin-RevId: 564516421
-
由 Bixia Zheng 提交于
Rearrange the code that unroll the last while-loop iteration to avoid cloning the instruction being pipelined, which is unused in the iteration. This is to prepare for the next change to support backward pipelining recv-done without generating the unused recv and recv-done pair. PiperOrigin-RevId: 564515742
-
由 Tongfei Guo 提交于
1. Adding bidirectional propagation paths among nodes within the same shard_group 2. Enforce the shardings from the same shard_as group to take the same sharding in the end. PiperOrigin-RevId: 564504486
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564500466
-
由 Antonio Sanchez 提交于
PiperOrigin-RevId: 564494782
-
由 Philip Pham 提交于
According to https://www.tensorflow.org/api_docs/python/tf/math/unsorted_segment_sum: > If the given segment ID i is negative, the value is dropped and will not be > added to the sum of the segment. PiperOrigin-RevId: 564485570
-
由 Grant Jensen 提交于
PiperOrigin-RevId: 564472190
-
由 Grant Jensen 提交于
Leaky Relu, Elu, Relu, Relu1, Relu0To1, Relu6, Tanh, Sigmoid, and HardSwish PiperOrigin-RevId: 564472058
-
由 Tongfei Guo 提交于
[SPMD] Create a placeholder sharding of type UNKNOWN with the lowest precedence that can be overwriten by any other shardings. (2/N) UNKNOWN type is not supported in subgroup sharding. PiperOrigin-RevId: 564456004
-
由 Haibo Huang 提交于
This way libtpu can use symbols from it. PiperOrigin-RevId: 564454296
-
由 Kuangyuan Chen 提交于
PiperOrigin-RevId: 564441419
-
由 Johannes Reifferscheid 提交于
Also - Unify naming to ${scope}_${thing}_dim_idx. - Make logic for split_lhs_nc a bit easier to follow (at least in my opinion), by decoupling it from the batch_size computation. PiperOrigin-RevId: 564435916
-
由 Faizan Muhammad 提交于
PiperOrigin-RevId: 564434713
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564428072
-
由 Berkin Ilbeyi 提交于
[XLA] Use max size of buffer in heap simulator and buffer assignment and make size DCHECKs into CHECKs PiperOrigin-RevId: 564421004
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564420754
-
由 Kuangyuan Chen 提交于
PiperOrigin-RevId: 564415721
-
- 11 9月, 2023 13 次提交
-
-
由 George Karpenkov 提交于
Sometimes, there's an exorbitant number of edges between two same notes A and B (e.g. passing parameters through). After ~64 it becomes unreadable, so better to skip others. PiperOrigin-RevId: 564379502
-
由 Benjamin Chetioui 提交于
different flag default. PiperOrigin-RevId: 564374361
-
由 Benjamin Kramer 提交于
Updates LLVM usage to match [e592c2dcf5b7](https://github.com/llvm/llvm-project/commit/e592c2dcf5b7) PiperOrigin-RevId: 564346651
-
由 Fergus Henderson 提交于
[Rolling forward] PiperOrigin-RevId: 564345870
-
由 Johannes Reifferscheid 提交于
This makes it harder to accidentally use -1. PiperOrigin-RevId: 564334287
-
由 Alan Kelly 提交于
This reduces massively the memory allocated by XNNPACK for highly partitioned subgraphs PiperOrigin-RevId: 564313169
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564309076
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564309075
-
由 Sergey Kozub 提交于
When we use LOG(INFO), the messages appear on screen in the OSS build - this is usually not what we want. PiperOrigin-RevId: 564305557
-
由 A. Unique TensorFlower 提交于
The change has been made in Bazel in 2020, so it should be safe to rename in TF as well. PiperOrigin-RevId: 564301792
-
由 Matt Kreileder 提交于
Extend conversion function from GoogleEdgeTpuSettings in protobuf format to GoogleEdgeTpuSettings in flatbuffer format. PiperOrigin-RevId: 564301432
-
由 Thai Nguyen 提交于
- Remove Experimental in the message name - Add NO_QUANTIZE quantization scheme - Change freeze_all_variables to bool type - Allow users to specify both op type and node name in the quantization unit PiperOrigin-RevId: 564231195
-
由 A. Unique TensorFlower 提交于
Explicit forbid dynamic shape aliasing due to potential runtime-compiler dynamic shape size calculation mismatching PiperOrigin-RevId: 564183652
-
- 10 9月, 2023 3 次提交
-
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564133181
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564133178
-
由 Antonio Sanchez 提交于
These are the minimal support ops required for initializing and running tests. PiperOrigin-RevId: 564096777
-