File tree
3 files changed
+5
-5
lines changed- tensorflow_serving
- model_servers
- tools/pip_package
3 files changed
+5
-5
lines changedSubmodule tensorflow updated 59 files
- RELEASE.md-2
- tensorflow/compiler/tests/binary_ops_test.py+1-1
- tensorflow/compiler/tests/ftrl_test.py+20-20
- tensorflow/compiler/tests/momentum_test.py+11-12
- tensorflow/compiler/tests/tensor_array_ops_test.py+1-2
- tensorflow/compiler/tests/unary_ops_test.py+3-2
- tensorflow/compiler/tests/xla_test.py+82-23
- tensorflow/compiler/tf2xla/kernels/matmul_op.cc+14-1
- tensorflow/compiler/tf2xla/lib/util.cc+1-1
- tensorflow/compiler/tf2xla/lib/util.h+1-1
- tensorflow/compiler/tf2xla/xla_op_registry.h+4-4
- tensorflow/contrib/batching/util/BUILD+1
- tensorflow/contrib/ffmpeg/default/BUILD+1
- tensorflow/contrib/tensor_forest/kernels/v4/BUILD+2
- tensorflow/core/BUILD+8-1
- tensorflow/core/framework/numeric_types.h+24-150
- tensorflow/core/framework/register_types.h+15-3
- tensorflow/core/kernels/concat_lib_cpu.cc-1
- tensorflow/core/kernels/concat_op.cc-1
- tensorflow/core/kernels/constant_op_gpu.cu.cc+7-19
- tensorflow/core/kernels/cross_op.cc+1
- tensorflow/core/kernels/fill_functor.cc+2
- tensorflow/core/kernels/identity_op.cc-1
- tensorflow/core/kernels/save_restore_tensor.cc+2-4
- tensorflow/core/kernels/slice_op.cc-3
- tensorflow/core/kernels/slice_op_cpu_impl.h-1
- tensorflow/core/kernels/split_lib_cpu.cc-1
- tensorflow/core/kernels/split_v_op.cc-1
- tensorflow/core/kernels/strided_slice_op.cc-1
- tensorflow/core/kernels/strided_slice_op_impl.h-1
- tensorflow/core/kernels/tensor_array_ops.cc-2
- tensorflow/core/kernels/transpose_op.cc-2
- tensorflow/core/lib/bfloat16/bfloat16.cc+25
- tensorflow/core/lib/bfloat16/bfloat16.h+276
- tensorflow/core/lib/hash/hash.h+7
- tensorflow/core/lib/strings/strcat.h+3
- tensorflow/core/platform/default/build_config.bzl+1
- tensorflow/core/platform/types.h+6
- tensorflow/core/public/version.h+1-1
- tensorflow/docs_src/get_started/index.md+16-16
- tensorflow/docs_src/get_started/leftnav_files+5
- tensorflow/docs_src/install/install_c.md+1-1
- tensorflow/docs_src/install/install_go.md+1-1
- tensorflow/docs_src/install/install_java.md+11-11
- tensorflow/docs_src/install/install_linux.md+11-11
- tensorflow/docs_src/install/install_mac.md+5-5
- tensorflow/docs_src/install/install_sources.md+7-7
- tensorflow/python/BUILD+5-1
- tensorflow/python/framework/test_util.py+11-1
- tensorflow/python/kernel_tests/sparse_matmul_op_test.py+13-6
- tensorflow/python/lib/core/bfloat16.cc+106
- tensorflow/python/lib/core/bfloat16_test.py+18
- tensorflow/python/lib/core/numpy.h+1
- tensorflow/python/ops/gradient_checker.py+12-2
- tensorflow/python/ops/math_ops.py+7-1
- tensorflow/python/platform/flags.py+55
- tensorflow/python/platform/flags_test.py+55-2
- tensorflow/tools/docker/parameterized_docker_build.sh+3-4
- tensorflow/tools/pip_package/setup.py+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments