aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
Commit message (Collapse)AuthorAge
* Fix link in eager notebook stub.Gravatar Billy Lamberta2018-10-04
| | | | PiperOrigin-RevId: 215853105
* internal changeGravatar Mark Daoust2018-10-01
| | | | PiperOrigin-RevId: 215282721
* Fix link.Gravatar Mark Daoust2018-08-27
| | | | PiperOrigin-RevId: 210454123
* Moved tensorflow/docs_src to https://github.com/tensorflow/docsGravatar Mark Daoust2018-08-27
| | | | PiperOrigin-RevId: 210405729
* [TF:XLA] Test zero element slice and update documentation.Gravatar A. Unique TensorFlower2018-08-27
| | | | | | Documentation previously disallowed slices where start and limit indices were the same, but it was allowed by the implementation. Updated the documentation to support the implementation. PiperOrigin-RevId: 210379434
* Update TensorFlow.js roadmapGravatar Shanqing Cai2018-08-24
| | | | | | | * remove old (completed) items * add new items PiperOrigin-RevId: 210190738
* Upgrade Keras applications and Keras preprocessing.Gravatar Francois Chollet2018-08-24
| | | | PiperOrigin-RevId: 210174523
* Merge pull request #21827 from facaiy:DOC/add_div_no_nanGravatar TensorFlower Gardener2018-08-24
|\ | | | | | | PiperOrigin-RevId: 210151566
* \ Merge pull request #21764 from satsumas:masterGravatar TensorFlower Gardener2018-08-23
|\ \ | | | | | | | | | PiperOrigin-RevId: 209976273
* \ \ Merge pull request #21753 from ageron:add_average_loss_and_loss_docGravatar TensorFlower Gardener2018-08-23
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 209974388
| | | * DOC: add div_no_nan in math module of user_guideGravatar Yan Facai (颜发才)2018-08-23
| |_|/ |/| |
* | | [XLA] Define integer division overflow for CPU/GPUGravatar Sanjoy Das2018-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the semantics suggested in cr/209704042 for CPU and GPU: X / 0 == -1 X % 0 == X INT_SMIN / -1 = INT_SMIN INT_SMIN % -1 = 0 PiperOrigin-RevId: 209821097
| | * updated broken link to Estimators pageGravatar Kate Hodesdon2018-08-21
| | |
| | * updated broken link to Estimators pageGravatar Kate Hodesdon2018-08-21
| |/ |/|
| * Add more doc for the dict returned by an estimator's evaluate() methodGravatar Aurelien Geron2018-08-21
|/
* Doc: Update xla example instruction. Otherwise it fails withGravatar Tiezhen WANG2018-08-20
| | | | | | | | 2018-08-20 08:28:40.998261: F tensorflow/compiler/xla/service/hlo_graph_dumper.cc:1431] Check failed: graph_renderer != nullptr No registered renderer for the HLO graph. Use --xla_hlo_graph_path=PATH to export to local file system Aborted PiperOrigin-RevId: 209456948
* Explicitly states that 'experimental' is experimental :-)Gravatar Mustafa Ispir2018-08-20
| | | | PiperOrigin-RevId: 209432898
* [tf.data] Modernize description of using datasets with estimators.Gravatar Derek Murray2018-08-20
| | | | PiperOrigin-RevId: 209422880
* Keep 'Research and experimentation' collection as an intro to eager.Gravatar Billy Lamberta2018-08-17
| | | | | | Move more advanced notebooks into separate categories. PiperOrigin-RevId: 209215629
* Add link to dataset.Gravatar Billy Lamberta2018-08-17
| | | | PiperOrigin-RevId: 209185706
* Minor changes to www.tensorflow.org/install/install_sourcesGravatar A. Unique TensorFlower2018-08-17
| | | | | | | | | | | | 1. Remove mock from extra packages to install for testing since it is already required to be installed for the build. 2. The instruction to build the build_pip_package script is difficult to notice as it gets lost with the Note in the GPU support section above it. As such, add a subsection title for it. RELNOTES: n/a PiperOrigin-RevId: 209159059
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
| | | | | | | | | | | | | This CL renames the various inputs to the Gather HLO to be more mnemonic by making it more obviously a batch dynamic-slice. The replacements I made are: s/elided_window_dims/collapsed_slice_dims/g s/window_bounds/slice_sizes/g s/gather_dims_to_operand_dims/start_index_map/g s/gather_indices/start_indices/g s/output_window_dims/offset_dims/g PiperOrigin-RevId: 209051067
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
| | | | | | | | | | This change contains no code changes. Only doc-strings. We can't use relative links in code files, so we don't have much choice but to link to tensorflow.org/ The deleted links were to docs that no longer exist. PiperOrigin-RevId: 209019572
* Remove magic links from docs.Gravatar Mark Daoust2018-08-16
| | | | | | | I patched the doc generator to generate markdown links. Ran the doc converter, and copied the output into docs_src. PiperOrigin-RevId: 209010351
* Add a feature_group_size parameter to the Convolution HLO op.Gravatar Adrian Kuegel2018-08-16
| | | | | | | This is a first step towards supporting grouped convolutions, which are a generalization of depthwise convolution. PiperOrigin-RevId: 208950311
* Update community page with more specific links to security advisories and ↵Gravatar Frank Chen2018-08-14
| | | | | | other relevant security links. PiperOrigin-RevId: 208775844
* Make minor style fix to eager guide (spacing between =).Gravatar Dustin Tran2018-08-14
| | | | PiperOrigin-RevId: 208660857
* Fix recurrent tutorial's code snippet.Gravatar Dustin Tran2018-08-13
| | | | PiperOrigin-RevId: 208575390
* Automated rollback of commit 165598d826170becd03692af2fa34151f9497f7fGravatar Asim Shankar2018-08-13
| | | | PiperOrigin-RevId: 208567907
* Add documentation for TensorFlow Windows build with BazelGravatar A. Unique TensorFlower2018-08-13
| | | | PiperOrigin-RevId: 208447033
* Merge pull request #21191 from mattdodge:patch-1Gravatar TensorFlower Gardener2018-08-10
|\ | | | | | | PiperOrigin-RevId: 208278273
* | Lift the restriction in the docs that while loops can't be nested.Gravatar Dimitris Vardoulakis2018-08-10
| | | | | | | | PiperOrigin-RevId: 208276989
* | Add links to the C-api, and bazel-subproject instructions.Gravatar Mark Daoust2018-08-10
| | | | | | | | PiperOrigin-RevId: 208273008
* | Adding additional example for tf.keras and eager execution.Gravatar Josh Gordon2018-08-10
| | | | | | | | PiperOrigin-RevId: 208258892
* | Merge pull request #21529 from brettkoonce:docs_src_spGravatar TensorFlower Gardener2018-08-10
|\ \ | | | | | | | | | PiperOrigin-RevId: 208253747
* \ \ Merge pull request #21495 from av8ramit:merge110backGravatar TensorFlower Gardener2018-08-10
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 208250121
* | | | [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify ShapeVerifier::HandleRng to detect illegal Rng instructions. Add test cases to test the handling of Rng instructions in the HLO verifier. Modify the document for XLA random operations to reflect the supported data types. PiperOrigin-RevId: 208220062
* | | | Merge pull request #21527 from av8ramit:update_install_source_docsGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 208136518
* \ \ \ \ Merge pull request #21424 from justinshenk:fixReadmeFormattingGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208130131
| | | | * | docs_src: minor spelling tweaksGravatar Brett Koonce2018-08-09
| |_|_|/ / |/| | | |
| | * | | Fix formatting.Gravatar Amit Patankar2018-08-09
| | | | |
| | * | | Adding the new dependencies to build from source for master.Gravatar Amit Patankar2018-08-09
| |/ / / |/| | |
* | | | Add TF Probability mailing list to community pages.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 208069195
* | | | Merge pull request #19891 from maitbayev:masterGravatar TensorFlower Gardener2018-08-08
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 207995206
* \ \ \ \ Merge pull request #20364 from dandv:patch-1Gravatar TensorFlower Gardener2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207988649
* \ \ \ \ \ Merge pull request #21443 from yongtang:21434-version_compat-linkGravatar TensorFlower Gardener2018-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207973824
* | | | | | | [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207971529
| | | | | * | Cherrypick r1.10 back to master.Gravatar Amit Patankar2018-08-08
| |_|_|_|/ / |/| | | | |
* | | | | | Move Estimator Overview to first element of "High Level APIs".Gravatar Mark Daoust2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207930697
* | | | | | Add missing python dependency.Gravatar Tiezhen WANG2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207824286