Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2202 commits
Select commit Hold shift + click to select a range
092be9c
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 14, 2019
7753e8a
Internal change.
May 14, 2019
0566e47
Added additional gradient tests for where_v2
yongtang May 14, 2019
5d7008d
[XLA] Replication analysis: use copy constructor instead of CopySubtr…
May 14, 2019
9af1335
[XLA:Python] Move the BlockHostUntilDone in the "synchronous" case to…
hawkinsp May 14, 2019
957c52f
Fix defined in test.
MarkDaoust May 14, 2019
142ef61
internal change
thuang513 May 14, 2019
58c89fe
DepthwiseConv, dot-product kernel asm, fix inlining of per-depth rout…
tensorflower-gardener May 14, 2019
8533da5
Added forward compat checking
kaixih May 14, 2019
7be9519
Qualify calls to some functions from <cmath>.
tensorflower-gardener May 14, 2019
c75aa22
Add InTopKV2 kernel for GPU device
ezhulenev May 14, 2019
9ad9d1b
Merge pull request #25422 from bodin-e:bodin-assertshapes
tensorflower-gardener May 14, 2019
fe2e5f8
Merge pull request #25130 from ANSHUMAN87:floor-div
tensorflower-gardener May 14, 2019
a5033e3
TPU/CPU Graph Auto-Partition Prototype
tensorflower-gardener May 14, 2019
6a04ccd
Pass back 0 gradients to tpu embedding ops if user has a stop gradien…
May 14, 2019
df1a055
update flatbuffers to 1.11
karimnosseir May 14, 2019
71c6779
DepthwiseConv, dot-product kernel asm, add prefetch-write to packing …
tensorflower-gardener May 14, 2019
f5e14c9
Automated rollback of commit cf6698aff55c773c2a61380106a901de055d2487
gharibian May 14, 2019
adcf39c
Merge pull request #28683 from frreiss:issue-vscode
tensorflower-gardener May 14, 2019
68a72fd
Move impl.h -> trmul.h
silvasean May 14, 2019
275ed3d
Removed unused function ConvertGraphDefToTensorRT().
aaroey May 14, 2019
c308850
Not skip tests on batchnorm
kaixih May 14, 2019
4b1f1b6
Add tests for the keras experimental save and load with DS
May 14, 2019
8d6cb50
Replace reduce_any with strategy.reduce in distributed dataset to mak…
May 14, 2019
4bc2202
Merge branch 'master' into master
adamjrichter May 14, 2019
7235680
DepthwiseConv, dot-product kernel asm, convert kernels to ASM.
tensorflower-gardener May 14, 2019
9c9afc5
Merge pull request #27718 from luxupu:patch-4
tensorflower-gardener May 14, 2019
cd52f64
Merge the two LossScale classes.
reedwm May 14, 2019
53b69ec
tests to support batch norm v3
kaixih May 14, 2019
b5a1b06
Merge pull request #28486 from Intel-tensorflow:bhavanis/reshape-bug-fix
tensorflower-gardener May 14, 2019
d10e70f
Merge pull request #28682 from seanpmorgan:update-converter-warning
tensorflower-gardener May 14, 2019
62366b5
Update the RBE image and update the default python2 with the SCL pyth…
May 14, 2019
0dbe3bf
Fix error msg typo.
May 14, 2019
6206385
Upgrade Docker images to Ubuntu 18.04 (Py 3.7)
angerson May 14, 2019
39357a6
Allow grayscale images to be 2D, either [H, W] or [H, 1]
sguada May 14, 2019
d95ca15
[TF:XLA] Bump open source abseil revision to 436ba6c4a0ea3a06eca6e055…
May 14, 2019
4ae881f
Fix the string escaping issues in cuda_configure.bzl
gunan May 14, 2019
cd9dabf
DepthwiseConv, dot-product kernel asm, hard-encode sdot instructions.
tensorflower-gardener May 14, 2019
158cf19
Module-scoped buffer assignment.
yunxing May 14, 2019
4393e95
Merge pull request #28620 from adamjrichter:master
tensorflower-gardener May 14, 2019
8298b62
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 14, 2019
5b5ed78
Cosmetic changes to address compiler warnings.
Artem-B May 14, 2019
21f1d80
Unify ScopedDeviceMemory and OwningDeviceMemory.
cheshire May 14, 2019
c10a7b0
More descriptive error message for missing aggregation type in mirror…
guptapriya May 15, 2019
95d7423
Inline StatefulPartitionedCall op for TPU function.
er91 May 15, 2019
d0e86e5
Add op registation API.
sjamesr May 15, 2019
85bc380
Retry fixing string escaping issues in cuda_configure.bzl
gunan May 15, 2019
0a2b72e
Enable concat with MKLDNN.
mdfaijul May 15, 2019
36773d3
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 15, 2019
cd134aa
Remove XLA::GetCudaRootCandidates, extend tensorflow::CandidateCudaRoots
cheshire May 15, 2019
54e8bcb
Remove requantize op fusion from graph_transform.
mdfaijul May 15, 2019
88c48f6
Merge pull request #26040 from mattn:tflite-windows
tensorflower-gardener May 15, 2019
4d6b7d5
Mention in basic_session_run_hooks' docstrings that the symbol is als…
rchao May 15, 2019
6ea3aa0
Make PrintCantFindCudaMessage print subdirectory
Andiry May 15, 2019
d8070bb
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 15, 2019
0d2442c
n/a
gunan May 15, 2019
a974863
Update GraphDef version to 36.
tensorflower-gardener May 15, 2019
007f9e5
compat: Update forward compatibility horizon to 2019-05-15
tensorflower-gardener May 15, 2019
f462bb5
TFLite GPU GL: Minor style changes.
impjdi May 15, 2019
36e4025
Return select() statement from if_cuda_is_configured().
tensorflower-gardener May 15, 2019
ba63891
TensorHandle::OnHostCPU is no longer always true inside tf.py_function
superbobry May 15, 2019
6a93c8a
Update the flatbuffers md5 checksum to match the update to version 1.…
jenselofsson May 15, 2019
3f2ce54
Making cc_toolchain_config_file a template variable. This is needed b…
deven-amd May 15, 2019
f33aa59
Internal change.
tensorflower-gardener May 15, 2019
826db23
[XLA] Fix handling of outer_partition_dimensions metadata.
May 15, 2019
3ad37ad
Remove unnecessary duplicate config for build and test in .tf_configu…
tensorflower-gardener May 15, 2019
bf7f2dd
Use OP_REQUIRES_ASYNC and OP_REQUIRES_OK_ASYNC to simplify some error…
aaroey May 15, 2019
d6643e8
Let TRTEngineOp report error when it failed to feed the data for cali…
aaroey May 15, 2019
4a94c40
[XLA] Pass correct HloModuleConfig in overload of RunAndCompare.
May 15, 2019
7d52c0c
Workaround of a bug in Dataflow Analysis
yunxing May 15, 2019
82e7b47
Fix comments in enable/disable graph collection
tensorflower-gardener May 15, 2019
e086a09
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 15, 2019
51cac69
Internal cleanup: transform future_import_module into something more …
May 15, 2019
0210ef7
Redirect targets depending on tensorflow/python:distribute to
tensorflower-gardener May 15, 2019
0b881b8
Fix util_tensor_slice_set_test to not be sensitive to the order of
tensorflower-gardener May 15, 2019
3aba653
Make `_keras_history` a namedtuple
omalleyt12 May 15, 2019
87920dd
Update sqlite-amalgamation version to 3.28.0
mihaimaruseac May 15, 2019
91b6e29
Update png_archive version to 1.6.35
mihaimaruseac May 15, 2019
c2e91aa
Disable failing benchmark target for Macos builds.
ezhulenev May 15, 2019
4bd9d3d
[XLA:CLIENT] Create a valid gather for zero sized dimensions by not s…
blakehechtman May 15, 2019
cfdfbe4
Load if_cuda from @local_config_cuda//cuda:build_defs.bzl
tensorflower-gardener May 15, 2019
3bad08e
Fix incompatibility with --incompatible_depset_union
tensorflower-gardener May 15, 2019
6700fd4
Expose distribute/ packages inside the v2 pip package.
isaprykin May 15, 2019
4fa7eec
Remove if_cuda_is_configured_compat wrapper.
tensorflower-gardener May 15, 2019
5e52f95
Add an optimization for While V2.
er91 May 15, 2019
9113275
Merge pull request #24169 from markdryan:optimize-lrngrad-cpu
tensorflower-gardener May 15, 2019
dc13e5f
Fix ops_testutil GetOutput by correctly copying the GPU tensor from d…
samikama May 15, 2019
a5fa9ad
Change the FBNV3 shape inference
kaixih May 15, 2019
3f9b5fe
Mark several XLA ops with ".IsMetadataOp()" to make sure BackwardsCon…
er91 May 15, 2019
5720828
Enable combining AR/CRS for nested while loops
hyouklee May 15, 2019
45d1a97
Fix a flaky test
May 15, 2019
18ff53f
Removes the `isErrorLoggingEnabled` property from the `InterpreterOpt…
tensorflower-gardener May 15, 2019
6918721
Print more information to local logs when `crash_on_checking_failure`…
timshen91 May 15, 2019
fef53af
Fix Conv3D's layout assignment. According to cuDNN's documentation, t…
timshen91 May 15, 2019
a0077af
[XLA:CPU/GPU] Adjust fusion heuristic to allow the fusing of Philox HLO
bixia1 May 15, 2019
ad2b447
Clarify type of update_computation in Scatter.
tensorflower-gardener May 15, 2019
97650d2
Merge pull request #28736 from jenselo:fix_checksum_error
tensorflower-gardener May 15, 2019
a20548a
Support last partial batch in MirroredStrategy in eager mode.
rxsang May 15, 2019
ecd5279
Merge pull request #28717 from angersson:master
tensorflower-gardener May 15, 2019
b54cfee
Merge pull request #28483 from pranavm-nvidia:develop-pranavm-mm-only…
tensorflower-gardener May 15, 2019
d14e305
Merge pull request #27925 from ashah-abq:master
tensorflower-gardener May 15, 2019
c9f2ec3
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 15, 2019
1366762
Add tf.ragged.boolean_mask. That this can be applied to both dense a…
edloper May 15, 2019
d30131e
updating the rocm configuration files to get `--config=rocm` build pa…
deven-amd May 15, 2019
2278515
Automated rollback of commit 158cf1980d6e6ab5595d3c4fd9bea3e5dd918124
yunxing May 15, 2019
1fd7726
Create multi_worker_testing_utils.py to be shared among Keras multi w…
rchao May 15, 2019
0667725
Fix customized cell handling for Bidirectional wrapper.
qlzh727 May 15, 2019
12fe001
[TF:XLA] Bump open source abseil revision to fa00c321073c7ea40a4fc3df…
May 15, 2019
2cb745e
Remove epsilon as variable.
tanzhenyu May 15, 2019
a29b8f8
Update with TFMaster
jhalakpatel May 15, 2019
ef5e563
Remove incorrect indentation
jhalakpatel May 15, 2019
318816f
Resolve incorrect merge
jhalakpatel May 15, 2019
d165200
Add recordio support for replay_computation_gpu.
timshen91 May 15, 2019
d178bec
Resolve incorrect merge
jhalakpatel May 15, 2019
a79bc36
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 15, 2019
e98a6a7
Define scalar_product_traits for QUint8xQInt8 product.
ezhulenev May 15, 2019
5166de3
Internal change.
May 15, 2019
83668b0
Move function argument rearrangement from a graph pass to XlaCompiler.
er91 May 15, 2019
42ac719
Reduce Python overheads for lazily constructed Layer properties.
May 16, 2019
7b36a2e
Adding docs for verbose= modes in Keras.model.fit
karmel May 16, 2019
e7d6770
[TF:XLA] Bump open source llvm revision to r360775
May 16, 2019
6762ca1
Change all compiler tests to use self.session
May 16, 2019
0b466e8
Make sure we only link in bfc_allocator.cc and allocator_retry.cc once.
skye May 16, 2019
74b2b5e
Automated rollback of commit 4fa7eec9e54298ba586ef40e8f6dc5b3e449471c
tensorflower-gardener May 16, 2019
d0895c7
Move mnist_multi_worker internal.
rchao May 16, 2019
4e2821d
Fix dynamic padder in TF2.0 mode.
rxsang May 16, 2019
aba9ac5
DepthwiseConv, dot-product kernel asm, use builtin for prefetch-load.
tensorflower-gardener May 16, 2019
25119cb
`initialized_value` should not be a property on Strategy variable cla…
chr1sj0nes May 16, 2019
a113ceb
Scale output loss after computing the aggregated output loss.
pavithrasv May 16, 2019
ffd6727
Fix source and sink edges after inlining function.
er91 May 16, 2019
170b9db
Temporary change to decode metric variables saved as a bytes list.
k-w-w May 16, 2019
73ae0b9
[XLA:Python] Optionally use BFCAllocator in GPU backend.
skye May 16, 2019
209acf9
Clean up Ruy's internal dependency structure.
silvasean May 16, 2019
926a7f7
Added the ability in the ExecutionOutput to drop aliased buffers from…
dlibenzi May 16, 2019
f4700c8
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 16, 2019
607f100
Merge pull request #27771 from mosesmarin:patch-8
tensorflower-gardener May 16, 2019
0f89c8e
change asm prefetch to builtin prefetch.
renjie-liu May 16, 2019
7bb7116
Merge pull request #28461 from yongtang:28444-inverse_stft-shape
tensorflower-gardener May 16, 2019
e224546
Adds tf.switch_case, an n-way switch/case statement, to TF python. (C…
brianwa84 May 16, 2019
8bf90c7
Run configure.py as part of KokoroSanity.
tensorflower-gardener May 16, 2019
4e3a33a
Part two of renaming CudaLaunchConfig to GpuLaunchConfig: fix call si…
tensorflower-gardener May 16, 2019
3f6bfd7
compat: Update forward compatibility horizon to 2019-05-16
tensorflower-gardener May 16, 2019
494cc62
Update GraphDef version to 37.
tensorflower-gardener May 16, 2019
4de7732
Part two of renaming Cuda?DLaunchConfig to Gpu?DLaunchConfig: fix cal…
tensorflower-gardener May 16, 2019
0166739
Fix --config=monolithic build.
timshen91 May 16, 2019
ebb14a7
Uncomment execution device option in golang bindings
bioothod May 16, 2019
2bf4df6
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 16, 2019
b50396b
Regenerate preconfigs for ubuntu16.04-py3-clang
tensorflower-gardener May 16, 2019
6fdce78
PR #28629: Fixed contrib warning, removing duplicate 'WARNING'
tensorflower-gardener May 16, 2019
372f20c
Typo in backprop.py
jvishnuvardhan May 16, 2019
40c6431
Merge pull request #28722 from Intel-tensorflow:amin/2d-mklconcat
tensorflower-gardener May 16, 2019
39b961e
Merge pull request #28723 from Intel-tensorflow:amin/remove-requant-f…
tensorflower-gardener May 16, 2019
f0836d2
Always include the Java NnApiDelegate class in .aar creation
jdduke May 16, 2019
ef8dc7d
Tensor tracer refactor.
tensorflower-gardener May 16, 2019
0554a51
Regenerate preconfigs for ubuntu14.04-py3-gcc-cuda10.0-cudnn7-tensorrt5
tensorflower-gardener May 16, 2019
a0ab3c1
TFLite GPU GL: Changed IsPHWC4 to include [B, 1, 1, C] if C is divisi…
impjdi May 16, 2019
b88e2c7
Always initialize collective group runtime details using NcclReduce when
dubey May 16, 2019
8abaa35
Merge pull request #24314 from
tensorflower-gardener May 16, 2019
6232230
Don't split import into two lines if not required
mihaimaruseac May 16, 2019
d23f2c5
Merge pull request #15098 from boeddeker:patch-1
tensorflower-gardener May 16, 2019
f11a170
Add XlaHostCompute node B has token dependency on XlaHostCompute node…
er91 May 16, 2019
0016ea6
[XRT] Record the XRT device ordinal as part of XrtBuffer.
hawkinsp May 16, 2019
dab8b39
Merge pull request #28670 from ROCmSoftwarePlatform:google_upstream_m…
tensorflower-gardener May 16, 2019
0ccca33
Benchmark name cleanup.
May 16, 2019
480b603
Internal change
jdduke May 16, 2019
61fc713
Merge pull request #28772 from tensorflow:jvishnuvardhan-patch-5
tensorflower-gardener May 16, 2019
d89a89b
Update MulNoNan description.
andyly May 16, 2019
c01e9fa
Automated rollback of commit 209acf960c1ca891f1a00b3607370acdfa601a75
gunan May 16, 2019
1e623be
Re-enable tests and add an error message for when `batch` isn't called.
isaprykin May 16, 2019
082a50e
Adds traceme to track the call-edges among some Ops
tensorflower-gardener May 16, 2019
ebf0647
Fix the source map construction to correctly resolve inner function i…
May 16, 2019
64434cc
Merge pull request #26830 from csukuangfj:fix-micro
tensorflower-gardener May 16, 2019
cc3d399
Merge pull request #25223 from metalalive:rpi-label-image-patch
tensorflower-gardener May 16, 2019
2e8197a
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 16, 2019
6c50bd3
Fix issues that will cause TF-TRT 5.1 build/test failures. Issues inc…
aaroey May 16, 2019
a91415c
Update post training quantization document to include how to use repr…
May 16, 2019
d490d07
Merge pull request #27041 from yongtang:26676-follow-up
tensorflower-gardener May 16, 2019
851162d
Eager changes for remote function execution
May 16, 2019
dc563ad
Fixes bug where Keras batchnorm doesn't always update moving averages…
tensorflower-gardener May 16, 2019
13a5d63
Change "tensorflow" imports to "tensorflow.compat.v1" when running
annarev May 16, 2019
7b6643d
Add flag to print detailed tf_upgrade_v2 log to stdout.
annarev May 16, 2019
01207a9
Merge pull request #28616 from yongtang:15982-where-v2
tensorflower-gardener May 16, 2019
a8c980f
Allow users specific a NNAPI accelerator when using NNAPI delegate.
tensorflower-gardener May 16, 2019
1bc0a7c
Reset the cluster sequence number for each auto-clustering test
May 16, 2019
76ff554
Add the missing Ruy dependency in TFLite Makefile
miaout17 May 16, 2019
1bb6236
Full integer post training quant colab.
May 16, 2019
fe20616
(CL 1/2) Allow `model_to_estimator` to save object-based checkpoints.
k-w-w May 16, 2019
580ae4b
Make llvm_generate_bazel_build.py generate targets alphabetically
May 16, 2019
220e8e0
Upgrade TensorRT library to 5.1.5.
aaroey May 16, 2019
eb2d84f
Print out the deadness predicate on a mismatch
May 16, 2019
8ba1bcb
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 16, 2019
966f0ec
[TF:XLA] Bump open source llvm revision to r360825
May 16, 2019
5b0521b
Merge pull request #27018 from siju-samuel:patch-53
tensorflower-gardener May 16, 2019
bb15fff
API changes for evaluation framework, mainly to support adding arbitr…
May 16, 2019
bd0dbb9
Add operator less to TensorUsageRecord; Small fix in tests.
tensorflower-gardener May 16, 2019
ac93735
[TF:XLA] Bump open source abseil revision to daf381e8535a1f1f1b8a7596…
May 16, 2019
59b2a17
Split TF_AttrType into its own header
sjamesr May 16, 2019
7bb6edf
Fix example code for conversion in TF 2.0.
aaroey May 16, 2019
fb20a66
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 16, 2019
3df6d99
Adds the TFLite version string to the ObjC library.
tensorflower-gardener May 17, 2019
0e716c5
LLVM API changes.
tensorflower-gardener May 17, 2019
d604b44
Use tensor for output_shape of SparseTensor, based on review feedback
yongtang May 17, 2019
071c982
Adds copy handler for bfloat16 dtype in GetSliceValue.
tensorflower-gardener May 17, 2019
928cb3a
DepthwiseConv, dot-product kernel asm, update kernels in ASM.
tensorflower-gardener May 17, 2019
d7998bb
depthwise_conv per-channel 3x3 filter asm. currently only deals with …
renjie-liu May 17, 2019
54e917d
compat: Update forward compatibility horizon to 2019-05-17
tensorflower-gardener May 17, 2019
ddb432c
Update GraphDef version to 38.
tensorflower-gardener May 17, 2019
e9f94d1
Fix a typo in library path.
multiverse-tf May 17, 2019
2dabf5a
Update LLVM to r360925.
tensorflower-gardener May 17, 2019
cc03fdc
Merge pull request #28633 from jhalakpatel:fix_trt6_version_parsing
tensorflower-gardener May 17, 2019
f9a4227
Part two of renaming Cuda?DLaunchConfig to Gpu?DLaunchConfig: fix cal…
tensorflower-gardener May 17, 2019
41fb815
The C++ kernel of gather op supports batch dimensions.
tensorflower-gardener May 17, 2019
1068729
Merge pull request #28769 from ROCmSoftwarePlatform:google_upstream_r…
tensorflower-gardener May 17, 2019
00e7fea
Automated rollback of commit 41fb815c895196c714f68ca6099a30be5bf80852
tensorflower-gardener May 17, 2019
5fa9e98
Fix build on aarch64
renjie-liu May 17, 2019
ba1d1b6
Add conv2d dilation support
tensorflower-gardener May 17, 2019
7055cd5
DepthwiseConv, dot-product kernel asm, enable code to call dot-produc…
tensorflower-gardener May 17, 2019
1fde313
Merge pull request #27167 from houtoms:pr_batch_norm_ex_4
tensorflower-gardener May 17, 2019
f33a2ae
DepthwiseConv, dot-product kernel asm, add dot-product kernels to dis…
tensorflower-gardener May 17, 2019
9a63ad2
Fix bug causing comprehension targets to be marked as read outside th…
May 17, 2019
c0f2b5b
Fix a memory leak in StreamExecutorMemoryAllocator in a multi-GPU case
cheshire May 17, 2019
553acd6
Move tf.contrib.training.checkpoints_iterator to tf.train.checkpoints…
karmel May 17, 2019
0b0bc90
Make shape relaxation opt-in in tf.function.
tensorflower-gardener May 17, 2019
6d07c2e
TFLite GPU GL: Made TFLite graph input/output info available to GL co…
impjdi May 17, 2019
ac0f632
[XLA]DynamicDimensionInference: Handle multi batch dimension
yunxing May 17, 2019
8d7696a
Removes min Bazel version check when building for Apple platforms.
tensorflower-gardener May 17, 2019
71efe08
Remove invalid fused activation tests
jdduke May 17, 2019
ed958af
Fix formatting of log messages from stream executor.
cheshire May 17, 2019
59beddb
Make newly added parameter for FoldFusedBatchNormGrad optional
aaroey May 17, 2019
e37c24b
Merge branch 'master' of https://github.com/tensorflow/tensorflow int…
aaroey May 17, 2019
50fd5fb
Optimize the custom GEMV paths a little bit.
bjacob May 17, 2019
860adb9
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 17, 2019
27f15b4
Merge pull request #28744 from samikama:GPUTestOutputFix
tensorflower-gardener May 17, 2019
1d0dea1
Merge pull request #28768 from bioothod:master
tensorflower-gardener May 17, 2019
365468d
Adds the TFLite version string to the Swift library.
tensorflower-gardener May 17, 2019
fa51351
Update comment for is_xla_enabled function
mihaimaruseac May 17, 2019
406f7ff
Merge pull request #23850 from howl-anderson:master
tensorflower-gardener May 17, 2019
5195395
Support running TFLite kernel unit tests with NNAPI
jdduke May 17, 2019
4d56e97
The C++ kernel of gather op supports batch dimensions.
tensorflower-gardener May 17, 2019
c7c7729
Move ptxas compilation utilities to stream executor.
cheshire May 17, 2019
2c5dff2
Enable basic model validation by default in C API
jdduke May 17, 2019
c44775c
Implement _matvec for LinearOperatorDiag to avoid extra dimensions / …
tensorflower-gardener May 17, 2019
63eaaba
Merge pull request #27167 from houtoms:pr_batch_norm_ex_4
tensorflower-gardener May 17, 2019
3359156
[TF:XLA] Fix tf2xla's in_topk lowering and update tests.
tensorflower-gardener May 17, 2019
20b5b02
Go: Update generated wrapper functions for TensorFlow ops.
tensorflower-gardener May 17, 2019
703e6c7
Merge pull request #24018 from yongtang:21964-sparse.concat-shape
tensorflower-gardener May 17, 2019
a071e84
Updates the TensorFlowLiteC podspec description.
tensorflower-gardener May 17, 2019
1abec28
Pull up 1.14 to a071e8434eb695e61e4f70e8c001e775387c5e2a 'git merge -…
bananabowl May 20, 2019
790737e
remove dupe no_pip tag
bananabowl May 20, 2019
081197e
[SE] Remove port::MakeUnique/WrapUnique. Use ABSL instead.
Apr 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/00-bug-performance-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ about: Use this template for reporting a bug or a performance issue.
- CUDA/cuDNN version:
- GPU model and memory:


You can collect some of this information using our environment capture [script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh)
You can also obtain the TensorFlow version with
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
You can collect some of this information using our environment capture
[script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh)
You can also obtain the TensorFlow version with: 1. TF 1.0: `python -c "import
tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"` 2. TF 2.0: `python -c
"import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"`

**Describe the current behavior**

Expand Down
52 changes: 45 additions & 7 deletions .github/ISSUE_TEMPLATE/20-documentation-issue.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,55 @@
---
name: Documentation Issue
about: Use this template for documentation related issues
about: Use this template for documentation related
labels: 'type:docs'

---

<em>Please make sure that this is a documentation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template</em>
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests, and
build/installation issues on GitHub.

The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.org/community/contribute/docs

**System information**
- TensorFlow version:
- Doc Link:
## URL(s) with the issue:

Please provide a link to the documentation entry, for example:
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/MyMethod

**Describe the documentation issue**
## Description of issue (what needs changing):

**We welcome contributions by users. Will you be able to update submit a PR (use the [doc style guide](https://www.tensorflow.org/community/documentation)) to fix the doc Issue?**
### Clear description

For example, why should someone use this method? How is it useful?

### Correct links

Is the link to the source code correct?

### Parameters defined

Are all parameters defined and formatted correctly?

### Returns defined

Are return values defined?

### Raises listed and defined

Are the errors defined? For example,
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/feature_column/categorical_column_with_vocabulary_file#raises

### Usage example

Is there a usage example?

### Request visuals, if applicable

Are there currently visuals? If not, will it clarify the content?

### Submit a pull request?

Are you planning to also submit a pull request to fix the issue? See the docs
contributor guide: https://www.tensorflow.org/community/contribute/docs and the
docs style guide: https://www.tensorflow.org/community/contribute/docs_style
21 changes: 11 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,8 @@ tensorflow/contrib/cmake/_build/
[Bb]uild/
/tensorflow/core/util/version_info.cc
/tensorflow/python/framework/fast_tensor_util.cpp
Pods
Podfile.lock
*.pbxproj
*.xcworkspacedata
/*.podspec
/tensorflow/lite/experimental/objc/BUILD
/tensorflow/lite/experimental/swift/BUILD
/tensorflow/lite/examples/ios/simple/data/*.txt
/tensorflow/lite/examples/ios/simple/data/*.tflite
/tensorflow/lite/gen/**
/tensorflow/lite/tools/make/downloads/**
xcuserdata/**
/api_init_files_list.txt
/estimator_api_init_files_list.txt
*.whl
Expand All @@ -42,3 +32,14 @@ xcuserdata/**
*.iml
local.properties
gradleBuild

# iOS
*.pbxproj
*.xcworkspace
/*.podspec
/tensorflow/lite/**/[ios|objc|swift]*/BUILD
/tensorflow/lite/examples/ios/simple/data/*.tflite
/tensorflow/lite/examples/ios/simple/data/*.txt
Podfile.lock
Pods
xcuserdata
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
uphold this code.**

**We use [GitHub issues](https://github.com/tensorflow/tensorflow/issues) for
tracking requests and bugs, so please see
tracking requests and bugs, please see
[TensorFlow Discuss](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss)
for general questions and discussion, and please direct specific questions to
[Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow).**
Expand Down Expand Up @@ -114,15 +114,16 @@ The TensorFlow project strives to abide by generally accepted best practices in

### Community Supported Builds

Build Type | Status | Artifacts
-------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------
**IBM s390x** | [![Build Status](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/badge/icon)](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/) | TBA
**Linux ppc64le CPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Nightly_Artifact/)
**Linux ppc64le CPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/)
**Linux ppc64le GPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Nightly_Artifact/)
**Linux ppc64le GPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/)
**Linux CPU with Intel® MKL-DNN** Nightly | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/) | [Nightly](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-whl-nightly/)
**Linux CPU with Intel® MKL-DNN** <br> **Supports Python 2.7, 3.4, 3.5 and 3.6** | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/lastStableBuild) | [1.13.1 pypi](https://pypi.org/project/intel-tensorflow/)
Build Type | Status | Artifacts
--------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------
**IBM s390x** | [![Build Status](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/badge/icon)](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/) | TBA
**Linux ppc64le CPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Nightly_Artifact/)
**Linux ppc64le CPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_CPU_Release_Build/)
**Linux ppc64le GPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Nightly_Artifact/)
**Linux ppc64le GPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC64LE_GPU_Release_Build/)
**Linux CPU with Intel® MKL-DNN** Nightly | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/) | [Nightly](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-whl-nightly/)
**Linux CPU with Intel® MKL-DNN** <br> **Supports Python 2.7, 3.4, 3.5, and 3.6** | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/lastStableBuild) | [1.13.1 pypi](https://pypi.org/project/intel-tensorflow/)
**Red Hat® Enterprise Linux® 7.6 CPU & GPU** <br> Python 2.7, 3.6 | [![Build Status](https://jenkins-tensorflow.apps.ci.centos.org/buildStatus/icon?job=tensorflow-rhel7-3.6&build=2)](https://jenkins-tensorflow.apps.ci.centos.org/job/tensorflow-rhel7-3.6/2/) | [1.13.1 pypi](https://tensorflow.pypi.thoth-station.ninja/index/)

## For more information

Expand Down
Loading