aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
...
* | [XLA] Fix handling of tuple constants in HLO constant folding.Gravatar Peter Hawkins2018-10-03
* | [TF:XLA] Use xla::Iota rather than expanding Range ops to constants.Gravatar Peter Hawkins2018-10-03
* | [XLA] Add a size limit to the constant folder to avoid forming giant constant...Gravatar Peter Hawkins2018-10-03
* | [TF:XLA] Improve the accounting for subcomputations in the heap simulator.Gravatar Dimitris Vardoulakis2018-10-03
* | [XLA] Revise the way to express a CPU specific test.Gravatar Bixia Zheng2018-10-03
* | [XLA] Disable a test for layout changing elementwise operations.Gravatar Bixia Zheng2018-10-03
* | Move out-params to end of argument list and add an out_ prefix; NFCGravatar Sanjoy Das2018-10-03
* | Fix handling of tuples in CreateCopyWithNewLayout.Gravatar A. Unique TensorFlower2018-10-03
* | Automated rollback of commit 2af8fd975aaf5c70ebb396895fa15a8f034a8440Gravatar Tong Shen2018-10-03
* | Skip control flow functionalization if there is no Switch or Merge node.Gravatar Tong Shen2018-10-03
* | [XLA] In the HLO parser, give the module a non-empty default name.Gravatar A. Unique TensorFlower2018-10-02
* | [XLA:CPU] Re-enable the inliner pass in the cpu compiler.Gravatar A. Unique TensorFlower2018-10-02
* | [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* | [XLA] Merge the single instruction parsing and the full module parsing in one...Gravatar A. Unique TensorFlower2018-10-02
* | [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* | [XLA] A test that disables layout assignment should only contain layoutGravatar Bixia Zheng2018-10-02
* | Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
| * [xla] Improve validation of Broadcast shapeGravatar Keno Fischer2018-10-02
* | Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* | [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* | [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* | Make StatelessRandomOpsTest.testRandomNormalIsFinite actually test stateless_...Gravatar Peter Hawkins2018-10-02
* | Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* | Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* | Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\ \
* | | [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* | | [XLA] Add kAllToAll and kCollectivePermute to EffectiveOperandPrecisionIsOutp...Gravatar A. Unique TensorFlower2018-10-01
* | | [TF/XLA] Optimize `Encapsulator::GetFunctionNameAttr()`.Gravatar Derek Murray2018-10-01
* | | Improve error message in transpose shape inference.Gravatar Tayo Oguntebi2018-10-01
* | | Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* | | [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* | | Allow zero number of inputs in XRT execute operation.Gravatar A. Unique TensorFlower2018-10-01
* | | Bugfix: When a subgraph is encapsulated and replaced by XlaLaunch op, the req...Gravatar A. Unique TensorFlower2018-10-01
* | | Name fusion parameters simply "param_X".Gravatar Mark Heffernan2018-10-01
* | | [TF:XLA] Teach deadness analysis more of distributive property.Gravatar A. Unique TensorFlower2018-10-01
* | | [HloOrdering] Make parameter always defined before other instructions.Gravatar Yunxing Dai2018-09-30
* | | Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* | | [TF:XLA] Add comment explaining why there is no PrimitiveTypeToDataType funct...Gravatar Peter Hawkins2018-09-28
* | | [XLA] Use a result cache to speed up InstructionFusion::CanFuseOnAllPaths()Gravatar Yuanzhong Xu2018-09-27
* | | Don't use tensorflow::Edge after freeing itGravatar Sanjoy Das2018-09-27
* | | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* | | Add opaque field to custom call.Gravatar Mark Heffernan2018-09-27
* | | [XLA] Allow the stream to be used for host-to-device transfers to be specifie...Gravatar A. Unique TensorFlower2018-09-27
* | | Fixes bug in tf2xla NMS implementation.Gravatar Tayo Oguntebi2018-09-26
* | | Skip SymbolicGradientOp when doing constant folding in control flow functiona...Gravatar Tong Shen2018-09-26
* | | Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* | | [TF:XLA] Fix XLA lowering of TF BroadcastTo operator.Gravatar Peter Hawkins2018-09-26
* | | [XLA] Remove use of DeconstructTuple from MakeFakeArgumentsOrDie.Gravatar Peter Hawkins2018-09-26
* | | [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* | | [XLA] Don't use NumUniqueInstructionIds() as a proxy for instruction_count()Gravatar Michael Kuperstein2018-09-26