Commit 4279460
File tree
10 files changed
+43
-30
lines changed- tensorflow_serving
- example
- g3doc
10 files changed
+43
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
This file was deleted.
Submodule tensorflow updated 67 files
- WORKSPACE+5-5
- tensorflow/contrib/linear_optimizer/python/ops/sdca_ops.py+1-1
- tensorflow/core/BUILD+2-1
- tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc+187-104
- tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.h+149-28
- tensorflow/core/common_runtime/gpu/gpu_bfc_allocator_test.cc+87-23
- tensorflow/core/common_runtime/gpu/gpu_device.cc+8-8
- tensorflow/core/common_runtime/gpu/process_state.cc+4-3
- tensorflow/core/common_runtime/gpu/process_state.h+3-2
- tensorflow/core/common_runtime/simple_placer.cc+19-3
- tensorflow/core/common_runtime/simple_placer_test.cc+26
- tensorflow/core/distributed_runtime/rpc/grpc_worker_service.cc-1
- tensorflow/core/framework/op_def_builder.cc+1-1
- tensorflow/core/framework/op_kernel.cc+1-1
- tensorflow/core/framework/op_kernel.h+29-6
- tensorflow/core/framework/tensor_testutil.h+4-4
- tensorflow/core/kernels/BUILD+1
- tensorflow/core/kernels/batch_matmul_op.cc+1-2
- tensorflow/core/kernels/bias_op.cc+1-2
- tensorflow/core/kernels/check_numerics_op.cc+1-2
- tensorflow/core/kernels/conv_grad_ops.cc+2-3
- tensorflow/core/kernels/conv_ops.cc+1-2
- tensorflow/core/kernels/conv_ops_gpu.h-1
- tensorflow/core/kernels/decode_csv_op.cc+2-2
- tensorflow/core/kernels/depthwise_conv_op.cc+3-4
- tensorflow/core/kernels/fft_ops.cc+1-2
- tensorflow/core/kernels/fifo_queue.cc+5-5
- tensorflow/core/kernels/fifo_queue.h+1-1
- tensorflow/core/kernels/matmul_op.cc+1-2
- tensorflow/core/kernels/mirror_pad_op.cc+353
- tensorflow/core/kernels/mirror_pad_op.h+443
- tensorflow/core/kernels/mirror_pad_op_gpu.cu.cc+45
- tensorflow/core/kernels/pooling_ops_common.cc+2-3
- tensorflow/core/kernels/queue_base.cc+4-3
- tensorflow/core/kernels/queue_base.h+2-2
- tensorflow/core/kernels/range_sampler.cc+1-2
- tensorflow/core/kernels/range_sampler.h-3
- tensorflow/core/kernels/split_op.cc+1-2
- tensorflow/core/kernels/string_to_number_op.cc+5-6
- tensorflow/core/kernels/unique_op.cc+11-4
- tensorflow/core/lib/core/stringpiece.cc-8
- tensorflow/core/lib/core/stringpiece.h+7-1
- tensorflow/core/lib/strings/numbers.cc+27-26
- tensorflow/core/lib/strings/numbers.h+2-2
- tensorflow/core/lib/strings/numbers_test.cc+14
- tensorflow/core/ops/array_ops.cc+84-1
- tensorflow/core/ops/compat/ops_history.v0.pbtxt+58
- tensorflow/core/ops/ops.pbtxt+70
- tensorflow/core/platform/default/tracing_impl.h+1-2
- tensorflow/core/platform/tracing.h+2
- tensorflow/core/protobuf/config.proto+4
- tensorflow/core/util/mirror_pad_mode.cc+40
- tensorflow/core/util/mirror_pad_mode.h+52
- tensorflow/models/image/cifar10/cifar10.py+2-2
- tensorflow/models/image/cifar10/cifar10_input.py+1-1
- tensorflow/python/BUILD+3
- tensorflow/python/framework/python_op_gen.cc-5
- tensorflow/python/kernel_tests/pad_op_test.py+55-18
- tensorflow/python/kernel_tests/topk_op_test.py+11
- tensorflow/python/kernel_tests/variable_scope_test.py+136
- tensorflow/python/ops/array_grad.py+16
- tensorflow/python/ops/array_ops.py+89
- tensorflow/python/ops/nn_grad.py+41
- tensorflow/python/ops/sparse_grad.py+8-3
- tensorflow/python/ops/variable_scope.py+18-14
- tensorflow/tensorboard/TAG+1-1
- tensorflow/tensorboard/dist/tf-tensorboard.html+780-378
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
0 commit comments