Imported Upstream version 1.12.0 upstream/1.12.0
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 11 Jun 2019 11:49:57 +0000 (20:49 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 11 Jun 2019 11:49:57 +0000 (20:49 +0900)
commit7d6df20a845b3a5b5ac1cbcf43deca80eab68db4
tree005172dd7c03c07babdce797545cc04e63ad6b90
parent5038b55fe11587726b68ae4b18af5b80b0d22396
Imported Upstream version 1.12.0
8122 files changed:
.gitignore
CODEOWNERS
CONTRIBUTING.md
ISSUE_TEMPLATE.md
README.md
RELEASE.md
SECURITY.md
WORKSPACE
configure.py
tensorflow/BUILD
tensorflow/__init__.py
tensorflow/api_template.__init__.py
tensorflow/c/BUILD
tensorflow/c/c_api.cc
tensorflow/c/c_api.h
tensorflow/c/c_api_experimental.cc
tensorflow/c/c_api_experimental.h
tensorflow/c/c_api_experimental_test.cc
tensorflow/c/c_api_function.cc
tensorflow/c/c_api_function_test.cc
tensorflow/c/c_api_test.cc
tensorflow/c/c_test_util.cc
tensorflow/c/c_test_util.h
tensorflow/c/checkpoint_reader.cc
tensorflow/c/checkpoint_reader.h
tensorflow/c/eager/BUILD
tensorflow/c/eager/c_api.cc [changed mode: 0644->0755]
tensorflow/c/eager/c_api.h [changed mode: 0644->0755]
tensorflow/c/eager/c_api_internal.h
tensorflow/c/eager/c_api_test.cc
tensorflow/c/eager/tape.h
tensorflow/c/python_api.cc
tensorflow/c/python_api.h
tensorflow/c/tf_status_helper.h
tensorflow/cc/BUILD
tensorflow/cc/client/client_session.cc
tensorflow/cc/client/client_session.h
tensorflow/cc/client/client_session_test.cc
tensorflow/cc/framework/cc_op_gen.cc
tensorflow/cc/framework/gradient_checker.cc
tensorflow/cc/framework/gradient_checker_test.cc
tensorflow/cc/framework/ops.h
tensorflow/cc/framework/scope.cc
tensorflow/cc/framework/scope.h
tensorflow/cc/framework/scope_internal.h
tensorflow/cc/framework/scope_test.cc
tensorflow/cc/gradients/array_grad.cc
tensorflow/cc/gradients/array_grad_test.cc
tensorflow/cc/gradients/image_grad.cc [new file with mode: 0644]
tensorflow/cc/gradients/image_grad_test.cc [new file with mode: 0644]
tensorflow/cc/gradients/math_grad.cc
tensorflow/cc/gradients/math_grad_test.cc
tensorflow/cc/gradients/nn_grad.cc
tensorflow/cc/gradients/nn_grad_test.cc
tensorflow/cc/saved_model/BUILD
tensorflow/cc/saved_model/loader.cc
tensorflow/cc/saved_model/reader.cc [new file with mode: 0644]
tensorflow/cc/saved_model/reader.h [new file with mode: 0644]
tensorflow/cc/saved_model/reader_test.cc [new file with mode: 0644]
tensorflow/compiler/aot/BUILD
tensorflow/compiler/aot/codegen.cc
tensorflow/compiler/aot/codegen.h
tensorflow/compiler/aot/codegen_test.cc
tensorflow/compiler/aot/codegen_test_h.golden
tensorflow/compiler/aot/compile.cc
tensorflow/compiler/aot/embedded_protocol_buffers.cc
tensorflow/compiler/aot/embedded_protocol_buffers.h
tensorflow/compiler/aot/runtime.cc [deleted file]
tensorflow/compiler/aot/runtime.h [deleted file]
tensorflow/compiler/aot/runtime_test.cc [deleted file]
tensorflow/compiler/aot/test.cc
tensorflow/compiler/aot/tests/BUILD
tensorflow/compiler/aot/tests/make_test_graphs.py
tensorflow/compiler/aot/tests/test_graph_tftop_k.config.pbtxt [new file with mode: 0644]
tensorflow/compiler/aot/tests/tfcompile_test.cc
tensorflow/compiler/aot/tfcompile.bzl
tensorflow/compiler/aot/tfcompile_main.cc
tensorflow/compiler/jit/BUILD
tensorflow/compiler/jit/build_xla_launch_ops_pass.cc [deleted file]
tensorflow/compiler/jit/build_xla_launch_ops_pass.h [deleted file]
tensorflow/compiler/jit/build_xla_ops_pass.cc [new file with mode: 0644]
tensorflow/compiler/jit/build_xla_ops_pass.h [new file with mode: 0644]
tensorflow/compiler/jit/build_xla_ops_pass_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/create_xla_launch_op.cc
tensorflow/compiler/jit/create_xla_launch_op_test.cc
tensorflow/compiler/jit/deadness_analysis.cc [new file with mode: 0644]
tensorflow/compiler/jit/deadness_analysis.h [new file with mode: 0644]
tensorflow/compiler/jit/deadness_analysis_internal.h [new file with mode: 0644]
tensorflow/compiler/jit/deadness_analysis_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc
tensorflow/compiler/jit/encapsulate_subgraphs_pass.h
tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc
tensorflow/compiler/jit/encapsulate_xla_computations_pass.cc [new file with mode: 0644]
tensorflow/compiler/jit/encapsulate_xla_computations_pass.h [new file with mode: 0644]
tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/graphcycles/BUILD
tensorflow/compiler/jit/graphcycles/graphcycles.cc
tensorflow/compiler/jit/jit_compilation_pass_registration.cc
tensorflow/compiler/jit/kernels/BUILD
tensorflow/compiler/jit/kernels/parallel_check_op.cc [deleted file]
tensorflow/compiler/jit/kernels/xla_launch_op.cc [deleted file]
tensorflow/compiler/jit/kernels/xla_launch_op.h [deleted file]
tensorflow/compiler/jit/kernels/xla_ops.cc [new file with mode: 0644]
tensorflow/compiler/jit/kernels/xla_ops.h [new file with mode: 0644]
tensorflow/compiler/jit/legacy_flags/BUILD
tensorflow/compiler/jit/legacy_flags/encapsulate_subgraphs_pass_flags.cc [deleted file]
tensorflow/compiler/jit/legacy_flags/encapsulate_subgraphs_pass_flags.h [deleted file]
tensorflow/compiler/jit/legacy_flags/parallel_check_op_flags.cc [deleted file]
tensorflow/compiler/jit/legacy_flags/parallel_check_op_flags.h [deleted file]
tensorflow/compiler/jit/mark_for_compilation_pass.cc
tensorflow/compiler/jit/mark_for_compilation_pass.h
tensorflow/compiler/jit/mark_for_compilation_pass_test.cc
tensorflow/compiler/jit/mark_for_compilation_pass_test_helper.cc [new file with mode: 0644]
tensorflow/compiler/jit/mark_for_compilation_pass_test_helper.h [new file with mode: 0644]
tensorflow/compiler/jit/node_matchers.cc [new file with mode: 0644]
tensorflow/compiler/jit/node_matchers.h [new file with mode: 0644]
tensorflow/compiler/jit/node_matchers_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/ops/BUILD
tensorflow/compiler/jit/ops/parallel_check_op.cc [deleted file]
tensorflow/compiler/jit/ops/xla_ops.cc
tensorflow/compiler/jit/partially_decluster_pass.cc [new file with mode: 0644]
tensorflow/compiler/jit/partially_decluster_pass.h [new file with mode: 0644]
tensorflow/compiler/jit/partially_decluster_pass_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/resource_operation_safety_analysis.cc [new file with mode: 0644]
tensorflow/compiler/jit/resource_operation_safety_analysis.h [new file with mode: 0644]
tensorflow/compiler/jit/resource_operation_safety_analysis_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/xla_cluster_util.cc [new file with mode: 0644]
tensorflow/compiler/jit/xla_cluster_util.h [new file with mode: 0644]
tensorflow/compiler/jit/xla_cluster_util_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/xla_compilation_cache.cc
tensorflow/compiler/jit/xla_compilation_cache.h
tensorflow/compiler/jit/xla_compile_on_demand_op.cc
tensorflow/compiler/jit/xla_cpu_device.cc
tensorflow/compiler/jit/xla_device.cc
tensorflow/compiler/jit/xla_device.h
tensorflow/compiler/jit/xla_device_context.cc
tensorflow/compiler/jit/xla_device_context.h
tensorflow/compiler/jit/xla_device_ops.h
tensorflow/compiler/jit/xla_fusion_optimizer.cc [new file with mode: 0644]
tensorflow/compiler/jit/xla_fusion_optimizer.h [new file with mode: 0644]
tensorflow/compiler/jit/xla_fusion_optimizer_test.cc [new file with mode: 0644]
tensorflow/compiler/jit/xla_gpu_device.cc
tensorflow/compiler/jit/xla_interpreter_device.cc
tensorflow/compiler/jit/xla_launch_util.cc
tensorflow/compiler/jit/xla_launch_util.h
tensorflow/compiler/jit/xla_tensor.cc
tensorflow/compiler/jit/xla_tensor.h
tensorflow/compiler/tests/BUILD
tensorflow/compiler/tests/adadelta_test.py [new file with mode: 0644]
tensorflow/compiler/tests/adagrad_da_test.py [new file with mode: 0644]
tensorflow/compiler/tests/adagrad_test.py
tensorflow/compiler/tests/adam_test.py
tensorflow/compiler/tests/adamax_test.py [new file with mode: 0644]
tensorflow/compiler/tests/addsign_test.py [new file with mode: 0644]
tensorflow/compiler/tests/argminmax_test.py
tensorflow/compiler/tests/binary_ops_test.py
tensorflow/compiler/tests/bucketize_op_test.py
tensorflow/compiler/tests/build_defs.bzl
tensorflow/compiler/tests/categorical_op_test.py
tensorflow/compiler/tests/cholesky_op_test.py
tensorflow/compiler/tests/clustering_test.py
tensorflow/compiler/tests/concat_ops_test.py
tensorflow/compiler/tests/conv2d_test.py
tensorflow/compiler/tests/conv3d_test.py
tensorflow/compiler/tests/dense_layer_test.py
tensorflow/compiler/tests/depthwise_conv_op_test.py
tensorflow/compiler/tests/dynamic_slice_ops_test.py
tensorflow/compiler/tests/dynamic_stitch_test.py
tensorflow/compiler/tests/eager_test.py
tensorflow/compiler/tests/extract_image_patches_op_test.py
tensorflow/compiler/tests/fake_quant_ops_test.py
tensorflow/compiler/tests/fft_test.py
tensorflow/compiler/tests/fifo_queue_test.py [new file with mode: 0644]
tensorflow/compiler/tests/ftrl_test.py
tensorflow/compiler/tests/function_test.py
tensorflow/compiler/tests/fused_batchnorm_test.py
tensorflow/compiler/tests/gather_nd_op_test.py
tensorflow/compiler/tests/gather_test.py
tensorflow/compiler/tests/image_ops_test.py
tensorflow/compiler/tests/jit_test.py
tensorflow/compiler/tests/listdiff_op_test.py
tensorflow/compiler/tests/lrn_ops_test.py
tensorflow/compiler/tests/lstm.py
tensorflow/compiler/tests/lstm_test.py
tensorflow/compiler/tests/matrix_band_part_test.py
tensorflow/compiler/tests/matrix_triangular_solve_op_test.py
tensorflow/compiler/tests/momentum_test.py
tensorflow/compiler/tests/nary_ops_test.py
tensorflow/compiler/tests/nullary_ops_test.py
tensorflow/compiler/tests/oom_test.py
tensorflow/compiler/tests/placeholder_test.py
tensorflow/compiler/tests/pooling_ops_3d_test.py
tensorflow/compiler/tests/pooling_ops_test.py
tensorflow/compiler/tests/powersign_test.py [new file with mode: 0644]
tensorflow/compiler/tests/proximal_adagrad_test.py [new file with mode: 0644]
tensorflow/compiler/tests/proximal_gradient_descent_test.py [new file with mode: 0644]
tensorflow/compiler/tests/qr_op_test.py [new file with mode: 0644]
tensorflow/compiler/tests/quantized_ops_test.py [new file with mode: 0644]
tensorflow/compiler/tests/random_ops_test.py
tensorflow/compiler/tests/randomized_tests.cc
tensorflow/compiler/tests/reduce_ops_test.py
tensorflow/compiler/tests/reduce_window_test.py
tensorflow/compiler/tests/reshape_op_test.py [new file with mode: 0644]
tensorflow/compiler/tests/reverse_ops_test.py
tensorflow/compiler/tests/reverse_sequence_op_test.py
tensorflow/compiler/tests/rmsprop_test.py
tensorflow/compiler/tests/scan_ops_test.py
tensorflow/compiler/tests/scatter_nd_op_test.py
tensorflow/compiler/tests/segment_reduction_ops_test.py
tensorflow/compiler/tests/slice_ops_test.py
tensorflow/compiler/tests/sort_ops_test.py [new file with mode: 0644]
tensorflow/compiler/tests/spacetobatch_op_test.py
tensorflow/compiler/tests/sparse_to_dense_op_test.py [new file with mode: 0644]
tensorflow/compiler/tests/stack_ops_test.py
tensorflow/compiler/tests/stateless_random_ops_test.py
tensorflow/compiler/tests/tensor_array_ops_test.py
tensorflow/compiler/tests/ternary_ops_test.py
tensorflow/compiler/tests/test_utils.py [new file with mode: 0644]
tensorflow/compiler/tests/unary_ops_test.py
tensorflow/compiler/tests/variable_ops_test.py
tensorflow/compiler/tests/while_test.py
tensorflow/compiler/tests/xla_device_test.py
tensorflow/compiler/tests/xla_ops_test.py [new file with mode: 0644]
tensorflow/compiler/tests/xla_test.py
tensorflow/compiler/tests/xla_test_test.py [new file with mode: 0644]
tensorflow/compiler/tf2xla/BUILD
tensorflow/compiler/tf2xla/cc/BUILD
tensorflow/compiler/tf2xla/const_analysis.cc
tensorflow/compiler/tf2xla/const_analysis.h
tensorflow/compiler/tf2xla/const_analysis_test.cc
tensorflow/compiler/tf2xla/cpu_function_runtime.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/cpu_function_runtime.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/cpu_function_runtime_test.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/dump_graph.cc
tensorflow/compiler/tf2xla/functionalize_cond.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_cond.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_cond_test.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_control_flow.cc
tensorflow/compiler/tf2xla/functionalize_control_flow.h
tensorflow/compiler/tf2xla/functionalize_control_flow_pass_registration.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_control_flow_test.cc
tensorflow/compiler/tf2xla/functionalize_control_flow_util.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_control_flow_util.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_while.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/functionalize_while.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/graph_compiler.cc
tensorflow/compiler/tf2xla/graph_compiler.h
tensorflow/compiler/tf2xla/kernels/BUILD
tensorflow/compiler/tf2xla/kernels/aggregate_ops.cc
tensorflow/compiler/tf2xla/kernels/arg_op.cc
tensorflow/compiler/tf2xla/kernels/batch_matmul_op.cc
tensorflow/compiler/tf2xla/kernels/batch_norm_op.cc
tensorflow/compiler/tf2xla/kernels/batchtospace_op.cc
tensorflow/compiler/tf2xla/kernels/bcast_ops.cc
tensorflow/compiler/tf2xla/kernels/bias_ops.cc
tensorflow/compiler/tf2xla/kernels/binary_ops.cc
tensorflow/compiler/tf2xla/kernels/broadcast_to_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/bucketize_op.cc
tensorflow/compiler/tf2xla/kernels/cast_op.cc
tensorflow/compiler/tf2xla/kernels/categorical_op.cc
tensorflow/compiler/tf2xla/kernels/cholesky_op.cc
tensorflow/compiler/tf2xla/kernels/clip_by_value_op.cc
tensorflow/compiler/tf2xla/kernels/concat_op.cc
tensorflow/compiler/tf2xla/kernels/const_op.cc
tensorflow/compiler/tf2xla/kernels/conv_op_helpers.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/conv_op_helpers.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/conv_ops.cc
tensorflow/compiler/tf2xla/kernels/cross_op.cc
tensorflow/compiler/tf2xla/kernels/cwise_ops.cc
tensorflow/compiler/tf2xla/kernels/cwise_ops.h
tensorflow/compiler/tf2xla/kernels/depthtospace_op.cc
tensorflow/compiler/tf2xla/kernels/diag_op.cc
tensorflow/compiler/tf2xla/kernels/dynamic_slice_ops.cc
tensorflow/compiler/tf2xla/kernels/dynamic_stitch_op.cc
tensorflow/compiler/tf2xla/kernels/elu_op.cc
tensorflow/compiler/tf2xla/kernels/extract_image_patches_op.cc
tensorflow/compiler/tf2xla/kernels/fake_quantize_ops.cc
tensorflow/compiler/tf2xla/kernels/fft_ops.cc
tensorflow/compiler/tf2xla/kernels/fill_op.cc
tensorflow/compiler/tf2xla/kernels/gather_op.cc
tensorflow/compiler/tf2xla/kernels/gather_op_helpers.h
tensorflow/compiler/tf2xla/kernels/identity_op.cc
tensorflow/compiler/tf2xla/kernels/if_op.cc
tensorflow/compiler/tf2xla/kernels/if_op.h
tensorflow/compiler/tf2xla/kernels/image_ops.cc
tensorflow/compiler/tf2xla/kernels/image_resize_ops.cc
tensorflow/compiler/tf2xla/kernels/index_ops.cc
tensorflow/compiler/tf2xla/kernels/index_ops_cpu.cc
tensorflow/compiler/tf2xla/kernels/l2loss_op.cc
tensorflow/compiler/tf2xla/kernels/listdiff_op.cc
tensorflow/compiler/tf2xla/kernels/lrn_ops.cc
tensorflow/compiler/tf2xla/kernels/matmul_op.cc
tensorflow/compiler/tf2xla/kernels/matrix_band_part_op.cc
tensorflow/compiler/tf2xla/kernels/matrix_set_diag_op.cc
tensorflow/compiler/tf2xla/kernels/matrix_triangular_solve_op.cc
tensorflow/compiler/tf2xla/kernels/mirror_pad_op.cc
tensorflow/compiler/tf2xla/kernels/pack_op.cc
tensorflow/compiler/tf2xla/kernels/pad_op.cc
tensorflow/compiler/tf2xla/kernels/pooling_ops.cc
tensorflow/compiler/tf2xla/kernels/qr_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/quantize_and_dequantize_op.cc
tensorflow/compiler/tf2xla/kernels/random_ops.cc
tensorflow/compiler/tf2xla/kernels/reduce_window_op.cc
tensorflow/compiler/tf2xla/kernels/reduction_ops.cc
tensorflow/compiler/tf2xla/kernels/reduction_ops.h
tensorflow/compiler/tf2xla/kernels/reduction_ops_common.cc
tensorflow/compiler/tf2xla/kernels/relu_op.cc
tensorflow/compiler/tf2xla/kernels/reshape_op.cc
tensorflow/compiler/tf2xla/kernels/retval_op.cc
tensorflow/compiler/tf2xla/kernels/reverse_op.cc
tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
tensorflow/compiler/tf2xla/kernels/scan_ops.cc
tensorflow/compiler/tf2xla/kernels/scatter_nd_op.cc
tensorflow/compiler/tf2xla/kernels/segment_reduction_ops.cc
tensorflow/compiler/tf2xla/kernels/select_op.cc
tensorflow/compiler/tf2xla/kernels/sendrecv_ops.cc
tensorflow/compiler/tf2xla/kernels/sequence_ops.cc
tensorflow/compiler/tf2xla/kernels/shape_op.cc
tensorflow/compiler/tf2xla/kernels/slice_op.cc
tensorflow/compiler/tf2xla/kernels/softmax_op.cc
tensorflow/compiler/tf2xla/kernels/sort_ops.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/spacetobatch_op.cc
tensorflow/compiler/tf2xla/kernels/spacetodepth_op.cc
tensorflow/compiler/tf2xla/kernels/sparse_to_dense_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/split_op.cc
tensorflow/compiler/tf2xla/kernels/stack_ops.cc
tensorflow/compiler/tf2xla/kernels/stateless_random_ops.cc
tensorflow/compiler/tf2xla/kernels/strided_slice_op.cc
tensorflow/compiler/tf2xla/kernels/tensor_array_ops.cc
tensorflow/compiler/tf2xla/kernels/tile_ops.cc
tensorflow/compiler/tf2xla/kernels/topk_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/training_ops.cc
tensorflow/compiler/tf2xla/kernels/transpose_op.cc
tensorflow/compiler/tf2xla/kernels/unary_ops.cc
tensorflow/compiler/tf2xla/kernels/unpack_op.cc
tensorflow/compiler/tf2xla/kernels/variable_ops.cc
tensorflow/compiler/tf2xla/kernels/while_op.cc
tensorflow/compiler/tf2xla/kernels/while_op.h
tensorflow/compiler/tf2xla/kernels/xla_broadcast_helper_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/xla_conv_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/xla_dot_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/xla_pad_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/xla_reduce_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/xla_select_and_scatter_op.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/lib/BUILD
tensorflow/compiler/tf2xla/lib/batch_dot.cc
tensorflow/compiler/tf2xla/lib/batch_dot.h
tensorflow/compiler/tf2xla/lib/cholesky.cc
tensorflow/compiler/tf2xla/lib/cholesky.h
tensorflow/compiler/tf2xla/lib/qr.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/lib/qr.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/lib/random.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/lib/random.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/lib/scatter.cc
tensorflow/compiler/tf2xla/lib/scatter.h
tensorflow/compiler/tf2xla/lib/triangular_solve.cc
tensorflow/compiler/tf2xla/lib/triangular_solve.h
tensorflow/compiler/tf2xla/lib/triangular_solve_test.cc
tensorflow/compiler/tf2xla/lib/util.cc
tensorflow/compiler/tf2xla/lib/util.h
tensorflow/compiler/tf2xla/lib/util_test.cc
tensorflow/compiler/tf2xla/lib/while_loop.cc
tensorflow/compiler/tf2xla/lib/while_loop.h
tensorflow/compiler/tf2xla/literal_util.cc
tensorflow/compiler/tf2xla/literal_util.h
tensorflow/compiler/tf2xla/literal_util_test.cc
tensorflow/compiler/tf2xla/ops/BUILD
tensorflow/compiler/tf2xla/ops/dynamic_slice_ops.cc [deleted file]
tensorflow/compiler/tf2xla/ops/functional_ops.cc [deleted file]
tensorflow/compiler/tf2xla/ops/reduce_window_op.cc [deleted file]
tensorflow/compiler/tf2xla/ops/sendrecv_ops.cc [deleted file]
tensorflow/compiler/tf2xla/ops/xla_ops.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/python/BUILD
tensorflow/compiler/tf2xla/python/xla.py
tensorflow/compiler/tf2xla/resource_operation_table.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/resource_operation_table.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/resource_operation_table_test.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/shape_util.cc
tensorflow/compiler/tf2xla/shape_util.h
tensorflow/compiler/tf2xla/sharding_util.cc
tensorflow/compiler/tf2xla/sharding_util.h
tensorflow/compiler/tf2xla/sharding_util_test.cc
tensorflow/compiler/tf2xla/side_effect_util.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/side_effect_util.h [new file with mode: 0644]
tensorflow/compiler/tf2xla/str_util.cc [deleted file]
tensorflow/compiler/tf2xla/str_util.h [deleted file]
tensorflow/compiler/tf2xla/str_util_test.cc [deleted file]
tensorflow/compiler/tf2xla/test_util.cc
tensorflow/compiler/tf2xla/test_util.h
tensorflow/compiler/tf2xla/tf2xla.cc
tensorflow/compiler/tf2xla/tf2xla.h
tensorflow/compiler/tf2xla/tf2xla_supported_ops.cc
tensorflow/compiler/tf2xla/tf2xla_test.cc
tensorflow/compiler/tf2xla/tf2xla_util.cc
tensorflow/compiler/tf2xla/tf2xla_util.h
tensorflow/compiler/tf2xla/tf2xla_util_test.cc
tensorflow/compiler/tf2xla/type_util.cc
tensorflow/compiler/tf2xla/type_util.h
tensorflow/compiler/tf2xla/xla_compilation_device.cc
tensorflow/compiler/tf2xla/xla_compilation_device.h
tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc
tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h
tensorflow/compiler/tf2xla/xla_compiler.cc
tensorflow/compiler/tf2xla/xla_compiler.h
tensorflow/compiler/tf2xla/xla_compiler_test.cc
tensorflow/compiler/tf2xla/xla_context.cc
tensorflow/compiler/tf2xla/xla_context.h
tensorflow/compiler/tf2xla/xla_cpu_backend.cc
tensorflow/compiler/tf2xla/xla_gpu_backend.cc
tensorflow/compiler/tf2xla/xla_helpers.cc
tensorflow/compiler/tf2xla/xla_helpers.h
tensorflow/compiler/tf2xla/xla_jit_compiled_cpu_function.cc
tensorflow/compiler/tf2xla/xla_jit_compiled_cpu_function.h
tensorflow/compiler/tf2xla/xla_op_kernel.cc
tensorflow/compiler/tf2xla/xla_op_kernel.h
tensorflow/compiler/tf2xla/xla_op_registry.cc
tensorflow/compiler/tf2xla/xla_op_registry.h
tensorflow/compiler/tf2xla/xla_op_registry_test.cc [new file with mode: 0644]
tensorflow/compiler/tf2xla/xla_resource.cc
tensorflow/compiler/tf2xla/xla_resource.h
tensorflow/compiler/xla/BUILD
tensorflow/compiler/xla/array.h
tensorflow/compiler/xla/array2d.h
tensorflow/compiler/xla/array4d.h
tensorflow/compiler/xla/array4d_test.cc
tensorflow/compiler/xla/array_test.cc
tensorflow/compiler/xla/client/BUILD
tensorflow/compiler/xla/client/client.cc
tensorflow/compiler/xla/client/client.h
tensorflow/compiler/xla/client/client_library.cc
tensorflow/compiler/xla/client/compile_only_client.cc
tensorflow/compiler/xla/client/compile_only_client.h
tensorflow/compiler/xla/client/executable_build_options.cc
tensorflow/compiler/xla/client/executable_build_options.h
tensorflow/compiler/xla/client/lib/BUILD
tensorflow/compiler/xla/client/lib/arithmetic.cc
tensorflow/compiler/xla/client/lib/arithmetic.h
tensorflow/compiler/xla/client/lib/constants.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/constants.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/constants_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/conv_grad_size_util.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/conv_grad_size_util.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/math.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/math.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/math_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/numeric.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/numeric.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/numeric_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/pooling.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/pooling.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/pooling_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/prng.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/prng.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/sorting.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/sorting.h [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/sorting_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/lib/testing.cc
tensorflow/compiler/xla/client/lib/testing.h
tensorflow/compiler/xla/client/local_client.cc
tensorflow/compiler/xla/client/local_client.h
tensorflow/compiler/xla/client/padding.cc
tensorflow/compiler/xla/client/padding.h
tensorflow/compiler/xla/client/sharding_builder.h
tensorflow/compiler/xla/client/xla_builder.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_builder.h [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_builder_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_client/BUILD [deleted file]
tensorflow/compiler/xla/client/xla_client/xla_builder.cc [deleted file]
tensorflow/compiler/xla/client/xla_client/xla_builder.h [deleted file]
tensorflow/compiler/xla/client/xla_client/xla_builder_test.cc [deleted file]
tensorflow/compiler/xla/client/xla_client/xla_computation.cc [deleted file]
tensorflow/compiler/xla/client/xla_client/xla_computation.h [deleted file]
tensorflow/compiler/xla/client/xla_computation.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_computation.h [new file with mode: 0644]
tensorflow/compiler/xla/device_util.h
tensorflow/compiler/xla/executable_run_options.cc
tensorflow/compiler/xla/executable_run_options.h
tensorflow/compiler/xla/experimental/xla_sharding/BUILD [new file with mode: 0644]
tensorflow/compiler/xla/experimental/xla_sharding/xla_sharding.py [new file with mode: 0644]
tensorflow/compiler/xla/index_util.cc
tensorflow/compiler/xla/index_util.h
tensorflow/compiler/xla/index_util_test.cc
tensorflow/compiler/xla/iterator_util.h
tensorflow/compiler/xla/iterator_util_test.cc
tensorflow/compiler/xla/layout_util.cc
tensorflow/compiler/xla/layout_util.h
tensorflow/compiler/xla/layout_util_test.cc
tensorflow/compiler/xla/legacy_flags/BUILD
tensorflow/compiler/xla/legacy_flags/debug_options_flags.cc
tensorflow/compiler/xla/legacy_flags/debug_options_parsers.h
tensorflow/compiler/xla/legacy_flags/debug_options_parsers_test.cc
tensorflow/compiler/xla/legacy_flags/parse_flags_from_env_test.cc
tensorflow/compiler/xla/literal.cc [new file with mode: 0644]
tensorflow/compiler/xla/literal.h [new file with mode: 0644]
tensorflow/compiler/xla/literal_comparison.cc
tensorflow/compiler/xla/literal_comparison.h
tensorflow/compiler/xla/literal_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/literal_util.cc
tensorflow/compiler/xla/literal_util.h
tensorflow/compiler/xla/literal_util_test.cc [deleted file]
tensorflow/compiler/xla/map_util.h
tensorflow/compiler/xla/metric_table_report.cc
tensorflow/compiler/xla/metric_table_report.h
tensorflow/compiler/xla/overflow_util.h [new file with mode: 0644]
tensorflow/compiler/xla/packed_literal_reader.cc
tensorflow/compiler/xla/packed_literal_reader.h
tensorflow/compiler/xla/primitive_util.cc
tensorflow/compiler/xla/primitive_util.h
tensorflow/compiler/xla/protobuf_util.cc
tensorflow/compiler/xla/protobuf_util.h
tensorflow/compiler/xla/ptr_util.h [deleted file]
tensorflow/compiler/xla/python/BUILD
tensorflow/compiler/xla/python/local_computation_builder.cc
tensorflow/compiler/xla/python/local_computation_builder.h
tensorflow/compiler/xla/python/local_computation_builder.i
tensorflow/compiler/xla/python/numpy_bridge.cc
tensorflow/compiler/xla/python/numpy_bridge.h
tensorflow/compiler/xla/python/xla_client.py
tensorflow/compiler/xla/python/xla_client_test.py
tensorflow/compiler/xla/python_api/BUILD [new file with mode: 0644]
tensorflow/compiler/xla/python_api/types.py [new file with mode: 0644]
tensorflow/compiler/xla/python_api/xla_literal.py [new file with mode: 0644]
tensorflow/compiler/xla/python_api/xla_shape.py [new file with mode: 0644]
tensorflow/compiler/xla/reference_util.cc
tensorflow/compiler/xla/reference_util.h
tensorflow/compiler/xla/reference_util_test.cc
tensorflow/compiler/xla/rpc/BUILD
tensorflow/compiler/xla/rpc/grpc_client_test.cc
tensorflow/compiler/xla/rpc/grpc_service.h
tensorflow/compiler/xla/rpc/grpc_service_main.cc
tensorflow/compiler/xla/rpc/xla_service.proto
tensorflow/compiler/xla/service/BUILD
tensorflow/compiler/xla/service/algebraic_simplifier.cc
tensorflow/compiler/xla/service/algebraic_simplifier.h
tensorflow/compiler/xla/service/algebraic_simplifier_test.cc
tensorflow/compiler/xla/service/allocation_tracker.cc
tensorflow/compiler/xla/service/allocation_tracker.h
tensorflow/compiler/xla/service/backend.cc
tensorflow/compiler/xla/service/backend.h
tensorflow/compiler/xla/service/batch_dot_simplification.cc
tensorflow/compiler/xla/service/batch_dot_simplification.h
tensorflow/compiler/xla/service/batchnorm_expander.cc
tensorflow/compiler/xla/service/batchnorm_expander.h
tensorflow/compiler/xla/service/batchnorm_expander_test.cc
tensorflow/compiler/xla/service/bfloat16_conversion_folding.cc
tensorflow/compiler/xla/service/bfloat16_conversion_folding.h
tensorflow/compiler/xla/service/bfloat16_conversion_folding_test.cc
tensorflow/compiler/xla/service/bfloat16_normalization.cc
tensorflow/compiler/xla/service/bfloat16_normalization.h
tensorflow/compiler/xla/service/bfloat16_normalization_test.cc
tensorflow/compiler/xla/service/bfloat16_propagation.cc
tensorflow/compiler/xla/service/bfloat16_propagation.h
tensorflow/compiler/xla/service/bfloat16_propagation_test.cc
tensorflow/compiler/xla/service/bfloat16_support.cc
tensorflow/compiler/xla/service/buffer_assignment.cc
tensorflow/compiler/xla/service/buffer_assignment.h
tensorflow/compiler/xla/service/buffer_assignment_test.cc
tensorflow/compiler/xla/service/buffer_liveness.cc
tensorflow/compiler/xla/service/buffer_liveness.h
tensorflow/compiler/xla/service/buffer_liveness_test.cc
tensorflow/compiler/xla/service/buffer_value.cc
tensorflow/compiler/xla/service/buffer_value.h
tensorflow/compiler/xla/service/buffer_value_containers.h
tensorflow/compiler/xla/service/call_graph.cc
tensorflow/compiler/xla/service/call_graph.h
tensorflow/compiler/xla/service/call_graph_test.cc
tensorflow/compiler/xla/service/call_inliner.cc
tensorflow/compiler/xla/service/call_inliner.h
tensorflow/compiler/xla/service/call_inliner_test.cc
tensorflow/compiler/xla/service/channel_tracker.cc
tensorflow/compiler/xla/service/channel_tracker.h
tensorflow/compiler/xla/service/compilation_cache.cc [deleted file]
tensorflow/compiler/xla/service/compilation_cache.h [deleted file]
tensorflow/compiler/xla/service/compile_only_service.cc
tensorflow/compiler/xla/service/compile_only_service.h
tensorflow/compiler/xla/service/compiler.cc
tensorflow/compiler/xla/service/compiler.h
tensorflow/compiler/xla/service/computation_layout.cc
tensorflow/compiler/xla/service/computation_layout.h
tensorflow/compiler/xla/service/computation_placer.cc
tensorflow/compiler/xla/service/computation_placer.h
tensorflow/compiler/xla/service/conditional_simplifier.cc
tensorflow/compiler/xla/service/conditional_simplifier.h
tensorflow/compiler/xla/service/conditional_simplifier_test.cc
tensorflow/compiler/xla/service/convolution_feature_group_converter.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/convolution_feature_group_converter.h [new file with mode: 0644]
tensorflow/compiler/xla/service/convolution_feature_group_converter_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/copy_insertion.cc
tensorflow/compiler/xla/service/copy_insertion.h
tensorflow/compiler/xla/service/copy_insertion_test.cc
tensorflow/compiler/xla/service/cpu/BUILD
tensorflow/compiler/xla/service/cpu/buffer_info_util.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/cpu/buffer_info_util.h [new file with mode: 0644]
tensorflow/compiler/xla/service/cpu/compiler_functor.cc
tensorflow/compiler/xla/service/cpu/conv_canonicalization.cc
tensorflow/compiler/xla/service/cpu/conv_canonicalization.h
tensorflow/compiler/xla/service/cpu/conv_canonicalization_test.cc
tensorflow/compiler/xla/service/cpu/cpu_compiler.cc
tensorflow/compiler/xla/service/cpu/cpu_compiler.h
tensorflow/compiler/xla/service/cpu/cpu_copy_insertion.h
tensorflow/compiler/xla/service/cpu/cpu_copy_insertion_test.cc
tensorflow/compiler/xla/service/cpu/cpu_eigen_tensor_alignment_test.cc
tensorflow/compiler/xla/service/cpu/cpu_executable.cc
tensorflow/compiler/xla/service/cpu/cpu_executable.h
tensorflow/compiler/xla/service/cpu/cpu_hlo_support_checker.cc
tensorflow/compiler/xla/service/cpu/cpu_hlo_support_checker.h
tensorflow/compiler/xla/service/cpu/cpu_hlo_support_checker_test.cc
tensorflow/compiler/xla/service/cpu/cpu_instruction_fusion.cc
tensorflow/compiler/xla/service/cpu/cpu_instruction_fusion_test.cc
tensorflow/compiler/xla/service/cpu/cpu_layout_assignment.cc
tensorflow/compiler/xla/service/cpu/cpu_layout_assignment.h
tensorflow/compiler/xla/service/cpu/cpu_layout_assignment_test.cc
tensorflow/compiler/xla/service/cpu/cpu_options.cc
tensorflow/compiler/xla/service/cpu/cpu_options.h
tensorflow/compiler/xla/service/cpu/cpu_runtime.cc
tensorflow/compiler/xla/service/cpu/cpu_runtime.h
tensorflow/compiler/xla/service/cpu/cpu_runtime_test.cc
tensorflow/compiler/xla/service/cpu/cpu_transfer_manager.cc
tensorflow/compiler/xla/service/cpu/cpu_transfer_manager.h
tensorflow/compiler/xla/service/cpu/disassembler.cc
tensorflow/compiler/xla/service/cpu/dot_op_emitter.cc
tensorflow/compiler/xla/service/cpu/dot_op_emitter.h
tensorflow/compiler/xla/service/cpu/elemental_ir_emitter.cc
tensorflow/compiler/xla/service/cpu/elemental_ir_emitter.h
tensorflow/compiler/xla/service/cpu/external_constant_pool.cc [deleted file]
tensorflow/compiler/xla/service/cpu/external_constant_pool.h [deleted file]
tensorflow/compiler/xla/service/cpu/external_constant_pool_test.cc [deleted file]
tensorflow/compiler/xla/service/cpu/ir_emission_utils.cc
tensorflow/compiler/xla/service/cpu/ir_emission_utils_test.cc
tensorflow/compiler/xla/service/cpu/ir_emitter.cc
tensorflow/compiler/xla/service/cpu/ir_emitter.h
tensorflow/compiler/xla/service/cpu/ir_function.cc
tensorflow/compiler/xla/service/cpu/ir_function.h
tensorflow/compiler/xla/service/cpu/llvm_ir_runtime.cc
tensorflow/compiler/xla/service/cpu/parallel_loop_emitter.cc
tensorflow/compiler/xla/service/cpu/parallel_loop_emitter.h
tensorflow/compiler/xla/service/cpu/parallel_task_assignment.cc
tensorflow/compiler/xla/service/cpu/parallel_task_assignment.h
tensorflow/compiler/xla/service/cpu/parallel_task_assignment_test.cc
tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc
tensorflow/compiler/xla/service/cpu/runtime_fork_join.h
tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h [new file with mode: 0644]
tensorflow/compiler/xla/service/cpu/runtime_matmul.cc
tensorflow/compiler/xla/service/cpu/runtime_matmul_mkl.cc
tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc
tensorflow/compiler/xla/service/cpu/sample_harness.cc
tensorflow/compiler/xla/service/cpu/shape_partition_test.cc
tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc
tensorflow/compiler/xla/service/cpu/simple_orc_jit.h
tensorflow/compiler/xla/service/cpu/target_machine_features.cc
tensorflow/compiler/xla/service/cpu/target_machine_features.h
tensorflow/compiler/xla/service/cpu/tests/BUILD
tensorflow/compiler/xla/service/cpu/tests/cpu_codegen_test.h
tensorflow/compiler/xla/service/cpu/tests/cpu_eigen_dot_operation_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_external_constants_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_fusion_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_infeed_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_intrinsic_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_key_value_sort_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/cpu/tests/cpu_literal_caching_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_noalias_test.cc
tensorflow/compiler/xla/service/cpu/tests/cpu_outfeed_test.cc
tensorflow/compiler/xla/service/cpu/vector_support_library.cc
tensorflow/compiler/xla/service/cpu/vector_support_library.h
tensorflow/compiler/xla/service/cpu/xfeed_manager.cc
tensorflow/compiler/xla/service/cpu/xfeed_manager.h
tensorflow/compiler/xla/service/cpu/xfeed_manager_test.cc
tensorflow/compiler/xla/service/defuser.cc
tensorflow/compiler/xla/service/defuser.h
tensorflow/compiler/xla/service/defuser_test.cc
tensorflow/compiler/xla/service/despecializer.cc
tensorflow/compiler/xla/service/despecializer.h
tensorflow/compiler/xla/service/device_memory_allocator.cc
tensorflow/compiler/xla/service/device_memory_allocator.h
tensorflow/compiler/xla/service/dfs_hlo_visitor.cc
tensorflow/compiler/xla/service/dfs_hlo_visitor.h
tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h
tensorflow/compiler/xla/service/dot_decomposer.cc
tensorflow/compiler/xla/service/dot_decomposer.h
tensorflow/compiler/xla/service/elemental_ir_emitter.cc
tensorflow/compiler/xla/service/elemental_ir_emitter.h
tensorflow/compiler/xla/service/elemental_ir_emitter_test.cc
tensorflow/compiler/xla/service/executable.cc
tensorflow/compiler/xla/service/executable.h
tensorflow/compiler/xla/service/execution_tracker.cc
tensorflow/compiler/xla/service/execution_tracker.h
tensorflow/compiler/xla/service/flatten_call_graph.h
tensorflow/compiler/xla/service/flatten_call_graph_test.cc
tensorflow/compiler/xla/service/g3doc/hlo_parser.md [moved from tensorflow/compiler/xla/tools/parser/README.md with 100% similarity]
tensorflow/compiler/xla/service/gather_expander.cc
tensorflow/compiler/xla/service/gather_expander.h
tensorflow/compiler/xla/service/gather_expander_test.cc
tensorflow/compiler/xla/service/generic_transfer_manager.cc
tensorflow/compiler/xla/service/generic_transfer_manager.h
tensorflow/compiler/xla/service/gpu/BUILD
tensorflow/compiler/xla/service/gpu/backend_configs.proto
tensorflow/compiler/xla/service/gpu/buffer_allocations.cc
tensorflow/compiler/xla/service/gpu/buffer_allocations.h
tensorflow/compiler/xla/service/gpu/buffer_comparator.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/buffer_comparator.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/buffer_comparator_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/conditional_thunk.cc
tensorflow/compiler/xla/service/gpu/conditional_thunk.h
tensorflow/compiler/xla/service/gpu/convolution_thunk.cc
tensorflow/compiler/xla/service/gpu/convolution_thunk.h
tensorflow/compiler/xla/service/gpu/copy_thunk.cc
tensorflow/compiler/xla/service/gpu/copy_thunk.h
tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_rewriter.cc
tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_rewriter.h
tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_thunk.cc
tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_thunk.h
tensorflow/compiler/xla/service/gpu/cudnn_convolution_algorithm_picker.cc
tensorflow/compiler/xla/service/gpu/cudnn_convolution_algorithm_picker.h
tensorflow/compiler/xla/service/gpu/cudnn_convolution_rewriter.cc
tensorflow/compiler/xla/service/gpu/cudnn_convolution_rewriter.h
tensorflow/compiler/xla/service/gpu/cudnn_convolution_rewriter_test.cc
tensorflow/compiler/xla/service/gpu/cudnn_convolution_runner.cc
tensorflow/compiler/xla/service/gpu/cudnn_convolution_runner.h
tensorflow/compiler/xla/service/gpu/cudnn_fused_convolution_rewriter.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/cudnn_fused_convolution_rewriter.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.cc
tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
tensorflow/compiler/xla/service/gpu/fft_thunk.cc
tensorflow/compiler/xla/service/gpu/fft_thunk.h
tensorflow/compiler/xla/service/gpu/for_thunk.cc
tensorflow/compiler/xla/service/gpu/for_thunk.h
tensorflow/compiler/xla/service/gpu/fusion_merger.cc
tensorflow/compiler/xla/service/gpu/fusion_merger.h
tensorflow/compiler/xla/service/gpu/fusion_merger_test.cc
tensorflow/compiler/xla/service/gpu/gemm_thunk.cc
tensorflow/compiler/xla/service/gpu/gemm_thunk.h
tensorflow/compiler/xla/service/gpu/gpu_compiler.cc [deleted file]
tensorflow/compiler/xla/service/gpu/gpu_compiler.h [deleted file]
tensorflow/compiler/xla/service/gpu/gpu_constants.cc
tensorflow/compiler/xla/service/gpu/gpu_constants.h
tensorflow/compiler/xla/service/gpu/gpu_copy_insertion.cc
tensorflow/compiler/xla/service/gpu/gpu_copy_insertion.h
tensorflow/compiler/xla/service/gpu/gpu_executable.cc
tensorflow/compiler/xla/service/gpu/gpu_executable.h
tensorflow/compiler/xla/service/gpu/gpu_fusible.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_fusible.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_fusible_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_hlo_schedule.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_hlo_schedule.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_hlo_schedule_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/gpu_hlo_support_checker.cc
tensorflow/compiler/xla/service/gpu/gpu_hlo_support_checker.h
tensorflow/compiler/xla/service/gpu/gpu_hlo_support_checker_test.cc
tensorflow/compiler/xla/service/gpu/gpu_layout_assignment.cc
tensorflow/compiler/xla/service/gpu/gpu_layout_assignment.h
tensorflow/compiler/xla/service/gpu/gpu_layout_assignment_test.cc
tensorflow/compiler/xla/service/gpu/gpu_transfer_manager.cc
tensorflow/compiler/xla/service/gpu/gpu_transfer_manager.h
tensorflow/compiler/xla/service/gpu/hlo_execution_profiler.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/hlo_execution_profiler.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/hlo_schedule.cc [deleted file]
tensorflow/compiler/xla/service/gpu/hlo_schedule.h [deleted file]
tensorflow/compiler/xla/service/gpu/hlo_schedule_test.cc [deleted file]
tensorflow/compiler/xla/service/gpu/hlo_to_ir_bindings.cc
tensorflow/compiler/xla/service/gpu/hlo_to_ir_bindings.h
tensorflow/compiler/xla/service/gpu/infeed_manager.cc
tensorflow/compiler/xla/service/gpu/infeed_manager.h
tensorflow/compiler/xla/service/gpu/infeed_thunk.cc
tensorflow/compiler/xla/service/gpu/infeed_thunk.h
tensorflow/compiler/xla/service/gpu/instruction_fusion.cc
tensorflow/compiler/xla/service/gpu/instruction_fusion.h
tensorflow/compiler/xla/service/gpu/instruction_fusion_test.cc
tensorflow/compiler/xla/service/gpu/ir_emission_utils.cc
tensorflow/compiler/xla/service/gpu/ir_emission_utils.h
tensorflow/compiler/xla/service/gpu/ir_emitter.cc
tensorflow/compiler/xla/service/gpu/ir_emitter.h
tensorflow/compiler/xla/service/gpu/ir_emitter_nested.cc
tensorflow/compiler/xla/service/gpu/ir_emitter_unnested.cc
tensorflow/compiler/xla/service/gpu/ir_emitter_unnested.h
tensorflow/compiler/xla/service/gpu/kernel_thunk.cc
tensorflow/compiler/xla/service/gpu/kernel_thunk.h
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/BUILD
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/dump_ir_pass.cc
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/gpu_backend_lib.cc [deleted file]
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/gpu_backend_lib.h [deleted file]
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/nvptx_backend_lib.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/nvptx_backend_lib.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/utils.cc
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/utils.h
tensorflow/compiler/xla/service/gpu/memset_thunk.cc
tensorflow/compiler/xla/service/gpu/memset_thunk.h
tensorflow/compiler/xla/service/gpu/multi_output_fusion.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/multi_output_fusion.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/multi_output_fusion_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/nvptx_compiler.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/outfeed_manager.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/outfeed_manager.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/outfeed_thunk.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/outfeed_thunk.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/pad_for_tensor_cores.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/pad_for_tensor_cores.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/pad_for_tensor_cores_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/pad_insertion.cc
tensorflow/compiler/xla/service/gpu/pad_insertion.h
tensorflow/compiler/xla/service/gpu/parallel_loop_emitter.cc
tensorflow/compiler/xla/service/gpu/parallel_loop_emitter.h
tensorflow/compiler/xla/service/gpu/partition_assignment.cc
tensorflow/compiler/xla/service/gpu/partition_assignment.h
tensorflow/compiler/xla/service/gpu/sequential_thunk.cc
tensorflow/compiler/xla/service/gpu/sequential_thunk.h
tensorflow/compiler/xla/service/gpu/stream_assignment.cc
tensorflow/compiler/xla/service/gpu/stream_assignment.h
tensorflow/compiler/xla/service/gpu/stream_assignment_test.cc
tensorflow/compiler/xla/service/gpu/stream_executor_util.cc
tensorflow/compiler/xla/service/gpu/stream_executor_util.h
tensorflow/compiler/xla/service/gpu/tests/BUILD [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/cudnn_fused_convolution_rewriter_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_alignment_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_codegen_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_codegen_test.h [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_copy_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_ftz_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_fusion_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_index_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_kernel_tiling_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_ldg_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_noalias_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/gpu_unrolling_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/tests/infeed_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/thunk.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/gpu/thunk.h
tensorflow/compiler/xla/service/gpu/thunk_schedule.cc
tensorflow/compiler/xla/service/gpu/tuple_thunk.cc
tensorflow/compiler/xla/service/gpu/tuple_thunk.h
tensorflow/compiler/xla/service/gpu/while_thunk.cc
tensorflow/compiler/xla/service/gpu/while_thunk.h
tensorflow/compiler/xla/service/gpu/while_transformer.cc [deleted file]
tensorflow/compiler/xla/service/gpu/while_transformer.h [deleted file]
tensorflow/compiler/xla/service/gpu/while_transformer_test.cc
tensorflow/compiler/xla/service/gpu/xfeed_queue.h [new file with mode: 0644]
tensorflow/compiler/xla/service/graphviz_example.cc
tensorflow/compiler/xla/service/heap_simulator.cc
tensorflow/compiler/xla/service/heap_simulator.h
tensorflow/compiler/xla/service/heap_simulator_test.cc
tensorflow/compiler/xla/service/hlo.proto
tensorflow/compiler/xla/service/hlo_alias_analysis.cc
tensorflow/compiler/xla/service/hlo_alias_analysis.h
tensorflow/compiler/xla/service/hlo_alias_analysis_test.cc
tensorflow/compiler/xla/service/hlo_buffer.cc
tensorflow/compiler/xla/service/hlo_buffer.h
tensorflow/compiler/xla/service/hlo_casting_utils.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_casting_utils_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_clone_context.h
tensorflow/compiler/xla/service/hlo_computation.cc
tensorflow/compiler/xla/service/hlo_computation.h
tensorflow/compiler/xla/service/hlo_computation_test.cc
tensorflow/compiler/xla/service/hlo_constant_folding.cc
tensorflow/compiler/xla/service/hlo_constant_folding.h
tensorflow/compiler/xla/service/hlo_constant_folding_test.cc
tensorflow/compiler/xla/service/hlo_cost_analysis.cc
tensorflow/compiler/xla/service/hlo_cost_analysis.h
tensorflow/compiler/xla/service/hlo_cost_analysis_test.cc
tensorflow/compiler/xla/service/hlo_creation_utils.cc
tensorflow/compiler/xla/service/hlo_creation_utils.h
tensorflow/compiler/xla/service/hlo_creation_utils_test.cc
tensorflow/compiler/xla/service/hlo_cse.cc
tensorflow/compiler/xla/service/hlo_cse.h
tensorflow/compiler/xla/service/hlo_cse_test.cc
tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
tensorflow/compiler/xla/service/hlo_dataflow_analysis.h
tensorflow/compiler/xla/service/hlo_dataflow_analysis_test.cc
tensorflow/compiler/xla/service/hlo_dce.cc
tensorflow/compiler/xla/service/hlo_dce.h
tensorflow/compiler/xla/service/hlo_dce_test.cc
tensorflow/compiler/xla/service/hlo_domain_isolator.cc
tensorflow/compiler/xla/service/hlo_domain_isolator.h
tensorflow/compiler/xla/service/hlo_domain_map.cc
tensorflow/compiler/xla/service/hlo_domain_map.h
tensorflow/compiler/xla/service/hlo_domain_metadata.h
tensorflow/compiler/xla/service/hlo_domain_remover.cc
tensorflow/compiler/xla/service/hlo_domain_remover.h
tensorflow/compiler/xla/service/hlo_domain_test.cc
tensorflow/compiler/xla/service/hlo_domain_verifier.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_domain_verifier.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_element_type_converter.cc
tensorflow/compiler/xla/service/hlo_element_type_converter.h
tensorflow/compiler/xla/service/hlo_element_type_converter_test.cc
tensorflow/compiler/xla/service/hlo_evaluator.cc
tensorflow/compiler/xla/service/hlo_evaluator.h
tensorflow/compiler/xla/service/hlo_evaluator_test.cc
tensorflow/compiler/xla/service/hlo_evaluator_typed_visitor.h
tensorflow/compiler/xla/service/hlo_execution_profile.cc
tensorflow/compiler/xla/service/hlo_execution_profile_test.cc
tensorflow/compiler/xla/service/hlo_graph_dumper.cc
tensorflow/compiler/xla/service/hlo_graph_dumper_test.cc
tensorflow/compiler/xla/service/hlo_instruction.cc
tensorflow/compiler/xla/service/hlo_instruction.h
tensorflow/compiler/xla/service/hlo_instruction_test.cc
tensorflow/compiler/xla/service/hlo_instructions.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_instructions.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_lexer.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_lexer.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_liveness_analysis.cc
tensorflow/compiler/xla/service/hlo_liveness_analysis_test.cc
tensorflow/compiler/xla/service/hlo_matchers.cc
tensorflow/compiler/xla/service/hlo_matchers.h
tensorflow/compiler/xla/service/hlo_matchers_test.cc
tensorflow/compiler/xla/service/hlo_memory_scheduler.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_memory_scheduler.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_memory_scheduler_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_module.cc
tensorflow/compiler/xla/service/hlo_module.h
tensorflow/compiler/xla/service/hlo_module_config.cc
tensorflow/compiler/xla/service/hlo_module_config.h
tensorflow/compiler/xla/service/hlo_module_dce.cc
tensorflow/compiler/xla/service/hlo_module_dce.h
tensorflow/compiler/xla/service/hlo_module_dce_test.cc
tensorflow/compiler/xla/service/hlo_module_group.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_module_group.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_module_group_metadata.cc
tensorflow/compiler/xla/service/hlo_module_group_metadata.h
tensorflow/compiler/xla/service/hlo_module_group_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_module_group_util.cc
tensorflow/compiler/xla/service/hlo_module_group_util.h
tensorflow/compiler/xla/service/hlo_module_test.cc
tensorflow/compiler/xla/service/hlo_opcode.cc
tensorflow/compiler/xla/service/hlo_opcode.h
tensorflow/compiler/xla/service/hlo_opcode_test.cc
tensorflow/compiler/xla/service/hlo_ordering.cc
tensorflow/compiler/xla/service/hlo_ordering.h
tensorflow/compiler/xla/service/hlo_ordering_test.cc
tensorflow/compiler/xla/service/hlo_parser.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_parser.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_parser_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_pass_fix.h
tensorflow/compiler/xla/service/hlo_pass_interface.h
tensorflow/compiler/xla/service/hlo_pass_pipeline.cc
tensorflow/compiler/xla/service/hlo_pass_pipeline.h
tensorflow/compiler/xla/service/hlo_pass_pipeline_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_proto_util.cc
tensorflow/compiler/xla/service/hlo_proto_util_test.cc
tensorflow/compiler/xla/service/hlo_query.cc
tensorflow/compiler/xla/service/hlo_query.h
tensorflow/compiler/xla/service/hlo_reachability.cc
tensorflow/compiler/xla/service/hlo_reachability.h
tensorflow/compiler/xla/service/hlo_reachability_test.cc
tensorflow/compiler/xla/service/hlo_rematerialization.cc
tensorflow/compiler/xla/service/hlo_rematerialization.h
tensorflow/compiler/xla/service/hlo_rematerialization_test.cc
tensorflow/compiler/xla/service/hlo_runner.cc
tensorflow/compiler/xla/service/hlo_runner.h
tensorflow/compiler/xla/service/hlo_schedule.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_schedule.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_schedule_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_scheduling.cc [deleted file]
tensorflow/compiler/xla/service/hlo_scheduling.h [deleted file]
tensorflow/compiler/xla/service/hlo_scheduling_test.cc [deleted file]
tensorflow/compiler/xla/service/hlo_sharding.cc
tensorflow/compiler/xla/service/hlo_sharding.h
tensorflow/compiler/xla/service/hlo_sharding_metadata.cc
tensorflow/compiler/xla/service/hlo_sharding_metadata.h
tensorflow/compiler/xla/service/hlo_sharding_test.cc
tensorflow/compiler/xla/service/hlo_subcomputation_unification.h
tensorflow/compiler/xla/service/hlo_subcomputation_unification_test.cc
tensorflow/compiler/xla/service/hlo_tfgraph_builder.cc
tensorflow/compiler/xla/service/hlo_tfgraph_builder_test.cc
tensorflow/compiler/xla/service/hlo_token.h [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo_value.cc
tensorflow/compiler/xla/service/hlo_value.h
tensorflow/compiler/xla/service/hlo_verifier.cc
tensorflow/compiler/xla/service/hlo_verifier.h
tensorflow/compiler/xla/service/hlo_verifier_test.cc
tensorflow/compiler/xla/service/human_readable_profile_builder.cc
tensorflow/compiler/xla/service/human_readable_profile_builder.h
tensorflow/compiler/xla/service/implicit_broadcast_remover.h
tensorflow/compiler/xla/service/implicit_broadcast_remover_test.cc
tensorflow/compiler/xla/service/indexed_array_analysis.cc
tensorflow/compiler/xla/service/indexed_array_analysis.h
tensorflow/compiler/xla/service/indexed_array_analysis_test.cc
tensorflow/compiler/xla/service/inliner.cc
tensorflow/compiler/xla/service/inliner.h
tensorflow/compiler/xla/service/inliner_test.cc
tensorflow/compiler/xla/service/instruction_fusion.cc
tensorflow/compiler/xla/service/instruction_fusion.h
tensorflow/compiler/xla/service/instruction_fusion_test.cc
tensorflow/compiler/xla/service/interpreter/BUILD
tensorflow/compiler/xla/service/interpreter/compiler.cc
tensorflow/compiler/xla/service/interpreter/executable.cc
tensorflow/compiler/xla/service/interpreter/executable.h
tensorflow/compiler/xla/service/interpreter/executor.cc
tensorflow/compiler/xla/service/interpreter/executor.h
tensorflow/compiler/xla/service/interpreter/interpreter_transfer_manager.cc
tensorflow/compiler/xla/service/interpreter/interpreter_transfer_manager.h
tensorflow/compiler/xla/service/interpreter/platform.cc
tensorflow/compiler/xla/service/layout_assignment.cc
tensorflow/compiler/xla/service/layout_assignment.h
tensorflow/compiler/xla/service/layout_assignment_test.cc
tensorflow/compiler/xla/service/llvm_ir/BUILD
tensorflow/compiler/xla/service/llvm_ir/alias_analysis.cc
tensorflow/compiler/xla/service/llvm_ir/alias_analysis.h
tensorflow/compiler/xla/service/llvm_ir/alias_analysis_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/buffer_assignment_util.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/buffer_assignment_util.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/dynamic_update_slice_util.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/dynamic_update_slice_util.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/fused_ir_emitter.cc
tensorflow/compiler/xla/service/llvm_ir/fused_ir_emitter.h
tensorflow/compiler/xla/service/llvm_ir/ir_array.cc
tensorflow/compiler/xla/service/llvm_ir/ir_array.h
tensorflow/compiler/xla/service/llvm_ir/ir_builder_mixin.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/kernel_support_library.cc
tensorflow/compiler/xla/service/llvm_ir/kernel_support_library.h
tensorflow/compiler/xla/service/llvm_ir/kernel_tiling.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/kernel_tiling.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/llvm_loop.cc
tensorflow/compiler/xla/service/llvm_ir/llvm_loop.h
tensorflow/compiler/xla/service/llvm_ir/llvm_util.cc
tensorflow/compiler/xla/service/llvm_ir/llvm_util.h
tensorflow/compiler/xla/service/llvm_ir/loop_emitter.cc
tensorflow/compiler/xla/service/llvm_ir/loop_emitter.h
tensorflow/compiler/xla/service/llvm_ir/math_ops.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/math_ops.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/ops.cc [deleted file]
tensorflow/compiler/xla/service/llvm_ir/ops.h [deleted file]
tensorflow/compiler/xla/service/llvm_ir/sort_util.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/sort_util.h [new file with mode: 0644]
tensorflow/compiler/xla/service/llvm_ir/tuple_ops.cc
tensorflow/compiler/xla/service/llvm_ir/tuple_ops.h
tensorflow/compiler/xla/service/local_service.cc
tensorflow/compiler/xla/service/local_service.h
tensorflow/compiler/xla/service/logical_buffer.cc
tensorflow/compiler/xla/service/logical_buffer.h
tensorflow/compiler/xla/service/logical_buffer_analysis.cc
tensorflow/compiler/xla/service/logical_buffer_analysis.h
tensorflow/compiler/xla/service/maybe_owning_device_memory.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/maybe_owning_device_memory.h [new file with mode: 0644]
tensorflow/compiler/xla/service/multi_output_fusion.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/multi_output_fusion.h [new file with mode: 0644]
tensorflow/compiler/xla/service/name_uniquer.cc
tensorflow/compiler/xla/service/name_uniquer.h
tensorflow/compiler/xla/service/name_uniquer_test.cc
tensorflow/compiler/xla/service/pattern_matcher.h
tensorflow/compiler/xla/service/pattern_matcher_test.cc
tensorflow/compiler/xla/service/platform_util.cc
tensorflow/compiler/xla/service/pool.h [deleted file]
tensorflow/compiler/xla/service/pool_test.cc [deleted file]
tensorflow/compiler/xla/service/reduce_precision_insertion.h
tensorflow/compiler/xla/service/reshape_mover.cc
tensorflow/compiler/xla/service/reshape_mover.h
tensorflow/compiler/xla/service/reshape_mover_test.cc
tensorflow/compiler/xla/service/scatter_expander.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/scatter_expander.h [new file with mode: 0644]
tensorflow/compiler/xla/service/service.cc
tensorflow/compiler/xla/service/service.h
tensorflow/compiler/xla/service/service_executable_run_options.h
tensorflow/compiler/xla/service/session.proto [deleted file]
tensorflow/compiler/xla/service/shape_inference.cc
tensorflow/compiler/xla/service/shape_inference.h
tensorflow/compiler/xla/service/shape_inference_test.cc
tensorflow/compiler/xla/service/shaped_buffer.cc
tensorflow/compiler/xla/service/shaped_buffer.h
tensorflow/compiler/xla/service/shaped_buffer_test.cc
tensorflow/compiler/xla/service/source_map_util.cc [deleted file]
tensorflow/compiler/xla/service/source_map_util.h
tensorflow/compiler/xla/service/stream_pool.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/stream_pool.h [new file with mode: 0644]
tensorflow/compiler/xla/service/stream_pool_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/transfer_manager.cc
tensorflow/compiler/xla/service/transfer_manager.h
tensorflow/compiler/xla/service/transpose_folding.cc
tensorflow/compiler/xla/service/transpose_folding.h
tensorflow/compiler/xla/service/transpose_folding_test.cc
tensorflow/compiler/xla/service/tuple_points_to_analysis.cc
tensorflow/compiler/xla/service/tuple_points_to_analysis.h
tensorflow/compiler/xla/service/tuple_points_to_analysis_test.cc
tensorflow/compiler/xla/service/tuple_simplifier.cc
tensorflow/compiler/xla/service/tuple_simplifier.h
tensorflow/compiler/xla/service/tuple_simplifier_test.cc
tensorflow/compiler/xla/service/tuple_util.cc
tensorflow/compiler/xla/service/tuple_util.h
tensorflow/compiler/xla/service/tuple_util_test.cc
tensorflow/compiler/xla/service/versioned_computation_handle.cc [deleted file]
tensorflow/compiler/xla/service/versioned_computation_handle.h [deleted file]
tensorflow/compiler/xla/service/while_loop_analysis.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/while_loop_analysis.h [new file with mode: 0644]
tensorflow/compiler/xla/service/while_loop_constant_sinking.cc
tensorflow/compiler/xla/service/while_loop_constant_sinking.h
tensorflow/compiler/xla/service/while_loop_constant_sinking_test.cc
tensorflow/compiler/xla/service/while_loop_invariant_code_motion.cc
tensorflow/compiler/xla/service/while_loop_invariant_code_motion.h
tensorflow/compiler/xla/service/while_loop_invariant_code_motion_test.cc
tensorflow/compiler/xla/service/while_loop_simplifier.cc
tensorflow/compiler/xla/service/while_loop_simplifier.h
tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
tensorflow/compiler/xla/service/while_util.cc
tensorflow/compiler/xla/service/while_util.h
tensorflow/compiler/xla/service/while_util_test.cc
tensorflow/compiler/xla/service/zero_sized_hlo_elimination.cc
tensorflow/compiler/xla/service/zero_sized_hlo_elimination.h
tensorflow/compiler/xla/service/zero_sized_hlo_elimination_test.cc
tensorflow/compiler/xla/shape_layout.cc
tensorflow/compiler/xla/shape_layout.h
tensorflow/compiler/xla/shape_tree.h
tensorflow/compiler/xla/shape_tree_test.cc
tensorflow/compiler/xla/shape_util.cc
tensorflow/compiler/xla/shape_util.h
tensorflow/compiler/xla/shape_util_test.cc
tensorflow/compiler/xla/sparse_index_array.cc
tensorflow/compiler/xla/sparse_index_array.h
tensorflow/compiler/xla/sparse_index_array_test.cc
tensorflow/compiler/xla/status_macros.cc
tensorflow/compiler/xla/test.h
tensorflow/compiler/xla/test_helpers.h
tensorflow/compiler/xla/tests/BUILD
tensorflow/compiler/xla/tests/array_elementwise_ops_test.cc
tensorflow/compiler/xla/tests/axpy_simple_test.cc
tensorflow/compiler/xla/tests/bad_rng_shape_validation_test.cc
tensorflow/compiler/xla/tests/batch_normalization_test.cc
tensorflow/compiler/xla/tests/bfloat16_test.cc
tensorflow/compiler/xla/tests/binop_scaling_test.cc
tensorflow/compiler/xla/tests/bitcast_convert_test.cc
tensorflow/compiler/xla/tests/broadcast_simple_test.cc
tensorflow/compiler/xla/tests/broadcast_test.cc
tensorflow/compiler/xla/tests/build_defs.bzl
tensorflow/compiler/xla/tests/call_test.cc
tensorflow/compiler/xla/tests/check_execution_arity_test.cc
tensorflow/compiler/xla/tests/client_library_test_base.cc
tensorflow/compiler/xla/tests/client_library_test_base.h
tensorflow/compiler/xla/tests/client_test.cc
tensorflow/compiler/xla/tests/compilation_cache_test.cc
tensorflow/compiler/xla/tests/compute_constant_test.cc
tensorflow/compiler/xla/tests/concat_test.cc
tensorflow/compiler/xla/tests/conditional_test.cc
tensorflow/compiler/xla/tests/constants_test.cc
tensorflow/compiler/xla/tests/convert_test.cc
tensorflow/compiler/xla/tests/convolution_dimension_numbers_test.cc
tensorflow/compiler/xla/tests/convolution_test.cc
tensorflow/compiler/xla/tests/convolution_variants_test.cc
tensorflow/compiler/xla/tests/copy_test.cc
tensorflow/compiler/xla/tests/cross_replica_sum_test.cc
tensorflow/compiler/xla/tests/custom_call_test.cc
tensorflow/compiler/xla/tests/deallocation_test.cc
tensorflow/compiler/xla/tests/deconstruct_tuple_test.cc
tensorflow/compiler/xla/tests/deep_graph_test.cc
tensorflow/compiler/xla/tests/dot_operation_test.cc
tensorflow/compiler/xla/tests/dynamic_ops_test.cc
tensorflow/compiler/xla/tests/execution_profile_test.cc
tensorflow/compiler/xla/tests/exhaustive_f32_elementwise_op_test.cc
tensorflow/compiler/xla/tests/filecheck.cc
tensorflow/compiler/xla/tests/floor_ceil_test.cc
tensorflow/compiler/xla/tests/fmax_test.cc
tensorflow/compiler/xla/tests/fusion_test.cc
tensorflow/compiler/xla/tests/gather_operation_test.cc
tensorflow/compiler/xla/tests/half_test.cc
tensorflow/compiler/xla/tests/hlo_metadata_test.cc
tensorflow/compiler/xla/tests/hlo_test_base.cc
tensorflow/compiler/xla/tests/hlo_test_base.h
tensorflow/compiler/xla/tests/hlo_verified_test_base.cc
tensorflow/compiler/xla/tests/hlo_verified_test_base.h
tensorflow/compiler/xla/tests/hlo_verified_test_base_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/iota_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/literal_test_util.cc
tensorflow/compiler/xla/tests/literal_test_util.h
tensorflow/compiler/xla/tests/literal_test_util_test.cc
tensorflow/compiler/xla/tests/llvm_compiler_test.cc
tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc
tensorflow/compiler/xla/tests/llvm_irgen_test_base.h
tensorflow/compiler/xla/tests/local_client_allocation_test.cc
tensorflow/compiler/xla/tests/local_client_aot_test.cc
tensorflow/compiler/xla/tests/local_client_aot_test_helper.cc
tensorflow/compiler/xla/tests/local_client_execute_test.cc
tensorflow/compiler/xla/tests/local_client_test_base.cc
tensorflow/compiler/xla/tests/local_client_test_base.h
tensorflow/compiler/xla/tests/log_test.cc
tensorflow/compiler/xla/tests/map_test.cc
tensorflow/compiler/xla/tests/matrix_ops_simple_test.cc
tensorflow/compiler/xla/tests/multidimensional_slice_test.cc
tensorflow/compiler/xla/tests/multioutput_fusion_test.cc
tensorflow/compiler/xla/tests/multiple_devices_on_host_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/outfeed_in_nested_computation_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/pad_test.cc
tensorflow/compiler/xla/tests/params_test.cc
tensorflow/compiler/xla/tests/pred_test.cc
tensorflow/compiler/xla/tests/prng_test.cc
tensorflow/compiler/xla/tests/query_inferred_shape_test.cc
tensorflow/compiler/xla/tests/reduce_hlo_test.cc
tensorflow/compiler/xla/tests/reduce_precision_test.cc
tensorflow/compiler/xla/tests/reduce_test.cc
tensorflow/compiler/xla/tests/reduce_window_test.cc
tensorflow/compiler/xla/tests/replay_test.cc
tensorflow/compiler/xla/tests/reshape_motion_test.cc
tensorflow/compiler/xla/tests/reshape_test.cc
tensorflow/compiler/xla/tests/reverse_test.cc
tensorflow/compiler/xla/tests/round_trip_packed_literal_test.cc
tensorflow/compiler/xla/tests/round_trip_transfer_test.cc
tensorflow/compiler/xla/tests/sample_text_test.cc
tensorflow/compiler/xla/tests/scalar_computations_test.cc
tensorflow/compiler/xla/tests/scatter_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/select_and_scatter_test.cc
tensorflow/compiler/xla/tests/select_test.cc
tensorflow/compiler/xla/tests/slice_test.cc
tensorflow/compiler/xla/tests/test_macros.cc
tensorflow/compiler/xla/tests/test_utils.cc
tensorflow/compiler/xla/tests/test_utils.h
tensorflow/compiler/xla/tests/test_utils_test.cc
tensorflow/compiler/xla/tests/token_hlo_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/tests/transfer_manager_test.cc
tensorflow/compiler/xla/tests/transpose_test.cc
tensorflow/compiler/xla/tests/tuple_test.cc
tensorflow/compiler/xla/tests/unary_op_test.cc
tensorflow/compiler/xla/tests/vector_ops_reduce_test.cc
tensorflow/compiler/xla/tests/vector_ops_simple_test.cc
tensorflow/compiler/xla/tests/while_test.cc
tensorflow/compiler/xla/tests/xla_hlo_profile_test.cc
tensorflow/compiler/xla/tests/xla_internal_test_main.cc
tensorflow/compiler/xla/text_literal_reader.cc
tensorflow/compiler/xla/text_literal_reader.h
tensorflow/compiler/xla/text_literal_reader_test.cc
tensorflow/compiler/xla/text_literal_writer.cc
tensorflow/compiler/xla/text_literal_writer.h
tensorflow/compiler/xla/text_literal_writer_test.cc
tensorflow/compiler/xla/tools/BUILD
tensorflow/compiler/xla/tools/convert_computation.cc
tensorflow/compiler/xla/tools/dumped_computation_to_graphviz.cc
tensorflow/compiler/xla/tools/dumped_computation_to_operation_list.cc
tensorflow/compiler/xla/tools/dumped_computation_to_text.cc
tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
tensorflow/compiler/xla/tools/hex_floats_to_packed_literal.cc
tensorflow/compiler/xla/tools/parser/BUILD [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_lexer.cc [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_lexer.h [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_parser.cc [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_parser.h [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_parser_test.cc [deleted file]
tensorflow/compiler/xla/tools/parser/hlo_token.h [deleted file]
tensorflow/compiler/xla/tools/replay_computation.cc
tensorflow/compiler/xla/tools/show_literal.cc
tensorflow/compiler/xla/tools/show_signature.cc
tensorflow/compiler/xla/tools/show_text_literal.cc
tensorflow/compiler/xla/util.cc
tensorflow/compiler/xla/util.h
tensorflow/compiler/xla/util_test.cc
tensorflow/compiler/xla/window_util.cc
tensorflow/compiler/xla/window_util.h
tensorflow/compiler/xla/xla.proto
tensorflow/compiler/xla/xla_data.proto
tensorflow/compiler/xrt/BUILD [new file with mode: 0644]
tensorflow/compiler/xrt/cc/BUILD [new file with mode: 0644]
tensorflow/compiler/xrt/kernels/BUILD [new file with mode: 0644]
tensorflow/compiler/xrt/kernels/xrt_compile_ops.cc [new file with mode: 0644]
tensorflow/compiler/xrt/kernels/xrt_execute_op.cc [new file with mode: 0644]
tensorflow/compiler/xrt/kernels/xrt_state_ops.cc [new file with mode: 0644]
tensorflow/compiler/xrt/kernels/xrt_state_ops.h [new file with mode: 0644]
tensorflow/compiler/xrt/ops/xrt_compile_ops.cc [new file with mode: 0644]
tensorflow/compiler/xrt/ops/xrt_execute_op.cc [new file with mode: 0644]
tensorflow/compiler/xrt/ops/xrt_state_ops.cc [new file with mode: 0644]
tensorflow/compiler/xrt/tests/BUILD [new file with mode: 0644]
tensorflow/compiler/xrt/tests/raw_api_test.cc [new file with mode: 0644]
tensorflow/compiler/xrt/xrt.proto [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_compilation_cache.cc [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_compilation_cache.h [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_device.cc [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_device.h [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_state.cc [new file with mode: 0644]
tensorflow/compiler/xrt/xrt_state.h [new file with mode: 0644]
tensorflow/contrib/BUILD
tensorflow/contrib/__init__.py
tensorflow/contrib/all_reduce/BUILD
tensorflow/contrib/all_reduce/__init__.py [new file with mode: 0644]
tensorflow/contrib/all_reduce/python/all_reduce.py
tensorflow/contrib/all_reduce/python/all_reduce_test.py
tensorflow/contrib/android/BUILD
tensorflow/contrib/android/asset_manager_filesystem.cc
tensorflow/contrib/android/cmake/src/main/AndroidManifest.xml
tensorflow/contrib/autograph/BUILD
tensorflow/contrib/autograph/CONTRIBUTING.md [deleted file]
tensorflow/contrib/autograph/README.md
tensorflow/contrib/autograph/STYLE_GUIDE.md [deleted file]
tensorflow/contrib/autograph/__init__.py
tensorflow/contrib/autograph/converters/BUILD [deleted file]
tensorflow/contrib/autograph/converters/__init__.py [deleted file]
tensorflow/contrib/autograph/converters/asserts.py [deleted file]
tensorflow/contrib/autograph/converters/asserts_test.py [deleted file]
tensorflow/contrib/autograph/converters/break_statements.py [deleted file]
tensorflow/contrib/autograph/converters/break_statements_test.py [deleted file]
tensorflow/contrib/autograph/converters/builtin_functions.py [deleted file]
tensorflow/contrib/autograph/converters/builtin_functions_test.py [deleted file]
tensorflow/contrib/autograph/converters/call_trees.py [deleted file]
tensorflow/contrib/autograph/converters/call_trees_test.py [deleted file]
tensorflow/contrib/autograph/converters/continue_statements.py [deleted file]
tensorflow/contrib/autograph/converters/continue_statements_test.py [deleted file]
tensorflow/contrib/autograph/converters/control_flow.py [deleted file]
tensorflow/contrib/autograph/converters/control_flow_test.py [deleted file]
tensorflow/contrib/autograph/converters/converter_test_base.py [deleted file]
tensorflow/contrib/autograph/converters/decorators.py [deleted file]
tensorflow/contrib/autograph/converters/decorators_test.py [deleted file]
tensorflow/contrib/autograph/converters/ifexp.py [deleted file]
tensorflow/contrib/autograph/converters/ifexp_test.py [deleted file]
tensorflow/contrib/autograph/converters/list_comprehension.py [deleted file]
tensorflow/contrib/autograph/converters/list_comprehension_test.py [deleted file]
tensorflow/contrib/autograph/converters/lists.py [deleted file]
tensorflow/contrib/autograph/converters/lists_test.py [deleted file]
tensorflow/contrib/autograph/converters/logical_expressions.py [deleted file]
tensorflow/contrib/autograph/converters/logical_expressions_test.py [deleted file]
tensorflow/contrib/autograph/converters/name_scopes.py [deleted file]
tensorflow/contrib/autograph/converters/name_scopes_test.py [deleted file]
tensorflow/contrib/autograph/converters/side_effect_guards.py [deleted file]
tensorflow/contrib/autograph/converters/side_effect_guards_test.py [deleted file]
tensorflow/contrib/autograph/converters/single_return.py [deleted file]
tensorflow/contrib/autograph/converters/single_return_test.py [deleted file]
tensorflow/contrib/autograph/examples/notebooks/ag_vs_eager_collatz_speed_test.ipynb [new file with mode: 0644]
tensorflow/contrib/autograph/examples/notebooks/ag_vs_eager_mnist_speed_test.ipynb [new file with mode: 0644]
tensorflow/contrib/autograph/examples/notebooks/algorithms.ipynb [new file with mode: 0644]
tensorflow/contrib/autograph/examples/notebooks/dev_summit_2018_demo.ipynb
tensorflow/contrib/autograph/examples/notebooks/graph_vs_ag_vs_eager_sum_speed_test.ipynb [new file with mode: 0644]
tensorflow/contrib/autograph/examples/notebooks/rnn_keras_estimator.ipynb
tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb [new file with mode: 0644]
tensorflow/contrib/autograph/impl/BUILD [deleted file]
tensorflow/contrib/autograph/impl/api.py [deleted file]
tensorflow/contrib/autograph/impl/api_test.py [deleted file]
tensorflow/contrib/autograph/impl/config.py [deleted file]
tensorflow/contrib/autograph/impl/conversion.py [deleted file]
tensorflow/contrib/autograph/impl/conversion_test.py [deleted file]
tensorflow/contrib/autograph/impl/naming.py [deleted file]
tensorflow/contrib/autograph/impl/naming_test.py [deleted file]
tensorflow/contrib/autograph/operators/BUILD [deleted file]
tensorflow/contrib/autograph/operators/__init__.py [deleted file]
tensorflow/contrib/autograph/operators/control_flow.py [deleted file]
tensorflow/contrib/autograph/operators/control_flow_test.py [deleted file]
tensorflow/contrib/autograph/operators/data_structures.py [deleted file]
tensorflow/contrib/autograph/operators/data_structures_test.py [deleted file]
tensorflow/contrib/autograph/operators/slices.py [deleted file]
tensorflow/contrib/autograph/operators/slices_test.py [deleted file]
tensorflow/contrib/autograph/pyct/BUILD [deleted file]
tensorflow/contrib/autograph/pyct/anno.py [deleted file]
tensorflow/contrib/autograph/pyct/anno_test.py [deleted file]
tensorflow/contrib/autograph/pyct/ast_util.py [deleted file]
tensorflow/contrib/autograph/pyct/ast_util_test.py [deleted file]
tensorflow/contrib/autograph/pyct/compiler.py [deleted file]
tensorflow/contrib/autograph/pyct/compiler_test.py [deleted file]
tensorflow/contrib/autograph/pyct/context.py [deleted file]
tensorflow/contrib/autograph/pyct/inspect_utils_test.py [deleted file]
tensorflow/contrib/autograph/pyct/parser.py [deleted file]
tensorflow/contrib/autograph/pyct/parser_test.py [deleted file]
tensorflow/contrib/autograph/pyct/pretty_printer_test.py [deleted file]
tensorflow/contrib/autograph/pyct/qual_names.py [deleted file]
tensorflow/contrib/autograph/pyct/qual_names_test.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/BUILD [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/__init__.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/activity.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/activity_test.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/annos.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/cfg.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/cfg_test.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/live_values.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/live_values_test.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/type_info.py [deleted file]
tensorflow/contrib/autograph/pyct/static_analysis/type_info_test.py [deleted file]
tensorflow/contrib/autograph/pyct/templates.py [deleted file]
tensorflow/contrib/autograph/pyct/templates_test.py [deleted file]
tensorflow/contrib/autograph/pyct/transformer.py [deleted file]
tensorflow/contrib/autograph/pyct/transformer_test.py [deleted file]
tensorflow/contrib/autograph/utils/BUILD [deleted file]
tensorflow/contrib/autograph/utils/__init__.py [deleted file]
tensorflow/contrib/autograph/utils/builtins.py [deleted file]
tensorflow/contrib/autograph/utils/builtins_test.py [deleted file]
tensorflow/contrib/autograph/utils/context_managers_test.py [deleted file]
tensorflow/contrib/autograph/utils/misc_test.py [deleted file]
tensorflow/contrib/autograph/utils/multiple_dispatch.py [deleted file]
tensorflow/contrib/autograph/utils/multiple_dispatch_test.py [deleted file]
tensorflow/contrib/autograph/utils/py_func_test.py [deleted file]
tensorflow/contrib/autograph/utils/tensor_list_test.py [deleted file]
tensorflow/contrib/autograph/utils/type_check_test.py [deleted file]
tensorflow/contrib/autograph/utils/type_hints.py [deleted file]
tensorflow/contrib/batching/BUILD
tensorflow/contrib/batching/__init__.py
tensorflow/contrib/batching/python/ops/batch_ops.py
tensorflow/contrib/batching/python/ops/batch_ops_test.py
tensorflow/contrib/batching/serial_device_batch_scheduler.h [new file with mode: 0644]
tensorflow/contrib/bayesflow/python/kernel_tests/monte_carlo_test.py
tensorflow/contrib/bayesflow/python/ops/monte_carlo.py
tensorflow/contrib/bayesflow/python/ops/monte_carlo_impl.py
tensorflow/contrib/bigtable/BUILD [new file with mode: 0644]
tensorflow/contrib/bigtable/README.md [new file with mode: 0644]
tensorflow/contrib/bigtable/__init__.py [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_kernels.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_lib.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_lib.h [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_lookup_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_prefix_key_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_range_helpers.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_range_helpers.h [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_range_helpers_test.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_range_key_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_sample_key_pairs_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_sample_keys_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/bigtable_scan_dataset_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/test_kernels/bigtable_test_client.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/test_kernels/bigtable_test_client.h [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/test_kernels/bigtable_test_client_op.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/kernels/test_kernels/bigtable_test_client_test.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/ops/bigtable_ops.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/ops/bigtable_test_ops.cc [new file with mode: 0644]
tensorflow/contrib/bigtable/python/kernel_tests/__init__.py [new file with mode: 0644]
tensorflow/contrib/bigtable/python/kernel_tests/bigtable_ops_test.py [new file with mode: 0644]
tensorflow/contrib/bigtable/python/ops/__init__.py [new file with mode: 0644]
tensorflow/contrib/bigtable/python/ops/bigtable_api.py [new file with mode: 0644]
tensorflow/contrib/boosted_trees/BUILD
tensorflow/contrib/boosted_trees/estimator_batch/BUILD
tensorflow/contrib/boosted_trees/estimator_batch/custom_export_strategy.py
tensorflow/contrib/boosted_trees/estimator_batch/distillation_loss.py [new file with mode: 0644]
tensorflow/contrib/boosted_trees/estimator_batch/dnn_tree_combined_estimator.py
tensorflow/contrib/boosted_trees/estimator_batch/dnn_tree_combined_estimator_test.py
tensorflow/contrib/boosted_trees/estimator_batch/estimator.py
tensorflow/contrib/boosted_trees/estimator_batch/estimator_test.py
tensorflow/contrib/boosted_trees/estimator_batch/model.py
tensorflow/contrib/boosted_trees/estimator_batch/trainer_hooks.py
tensorflow/contrib/boosted_trees/examples/boston.py
tensorflow/contrib/boosted_trees/kernels/prediction_ops.cc
tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc
tensorflow/contrib/boosted_trees/kernels/split_handler_ops.cc
tensorflow/contrib/boosted_trees/kernels/stats_accumulator_ops.cc
tensorflow/contrib/boosted_trees/kernels/training_ops.cc
tensorflow/contrib/boosted_trees/lib/learner/batch/base_split_handler.py
tensorflow/contrib/boosted_trees/lib/learner/batch/categorical_split_handler.py
tensorflow/contrib/boosted_trees/lib/learner/batch/categorical_split_handler_test.py
tensorflow/contrib/boosted_trees/lib/learner/batch/ordinal_split_handler.py
tensorflow/contrib/boosted_trees/lib/learner/batch/ordinal_split_handler_test.py
tensorflow/contrib/boosted_trees/lib/models/multiple_additive_trees.cc
tensorflow/contrib/boosted_trees/lib/models/multiple_additive_trees.h
tensorflow/contrib/boosted_trees/lib/models/multiple_additive_trees_test.cc
tensorflow/contrib/boosted_trees/lib/quantiles/weighted_quantiles_stream.h
tensorflow/contrib/boosted_trees/lib/quantiles/weighted_quantiles_summary.h
tensorflow/contrib/boosted_trees/lib/trees/decision_tree.cc
tensorflow/contrib/boosted_trees/lib/utils/batch_features.cc
tensorflow/contrib/boosted_trees/lib/utils/examples_iterable_test.cc
tensorflow/contrib/boosted_trees/lib/utils/parallel_for.h
tensorflow/contrib/boosted_trees/lib/utils/random.h
tensorflow/contrib/boosted_trees/ops/prediction_ops.cc
tensorflow/contrib/boosted_trees/ops/split_handler_ops.cc
tensorflow/contrib/boosted_trees/ops/training_ops.cc
tensorflow/contrib/boosted_trees/proto/learner.proto
tensorflow/contrib/boosted_trees/proto/split_info.proto
tensorflow/contrib/boosted_trees/proto/tree_config.proto
tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py
tensorflow/contrib/boosted_trees/python/kernel_tests/prediction_ops_test.py
tensorflow/contrib/boosted_trees/python/kernel_tests/quantile_ops_test.py
tensorflow/contrib/boosted_trees/python/kernel_tests/split_handler_ops_test.py
tensorflow/contrib/boosted_trees/python/kernel_tests/stats_accumulator_ops_test.py
tensorflow/contrib/boosted_trees/python/kernel_tests/training_ops_test.py
tensorflow/contrib/boosted_trees/python/ops/prediction_ops.py
tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch.py
tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch_test.py
tensorflow/contrib/boosted_trees/python/utils/losses.py
tensorflow/contrib/boosted_trees/python/utils/losses_test.py
tensorflow/contrib/checkpoint/__init__.py
tensorflow/contrib/checkpoint/python/BUILD
tensorflow/contrib/checkpoint/python/containers.py
tensorflow/contrib/checkpoint/python/containers_test.py
tensorflow/contrib/checkpoint/python/python_state.py [new file with mode: 0644]
tensorflow/contrib/checkpoint/python/python_state_test.py [new file with mode: 0644]
tensorflow/contrib/checkpoint/python/split_dependency_test.py
tensorflow/contrib/cloud/BUILD
tensorflow/contrib/cloud/README.md [new file with mode: 0644]
tensorflow/contrib/cloud/__init__.py
tensorflow/contrib/cloud/kernels/bigquery_table_accessor.cc
tensorflow/contrib/cloud/kernels/bigquery_table_accessor.h
tensorflow/contrib/cloud/kernels/bigquery_table_accessor_test_data.h
tensorflow/contrib/cloud/ops/gcs_config_ops.cc
tensorflow/contrib/cloud/python/ops/bigquery_reader_ops_test.py
tensorflow/contrib/cloud/python/ops/gcs_config_ops.py
tensorflow/contrib/cloud/python/ops/gcs_config_ops_test.py [new file with mode: 0644]
tensorflow/contrib/cluster_resolver/BUILD
tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py
tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver_test.py
tensorflow/contrib/cmake/CMakeLists.txt
tensorflow/contrib/cmake/README.md
tensorflow/contrib/cmake/external/boringssl.cmake
tensorflow/contrib/cmake/external/double_conversion.cmake
tensorflow/contrib/cmake/external/eigen.cmake
tensorflow/contrib/cmake/external/grpc.cmake
tensorflow/contrib/cmake/external/highwayhash.cmake
tensorflow/contrib/cmake/external/jemalloc.cmake [deleted file]
tensorflow/contrib/cmake/external/mkl.cmake [new file with mode: 0644]
tensorflow/contrib/cmake/external/mkldnn.cmake
tensorflow/contrib/cmake/external/nsync.cmake
tensorflow/contrib/cmake/external/png.cmake
tensorflow/contrib/cmake/external/protobuf.cmake
tensorflow/contrib/cmake/patches/nsync/CMakeLists.txt [deleted file]
tensorflow/contrib/cmake/python_modules.txt
tensorflow/contrib/cmake/python_protos.txt
tensorflow/contrib/cmake/tf_c.cmake
tensorflow/contrib/cmake/tf_core_framework.cmake
tensorflow/contrib/cmake/tf_core_kernels.cmake
tensorflow/contrib/cmake/tf_python.cmake
tensorflow/contrib/cmake/tf_shared_lib.cmake
tensorflow/contrib/cmake/tf_stream_executor.cmake
tensorflow/contrib/cmake/tf_tests.cmake
tensorflow/contrib/coder/BUILD
tensorflow/contrib/coder/README.md [deleted file]
tensorflow/contrib/coder/__init__.py
tensorflow/contrib/coder/python/layers/entropybottleneck.py [deleted file]
tensorflow/contrib/coder/python/layers/entropybottleneck_test.py [deleted file]
tensorflow/contrib/coder/python/ops/coder_ops_test.py
tensorflow/contrib/compiler/BUILD
tensorflow/contrib/compiler/jit_test.py
tensorflow/contrib/compiler/xla.py [new file with mode: 0644]
tensorflow/contrib/compiler/xla_test.py [new file with mode: 0644]
tensorflow/contrib/constrained_optimization/README.md
tensorflow/contrib/constrained_optimization/python/candidates.py
tensorflow/contrib/constrained_optimization/python/constrained_minimization_problem.py
tensorflow/contrib/constrained_optimization/python/constrained_optimizer.py
tensorflow/contrib/constrained_optimization/python/external_regret_optimizer.py
tensorflow/contrib/constrained_optimization/python/external_regret_optimizer_test.py
tensorflow/contrib/constrained_optimization/python/swap_regret_optimizer.py
tensorflow/contrib/constrained_optimization/python/swap_regret_optimizer_test.py
tensorflow/contrib/copy_graph/python/util/copy_elements.py
tensorflow/contrib/copy_graph/python/util/copy_test.py
tensorflow/contrib/crf/__init__.py
tensorflow/contrib/crf/python/kernel_tests/crf_test.py
tensorflow/contrib/crf/python/ops/crf.py
tensorflow/contrib/cudnn_rnn/python/kernel_tests/cudnn_rnn_ops_test.py
tensorflow/contrib/cudnn_rnn/python/kernel_tests/cudnn_rnn_test.py
tensorflow/contrib/cudnn_rnn/python/layers/cudnn_rnn.py
tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
tensorflow/contrib/data/BUILD
tensorflow/contrib/data/README.md
tensorflow/contrib/data/__init__.py
tensorflow/contrib/data/kernels/BUILD [deleted file]
tensorflow/contrib/data/kernels/csv_dataset_op.cc [deleted file]
tensorflow/contrib/data/kernels/directed_interleave_dataset_op.cc [deleted file]
tensorflow/contrib/data/kernels/ignore_errors_dataset_op.cc [deleted file]
tensorflow/contrib/data/kernels/prefetching_kernels.cc [deleted file]
tensorflow/contrib/data/kernels/threadpool_dataset_op.cc [deleted file]
tensorflow/contrib/data/kernels/unique_dataset_op.cc [deleted file]
tensorflow/contrib/data/ops/dataset_ops.cc [deleted file]
tensorflow/contrib/data/python/kernel_tests/BUILD
tensorflow/contrib/data/python/kernel_tests/assert_element_shape_test.py [new file with mode: 0644]
tensorflow/contrib/data/python/kernel_tests/batch_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/bucketing_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/concatenate_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/csv_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/dataset_constructor_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/dataset_serialization_test_base.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/directed_interleave_dataset_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/filter_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/flat_map_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/get_single_element_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/interleave_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/lmdb_dataset_op_test.py [new file with mode: 0644]
tensorflow/contrib/data/python/kernel_tests/map_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/prefetch_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/prefetching_ops_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/range_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/reader_dataset_ops_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/reduce_dataset_test.py [new file with mode: 0644]
tensorflow/contrib/data/python/kernel_tests/resample_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/scan_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/sequence_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/serialization_integration_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/shuffle_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/slide_dataset_op_test.py
tensorflow/contrib/data/python/kernel_tests/sql_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/stats_dataset_ops_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/threadpool_dataset_ops_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/unique_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/writer_ops_test.py [deleted file]
tensorflow/contrib/data/python/kernel_tests/zip_dataset_op_test.py [deleted file]
tensorflow/contrib/data/python/ops/BUILD
tensorflow/contrib/data/python/ops/batching.py
tensorflow/contrib/data/python/ops/contrib_op_loader.py [deleted file]
tensorflow/contrib/data/python/ops/counter.py
tensorflow/contrib/data/python/ops/enumerate_ops.py
tensorflow/contrib/data/python/ops/error_ops.py
tensorflow/contrib/data/python/ops/get_single_element.py
tensorflow/contrib/data/python/ops/grouping.py
tensorflow/contrib/data/python/ops/interleave_ops.py
tensorflow/contrib/data/python/ops/iterator_ops.py
tensorflow/contrib/data/python/ops/iterator_ops_test.py [deleted file]
tensorflow/contrib/data/python/ops/parsing_ops.py [new file with mode: 0644]
tensorflow/contrib/data/python/ops/prefetching_ops.py
tensorflow/contrib/data/python/ops/random_ops.py
tensorflow/contrib/data/python/ops/readers.py
tensorflow/contrib/data/python/ops/resampling.py
tensorflow/contrib/data/python/ops/scan_ops.py
tensorflow/contrib/data/python/ops/shuffle_ops.py
tensorflow/contrib/data/python/ops/sliding.py
tensorflow/contrib/data/python/ops/stats_ops.py [deleted file]
tensorflow/contrib/data/python/ops/threadpool.py
tensorflow/contrib/data/python/ops/unique.py
tensorflow/contrib/data/python/ops/writers.py
tensorflow/contrib/decision_trees/proto/BUILD
tensorflow/contrib/deprecated/summaries_test.py
tensorflow/contrib/distribute/BUILD
tensorflow/contrib/distribute/README.md
tensorflow/contrib/distribute/__init__.py
tensorflow/contrib/distribute/python/BUILD
tensorflow/contrib/distribute/python/checkpoint_utils_test.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/collective_all_reduce_strategy_test.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/combinations.py
tensorflow/contrib/distribute/python/cross_tower_ops.py
tensorflow/contrib/distribute/python/cross_tower_ops_test.py
tensorflow/contrib/distribute/python/cross_tower_utils.py
tensorflow/contrib/distribute/python/cross_tower_utils_test.py
tensorflow/contrib/distribute/python/estimator_integration_test.py
tensorflow/contrib/distribute/python/estimator_training_test.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/examples/BUILD
tensorflow/contrib/distribute/python/examples/keras_mnist.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/examples/keras_model_with_estimator.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/examples/simple_estimator_example.py
tensorflow/contrib/distribute/python/examples/simple_tfkeras_example.py [deleted file]
tensorflow/contrib/distribute/python/input_ops.py
tensorflow/contrib/distribute/python/input_ops_test.py
tensorflow/contrib/distribute/python/keras_test.py
tensorflow/contrib/distribute/python/metrics_v1_test.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/minimize_loss_test.py
tensorflow/contrib/distribute/python/mirrored_strategy.py
tensorflow/contrib/distribute/python/mirrored_strategy_multigpu_test.py
tensorflow/contrib/distribute/python/mirrored_strategy_test.py
tensorflow/contrib/distribute/python/monitor_test.py
tensorflow/contrib/distribute/python/multi_worker_strategy.py [deleted file]
tensorflow/contrib/distribute/python/multi_worker_strategy_test.py [deleted file]
tensorflow/contrib/distribute/python/multi_worker_test_base.py
tensorflow/contrib/distribute/python/one_device_strategy.py
tensorflow/contrib/distribute/python/one_device_strategy_test.py
tensorflow/contrib/distribute/python/optimizer_v2_test.py
tensorflow/contrib/distribute/python/parameter_server_strategy.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/parameter_server_strategy_test.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/prefetching_ops_v2.py
tensorflow/contrib/distribute/python/prefetching_ops_v2_test.py
tensorflow/contrib/distribute/python/shared_variable_creator_test.py
tensorflow/contrib/distribute/python/single_loss_example.py
tensorflow/contrib/distribute/python/step_fn.py
tensorflow/contrib/distribute/python/step_fn_test.py
tensorflow/contrib/distribute/python/strategy_test_lib.py
tensorflow/contrib/distribute/python/tpu_strategy.py
tensorflow/contrib/distribute/python/values.py
tensorflow/contrib/distribute/python/values_test.py
tensorflow/contrib/distribute/python/warm_starting_util_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/BUILD
tensorflow/contrib/distributions/__init__.py
tensorflow/contrib/distributions/python/kernel_tests/autoregressive_test.py
tensorflow/contrib/distributions/python/kernel_tests/batch_reshape_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/absolute_value_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/affine_linear_operator_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/affine_scalar_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/affine_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/batch_normalization_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/chain_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/cholesky_outer_product_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/exp_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/fill_triangular_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/kernel_tests/bijectors/gumbel_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/inline_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/invert_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/kumaraswamy_bijector_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/masked_autoregressive_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/matrix_inverse_tril_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/ordered_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/permute_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/power_transform_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/real_nvp_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/reshape_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/scale_tril_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/kernel_tests/bijectors/sigmoid_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/sinh_arcsinh_bijector_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/softmax_centered_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/softplus_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/softsign_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/square_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/transform_diagonal_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/kernel_tests/bijectors/weibull_test.py
tensorflow/contrib/distributions/python/kernel_tests/binomial_test.py
tensorflow/contrib/distributions/python/kernel_tests/cauchy_test.py
tensorflow/contrib/distributions/python/kernel_tests/chi2_test.py
tensorflow/contrib/distributions/python/kernel_tests/conditional_transformed_distribution_test.py
tensorflow/contrib/distributions/python/kernel_tests/deterministic_test.py
tensorflow/contrib/distributions/python/kernel_tests/distribution_test.py
tensorflow/contrib/distributions/python/kernel_tests/distribution_util_test.py
tensorflow/contrib/distributions/python/kernel_tests/geometric_test.py
tensorflow/contrib/distributions/python/kernel_tests/half_normal_test.py
tensorflow/contrib/distributions/python/kernel_tests/independent_test.py
tensorflow/contrib/distributions/python/kernel_tests/inverse_gamma_test.py
tensorflow/contrib/distributions/python/kernel_tests/kumaraswamy_test.py
tensorflow/contrib/distributions/python/kernel_tests/logistic_test.py
tensorflow/contrib/distributions/python/kernel_tests/mixture_same_family_test.py
tensorflow/contrib/distributions/python/kernel_tests/mixture_test.py
tensorflow/contrib/distributions/python/kernel_tests/moving_stats_test.py
tensorflow/contrib/distributions/python/kernel_tests/mvn_diag_plus_low_rank_test.py
tensorflow/contrib/distributions/python/kernel_tests/mvn_diag_test.py
tensorflow/contrib/distributions/python/kernel_tests/mvn_full_covariance_test.py
tensorflow/contrib/distributions/python/kernel_tests/mvn_tril_test.py
tensorflow/contrib/distributions/python/kernel_tests/negative_binomial_test.py
tensorflow/contrib/distributions/python/kernel_tests/onehot_categorical_test.py
tensorflow/contrib/distributions/python/kernel_tests/poisson_lognormal_test.py
tensorflow/contrib/distributions/python/kernel_tests/poisson_test.py
tensorflow/contrib/distributions/python/kernel_tests/quantized_distribution_test.py
tensorflow/contrib/distributions/python/kernel_tests/relaxed_bernoulli_test.py
tensorflow/contrib/distributions/python/kernel_tests/relaxed_onehot_categorical_test.py
tensorflow/contrib/distributions/python/kernel_tests/sample_stats_test.py
tensorflow/contrib/distributions/python/kernel_tests/shape_test.py
tensorflow/contrib/distributions/python/kernel_tests/sinh_arcsinh_test.py
tensorflow/contrib/distributions/python/kernel_tests/transformed_distribution_test.py
tensorflow/contrib/distributions/python/kernel_tests/vector_diffeomixture_test.py
tensorflow/contrib/distributions/python/kernel_tests/vector_exponential_diag_test.py
tensorflow/contrib/distributions/python/kernel_tests/vector_laplace_diag_test.py
tensorflow/contrib/distributions/python/kernel_tests/vector_sinh_arcsinh_diag_test.py
tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py
tensorflow/contrib/distributions/python/kernel_tests/wishart_test.py
tensorflow/contrib/distributions/python/ops/autoregressive.py
tensorflow/contrib/distributions/python/ops/batch_reshape.py
tensorflow/contrib/distributions/python/ops/bijectors/__init__.py
tensorflow/contrib/distributions/python/ops/bijectors/absolute_value.py
tensorflow/contrib/distributions/python/ops/bijectors/affine.py
tensorflow/contrib/distributions/python/ops/bijectors/affine_linear_operator.py
tensorflow/contrib/distributions/python/ops/bijectors/affine_scalar.py
tensorflow/contrib/distributions/python/ops/bijectors/batch_normalization.py
tensorflow/contrib/distributions/python/ops/bijectors/chain.py
tensorflow/contrib/distributions/python/ops/bijectors/cholesky_outer_product.py
tensorflow/contrib/distributions/python/ops/bijectors/exp.py
tensorflow/contrib/distributions/python/ops/bijectors/fill_triangular.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/ops/bijectors/gumbel.py
tensorflow/contrib/distributions/python/ops/bijectors/inline.py
tensorflow/contrib/distributions/python/ops/bijectors/invert.py
tensorflow/contrib/distributions/python/ops/bijectors/kumaraswamy.py
tensorflow/contrib/distributions/python/ops/bijectors/masked_autoregressive.py
tensorflow/contrib/distributions/python/ops/bijectors/matrix_inverse_tril.py
tensorflow/contrib/distributions/python/ops/bijectors/ordered.py
tensorflow/contrib/distributions/python/ops/bijectors/permute.py
tensorflow/contrib/distributions/python/ops/bijectors/power_transform.py
tensorflow/contrib/distributions/python/ops/bijectors/real_nvp.py
tensorflow/contrib/distributions/python/ops/bijectors/reshape.py
tensorflow/contrib/distributions/python/ops/bijectors/scale_tril.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/ops/bijectors/sigmoid.py
tensorflow/contrib/distributions/python/ops/bijectors/sinh_arcsinh.py
tensorflow/contrib/distributions/python/ops/bijectors/softmax_centered.py
tensorflow/contrib/distributions/python/ops/bijectors/softplus.py
tensorflow/contrib/distributions/python/ops/bijectors/softsign.py
tensorflow/contrib/distributions/python/ops/bijectors/square.py
tensorflow/contrib/distributions/python/ops/bijectors/transform_diagonal.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/ops/bijectors/weibull.py
tensorflow/contrib/distributions/python/ops/binomial.py
tensorflow/contrib/distributions/python/ops/cauchy.py
tensorflow/contrib/distributions/python/ops/chi2.py
tensorflow/contrib/distributions/python/ops/deterministic.py
tensorflow/contrib/distributions/python/ops/distribution_util.py
tensorflow/contrib/distributions/python/ops/estimator.py
tensorflow/contrib/distributions/python/ops/geometric.py
tensorflow/contrib/distributions/python/ops/gumbel.py
tensorflow/contrib/distributions/python/ops/half_normal.py
tensorflow/contrib/distributions/python/ops/independent.py
tensorflow/contrib/distributions/python/ops/inverse_gamma.py
tensorflow/contrib/distributions/python/ops/kumaraswamy.py
tensorflow/contrib/distributions/python/ops/logistic.py
tensorflow/contrib/distributions/python/ops/mixture.py
tensorflow/contrib/distributions/python/ops/mixture_same_family.py
tensorflow/contrib/distributions/python/ops/mvn_diag.py
tensorflow/contrib/distributions/python/ops/mvn_diag_plus_low_rank.py
tensorflow/contrib/distributions/python/ops/mvn_full_covariance.py
tensorflow/contrib/distributions/python/ops/mvn_linear_operator.py
tensorflow/contrib/distributions/python/ops/mvn_tril.py
tensorflow/contrib/distributions/python/ops/negative_binomial.py
tensorflow/contrib/distributions/python/ops/onehot_categorical.py
tensorflow/contrib/distributions/python/ops/poisson.py
tensorflow/contrib/distributions/python/ops/poisson_lognormal.py
tensorflow/contrib/distributions/python/ops/quantized_distribution.py
tensorflow/contrib/distributions/python/ops/relaxed_bernoulli.py
tensorflow/contrib/distributions/python/ops/relaxed_onehot_categorical.py
tensorflow/contrib/distributions/python/ops/sample_stats.py
tensorflow/contrib/distributions/python/ops/shape.py
tensorflow/contrib/distributions/python/ops/sinh_arcsinh.py
tensorflow/contrib/distributions/python/ops/statistical_testing.py
tensorflow/contrib/distributions/python/ops/vector_diffeomixture.py
tensorflow/contrib/distributions/python/ops/vector_exponential_diag.py
tensorflow/contrib/distributions/python/ops/vector_exponential_linear_operator.py
tensorflow/contrib/distributions/python/ops/vector_laplace_diag.py
tensorflow/contrib/distributions/python/ops/vector_laplace_linear_operator.py
tensorflow/contrib/distributions/python/ops/vector_sinh_arcsinh_diag.py
tensorflow/contrib/distributions/python/ops/vector_student_t.py
tensorflow/contrib/distributions/python/ops/wishart.py
tensorflow/contrib/eager/README.md
tensorflow/contrib/eager/python/BUILD
tensorflow/contrib/eager/python/datasets.py
tensorflow/contrib/eager/python/datasets_test.py
tensorflow/contrib/eager/python/evaluator_test.py
tensorflow/contrib/eager/python/examples/BUILD
tensorflow/contrib/eager/python/examples/densenet/BUILD [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/densenet/densenet.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/densenet/densenet_graph_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/densenet/densenet_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/gan/BUILD
tensorflow/contrib/eager/python/examples/gan/mnist.py
tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/generative_examples/image_captioning_with_attention.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/generative_examples/text_generation.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/l2hmc/README.md [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/l2hmc/l2hmc.py
tensorflow/contrib/eager/python/examples/l2hmc/l2hmc_test.py
tensorflow/contrib/eager/python/examples/l2hmc/main.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/l2hmc/neural_nets.py
tensorflow/contrib/eager/python/examples/linear_regression/BUILD
tensorflow/contrib/eager/python/examples/nmt_with_attention/nmt_with_attention.ipynb
tensorflow/contrib/eager/python/examples/notebooks/README.md
tensorflow/contrib/eager/python/examples/notebooks/automatic_differentiation.ipynb
tensorflow/contrib/eager/python/examples/notebooks/custom_layers.ipynb
tensorflow/contrib/eager/python/examples/notebooks/custom_training.ipynb
tensorflow/contrib/eager/python/examples/notebooks/eager_basics.ipynb
tensorflow/contrib/eager/python/examples/pix2pix/pix2pix_eager.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/resnet50/BUILD
tensorflow/contrib/eager/python/examples/resnet50/resnet50.py
tensorflow/contrib/eager/python/examples/resnet50/resnet50_graph_test.py
tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
tensorflow/contrib/eager/python/examples/revnet/BUILD [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/README.md [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/blocks.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/blocks_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/cifar_input.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/cifar_tfrecords.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/config.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/imagenet_input.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/main.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/main_estimator.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/main_estimator_tpu.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/ops.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/ops_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/resnet_preprocessing.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/revnet.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/revnet/revnet_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/rnn_colorbot/BUILD
tensorflow/contrib/eager/python/examples/rnn_colorbot/README.md
tensorflow/contrib/eager/python/examples/rnn_colorbot/rnn_colorbot.py
tensorflow/contrib/eager/python/examples/rnn_ptb/BUILD
tensorflow/contrib/eager/python/examples/rnn_ptb/rnn_ptb.py
tensorflow/contrib/eager/python/examples/scan/BUILD [deleted file]
tensorflow/contrib/eager/python/examples/scan/scan_graph_test.py [deleted file]
tensorflow/contrib/eager/python/examples/scan/scan_test.py [deleted file]
tensorflow/contrib/eager/python/examples/spinn/spinn_test.py
tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/workshop/2_models.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/examples/workshop/3_inspecting.ipynb [new file with mode: 0644]
tensorflow/contrib/eager/python/metrics.py
tensorflow/contrib/eager/python/metrics_impl.py
tensorflow/contrib/eager/python/metrics_test.py
tensorflow/contrib/eager/python/network_test.py
tensorflow/contrib/eager/python/parameter_server.py [new file with mode: 0644]
tensorflow/contrib/eager/python/remote.py [new file with mode: 0644]
tensorflow/contrib/eager/python/remote_test.py [new file with mode: 0644]
tensorflow/contrib/eager/python/saver.py
tensorflow/contrib/eager/python/saver_test.py
tensorflow/contrib/eager/python/tfe.py
tensorflow/contrib/eager/python/tfe_test.py
tensorflow/contrib/estimator/BUILD
tensorflow/contrib/estimator/__init__.py
tensorflow/contrib/estimator/python/estimator/baseline_test.py
tensorflow/contrib/estimator/python/estimator/boosted_trees.py
tensorflow/contrib/estimator/python/estimator/boosted_trees_test.py
tensorflow/contrib/estimator/python/estimator/dnn.py
tensorflow/contrib/estimator/python/estimator/dnn_linear_combined.py
tensorflow/contrib/estimator/python/estimator/dnn_linear_combined_test.py
tensorflow/contrib/estimator/python/estimator/dnn_test.py
tensorflow/contrib/estimator/python/estimator/dnn_with_layer_annotations.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/dnn_with_layer_annotations_test.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/early_stopping.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/early_stopping_test.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/export.py
tensorflow/contrib/estimator/python/estimator/exporter.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/exporter_test.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/extenders.py
tensorflow/contrib/estimator/python/estimator/extenders_test.py
tensorflow/contrib/estimator/python/estimator/head.py
tensorflow/contrib/estimator/python/estimator/head_test.py
tensorflow/contrib/estimator/python/estimator/hooks.py
tensorflow/contrib/estimator/python/estimator/hooks_test.py
tensorflow/contrib/estimator/python/estimator/linear.py
tensorflow/contrib/estimator/python/estimator/multi_head_test.py
tensorflow/contrib/estimator/python/estimator/replicate_model_fn_test.py
tensorflow/contrib/estimator/python/estimator/rnn.py
tensorflow/contrib/estimator/python/estimator/rnn_test.py
tensorflow/contrib/estimator/python/estimator/saved_model_estimator.py [new file with mode: 0644]
tensorflow/contrib/estimator/python/estimator/saved_model_estimator_test.py [new file with mode: 0644]
tensorflow/contrib/factorization/BUILD
tensorflow/contrib/factorization/kernels/wals_solver_ops.cc
tensorflow/contrib/factorization/ops/factorization_ops.cc
tensorflow/contrib/factorization/python/kernel_tests/clustering_ops_test.py
tensorflow/contrib/factorization/python/kernel_tests/masked_matmul_ops_test.py
tensorflow/contrib/factorization/python/kernel_tests/wals_solver_ops_test.py
tensorflow/contrib/factorization/python/ops/factorization_ops.py
tensorflow/contrib/factorization/python/ops/factorization_ops_test.py
tensorflow/contrib/factorization/python/ops/gmm_ops.py
tensorflow/contrib/factorization/python/ops/gmm_ops_test.py
tensorflow/contrib/factorization/python/ops/kmeans.py
tensorflow/contrib/factorization/python/ops/kmeans_test.py
tensorflow/contrib/factorization/python/ops/wals.py
tensorflow/contrib/factorization/python/ops/wals_test.py
tensorflow/contrib/feature_column/python/feature_column/sequence_feature_column.py
tensorflow/contrib/feature_column/python/feature_column/sequence_feature_column_test.py
tensorflow/contrib/ffmpeg/__init__.py
tensorflow/contrib/ffmpeg/decode_audio_op_test.py
tensorflow/contrib/ffmpeg/decode_video_op_test.py
tensorflow/contrib/ffmpeg/encode_audio_op_test.py
tensorflow/contrib/ffmpeg/ffmpeg_ops.py
tensorflow/contrib/framework/__init__.py
tensorflow/contrib/framework/python/framework/checkpoint_utils.py
tensorflow/contrib/framework/python/framework/checkpoint_utils_test.py
tensorflow/contrib/framework/python/framework/tensor_util.py
tensorflow/contrib/framework/python/framework/tensor_util_test.py
tensorflow/contrib/framework/python/ops/arg_scope.py
tensorflow/contrib/framework/python/ops/arg_scope_test.py
tensorflow/contrib/framework/python/ops/checkpoint_ops_test.py
tensorflow/contrib/framework/python/ops/critical_section_ops.py
tensorflow/contrib/framework/python/ops/critical_section_test.py
tensorflow/contrib/framework/python/ops/prettyprint_ops_test.py
tensorflow/contrib/framework/python/ops/script_ops.py
tensorflow/contrib/framework/python/ops/sort_ops_test.py
tensorflow/contrib/framework/python/ops/variables.py
tensorflow/contrib/framework/python/ops/variables_test.py
tensorflow/contrib/fused_conv/BUILD
tensorflow/contrib/fused_conv/kernels/fused_conv2d_bias_activation_op.cc
tensorflow/contrib/fused_conv/kernels/fused_conv2d_bias_activation_op.h
tensorflow/contrib/fused_conv/kernels/fused_conv_ops_gpu.h
tensorflow/contrib/fused_conv/ops/fused_conv2d_bias_activation_op.cc
tensorflow/contrib/fused_conv/python/ops/fused_conv2d_bias_activation_op.py
tensorflow/contrib/fused_conv/python/ops/fused_conv2d_bias_activation_op_test.py
tensorflow/contrib/fused_conv/python/ops/fused_conv2d_bias_activation_op_test_base.py [new file with mode: 0644]
tensorflow/contrib/gan/BUILD
tensorflow/contrib/gan/python/estimator/__init__.py
tensorflow/contrib/gan/python/estimator/python/gan_estimator_impl.py
tensorflow/contrib/gan/python/estimator/python/gan_estimator_test.py
tensorflow/contrib/gan/python/estimator/python/head_impl.py
tensorflow/contrib/gan/python/estimator/python/head_test.py
tensorflow/contrib/gan/python/estimator/python/stargan_estimator.py [new file with mode: 0644]
tensorflow/contrib/gan/python/estimator/python/stargan_estimator_impl.py [new file with mode: 0644]
tensorflow/contrib/gan/python/estimator/python/stargan_estimator_test.py [new file with mode: 0644]
tensorflow/contrib/gan/python/eval/python/classifier_metrics_test.py
tensorflow/contrib/gan/python/eval/python/sliced_wasserstein_test.py
tensorflow/contrib/gan/python/eval/python/summaries_impl.py
tensorflow/contrib/gan/python/eval/python/summaries_test.py
tensorflow/contrib/gan/python/features/python/random_tensor_pool_impl.py
tensorflow/contrib/gan/python/features/python/random_tensor_pool_test.py
tensorflow/contrib/gan/python/losses/python/losses_impl.py
tensorflow/contrib/gan/python/losses/python/losses_impl_test.py
tensorflow/contrib/gan/python/losses/python/tuple_losses_impl.py
tensorflow/contrib/gan/python/losses/python/tuple_losses_test.py
tensorflow/contrib/gan/python/namedtuples.py
tensorflow/contrib/gan/python/train.py
tensorflow/contrib/gan/python/train_test.py
tensorflow/contrib/gdr/gdr_memory_manager.cc
tensorflow/contrib/gdr/gdr_memory_manager.h
tensorflow/contrib/gdr/gdr_rendezvous_mgr.h
tensorflow/contrib/gdr/gdr_server_lib.cc
tensorflow/contrib/gdr/gdr_server_lib.h
tensorflow/contrib/gdr/gdr_worker.h
tensorflow/contrib/graph_editor/__init__.py
tensorflow/contrib/graph_editor/reroute.py
tensorflow/contrib/graph_editor/tests/transform_test.py
tensorflow/contrib/graph_editor/transform.py
tensorflow/contrib/grid_rnn/python/kernel_tests/grid_rnn_test.py
tensorflow/contrib/hadoop/BUILD [new file with mode: 0644]
tensorflow/contrib/hadoop/__init__.py [new file with mode: 0644]
tensorflow/contrib/hadoop/kernels/hadoop_dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/hadoop/ops/dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/hadoop/python/kernel_tests/hadoop_test.py [new file with mode: 0644]
tensorflow/contrib/hadoop/python/kernel_tests/testdata/string.seq [new file with mode: 0755]
tensorflow/contrib/hadoop/python/ops/hadoop_dataset_ops.py [new file with mode: 0644]
tensorflow/contrib/hadoop/python/ops/hadoop_op_loader.py [new file with mode: 0644]
tensorflow/contrib/ignite/BUILD [new file with mode: 0644]
tensorflow/contrib/ignite/README.md [new file with mode: 0644]
tensorflow/contrib/ignite/__init__.py [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_binary_object_parser.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_binary_object_parser.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_byte_swapper.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_client.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_dataset.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_dataset.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_dataset_iterator.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_dataset_iterator.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_plain_client.h [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_plain_client_unix.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_plain_client_windows.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_ssl_wrapper.cc [new file with mode: 0644]
tensorflow/contrib/ignite/kernels/ignite_ssl_wrapper.h [new file with mode: 0644]
tensorflow/contrib/ignite/ops/dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/ignite/python/ops/ignite_dataset_ops.py [new file with mode: 0644]
tensorflow/contrib/ignite/python/ops/ignite_op_loader.py [new file with mode: 0644]
tensorflow/contrib/ignite/python/tests/bin/start-plain.sh [new file with mode: 0755]
tensorflow/contrib/ignite/python/tests/config/ignite-config-plain.xml [new file with mode: 0644]
tensorflow/contrib/ignite/python/tests/ignite_dataset_test.py [new file with mode: 0644]
tensorflow/contrib/ignite/python/tests/sql/init.sql [new file with mode: 0644]
tensorflow/contrib/ignite/python/tests/start_ignite.sh [new file with mode: 0755]
tensorflow/contrib/ignite/python/tests/stop_ignite.sh [new file with mode: 0755]
tensorflow/contrib/image/kernels/image_ops.cc
tensorflow/contrib/image/kernels/image_ops.h
tensorflow/contrib/image/kernels/image_ops_gpu.cu.cc
tensorflow/contrib/image/ops/image_ops.cc
tensorflow/contrib/image/python/kernel_tests/dense_image_warp_test.py
tensorflow/contrib/image/python/kernel_tests/distort_image_ops_test.py
tensorflow/contrib/image/python/kernel_tests/image_ops_test.py
tensorflow/contrib/image/python/kernel_tests/interpolate_spline_test.py
tensorflow/contrib/image/python/kernel_tests/segmentation_test.py
tensorflow/contrib/image/python/kernel_tests/single_image_random_dot_stereograms_ops_test.py
tensorflow/contrib/image/python/kernel_tests/sparse_image_warp_test.py
tensorflow/contrib/image/python/ops/image_ops.py
tensorflow/contrib/image/python/ops/interpolate_spline.py
tensorflow/contrib/image/python/ops/sparse_image_warp.py
tensorflow/contrib/input_pipeline/python/ops/input_pipeline_ops_test.py
tensorflow/contrib/integrate/__init__.py
tensorflow/contrib/integrate/python/ops/odes.py
tensorflow/contrib/integrate/python/ops/odes_test.py
tensorflow/contrib/kafka/kernels/kafka_dataset_ops.cc
tensorflow/contrib/kafka/ops/kafka_ops.cc [new file with mode: 0644]
tensorflow/contrib/kafka/python/kernel_tests/kafka_test.py
tensorflow/contrib/kafka/python/ops/kafka_dataset_ops.py
tensorflow/contrib/keras/__init__.py
tensorflow/contrib/keras/api/keras/layers/__init__.py
tensorflow/contrib/keras/api/keras/preprocessing/image/__init__.py
tensorflow/contrib/kernel_methods/README.md
tensorflow/contrib/kernel_methods/python/losses_test.py
tensorflow/contrib/kernel_methods/python/mappers/random_fourier_features_test.py
tensorflow/contrib/kfac/BUILD [deleted file]
tensorflow/contrib/kfac/README.md
tensorflow/contrib/kfac/__init__.py [deleted file]
tensorflow/contrib/kfac/examples/BUILD [deleted file]
tensorflow/contrib/kfac/examples/convnet.py [deleted file]
tensorflow/contrib/kfac/examples/convnet_mnist_distributed_main.py [deleted file]
tensorflow/contrib/kfac/examples/convnet_mnist_multi_tower_main.py [deleted file]
tensorflow/contrib/kfac/examples/convnet_mnist_single_main.py [deleted file]
tensorflow/contrib/kfac/examples/mlp.py [deleted file]
tensorflow/contrib/kfac/examples/mlp_mnist_main.py [deleted file]
tensorflow/contrib/kfac/examples/mnist.py [deleted file]
tensorflow/contrib/kfac/examples/tests/BUILD [deleted file]
tensorflow/contrib/kfac/examples/tests/convnet_test.py [deleted file]
tensorflow/contrib/kfac/examples/tests/mlp_test.py [deleted file]
tensorflow/contrib/kfac/examples/tests/mnist_test.py [deleted file]
tensorflow/contrib/kfac/g3doc/autoencoder.png [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/BUILD [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/estimator_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/fisher_blocks_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/fisher_factors_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/layer_collection_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/loss_functions_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/op_queue_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/optimizer_test.py [deleted file]
tensorflow/contrib/kfac/python/kernel_tests/utils_test.py [deleted file]
tensorflow/contrib/kfac/python/ops/BUILD [deleted file]
tensorflow/contrib/kfac/python/ops/curvature_matrix_vector_products.py [deleted file]
tensorflow/contrib/kfac/python/ops/curvature_matrix_vector_products_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/estimator.py [deleted file]
tensorflow/contrib/kfac/python/ops/estimator_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/fisher_blocks.py [deleted file]
tensorflow/contrib/kfac/python/ops/fisher_blocks_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/fisher_factors.py [deleted file]
tensorflow/contrib/kfac/python/ops/fisher_factors_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/layer_collection.py [deleted file]
tensorflow/contrib/kfac/python/ops/layer_collection_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/linear_operator.py [deleted file]
tensorflow/contrib/kfac/python/ops/loss_functions.py [deleted file]
tensorflow/contrib/kfac/python/ops/loss_functions_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/op_queue.py [deleted file]
tensorflow/contrib/kfac/python/ops/op_queue_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/optimizer.py [deleted file]
tensorflow/contrib/kfac/python/ops/optimizer_lib.py [deleted file]
tensorflow/contrib/kfac/python/ops/placement.py [deleted file]
tensorflow/contrib/kfac/python/ops/utils.py [deleted file]
tensorflow/contrib/kfac/python/ops/utils_lib.py [deleted file]
tensorflow/contrib/kinesis/BUILD [new file with mode: 0644]
tensorflow/contrib/kinesis/__init__.py [new file with mode: 0644]
tensorflow/contrib/kinesis/kernels/kinesis_dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/kinesis/ops/dataset_ops.cc [new file with mode: 0644]
tensorflow/contrib/kinesis/python/kernel_tests/kinesis_test.py [new file with mode: 0644]
tensorflow/contrib/kinesis/python/ops/kinesis_dataset_ops.py [new file with mode: 0644]
tensorflow/contrib/kinesis/python/ops/kinesis_op_loader.py [new file with mode: 0644]
tensorflow/contrib/labeled_tensor/python/ops/ops.py
tensorflow/contrib/labeled_tensor/python/ops/ops_test.py
tensorflow/contrib/labeled_tensor/python/ops/test_util.py
tensorflow/contrib/layers/BUILD
tensorflow/contrib/layers/__init__.py
tensorflow/contrib/layers/python/kernel_tests/sparse_feature_cross_op_test.py
tensorflow/contrib/layers/python/layers/embedding_ops_test.py
tensorflow/contrib/layers/python/layers/encoders_test.py
tensorflow/contrib/layers/python/layers/feature_column.py
tensorflow/contrib/layers/python/layers/feature_column_ops.py
tensorflow/contrib/layers/python/layers/feature_column_ops_test.py
tensorflow/contrib/layers/python/layers/feature_column_test.py
tensorflow/contrib/layers/python/layers/initializers.py
tensorflow/contrib/layers/python/layers/initializers_test.py
tensorflow/contrib/layers/python/layers/layers.py
tensorflow/contrib/layers/python/layers/layers_test.py
tensorflow/contrib/layers/python/layers/normalization.py
tensorflow/contrib/layers/python/layers/normalization_test.py
tensorflow/contrib/layers/python/layers/optimizers.py
tensorflow/contrib/layers/python/layers/optimizers_test.py
tensorflow/contrib/layers/python/layers/regularizers_test.py
tensorflow/contrib/layers/python/layers/rev_block_lib.py
tensorflow/contrib/layers/python/layers/rev_block_lib_test.py
tensorflow/contrib/layers/python/layers/summaries_test.py
tensorflow/contrib/layers/python/layers/target_column.py
tensorflow/contrib/layers/python/layers/utils_test.py
tensorflow/contrib/layers/python/ops/sparse_ops_test.py
tensorflow/contrib/learn/BUILD
tensorflow/contrib/learn/__init__.py
tensorflow/contrib/learn/python/learn/estimators/dynamic_rnn_estimator_test.py
tensorflow/contrib/learn/python/learn/estimators/estimator.py
tensorflow/contrib/learn/python/learn/estimators/head.py
tensorflow/contrib/learn/python/learn/estimators/kmeans.py
tensorflow/contrib/learn/python/learn/estimators/rnn_common_test.py
tensorflow/contrib/learn/python/learn/estimators/run_config.py
tensorflow/contrib/learn/python/learn/estimators/stability_test.py
tensorflow/contrib/learn/python/learn/estimators/state_saving_rnn_estimator_test.py
tensorflow/contrib/learn/python/learn/experiment.py
tensorflow/contrib/learn/python/learn/experiment_test.py
tensorflow/contrib/learn/python/learn/graph_actions_test.py
tensorflow/contrib/learn/python/learn/learn_io/data_feeder_test.py
tensorflow/contrib/learn/python/learn/learn_io/generator_io_test.py
tensorflow/contrib/learn/python/learn/learn_io/graph_io_test.py
tensorflow/contrib/learn/python/learn/learn_io/pandas_io_test.py
tensorflow/contrib/learn/python/learn/monitors.py
tensorflow/contrib/learn/python/learn/monitors_test.py
tensorflow/contrib/learn/python/learn/ops/ops_test.py
tensorflow/contrib/learn/python/learn/ops/seq2seq_ops_test.py
tensorflow/contrib/learn/python/learn/utils/export.py
tensorflow/contrib/learn/python/learn/utils/saved_model_export_utils.py
tensorflow/contrib/legacy_seq2seq/python/kernel_tests/seq2seq_test.py
tensorflow/contrib/legacy_seq2seq/python/ops/seq2seq.py
tensorflow/contrib/libsvm/python/kernel_tests/decode_libsvm_op_test.py
tensorflow/contrib/linalg/BUILD [deleted file]
tensorflow/contrib/linalg/__init__.py [deleted file]
tensorflow/contrib/linalg/python/__init__.py [deleted file]
tensorflow/contrib/linalg/python/kernel_tests/linear_operator_addition_test.py [deleted file]
tensorflow/contrib/linear_optimizer/BUILD
tensorflow/contrib/linear_optimizer/kernels/g3doc/readme.md
tensorflow/contrib/linear_optimizer/python/kernel_tests/sdca_ops_test.py
tensorflow/contrib/linear_optimizer/python/ops/sdca_ops.py
tensorflow/contrib/linear_optimizer/python/ops/sharded_mutable_dense_hashtable_test.py
tensorflow/contrib/linear_optimizer/python/ops/sparse_feature_column_test.py
tensorflow/contrib/linear_optimizer/python/sdca_optimizer.py
tensorflow/contrib/lite/BUILD
tensorflow/contrib/lite/Makefile [deleted file]
tensorflow/contrib/lite/README.md
tensorflow/contrib/lite/RELEASE.md [deleted file]
tensorflow/contrib/lite/allocation.cc
tensorflow/contrib/lite/allocation.h
tensorflow/contrib/lite/arena_planner.cc
tensorflow/contrib/lite/arena_planner.h
tensorflow/contrib/lite/arena_planner_test.cc
tensorflow/contrib/lite/build_def.bzl
tensorflow/contrib/lite/build_ios_universal_lib.sh [deleted file]
tensorflow/contrib/lite/build_rpi_lib.sh [deleted file]
tensorflow/contrib/lite/builtin_op_data.h
tensorflow/contrib/lite/builtin_ops.h
tensorflow/contrib/lite/c/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/c/builtin_op_data.h [new file with mode: 0644]
tensorflow/contrib/lite/c/builtin_op_data_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/c/c_api_internal.c [new file with mode: 0644]
tensorflow/contrib/lite/c/c_api_internal.h [new file with mode: 0644]
tensorflow/contrib/lite/c/c_api_internal_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/context.c [deleted file]
tensorflow/contrib/lite/context.h
tensorflow/contrib/lite/context_test.cc [deleted file]
tensorflow/contrib/lite/context_util.h [new file with mode: 0644]
tensorflow/contrib/lite/core/api/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/core/api/error_reporter.cc [new file with mode: 0644]
tensorflow/contrib/lite/core/api/error_reporter.h [new file with mode: 0644]
tensorflow/contrib/lite/core/api/error_reporter_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/core/api/flatbuffer_conversions.cc [new file with mode: 0644]
tensorflow/contrib/lite/core/api/flatbuffer_conversions.h [new file with mode: 0644]
tensorflow/contrib/lite/core/api/flatbuffer_conversions_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/core/api/op_resolver.cc [new file with mode: 0644]
tensorflow/contrib/lite/core/api/op_resolver.h [new file with mode: 0644]
tensorflow/contrib/lite/core/api/op_resolver_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/buffer_map.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/buffer_map.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/buffer_map_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate_data.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate_data.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate_data_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/delegate_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/kernel.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/kernel.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/kernel_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/test_util.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/test_util.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/util.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/util.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/flex/util_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/nnapi/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/delegates/nnapi/nnapi_delegate.cc [new file with mode: 0644]
tensorflow/contrib/lite/delegates/nnapi/nnapi_delegate.h [new file with mode: 0644]
tensorflow/contrib/lite/delegates/nnapi/nnapi_delegate_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/download_dependencies.sh [deleted file]
tensorflow/contrib/lite/error_reporter.cc [deleted file]
tensorflow/contrib/lite/error_reporter.h
tensorflow/contrib/lite/examples/android/BUILD
tensorflow/contrib/lite/examples/android/android.iml [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/README.md [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/build.gradle [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/download-models.gradle [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/src/main/AndroidManifest.xml [moved from tensorflow/contrib/lite/examples/android/AndroidManifest.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/BUILD [moved from tensorflow/contrib/lite/examples/android/assets/BUILD with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/box_priors.txt [moved from tensorflow/contrib/lite/examples/android/assets/box_priors.txt with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/coco_labels_list.txt [moved from tensorflow/contrib/lite/examples/android/assets/coco_labels_list.txt with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/conv_actions_labels.txt [moved from tensorflow/contrib/lite/examples/android/assets/conv_actions_labels.txt with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/labels_mobilenet_quant_v1_224.txt [moved from tensorflow/contrib/lite/examples/android/assets/labels_mobilenet_quant_v1_224.txt with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/assets/pets_labels_list.txt [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/AutoFitTextureView.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/AutoFitTextureView.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/CameraActivity.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/CameraActivity.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/CameraConnectionFragment.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/CameraConnectionFragment.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/Classifier.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/Classifier.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/ClassifierActivity.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/ClassifierActivity.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/DetectorActivity.java [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/LegacyCameraConnectionFragment.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/LegacyCameraConnectionFragment.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/OverlayView.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/OverlayView.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/RecognitionScoreView.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/RecognitionScoreView.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/RecognizeCommands.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/RecognizeCommands.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/ResultsView.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/ResultsView.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/SpeechActivity.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/SpeechActivity.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/TFLiteImageClassifier.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/TFLiteImageClassifier.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/TFLiteObjectDetectionAPIModel.java [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/AssetUtils.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/AssetUtils.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/BorderedText.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/BorderedText.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/ImageUtils.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/ImageUtils.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/Logger.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/Logger.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/Size.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/Size.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/SplitTimer.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/env/SplitTimer.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/MultiBoxTracker.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/tracking/MultiBoxTracker.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/ObjectTracker.java [moved from tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/tracking/ObjectTracker.java with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/animator/color_animation.xml [moved from tensorflow/contrib/lite/examples/android/res/animator/color_animation.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-hdpi/ic_action_info.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-hdpi/ic_action_info.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-hdpi/ic_launcher.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-hdpi/ic_launcher.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-hdpi/tile.9.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-hdpi/tile.9.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-mdpi/ic_action_info.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-mdpi/ic_action_info.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-mdpi/ic_launcher.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-mdpi/ic_launcher.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-xhdpi/ic_action_info.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-xhdpi/ic_action_info.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-xhdpi/ic_launcher.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-xhdpi/ic_launcher.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-xxhdpi/ic_action_info.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-xxhdpi/ic_action_info.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png [moved from tensorflow/contrib/lite/examples/android/res/drawable-xxhdpi/ic_launcher.png with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/drawable/border.xml [moved from tensorflow/contrib/lite/examples/android/res/drawable/border.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/activity_camera.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/activity_camera.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/activity_speech.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/activity_speech.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/camera_connection_fragment.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/camera_connection_fragment.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/camera_connection_fragment_stylize.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/camera_connection_fragment_stylize.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/camera_connection_fragment_tracking.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/camera_connection_fragment_tracking.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/layout/list_text_item.xml [moved from tensorflow/contrib/lite/examples/android/res/layout/list_text_item.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-sw600dp/template-dimens.xml [moved from tensorflow/contrib/lite/examples/android/res/values-sw600dp/template-dimens.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-sw600dp/template-styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values-sw600dp/template-styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-v11/styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values-v11/styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-v11/template-styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values-v11/template-styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-v14/styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values-v14/styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-v21/base-colors.xml [moved from tensorflow/contrib/lite/examples/android/res/values-v21/base-colors.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values-v21/base-template-styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values-v21/base-template-styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/attrs.xml [moved from tensorflow/contrib/lite/examples/android/res/values/attrs.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/base-strings.xml [moved from tensorflow/contrib/lite/examples/android/res/values/base-strings.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/colors.xml [moved from tensorflow/contrib/lite/examples/android/res/values/colors.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/strings.xml [moved from tensorflow/contrib/lite/examples/android/res/values/strings.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values/styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/template-dimens.xml [moved from tensorflow/contrib/lite/examples/android/res/values/template-dimens.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/app/src/main/res/values/template-styles.xml [moved from tensorflow/contrib/lite/examples/android/res/values/template-styles.xml with 100% similarity]
tensorflow/contrib/lite/examples/android/build.gradle
tensorflow/contrib/lite/examples/android/settings.gradle [new file with mode: 0644]
tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/DetectorActivity.java [deleted file]
tensorflow/contrib/lite/examples/android/src/org/tensorflow/demo/TFLiteObjectDetectionAPIModel.java [deleted file]
tensorflow/contrib/lite/examples/ios/camera/CameraExampleViewController.mm
tensorflow/contrib/lite/examples/ios/camera/Podfile
tensorflow/contrib/lite/examples/ios/simple/Podfile
tensorflow/contrib/lite/examples/ios/simple/RunModelViewController.mm
tensorflow/contrib/lite/examples/ios/simple/ios_image_load.h
tensorflow/contrib/lite/examples/label_image/BUILD
tensorflow/contrib/lite/examples/label_image/bitmap_helpers.cc
tensorflow/contrib/lite/examples/label_image/bitmap_helpers.h
tensorflow/contrib/lite/examples/label_image/bitmap_helpers_impl.h
tensorflow/contrib/lite/examples/label_image/get_top_n.h
tensorflow/contrib/lite/examples/label_image/get_top_n_impl.h
tensorflow/contrib/lite/examples/label_image/label_image.cc
tensorflow/contrib/lite/examples/label_image/label_image.h
tensorflow/contrib/lite/examples/label_image/label_image_test.cc
tensorflow/contrib/lite/examples/minimal/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/examples/minimal/minimal.cc
tensorflow/contrib/lite/examples/python/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/examples/python/label_image.md [new file with mode: 0644]
tensorflow/contrib/lite/examples/python/label_image.py [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api_experimental.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api_experimental.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api_experimental_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api_internal.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/c_api_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/exported_symbols.lds [new file with mode: 0644]
tensorflow/contrib/lite/experimental/c/version_script.lds [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/.gitignore [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/HelloTFLite.unity [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/HelloTFLite.unity.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/add.bytes [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/add.bytes.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/HelloTFLite.cs [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/HelloTFLite.cs.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/Interpreter.cs [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/Interpreter.cs.meta [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/AudioManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ClusterInputManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/DynamicsManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/EditorBuildSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/EditorSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/GraphicsSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/InputManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/NavMeshAreas.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/NetworkManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/Physics2DSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ProjectSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ProjectVersion.txt [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/QualitySettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/TagManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/TimeManager.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/UnityConnectSettings.asset [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md [new file with mode: 0644]
tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/UnityPackageManager/manifest.json [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_beam_entry.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_beam_scorer.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_beam_search.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_beam_search_decoder.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_beam_search_decoder_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_decoder.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/ctc_loss_util.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/kernels/top_n.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/enum_mapping.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/option_writer_generator.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/writer.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/writer_lib.cc [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/writer_lib.h [new file with mode: 0644]
tensorflow/contrib/lite/experimental/writer/writer_lib_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/_book.yaml [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/_index.yaml [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/_project.yaml [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/apis.md
tensorflow/contrib/lite/g3doc/custom_operators.md
tensorflow/contrib/lite/g3doc/demo_android.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/demo_ios.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/devguide.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/assistant_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/detect_crop_disease_in_africa.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/fishbrain_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/fishbrain_logo_big.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/gboard_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/gmail_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/loseit_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/loseit_logo_big.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/nest_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/photos_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/shazam_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/images/landing-page/vsco_logo.png [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/ios.md
tensorflow/contrib/lite/g3doc/models.md
tensorflow/contrib/lite/g3doc/ops_versioning.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/overview.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/performance.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/performance_benchmarks.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/rpi.md
tensorflow/contrib/lite/g3doc/tf_ops_compatibility.md
tensorflow/contrib/lite/g3doc/tfmobile/android_build.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/tfmobile/index.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/tfmobile/ios_build.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/tfmobile/linking_libs.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/tfmobile/optimizing.md [new file with mode: 0644]
tensorflow/contrib/lite/g3doc/tfmobile/prepare_models.md [new file with mode: 0644]
tensorflow/contrib/lite/graph_info.h
tensorflow/contrib/lite/graph_info_test.cc
tensorflow/contrib/lite/interpreter.cc
tensorflow/contrib/lite/interpreter.h
tensorflow/contrib/lite/interpreter_test.cc
tensorflow/contrib/lite/ios_makefile.inc [deleted file]
tensorflow/contrib/lite/java/AndroidManifest.xml
tensorflow/contrib/lite/java/BUILD
tensorflow/contrib/lite/java/aar_with_jni.bzl
tensorflow/contrib/lite/java/demo/.gitignore
tensorflow/contrib/lite/java/demo/README.md
tensorflow/contrib/lite/java/demo/app/build.gradle
tensorflow/contrib/lite/java/demo/app/src/main/BUILD
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/Camera2BasicFragment.java
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifier.java
tensorflow/contrib/lite/java/ovic/BUILD
tensorflow/contrib/lite/java/ovic/README.md
tensorflow/contrib/lite/java/ovic/demo/app/BUILD
tensorflow/contrib/lite/java/ovic/demo/app/OvicBenchmarker.java [deleted file]
tensorflow/contrib/lite/java/ovic/demo/app/OvicBenchmarkerActivity.java
tensorflow/contrib/lite/java/ovic/demo/app/build.gradle
tensorflow/contrib/lite/java/ovic/demo/app/res/layout/activity_main.xml
tensorflow/contrib/lite/java/ovic/demo/app/res/values/strings.xml
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/BoundingBox.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicBenchmarker.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicClassificationResult.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicClassifier.java
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicClassifierBenchmarker.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicDetectionResult.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicDetector.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicDetectorBenchmarker.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicSingleImageResult.java [deleted file]
tensorflow/contrib/lite/java/ovic/src/main/java/org/tensorflow/ovic/OvicValidator.java
tensorflow/contrib/lite/java/ovic/src/test/java/org/tensorflow/ovic/OvicClassifierTest.java
tensorflow/contrib/lite/java/ovic/src/test/java/org/tensorflow/ovic/OvicDetectorTest.java [new file with mode: 0644]
tensorflow/contrib/lite/java/ovic/src/testdata/BUILD
tensorflow/contrib/lite/java/ovic/src/testdata/coco_labels.txt [new file with mode: 0644]
tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/DataType.java
tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/Interpreter.java
tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/NativeInterpreterWrapper.java
tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/Tensor.java
tensorflow/contrib/lite/java/src/main/native/BUILD
tensorflow/contrib/lite/java/src/main/native/duration_utils_jni.cc [deleted file]
tensorflow/contrib/lite/java/src/main/native/exception_jni.h
tensorflow/contrib/lite/java/src/main/native/nativeinterpreterwrapper_jni.cc
tensorflow/contrib/lite/java/src/main/native/nativeinterpreterwrapper_jni.h
tensorflow/contrib/lite/java/src/main/native/tensor_jni.cc
tensorflow/contrib/lite/java/src/main/native/tensor_jni.h
tensorflow/contrib/lite/java/src/main/native/tensorflow_lite_jni.h
tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/DataTypeTest.java
tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/InterpreterTest.java
tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/NativeInterpreterWrapperTest.java
tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/TensorTest.java
tensorflow/contrib/lite/java/src/testdata/quantized.bin [new file with mode: 0644]
tensorflow/contrib/lite/java/src/testhelper/java/org/tensorflow/lite/BUILD
tensorflow/contrib/lite/java/src/testhelper/java/org/tensorflow/lite/TestHelper.java
tensorflow/contrib/lite/kernels/BUILD
tensorflow/contrib/lite/kernels/activation_functor.h
tensorflow/contrib/lite/kernels/activations.cc
tensorflow/contrib/lite/kernels/activations_test.cc
tensorflow/contrib/lite/kernels/add.cc
tensorflow/contrib/lite/kernels/add_test.cc
tensorflow/contrib/lite/kernels/arg_max.cc [deleted file]
tensorflow/contrib/lite/kernels/arg_max_test.cc [deleted file]
tensorflow/contrib/lite/kernels/arg_min_max.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/arg_min_max_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/audio_spectrogram.cc
tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
tensorflow/contrib/lite/kernels/basic_rnn.cc
tensorflow/contrib/lite/kernels/basic_rnn_test.cc
tensorflow/contrib/lite/kernels/batch_to_space_nd.cc
tensorflow/contrib/lite/kernels/bidirectional_sequence_lstm.cc
tensorflow/contrib/lite/kernels/bidirectional_sequence_lstm_test.cc
tensorflow/contrib/lite/kernels/bidirectional_sequence_rnn.cc
tensorflow/contrib/lite/kernels/bidirectional_sequence_rnn_test.cc
tensorflow/contrib/lite/kernels/cast.cc
tensorflow/contrib/lite/kernels/cast_test.cc
tensorflow/contrib/lite/kernels/comparisons.cc
tensorflow/contrib/lite/kernels/comparisons_test.cc
tensorflow/contrib/lite/kernels/concatenation.cc
tensorflow/contrib/lite/kernels/conv.cc
tensorflow/contrib/lite/kernels/conv_test.cc
tensorflow/contrib/lite/kernels/depthwise_conv.cc
tensorflow/contrib/lite/kernels/depthwise_conv_test.cc
tensorflow/contrib/lite/kernels/dequantize.cc
tensorflow/contrib/lite/kernels/detection_postprocess.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/detection_postprocess_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/div.cc
tensorflow/contrib/lite/kernels/div_test.cc
tensorflow/contrib/lite/kernels/eigen_support.cc
tensorflow/contrib/lite/kernels/eigen_support.h
tensorflow/contrib/lite/kernels/elementwise.cc
tensorflow/contrib/lite/kernels/elementwise_test.cc
tensorflow/contrib/lite/kernels/embedding_lookup.cc
tensorflow/contrib/lite/kernels/embedding_lookup_sparse.cc
tensorflow/contrib/lite/kernels/embedding_lookup_test.cc
tensorflow/contrib/lite/kernels/exp.cc
tensorflow/contrib/lite/kernels/expand_dims.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/expand_dims_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/fake_quant.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/fake_quant_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/floor.cc
tensorflow/contrib/lite/kernels/floor_div.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/floor_div_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/fully_connected.cc
tensorflow/contrib/lite/kernels/fully_connected_test.cc
tensorflow/contrib/lite/kernels/gather.cc
tensorflow/contrib/lite/kernels/gather_test.cc
tensorflow/contrib/lite/kernels/gemm_support.cc
tensorflow/contrib/lite/kernels/gemm_support.h
tensorflow/contrib/lite/kernels/hashtable_lookup.cc
tensorflow/contrib/lite/kernels/internal/BUILD
tensorflow/contrib/lite/kernels/internal/common.h
tensorflow/contrib/lite/kernels/internal/compatibility.h
tensorflow/contrib/lite/kernels/internal/depthwiseconv_float_test.cc
tensorflow/contrib/lite/kernels/internal/depthwiseconv_quantized_test.cc
tensorflow/contrib/lite/kernels/internal/kernel_utils.cc
tensorflow/contrib/lite/kernels/internal/kernel_utils.h
tensorflow/contrib/lite/kernels/internal/log_quantized_test.cc
tensorflow/contrib/lite/kernels/internal/logsoftmax_quantized_test.cc
tensorflow/contrib/lite/kernels/internal/optimized/cblas_conv.h
tensorflow/contrib/lite/kernels/internal/optimized/cpu_check.h
tensorflow/contrib/lite/kernels/internal/optimized/depthwiseconv_float.h
tensorflow/contrib/lite/kernels/internal/optimized/depthwiseconv_uint8.h
tensorflow/contrib/lite/kernels/internal/optimized/depthwiseconv_uint8_3x3_filter.h
tensorflow/contrib/lite/kernels/internal/optimized/eigen_tensor_reduced_instantiations_google.h
tensorflow/contrib/lite/kernels/internal/optimized/legacy_optimized_ops.h [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/optimized/multithreaded_conv.h
tensorflow/contrib/lite/kernels/internal/optimized/neon_tensor_utils.cc
tensorflow/contrib/lite/kernels/internal/optimized/neon_tensor_utils.h
tensorflow/contrib/lite/kernels/internal/optimized/optimized_ops.h
tensorflow/contrib/lite/kernels/internal/optimized/tensor_utils_impl.h
tensorflow/contrib/lite/kernels/internal/quantization_util.cc
tensorflow/contrib/lite/kernels/internal/quantization_util.h
tensorflow/contrib/lite/kernels/internal/quantization_util_test.cc
tensorflow/contrib/lite/kernels/internal/reference/depthwiseconv_float.h
tensorflow/contrib/lite/kernels/internal/reference/depthwiseconv_uint8.h
tensorflow/contrib/lite/kernels/internal/reference/fully_connected.h [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/reference/legacy_reference_ops.h [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/reference/portable_tensor_utils.cc
tensorflow/contrib/lite/kernels/internal/reference/portable_tensor_utils.h
tensorflow/contrib/lite/kernels/internal/reference/reference_ops.h
tensorflow/contrib/lite/kernels/internal/reference/softmax.h [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/resize_bilinear_float_test.cc [deleted file]
tensorflow/contrib/lite/kernels/internal/resize_bilinear_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/softmax_quantized_test.cc
tensorflow/contrib/lite/kernels/internal/spectrogram.cc
tensorflow/contrib/lite/kernels/internal/strided_slice_logic.h
tensorflow/contrib/lite/kernels/internal/tensor.h
tensorflow/contrib/lite/kernels/internal/tensor_ctypes.h [new file with mode: 0644]
tensorflow/contrib/lite/kernels/internal/tensor_test.cc
tensorflow/contrib/lite/kernels/internal/tensor_utils.h
tensorflow/contrib/lite/kernels/internal/tensor_utils_test.cc
tensorflow/contrib/lite/kernels/internal/test_util.cc
tensorflow/contrib/lite/kernels/internal/test_util.h
tensorflow/contrib/lite/kernels/internal/types.h
tensorflow/contrib/lite/kernels/kernel_util.cc
tensorflow/contrib/lite/kernels/kernel_util.h
tensorflow/contrib/lite/kernels/l2norm.cc
tensorflow/contrib/lite/kernels/layer_norm_lstm.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/layer_norm_lstm_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/local_response_norm.cc
tensorflow/contrib/lite/kernels/log_softmax_test.cc
tensorflow/contrib/lite/kernels/logical.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/logical_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/lsh_projection.cc
tensorflow/contrib/lite/kernels/lstm.cc
tensorflow/contrib/lite/kernels/lstm_test.cc
tensorflow/contrib/lite/kernels/maximum_minimum.cc
tensorflow/contrib/lite/kernels/maximum_minimum_test.cc
tensorflow/contrib/lite/kernels/mean.cc [deleted file]
tensorflow/contrib/lite/kernels/mean_test.cc [deleted file]
tensorflow/contrib/lite/kernels/mfcc.cc
tensorflow/contrib/lite/kernels/mfcc_test.cc
tensorflow/contrib/lite/kernels/mul.cc
tensorflow/contrib/lite/kernels/mul_test.cc
tensorflow/contrib/lite/kernels/neg.cc
tensorflow/contrib/lite/kernels/neg_test.cc
tensorflow/contrib/lite/kernels/one_hot.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/one_hot_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/op_macros.h
tensorflow/contrib/lite/kernels/optional_tensor_test.cc
tensorflow/contrib/lite/kernels/pack.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/pack_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/pad.cc
tensorflow/contrib/lite/kernels/pad_test.cc
tensorflow/contrib/lite/kernels/padding.h
tensorflow/contrib/lite/kernels/pooling.cc
tensorflow/contrib/lite/kernels/pow.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/pow_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/reduce.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/reduce_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/register.cc
tensorflow/contrib/lite/kernels/register.h
tensorflow/contrib/lite/kernels/relu1.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/relu1_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/reshape.cc
tensorflow/contrib/lite/kernels/reshape_test.cc
tensorflow/contrib/lite/kernels/resize_bilinear.cc
tensorflow/contrib/lite/kernels/resize_bilinear_test.cc
tensorflow/contrib/lite/kernels/select.cc
tensorflow/contrib/lite/kernels/select_test.cc
tensorflow/contrib/lite/kernels/shape.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/shape_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/skip_gram.cc
tensorflow/contrib/lite/kernels/slice.cc
tensorflow/contrib/lite/kernels/softmax_test.cc
tensorflow/contrib/lite/kernels/space_to_batch_nd.cc
tensorflow/contrib/lite/kernels/space_to_batch_nd_test.cc
tensorflow/contrib/lite/kernels/space_to_depth.cc
tensorflow/contrib/lite/kernels/sparse_to_dense.cc
tensorflow/contrib/lite/kernels/split.cc
tensorflow/contrib/lite/kernels/squeeze.cc
tensorflow/contrib/lite/kernels/strided_slice.cc
tensorflow/contrib/lite/kernels/strided_slice_test.cc
tensorflow/contrib/lite/kernels/sub.cc
tensorflow/contrib/lite/kernels/sub_test.cc
tensorflow/contrib/lite/kernels/svdf.cc
tensorflow/contrib/lite/kernels/svdf_test.cc
tensorflow/contrib/lite/kernels/test_util.cc
tensorflow/contrib/lite/kernels/test_util.h
tensorflow/contrib/lite/kernels/test_util_test.cc
tensorflow/contrib/lite/kernels/tile.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/tile_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/topk_v2.cc
tensorflow/contrib/lite/kernels/topk_v2_test.cc
tensorflow/contrib/lite/kernels/transpose.cc
tensorflow/contrib/lite/kernels/transpose_conv.cc
tensorflow/contrib/lite/kernels/transpose_conv_test.cc
tensorflow/contrib/lite/kernels/transpose_test.cc
tensorflow/contrib/lite/kernels/unidirectional_sequence_lstm.cc
tensorflow/contrib/lite/kernels/unidirectional_sequence_lstm_test.cc
tensorflow/contrib/lite/kernels/unidirectional_sequence_rnn.cc
tensorflow/contrib/lite/kernels/unidirectional_sequence_rnn_test.cc
tensorflow/contrib/lite/kernels/unpack.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/unpack_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/zeros_like.cc [new file with mode: 0644]
tensorflow/contrib/lite/kernels/zeros_like_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/lib_package/create_ios_frameworks.sh
tensorflow/contrib/lite/memory_planner.h
tensorflow/contrib/lite/mmap_allocation.cc [new file with mode: 0644]
tensorflow/contrib/lite/mmap_allocation_disabled.cc [new file with mode: 0644]
tensorflow/contrib/lite/model.cc
tensorflow/contrib/lite/model.h
tensorflow/contrib/lite/model_test.cc
tensorflow/contrib/lite/models/smartreply/BUILD
tensorflow/contrib/lite/models/smartreply/demo/app/src/main/BUILD
tensorflow/contrib/lite/models/smartreply/predictor.h
tensorflow/contrib/lite/models/smartreply/predictor_test.cc
tensorflow/contrib/lite/models/speech_test.cc
tensorflow/contrib/lite/mutable_op_resolver.cc [new file with mode: 0644]
tensorflow/contrib/lite/mutable_op_resolver.h [new file with mode: 0644]
tensorflow/contrib/lite/mutable_op_resolver_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h
tensorflow/contrib/lite/nnapi_delegate.cc
tensorflow/contrib/lite/nnapi_delegate.h
tensorflow/contrib/lite/nnapi_delegate_disabled.cc [new file with mode: 0644]
tensorflow/contrib/lite/op_resolver.cc [deleted file]
tensorflow/contrib/lite/op_resolver.h
tensorflow/contrib/lite/op_resolver_test.cc [deleted file]
tensorflow/contrib/lite/optional_debug_tools.cc
tensorflow/contrib/lite/optional_debug_tools.h
tensorflow/contrib/lite/profiling/BUILD
tensorflow/contrib/lite/profiling/profile_summarizer.cc
tensorflow/contrib/lite/profiling/profile_summarizer.h
tensorflow/contrib/lite/profiling/profile_summarizer_test.cc
tensorflow/contrib/lite/profiling/profiler_test.cc
tensorflow/contrib/lite/profiling/time.cc
tensorflow/contrib/lite/python/BUILD
tensorflow/contrib/lite/python/convert.py
tensorflow/contrib/lite/python/convert_saved_model.py
tensorflow/contrib/lite/python/convert_saved_model_test.py
tensorflow/contrib/lite/python/convert_test.py
tensorflow/contrib/lite/python/interpreter.py
tensorflow/contrib/lite/python/interpreter_test.py
tensorflow/contrib/lite/python/interpreter_wrapper/BUILD
tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.cc
tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h
tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.i
tensorflow/contrib/lite/python/lite.py
tensorflow/contrib/lite/python/lite_test.py
tensorflow/contrib/lite/python/op_hint.py
tensorflow/contrib/lite/python/tflite_convert.py
tensorflow/contrib/lite/rpi_makefile.inc [deleted file]
tensorflow/contrib/lite/schema/BUILD
tensorflow/contrib/lite/schema/builtin_ops_header/BUILD
tensorflow/contrib/lite/schema/builtin_ops_header/generator.cc
tensorflow/contrib/lite/schema/flatbuffer_compatibility_test.cc
tensorflow/contrib/lite/schema/schema.fbs
tensorflow/contrib/lite/schema/schema_generated.h
tensorflow/contrib/lite/schema/upgrade_schema.py
tensorflow/contrib/lite/simple_memory_arena.cc
tensorflow/contrib/lite/simple_memory_arena.h
tensorflow/contrib/lite/simple_memory_arena_test.cc
tensorflow/contrib/lite/stderr_reporter.cc [new file with mode: 0644]
tensorflow/contrib/lite/stderr_reporter.h [new file with mode: 0644]
tensorflow/contrib/lite/string.h
tensorflow/contrib/lite/string_util.cc
tensorflow/contrib/lite/string_util.h
tensorflow/contrib/lite/string_util_test.cc
tensorflow/contrib/lite/testdata/add.bin [new file with mode: 0644]
tensorflow/contrib/lite/testing/BUILD
tensorflow/contrib/lite/testing/generate_examples.py
tensorflow/contrib/lite/testing/generate_testspec.cc
tensorflow/contrib/lite/testing/generate_testspec.h
tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
tensorflow/contrib/lite/testing/join.h
tensorflow/contrib/lite/testing/model_coverage/model_coverage_lib.py [new file with mode: 0644]
tensorflow/contrib/lite/testing/model_coverage/model_coverage_lib_test.py [new file with mode: 0644]
tensorflow/contrib/lite/testing/parse_testdata.h
tensorflow/contrib/lite/testing/test_runner.h
tensorflow/contrib/lite/testing/tf_driver.cc
tensorflow/contrib/lite/testing/tflite_diff_example_test.cc
tensorflow/contrib/lite/testing/tflite_diff_flags.h
tensorflow/contrib/lite/testing/tflite_diff_util.cc
tensorflow/contrib/lite/testing/tflite_diff_util.h
tensorflow/contrib/lite/testing/tflite_driver.cc
tensorflow/contrib/lite/testing/tflite_driver.h
tensorflow/contrib/lite/testing/tokenize.h
tensorflow/contrib/lite/testing/util.h
tensorflow/contrib/lite/toco/BUILD
tensorflow/contrib/lite/toco/README.md
tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
tensorflow/contrib/lite/toco/args.h
tensorflow/contrib/lite/toco/dump_graphviz.cc
tensorflow/contrib/lite/toco/export_tensorflow.cc
tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
tensorflow/contrib/lite/toco/g3doc/python_api.md
tensorflow/contrib/lite/toco/g3doc/toco_landscape.svg
tensorflow/contrib/lite/toco/graph_transformations/convert_expanddims_to_reshape.cc
tensorflow/contrib/lite/toco/graph_transformations/convert_pure_conv_to_depthwise.cc
tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_pack_to_reshape.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_stack_to_reshape.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_tile_to_concat.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/create_im2col_arrays.cc
tensorflow/contrib/lite/toco/graph_transformations/dequantize.cc
tensorflow/contrib/lite/toco/graph_transformations/ensure_bias_vectors.cc
tensorflow/contrib/lite/toco/graph_transformations/ensure_uint8_weights_safe_for_fast_int8_kernels.cc
tensorflow/contrib/lite/toco/graph_transformations/experimental_shuffle_fc_weights.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/fuse_binary_into_preceding_affine.cc
tensorflow/contrib/lite/toco/graph_transformations/fuse_broadcast_into_following_binary.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h
tensorflow/contrib/lite/toco/graph_transformations/hardcode_min_max.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_dilated_conv.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_l2_normalization.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_l2_pool.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_lstm.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_merge_inputs.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_split_inputs.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_prelu.cc
tensorflow/contrib/lite/toco/graph_transformations/identify_relu1.cc
tensorflow/contrib/lite/toco/graph_transformations/lstm_utils.h
tensorflow/contrib/lite/toco/graph_transformations/make_initial_dequantize_operator.cc
tensorflow/contrib/lite/toco/graph_transformations/merge_reshape_into_preceding_transpose.cc
tensorflow/contrib/lite/toco/graph_transformations/move_binary_operator_before_reshape.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/propagate_array_data_types.cc
tensorflow/contrib/lite/toco/graph_transformations/propagate_default_min_max.cc
tensorflow/contrib/lite/toco/graph_transformations/propagate_fake_quant_num_bits.cc
tensorflow/contrib/lite/toco/graph_transformations/propagate_fixed_sizes.cc
tensorflow/contrib/lite/toco/graph_transformations/quantization_util.cc
tensorflow/contrib/lite/toco/graph_transformations/quantization_util.h
tensorflow/contrib/lite/toco/graph_transformations/quantize.cc
tensorflow/contrib/lite/toco/graph_transformations/read_array_minmax_and_narrow_range_from_fake_quant.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/read_fake_quant_min_max.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_assert.cc
tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_identity.cc
tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_passthrough.cc
tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_passthrough.h
tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_quantized_min_max.cc
tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_reshape.cc
tensorflow/contrib/lite/toco/graph_transformations/remove_unused_op.cc
tensorflow/contrib/lite/toco/graph_transformations/reorder_elementwise_unary.cc
tensorflow/contrib/lite/toco/graph_transformations/reorder_reshape_transpose.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_batch_to_space_nd_attributes.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_binary.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_fake_quant.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_gather.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_pack.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_reshape.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_select.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_shape_or_rank.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_stack.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_strided_slice.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_tile.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_transpose.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_unary.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_fake_quant_args_from_vars.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_gather_attributes.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_mean_attributes.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/resolve_reduce_attributes.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/resolve_reorder_axes.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_reshape_attributes.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_space_to_batch_nd_attributes.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_squeeze_attributes.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_concat.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_matmul.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_merge.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_switch.cc
tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_tile.cc [deleted file]
tensorflow/contrib/lite/toco/graph_transformations/shuffle_fc_weights.cc [new file with mode: 0644]
tensorflow/contrib/lite/toco/graph_transformations/tests/BUILD
tensorflow/contrib/lite/toco/graph_transformations/tests/resolve_constant_concatenation_test.cc
tensorflow/contrib/lite/toco/graph_transformations/unfuse_activation_functions.cc
tensorflow/contrib/lite/toco/graph_transformations/unpartition_embedding_lookup.cc
tensorflow/contrib/lite/toco/graph_transformations/unroll_batch_matmul.cc
tensorflow/contrib/lite/toco/import_tensorflow.cc
tensorflow/contrib/lite/toco/import_tensorflow.h
tensorflow/contrib/lite/toco/import_tensorflow_test.cc
tensorflow/contrib/lite/toco/model.h
tensorflow/contrib/lite/toco/model_cmdline_flags.cc
tensorflow/contrib/lite/toco/python/BUILD
tensorflow/contrib/lite/toco/python/toco_from_protos_test.py
tensorflow/contrib/lite/toco/python/toco_python_api.cc
tensorflow/contrib/lite/toco/python/toco_python_api.h
tensorflow/contrib/lite/toco/runtime/types.h
tensorflow/contrib/lite/toco/tensorflow_graph_matching/BUILD
tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.h
tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster_utils.h
tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_cluster.h
tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_svdf.h
tensorflow/contrib/lite/toco/tflite/BUILD
tensorflow/contrib/lite/toco/tflite/export.cc
tensorflow/contrib/lite/toco/tflite/export.h
tensorflow/contrib/lite/toco/tflite/export_test.cc
tensorflow/contrib/lite/toco/tflite/import.cc
tensorflow/contrib/lite/toco/tflite/operator.cc
tensorflow/contrib/lite/toco/tflite/operator.h
tensorflow/contrib/lite/toco/tflite/operator_test.cc
tensorflow/contrib/lite/toco/tflite/types.cc
tensorflow/contrib/lite/toco/tflite/types_test.cc
tensorflow/contrib/lite/toco/toco.cc
tensorflow/contrib/lite/toco/toco_cmdline_flags.cc
tensorflow/contrib/lite/toco/toco_flags.proto
tensorflow/contrib/lite/toco/toco_port.cc
tensorflow/contrib/lite/toco/toco_port.h
tensorflow/contrib/lite/toco/toco_saved_model.cc [deleted file]
tensorflow/contrib/lite/toco/toco_saved_model.h [deleted file]
tensorflow/contrib/lite/toco/toco_saved_model_test.cc [deleted file]
tensorflow/contrib/lite/toco/toco_tooling.cc
tensorflow/contrib/lite/toco/toco_types.h
tensorflow/contrib/lite/toco/tooling_util.cc
tensorflow/contrib/lite/toco/tooling_util.h
tensorflow/contrib/lite/toco/tooling_util_test.cc
tensorflow/contrib/lite/tools/BUILD
tensorflow/contrib/lite/tools/accuracy/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/README.md [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/accuracy_eval_stage.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/android_required_build_flags.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/csv_writer.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline_builder.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline_builder.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline_builder_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/eval_pipeline_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/file_reader_stage.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/file_reader_stage.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/file_reader_stage_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/README.md [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/clsloc_validation_blacklist.txt [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/generate_validation_labels.py [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_accuracy_eval.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_model_evaluator.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_model_evaluator.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_topk_eval.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_topk_eval.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_topk_eval_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/inception_preprocessing.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/inception_preprocessing.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/inception_preprocessing_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/ilsvrc/testdata/grace_hopper.jpg [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/run_tflite_model_op.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/run_tflite_model_op_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/run_tflite_model_stage.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/run_tflite_model_stage.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/stage.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/utils.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/utils.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/accuracy/utils_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/README.md [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_main.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_model.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_model.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_params.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_params.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_tflite_model.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/benchmark_tflite_model.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/command_line_flags.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/command_line_flags.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/command_line_flags_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/README.md [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark.xcodeproj/project.pbxproj [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/AppDelegate.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/AppDelegate.m [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Assets.xcassets/Contents.json [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Base.lproj/LaunchScreen.storyboard [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Base.lproj/Main.storyboard [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/BenchmarkViewController.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/BenchmarkViewController.mm [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Info.plist [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/benchmark_data/benchmark_params.json [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/main.m [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark/logging.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/benchmark_main.cc [deleted file]
tensorflow/contrib/lite/tools/benchmark_model.cc [deleted file]
tensorflow/contrib/lite/tools/benchmark_model.h [deleted file]
tensorflow/contrib/lite/tools/benchmark_tflite_model.cc [deleted file]
tensorflow/contrib/lite/tools/benchmark_tflite_model.h [deleted file]
tensorflow/contrib/lite/tools/command_line_flags.cc [deleted file]
tensorflow/contrib/lite/tools/command_line_flags.h [deleted file]
tensorflow/contrib/lite/tools/command_line_flags_test.cc [deleted file]
tensorflow/contrib/lite/tools/logging.h [deleted file]
tensorflow/contrib/lite/tools/make/Makefile [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/build_ios_universal_lib.sh [new file with mode: 0755]
tensorflow/contrib/lite/tools/make/build_rpi_lib.sh [new file with mode: 0755]
tensorflow/contrib/lite/tools/make/download_dependencies.sh [new file with mode: 0755]
tensorflow/contrib/lite/tools/make/targets/ios_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/targets/linux_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/targets/riscv_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/targets/rpi_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/targets/stm32f1_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/make/targets/stm32f7_makefile.inc [new file with mode: 0644]
tensorflow/contrib/lite/tools/optimize/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/tools/optimize/g3doc/quantize_weights.md [new file with mode: 0644]
tensorflow/contrib/lite/tools/optimize/quantize_weights.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/optimize/quantize_weights.h [new file with mode: 0644]
tensorflow/contrib/lite/tools/optimize/quantize_weights_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/tools/verifier_test.cc
tensorflow/contrib/lite/tools/visualize.py
tensorflow/contrib/lite/tutorials/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/tutorials/dataset.py [new file with mode: 0644]
tensorflow/contrib/lite/tutorials/mnist_tflite.py [new file with mode: 0644]
tensorflow/contrib/lite/tutorials/post_training_quant.ipynb [new file with mode: 0644]
tensorflow/contrib/lite/util.cc
tensorflow/contrib/lite/util.h
tensorflow/contrib/lite/util_test.cc
tensorflow/contrib/lookup/BUILD
tensorflow/contrib/lookup/lookup_ops.py
tensorflow/contrib/lookup/lookup_ops_test.py
tensorflow/contrib/losses/__init__.py
tensorflow/contrib/losses/python/losses/__init__.py
tensorflow/contrib/losses/python/losses/loss_ops_test.py
tensorflow/contrib/losses/python/metric_learning/__init__.py
tensorflow/contrib/losses/python/metric_learning/metric_loss_ops_test.py
tensorflow/contrib/makefile/Makefile
tensorflow/contrib/makefile/build_all_android.sh
tensorflow/contrib/makefile/build_all_ios.sh
tensorflow/contrib/makefile/compile_nsync.sh
tensorflow/contrib/makefile/download_dependencies.sh
tensorflow/contrib/makefile/proto_text_cc_files.txt
tensorflow/contrib/makefile/proto_text_pb_cc_files.txt
tensorflow/contrib/makefile/proto_text_pb_h_files.txt
tensorflow/contrib/makefile/tf_op_files.txt
tensorflow/contrib/makefile/tf_pb_text_files.txt
tensorflow/contrib/makefile/tf_proto_files.txt
tensorflow/contrib/meta_graph_transform/meta_graph_transform.py
tensorflow/contrib/metrics/BUILD
tensorflow/contrib/metrics/__init__.py
tensorflow/contrib/metrics/python/kernel_tests/histogram_ops_test.py
tensorflow/contrib/metrics/python/metrics/classification.py
tensorflow/contrib/metrics/python/metrics/classification_test.py
tensorflow/contrib/metrics/python/ops/metric_ops.py
tensorflow/contrib/metrics/python/ops/metric_ops_large_test.py [new file with mode: 0644]
tensorflow/contrib/metrics/python/ops/metric_ops_test.py
tensorflow/contrib/mixed_precision/python/loss_scale_manager.py
tensorflow/contrib/mixed_precision/python/loss_scale_manager_test.py
tensorflow/contrib/mixed_precision/python/loss_scale_optimizer.py
tensorflow/contrib/mixed_precision/python/loss_scale_optimizer_test.py
tensorflow/contrib/model_pruning/BUILD
tensorflow/contrib/model_pruning/README.md
tensorflow/contrib/model_pruning/__init__.py
tensorflow/contrib/model_pruning/python/layers/layers.py
tensorflow/contrib/model_pruning/python/layers/rnn_cells.py
tensorflow/contrib/model_pruning/python/layers/rnn_cells_test.py
tensorflow/contrib/model_pruning/python/learning.py
tensorflow/contrib/model_pruning/python/pruning.py
tensorflow/contrib/model_pruning/python/pruning_test.py
tensorflow/contrib/model_pruning/python/pruning_utils.py
tensorflow/contrib/model_pruning/python/pruning_utils_test.py
tensorflow/contrib/model_pruning/python/strip_pruning_vars.py [new file with mode: 0644]
tensorflow/contrib/model_pruning/python/strip_pruning_vars_lib.py [new file with mode: 0644]
tensorflow/contrib/model_pruning/python/strip_pruning_vars_test.py [new file with mode: 0644]
tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc
tensorflow/contrib/mpi/mpi_rendezvous_mgr.h
tensorflow/contrib/mpi_collectives/BUILD
tensorflow/contrib/mpi_collectives/kernels/mpi_ops.cc
tensorflow/contrib/mpi_collectives/mpi_ops.py [new file with mode: 0644]
tensorflow/contrib/mpi_collectives/ring.cc [new file with mode: 0644]
tensorflow/contrib/mpi_collectives/ring.cu.cc [new file with mode: 0644]
tensorflow/contrib/mpi_collectives/ring.h [new file with mode: 0644]
tensorflow/contrib/nccl/BUILD
tensorflow/contrib/nccl/kernels/nccl_manager.cc
tensorflow/contrib/nccl/kernels/nccl_manager.h
tensorflow/contrib/nccl/kernels/nccl_rewrite.cc
tensorflow/contrib/nccl/python/ops/nccl_dependency_test.py [new file with mode: 0644]
tensorflow/contrib/nccl/python/ops/nccl_ops.py
tensorflow/contrib/nearest_neighbor/python/kernel_tests/hyperplane_lsh_probes_test.py
tensorflow/contrib/nn/python/ops/alpha_dropout.py
tensorflow/contrib/nn/python/ops/alpha_dropout_test.py
tensorflow/contrib/nn/python/ops/fwd_gradients_test.py
tensorflow/contrib/nn/python/ops/sampling_ops.py
tensorflow/contrib/nn/python/ops/sampling_ops_test.py
tensorflow/contrib/opt/BUILD
tensorflow/contrib/opt/__init__.py
tensorflow/contrib/opt/python/training/adamax_test.py
tensorflow/contrib/opt/python/training/addsign_test.py
tensorflow/contrib/opt/python/training/agn_optimizer.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/agn_optimizer_test.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/drop_stale_gradient_optimizer_test.py
tensorflow/contrib/opt/python/training/elastic_average_optimizer.py
tensorflow/contrib/opt/python/training/elastic_average_optimizer_test.py
tensorflow/contrib/opt/python/training/external_optimizer_test.py
tensorflow/contrib/opt/python/training/ggt.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/ggt_test.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/lars_optimizer.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/lars_optimizer_test.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/lazy_adam_optimizer.py
tensorflow/contrib/opt/python/training/lazy_adam_optimizer_test.py
tensorflow/contrib/opt/python/training/matrix_functions.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/matrix_functions_test.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/model_average_optimizer.py
tensorflow/contrib/opt/python/training/model_average_optimizer_test.py
tensorflow/contrib/opt/python/training/moving_average_optimizer_test.py
tensorflow/contrib/opt/python/training/multitask_optimizer_wrapper_test.py
tensorflow/contrib/opt/python/training/nadam_optimizer_test.py
tensorflow/contrib/opt/python/training/powersign.py
tensorflow/contrib/opt/python/training/powersign_test.py
tensorflow/contrib/opt/python/training/reg_adagrad_optimizer_test.py
tensorflow/contrib/opt/python/training/shampoo.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/shampoo_test.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/sign_decay_test.py
tensorflow/contrib/opt/python/training/variable_clipping_optimizer_test.py
tensorflow/contrib/opt/python/training/weight_decay_optimizers.py [new file with mode: 0644]
tensorflow/contrib/opt/python/training/weight_decay_optimizers_test.py [new file with mode: 0644]
tensorflow/contrib/optimizer_v2/BUILD
tensorflow/contrib/optimizer_v2/adadelta_test.py
tensorflow/contrib/optimizer_v2/adagrad.py
tensorflow/contrib/optimizer_v2/adagrad_test.py
tensorflow/contrib/optimizer_v2/adam.py
tensorflow/contrib/optimizer_v2/adam_test.py
tensorflow/contrib/optimizer_v2/checkpointable_utils_test.py
tensorflow/contrib/optimizer_v2/gradient_descent_test.py
tensorflow/contrib/optimizer_v2/momentum_test.py
tensorflow/contrib/optimizer_v2/optimizer_v2.py
tensorflow/contrib/optimizer_v2/optimizer_v2_test.py
tensorflow/contrib/optimizer_v2/rmsprop.py
tensorflow/contrib/optimizer_v2/rmsprop_test.py
tensorflow/contrib/periodic_resample/BUILD
tensorflow/contrib/periodic_resample/kernels/periodic_resample_op.cc
tensorflow/contrib/periodic_resample/kernels/periodic_resample_op.h
tensorflow/contrib/periodic_resample/ops/array_ops.cc
tensorflow/contrib/periodic_resample/ops/array_ops_test.cc [new file with mode: 0644]
tensorflow/contrib/periodic_resample/python/kernel_tests/periodic_resample_op_test.py
tensorflow/contrib/periodic_resample/python/ops/periodic_resample_op.py
tensorflow/contrib/predictor/BUILD
tensorflow/contrib/predictor/contrib_estimator_predictor.py
tensorflow/contrib/predictor/core_estimator_predictor.py
tensorflow/contrib/predictor/predictor_factories.py
tensorflow/contrib/predictor/predictor_factories_test.py
tensorflow/contrib/predictor/saved_model_predictor.py
tensorflow/contrib/proto/BUILD
tensorflow/contrib/proto/python/kernel_tests/BUILD
tensorflow/contrib/proto/python/kernel_tests/build_defs.bzl [deleted file]
tensorflow/contrib/proto/python/kernel_tests/decode_proto_fail_test.py [deleted file]
tensorflow/contrib/proto/python/kernel_tests/decode_proto_op_test.py
tensorflow/contrib/proto/python/kernel_tests/decode_proto_op_test_base.py [new file with mode: 0644]
tensorflow/contrib/proto/python/kernel_tests/defaut_values.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/descriptor_source_test.py [new file with mode: 0644]
tensorflow/contrib/proto/python/kernel_tests/descriptor_source_test_base.py [new file with mode: 0644]
tensorflow/contrib/proto/python/kernel_tests/encode_proto_op_test.py
tensorflow/contrib/proto/python/kernel_tests/encode_proto_op_test_base.py [new file with mode: 0644]
tensorflow/contrib/proto/python/kernel_tests/minmax.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/nested.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/optional.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/promote_unsigned.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/proto_op_test_base.py [new file with mode: 0644]
tensorflow/contrib/proto/python/kernel_tests/ragged.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/shaped_batch.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/simple.TestCase.pbtxt [deleted file]
tensorflow/contrib/proto/python/kernel_tests/test_case.py [deleted file]
tensorflow/contrib/proto/python/kernel_tests/test_example.proto
tensorflow/contrib/quantization/README.md
tensorflow/contrib/quantize/BUILD
tensorflow/contrib/quantize/README.md
tensorflow/contrib/quantize/python/common.py
tensorflow/contrib/quantize/python/common_test.py
tensorflow/contrib/quantize/python/fold_batch_norms.py
tensorflow/contrib/quantize/python/fold_batch_norms_test.py
tensorflow/contrib/quantize/python/quant_ops_test.py
tensorflow/contrib/quantize/python/quantize.py
tensorflow/contrib/quantize/python/quantize_graph.py
tensorflow/contrib/quantize/python/quantize_graph_test.py
tensorflow/contrib/quantize/python/quantize_parameterized_test.py
tensorflow/contrib/quantize/python/quantize_test.py
tensorflow/contrib/rate/BUILD [new file with mode: 0644]
tensorflow/contrib/rate/rate.py [new file with mode: 0644]
tensorflow/contrib/rate/rate_test.py [new file with mode: 0644]
tensorflow/contrib/receptive_field/README.md
tensorflow/contrib/receptive_field/RECEPTIVE_FIELD_TABLE.md [new file with mode: 0644]
tensorflow/contrib/receptive_field/python/util/examples/csv_to_markdown_table.py [new file with mode: 0644]
tensorflow/contrib/receptive_field/python/util/parse_layer_parameters.py
tensorflow/contrib/recurrent/BUILD
tensorflow/contrib/recurrent/python/kernel_tests/functional_rnn_test.py
tensorflow/contrib/recurrent/python/kernel_tests/recurrent_test.py
tensorflow/contrib/recurrent/python/ops/functional_rnn.py
tensorflow/contrib/recurrent/python/ops/recurrent.py
tensorflow/contrib/reduce_slice_ops/kernels/reduce_slice_ops.h
tensorflow/contrib/resampler/python/ops/resampler_ops_test.py
tensorflow/contrib/rnn/BUILD
tensorflow/contrib/rnn/__init__.py
tensorflow/contrib/rnn/kernels/blas_gemm.cc
tensorflow/contrib/rnn/kernels/blas_gemm.h
tensorflow/contrib/rnn/kernels/lstm_ops.cc
tensorflow/contrib/rnn/kernels/lstm_ops.h
tensorflow/contrib/rnn/kernels/lstm_ops_gpu.cu.cc
tensorflow/contrib/rnn/ops/lstm_ops.cc
tensorflow/contrib/rnn/python/kernel_tests/core_rnn_cell_test.py
tensorflow/contrib/rnn/python/kernel_tests/core_rnn_test.py
tensorflow/contrib/rnn/python/kernel_tests/fused_rnn_cell_test.py
tensorflow/contrib/rnn/python/kernel_tests/rnn_cell_test.py
tensorflow/contrib/rnn/python/ops/lstm_ops.py
tensorflow/contrib/rnn/python/ops/rnn.py
tensorflow/contrib/rnn/python/ops/rnn_cell.py
tensorflow/contrib/rpc/python/kernel_tests/BUILD
tensorflow/contrib/rpc/python/kernel_tests/rpc_op_test_base.py
tensorflow/contrib/rpc/python/kernel_tests/rpc_op_test_servicer.py
tensorflow/contrib/rpc/python/kernel_tests/test_example.proto
tensorflow/contrib/saved_model/BUILD
tensorflow/contrib/saved_model/__init__.py
tensorflow/contrib/saved_model/cc/saved_model/BUILD
tensorflow/contrib/saved_model/cc/saved_model/signature_def_utils.cc
tensorflow/contrib/saved_model/cc/saved_model/signature_def_utils.h
tensorflow/contrib/saved_model/cc/saved_model/signature_def_utils_test.cc
tensorflow/contrib/saved_model/python/saved_model/__init__.py
tensorflow/contrib/saved_model/python/saved_model/keras_saved_model.py [new file with mode: 0644]
tensorflow/contrib/saved_model/python/saved_model/keras_saved_model_test.py [new file with mode: 0644]
tensorflow/contrib/saved_model/python/saved_model/reader_test.py
tensorflow/contrib/saved_model/python/saved_model/signature_def_utils.py [deleted file]
tensorflow/contrib/saved_model/python/saved_model/signature_def_utils_test.py [deleted file]
tensorflow/contrib/seq2seq/BUILD
tensorflow/contrib/seq2seq/__init__.py
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py
tensorflow/contrib/seq2seq/python/kernel_tests/beam_search_decoder_test.py
tensorflow/contrib/seq2seq/python/kernel_tests/beam_search_ops_test.py
tensorflow/contrib/seq2seq/python/ops/attention_wrapper.py
tensorflow/contrib/seq2seq/python/ops/beam_search_decoder.py
tensorflow/contrib/seq2seq/python/ops/decoder.py
tensorflow/contrib/session_bundle/bundle_shim.cc
tensorflow/contrib/session_bundle/bundle_shim.h
tensorflow/contrib/session_bundle/bundle_shim_test.cc
tensorflow/contrib/session_bundle/exporter_test.py
tensorflow/contrib/session_bundle/session_bundle.cc
tensorflow/contrib/session_bundle/session_bundle_test.py
tensorflow/contrib/signal/__init__.py
tensorflow/contrib/signal/python/kernel_tests/mel_ops_test.py
tensorflow/contrib/signal/python/kernel_tests/spectral_ops_test.py
tensorflow/contrib/signal/python/kernel_tests/test_util.py
tensorflow/contrib/signal/python/ops/mel_ops.py
tensorflow/contrib/signal/python/ops/reconstruction_ops.py
tensorflow/contrib/slim/python/slim/data/dataset_data_provider_test.py
tensorflow/contrib/slim/python/slim/data/parallel_reader_test.py
tensorflow/contrib/slim/python/slim/data/prefetch_queue_test.py
tensorflow/contrib/slim/python/slim/data/tfexample_decoder.py
tensorflow/contrib/slim/python/slim/data/tfexample_decoder_test.py
tensorflow/contrib/slim/python/slim/evaluation.py
tensorflow/contrib/slim/python/slim/evaluation_test.py
tensorflow/contrib/slim/python/slim/learning_test.py
tensorflow/contrib/slim/python/slim/nets/alexnet_test.py
tensorflow/contrib/slim/python/slim/nets/inception_v1_test.py
tensorflow/contrib/slim/python/slim/nets/inception_v2_test.py
tensorflow/contrib/slim/python/slim/nets/inception_v3_test.py
tensorflow/contrib/slim/python/slim/nets/overfeat_test.py
tensorflow/contrib/slim/python/slim/nets/resnet_v1_test.py
tensorflow/contrib/slim/python/slim/nets/resnet_v2_test.py
tensorflow/contrib/slim/python/slim/nets/vgg_test.py
tensorflow/contrib/slim/python/slim/summaries_test.py
tensorflow/contrib/solvers/python/kernel_tests/lanczos_test.py
tensorflow/contrib/solvers/python/kernel_tests/least_squares_test.py
tensorflow/contrib/solvers/python/kernel_tests/linear_equations_test.py
tensorflow/contrib/solvers/python/kernel_tests/util_test.py
tensorflow/contrib/solvers/python/ops/linear_equations.py
tensorflow/contrib/specs/python/specs_test.py
tensorflow/contrib/specs/python/summaries_test.py
tensorflow/contrib/stat_summarizer/BUILD
tensorflow/contrib/stat_summarizer/python/stat_summarizer_test.py
tensorflow/contrib/stateless/BUILD
tensorflow/contrib/stateless/__init__.py
tensorflow/contrib/summary/summary.py
tensorflow/contrib/summary/summary_ops_graph_test.py
tensorflow/contrib/summary/summary_ops_test.py
tensorflow/contrib/tensor_forest/BUILD
tensorflow/contrib/tensor_forest/client/eval_metrics.py
tensorflow/contrib/tensor_forest/client/eval_metrics_test.py
tensorflow/contrib/tensor_forest/client/random_forest.py
tensorflow/contrib/tensor_forest/client/random_forest_test.py
tensorflow/contrib/tensor_forest/hybrid/core/ops/utils.h
tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/k_feature_routing_function_op_test.py
tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/routing_function_op_test.py
tensorflow/contrib/tensor_forest/kernels/data_spec.h
tensorflow/contrib/tensor_forest/kernels/stats_ops.cc
tensorflow/contrib/tensor_forest/kernels/tree_utils.cc
tensorflow/contrib/tensor_forest/kernels/tree_utils.h
tensorflow/contrib/tensor_forest/kernels/v4/decision_node_evaluator.cc
tensorflow/contrib/tensor_forest/kernels/v4/decision_node_evaluator.h
tensorflow/contrib/tensor_forest/kernels/v4/decision_node_evaluator_test.cc
tensorflow/contrib/tensor_forest/kernels/v4/input_data.cc
tensorflow/contrib/tensor_forest/kernels/v4/input_data.h
tensorflow/contrib/tensor_forest/python/kernel_tests/scatter_add_ndim_op_test.py
tensorflow/contrib/tensor_forest/python/tensor_forest_test.py
tensorflow/contrib/tensorboard/BUILD
tensorflow/contrib/tensorboard/db/BUILD
tensorflow/contrib/tensorboard/db/loader.cc
tensorflow/contrib/tensorboard/plugins/__init__.py
tensorflow/contrib/tensorboard/plugins/trace/__init__.py [deleted file]
tensorflow/contrib/tensorboard/plugins/trace/trace.py [deleted file]
tensorflow/contrib/tensorboard/plugins/trace/trace_info.proto [deleted file]
tensorflow/contrib/tensorboard/plugins/trace/trace_test.py [deleted file]
tensorflow/contrib/tensorrt/BUILD
tensorflow/contrib/tensorrt/README.md
tensorflow/contrib/tensorrt/convert/convert_graph.cc
tensorflow/contrib/tensorrt/convert/convert_graph.h
tensorflow/contrib/tensorrt/convert/convert_graph_test.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/convert/convert_nodes.cc
tensorflow/contrib/tensorrt/convert/convert_nodes.h
tensorflow/contrib/tensorrt/convert/trt_optimization_pass.cc
tensorflow/contrib/tensorrt/convert/trt_optimization_pass.h
tensorflow/contrib/tensorrt/convert/utils.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/convert/utils.h [new file with mode: 0644]
tensorflow/contrib/tensorrt/custom_plugin_examples/BUILD
tensorflow/contrib/tensorrt/custom_plugin_examples/inc_op_kernel.cu.cc
tensorflow/contrib/tensorrt/kernels/trt_calib_op.cc [deleted file]
tensorflow/contrib/tensorrt/kernels/trt_calib_op.h [deleted file]
tensorflow/contrib/tensorrt/kernels/trt_engine_op.cc
tensorflow/contrib/tensorrt/kernels/trt_engine_op.h
tensorflow/contrib/tensorrt/ops/trt_calib_op.cc [deleted file]
tensorflow/contrib/tensorrt/ops/trt_engine_op.cc
tensorflow/contrib/tensorrt/plugin/trt_plugin_factory.cc
tensorflow/contrib/tensorrt/python/__init__.py
tensorflow/contrib/tensorrt/python/trt_convert.py
tensorflow/contrib/tensorrt/python/trt_convert_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_allocator.cc
tensorflow/contrib/tensorrt/resources/trt_allocator.h
tensorflow/contrib/tensorrt/resources/trt_allocator_test.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_int8_calibrator.cc
tensorflow/contrib/tensorrt/resources/trt_int8_calibrator.h
tensorflow/contrib/tensorrt/resources/trt_resource_manager.h
tensorflow/contrib/tensorrt/resources/trt_resources.h
tensorflow/contrib/tensorrt/segment/segment.cc
tensorflow/contrib/tensorrt/segment/segment.h
tensorflow/contrib/tensorrt/segment/segment_test.cc
tensorflow/contrib/tensorrt/shape_fn/trt_shfn.cc
tensorflow/contrib/tensorrt/tensorrt_test.cc
tensorflow/contrib/tensorrt/test/base_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/batch_matmul_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/biasadd_matmul_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/binary_tensor_weight_broadcast_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/concatenation_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/const_broadcast_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/manual_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/memory_alignment_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/multi_connection_neighbor_engine_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/neighboring_engine_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/rank_two_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/test_tftrt.py
tensorflow/contrib/tensorrt/test/tf_trt_integration_test.py [deleted file]
tensorflow/contrib/tensorrt/test/tf_trt_integration_test_base.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/unary_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/utils.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/utils.h [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/vgg_block_nchw_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/test/vgg_block_test.py [new file with mode: 0644]
tensorflow/contrib/tensorrt/trt_conversion.i
tensorflow/contrib/text/python/ops/skip_gram_ops_test.py
tensorflow/contrib/timeseries/__init__.py
tensorflow/contrib/timeseries/examples/BUILD
tensorflow/contrib/timeseries/examples/known_anomaly.py
tensorflow/contrib/timeseries/examples/known_anomaly_test.py
tensorflow/contrib/timeseries/examples/multivariate.py
tensorflow/contrib/timeseries/examples/predict.py
tensorflow/contrib/timeseries/python/timeseries/BUILD
tensorflow/contrib/timeseries/python/timeseries/__init__.py
tensorflow/contrib/timeseries/python/timeseries/ar_model.py
tensorflow/contrib/timeseries/python/timeseries/ar_model_test.py
tensorflow/contrib/timeseries/python/timeseries/estimators.py
tensorflow/contrib/timeseries/python/timeseries/estimators_test.py
tensorflow/contrib/timeseries/python/timeseries/head.py
tensorflow/contrib/timeseries/python/timeseries/head_test.py
tensorflow/contrib/timeseries/python/timeseries/input_pipeline_test.py
tensorflow/contrib/timeseries/python/timeseries/math_utils.py
tensorflow/contrib/timeseries/python/timeseries/math_utils_test.py
tensorflow/contrib/timeseries/python/timeseries/model_utils_test.py
tensorflow/contrib/timeseries/python/timeseries/state_management_test.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/filtering_postprocessor_test.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/kalman_filter_test.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/state_space_model.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/state_space_model_test.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/varma_test.py
tensorflow/contrib/tpu/BUILD
tensorflow/contrib/tpu/__init__.py
tensorflow/contrib/tpu/ops/cross_replica_ops.cc
tensorflow/contrib/tpu/ops/replication_ops.cc
tensorflow/contrib/tpu/ops/tpu_embedding_ops.cc
tensorflow/contrib/tpu/profiler/BUILD
tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc
tensorflow/contrib/tpu/profiler/dump_tpu_profile.cc
tensorflow/contrib/tpu/profiler/op_profile.proto
tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/main.py
tensorflow/contrib/tpu/profiler/pip_package/setup.py
tensorflow/contrib/tpu/profiler/tf_op_stats.proto
tensorflow/contrib/tpu/profiler/tpu_profiler.proto
tensorflow/contrib/tpu/profiler/version.h
tensorflow/contrib/tpu/proto/BUILD
tensorflow/contrib/tpu/proto/compilation_result.proto
tensorflow/contrib/tpu/proto/optimization_parameters.proto [new file with mode: 0644]
tensorflow/contrib/tpu/proto/tpu_embedding_config.proto [deleted file]
tensorflow/contrib/tpu/proto/tpu_embedding_configuration.proto [new file with mode: 0644]
tensorflow/contrib/tpu/proto/tpu_embedding_output_layout.proto [new file with mode: 0644]
tensorflow/contrib/tpu/python/ops/tpu_ops.py
tensorflow/contrib/tpu/python/tpu/async_checkpoint.py [new file with mode: 0644]
tensorflow/contrib/tpu/python/tpu/datasets.py
tensorflow/contrib/tpu/python/tpu/device_assignment.py
tensorflow/contrib/tpu/python/tpu/error_handling.py [new file with mode: 0644]
tensorflow/contrib/tpu/python/tpu/keras_support.py
tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py [new file with mode: 0644]
tensorflow/contrib/tpu/python/tpu/session_support.py
tensorflow/contrib/tpu/python/tpu/topology.py
tensorflow/contrib/tpu/python/tpu/topology_test.py [new file with mode: 0644]
tensorflow/contrib/tpu/python/tpu/tpu.py
tensorflow/contrib/tpu/python/tpu/tpu_config.py
tensorflow/contrib/tpu/python/tpu/tpu_config_test.py
tensorflow/contrib/tpu/python/tpu/tpu_context.py
tensorflow/contrib/tpu/python/tpu/tpu_estimator.py
tensorflow/contrib/tpu/python/tpu/tpu_estimator_signals_test.py
tensorflow/contrib/tpu/python/tpu/tpu_feed.py
tensorflow/contrib/tpu/python/tpu/tpu_function.py
tensorflow/contrib/tpu/python/tpu/tpu_optimizer.py
tensorflow/contrib/tpu/python/tpu/tpu_system_metadata.py
tensorflow/contrib/tpu/python/tpu/tpu_test.py
tensorflow/contrib/tpu/tpu_estimator.md
tensorflow/contrib/tpu/utils/BUILD [new file with mode: 0644]
tensorflow/contrib/tpu/utils/tpu_embedding_optimization_parameters_utils.cc [new file with mode: 0644]
tensorflow/contrib/tpu/utils/tpu_embedding_optimization_parameters_utils.h [new file with mode: 0644]
tensorflow/contrib/tpu/utils/tpu_embedding_output_layout_utils.cc [new file with mode: 0644]
tensorflow/contrib/tpu/utils/tpu_embedding_output_layout_utils.h [new file with mode: 0644]
tensorflow/contrib/training/BUILD
tensorflow/contrib/training/__init__.py
tensorflow/contrib/training/python/training/batch_sequences_with_states_test.py
tensorflow/contrib/training/python/training/bucket_ops_test.py
tensorflow/contrib/training/python/training/device_setter_test.py
tensorflow/contrib/training/python/training/evaluation.py
tensorflow/contrib/training/python/training/evaluation_test.py
tensorflow/contrib/training/python/training/resample_test.py
tensorflow/contrib/training/python/training/sampling_ops_test.py
tensorflow/contrib/training/python/training/sampling_ops_threading_test.py
tensorflow/contrib/training/python/training/sequence_queueing_state_saver.py
tensorflow/contrib/training/python/training/sequence_queueing_state_saver_test.py
tensorflow/contrib/training/python/training/sgdr_learning_rate_decay.py [new file with mode: 0644]
tensorflow/contrib/training/python/training/sgdr_learning_rate_decay_test.py [new file with mode: 0644]
tensorflow/contrib/training/python/training/tensor_queue_dataset.py
tensorflow/contrib/training/python/training/tensor_queue_dataset_test.py
tensorflow/contrib/training/python/training/training.py
tensorflow/contrib/training/python/training/training_test.py
tensorflow/contrib/util/__init__.py
tensorflow/contrib/verbs/BUILD
tensorflow/contrib/verbs/grpc_verbs_client.h
tensorflow/contrib/verbs/grpc_verbs_service.cc
tensorflow/contrib/verbs/grpc_verbs_service_impl.cc
tensorflow/contrib/verbs/grpc_verbs_service_impl.h
tensorflow/contrib/verbs/rdma.cc
tensorflow/contrib/verbs/rdma_mgr.cc
tensorflow/contrib/verbs/rdma_mgr.h
tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc
tensorflow/contrib/verbs/verbs_server_lib.cc
tensorflow/contrib/verbs/verbs_util.h
tensorflow/core/BUILD
tensorflow/core/api_def/BUILD
tensorflow/core/api_def/api_test.cc
tensorflow/core/api_def/base_api/api_def_ApplyAdam.pbtxt
tensorflow/core/api_def/base_api/api_def_BatchDatasetV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BatchFunction.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BesselI0e.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BesselI1e.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesBucketize.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesCenterBias.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesCreateQuantileStreamResource.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesExampleDebugOutputs.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesMakeQuantileSummaries.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesQuantileStreamResourceAddSummaries.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesQuantileStreamResourceFlush.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesQuantileStreamResourceGetBucketBoundaries.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_BoostedTreesQuantileStreamResourceHandleOp.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Ceil.pbtxt
tensorflow/core/api_def/base_api/api_def_DatasetToGraph.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_DecodeCSV.pbtxt
tensorflow/core/api_def/base_api/api_def_DivNoNan.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_DrawBoundingBoxes.pbtxt
tensorflow/core/api_def/base_api/api_def_EnsureShape.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalAssertNextDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalCSVDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalDirectedInterleaveDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalFunctionBufferingResource.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalFunctionBufferingResourceGetNext.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalFunctionBufferingResourceReset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalIdentityIndexedDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalIgnoreErrorsDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalIndexedDatasetGet.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalIndexedDatasetMaterialize.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalIteratorGetDevice.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalLMDBDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalMaterializedIndexDatasetHandle.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalThreadPoolDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalThreadPoolHandle.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExperimentalUniqueDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ExtractVolumePatches.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_FakeParam.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Fill.pbtxt
tensorflow/core/api_def/base_api/api_def_FilterByLastComponentDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_GatherNd.pbtxt
tensorflow/core/api_def/base_api/api_def_GatherV2.pbtxt
tensorflow/core/api_def/base_api/api_def_GcsConfigureBlockCache.pbtxt [deleted file]
tensorflow/core/api_def/base_api/api_def_GcsConfigureCredentials.pbtxt [deleted file]
tensorflow/core/api_def/base_api/api_def_HostConst.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Igamma.pbtxt
tensorflow/core/api_def/base_api/api_def_IgammaGradA.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_IsBoostedTreesQuantileStreamResourceInitialized.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_IteratorFromStringHandleV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_IteratorGetNext.pbtxt
tensorflow/core/api_def/base_api/api_def_IteratorGetNextAsOptional.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_IteratorV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_LinSpace.pbtxt
tensorflow/core/api_def/base_api/api_def_LowerBound.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MapDefun.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MatrixExponential.pbtxt
tensorflow/core/api_def/base_api/api_def_MatrixLogarithm.pbtxt
tensorflow/core/api_def/base_api/api_def_ModelDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MultiDeviceIterator.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MultiDeviceIteratorFromStringHandle.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MultiDeviceIteratorGetNextFromShard.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MultiDeviceIteratorInit.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_MultiDeviceIteratorToStringHandle.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_NonMaxSuppressionV4.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_NonMaxSuppressionWithOverlaps.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_OptimizeDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_OptionalFromValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_OptionalGetValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_OptionalHasValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_OptionalNone.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_PaddedBatchDatasetV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ParallelInterleaveDatasetV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ParseExampleDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ParseSequenceExample.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_PrintV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_QuantizeAndDequantizeV2.pbtxt
tensorflow/core/api_def/base_api/api_def_RandomGammaGrad.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ReduceDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ReduceJoin.pbtxt
tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt
tensorflow/core/api_def/base_api/api_def_ResourceApplyAdam.pbtxt
tensorflow/core/api_def/base_api/api_def_ResourceScatterNdAdd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_ResourceScatterNdUpdate.pbtxt
tensorflow/core/api_def/base_api/api_def_SampleDistortedBoundingBox.pbtxt
tensorflow/core/api_def/base_api/api_def_SampleDistortedBoundingBoxV2.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterNd.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterNdAdd.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterNdNonAliasingAdd.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterNdSub.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterNdUpdate.pbtxt
tensorflow/core/api_def/base_api/api_def_ScatterUpdate.pbtxt
tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt
tensorflow/core/api_def/base_api/api_def_SegmentMean.pbtxt
tensorflow/core/api_def/base_api/api_def_SegmentMin.pbtxt
tensorflow/core/api_def/base_api/api_def_SegmentProd.pbtxt
tensorflow/core/api_def/base_api/api_def_SegmentSum.pbtxt
tensorflow/core/api_def/base_api/api_def_Selu.pbtxt
tensorflow/core/api_def/base_api/api_def_SinkDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_SlideDataset.pbtxt
tensorflow/core/api_def/base_api/api_def_Softmax.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyAdagrad.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyCenteredRMSProp.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyFtrl.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyMomentum.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyProximalAdagrad.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyProximalGradientDescent.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseApplyRMSProp.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseMatMul.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentMean.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentMeanWithNumSegments.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentSqrtN.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentSqrtNWithNumSegments.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentSum.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSegmentSumWithNumSegments.pbtxt
tensorflow/core/api_def/base_api/api_def_SparseSliceGrad.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StatefulPartitionedCall.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StatelessIf.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StatelessWhile.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StaticRegexFullMatch.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StaticRegexReplace.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StridedSlice.pbtxt
tensorflow/core/api_def/base_api/api_def_StringFormat.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StringLength.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_StringSplitV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Substr.pbtxt
tensorflow/core/api_def/base_api/api_def_TensorArrayGradWithShape.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_TensorListGather.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_TensorListScatter.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_UnicodeScript.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentMax.pbtxt
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentMin.pbtxt
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentProd.pbtxt
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentSum.pbtxt
tensorflow/core/api_def/base_api/api_def_UpperBound.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_WindowDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Xdivy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Xlogy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/excluded_ops.cc
tensorflow/core/api_def/java_api/api_def_Assert.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/java_api/api_def_Const.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/java_api/api_def_Switch.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Acos.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Acosh.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Add.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_AsString.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Asin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Atan.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Atan2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Atanh.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_BatchToSpaceND.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_BesselI0e.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_BesselI1e.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Betainc.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_BroadcastTo.pbtxt [deleted file]
tensorflow/core/api_def/python_api/api_def_Ceil.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_CheckNumerics.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Cholesky.pbtxt
tensorflow/core/api_def/python_api/api_def_Cos.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Cosh.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Cross.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DecodeBase64.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DecodeCompressed.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DecodeJSONExample.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DecodeRaw.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Dequantize.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Diag.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DiagPart.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Digamma.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DivNoNan.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_EncodeBase64.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_EnsureShape.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Equal.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Erfc.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Exp.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Expm1.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ExtractImagePatches.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FFT.pbtxt
tensorflow/core/api_def/python_api/api_def_FakeParam.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxArgs.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxArgsGradient.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxVars.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxVarsGradient.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxVarsPerChannelGradient.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Floor.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Greater.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_IFFT.pbtxt
tensorflow/core/api_def/python_api/api_def_Igamma.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Igammac.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_InvertPermutation.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_IsFinite.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_IsInf.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_IsNan.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_IteratorGetNextAsOptional.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Less.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_LessEqual.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Lgamma.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Log.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Log1p.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_LogicalAnd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_LogicalNot.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_LogicalOr.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_MatchingFiles.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_MatrixBandPart.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixDeterminant.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixDiag.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixDiagPart.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixInverse.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixSetDiag.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixSolve.pbtxt
tensorflow/core/api_def/python_api/api_def_MatrixTriangularSolve.pbtxt
tensorflow/core/api_def/python_api/api_def_Maximum.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Minimum.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_NonMaxSuppressionV4.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_NonMaxSuppressionWithOverlaps.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_NotEqual.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_OptionalFromValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_OptionalGetValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_OptionalHasValue.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_OptionalNone.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ParseExampleDataset.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ParseSequenceExample.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ParseTensor.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Polygamma.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_PrintV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Qr.pbtxt
tensorflow/core/api_def/python_api/api_def_QuantizedConcat.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ReadFile.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Reciprocal.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Reshape.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ResourceScatterNdAdd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ReverseV2.pbtxt
tensorflow/core/api_def/python_api/api_def_Rint.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Rsqrt.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ScatterNd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ScatterNdAdd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ScatterNdSub.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SegmentMax.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SegmentMean.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SegmentMin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SegmentProd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SegmentSum.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Sin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Sinh.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Softplus.pbtxt
tensorflow/core/api_def/python_api/api_def_Softsign.pbtxt
tensorflow/core/api_def/python_api/api_def_SpaceToBatchND.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SparseSliceGrad.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_SquaredDifference.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatefulPartitionedCall.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessIf.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessMultinomial.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessRandomNormal.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessRandomUniform.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessTruncatedNormal.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StatelessWhile.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringFormat.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringJoin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringLength.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringSplitV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringStrip.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringToHashBucket.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringToHashBucketFast.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringToHashBucketStrong.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_StringToNumber.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Substr.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Tan.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_TensorArrayGradWithShape.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Tile.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UnicodeScript.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UnsortedSegmentMax.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UnsortedSegmentMin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UnsortedSegmentProd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UnsortedSegmentSum.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_WriteFile.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Xdivy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Xlogy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Zeta.pbtxt [new file with mode: 0644]
tensorflow/core/common_runtime/base_collective_executor.cc
tensorflow/core/common_runtime/base_collective_executor.h
tensorflow/core/common_runtime/bfc_allocator.cc
tensorflow/core/common_runtime/bfc_allocator.h
tensorflow/core/common_runtime/broadcaster.cc [deleted file]
tensorflow/core/common_runtime/broadcaster.h [deleted file]
tensorflow/core/common_runtime/broadcaster_test.cc [deleted file]
tensorflow/core/common_runtime/buf_rendezvous.h
tensorflow/core/common_runtime/build_graph_options.cc
tensorflow/core/common_runtime/build_graph_options.h
tensorflow/core/common_runtime/collective_executor_mgr.cc
tensorflow/core/common_runtime/collective_executor_mgr.h
tensorflow/core/common_runtime/collective_executor_mgr_test.cc
tensorflow/core/common_runtime/collective_param_resolver_local.cc
tensorflow/core/common_runtime/collective_param_resolver_local.h
tensorflow/core/common_runtime/collective_param_resolver_local_test.cc
tensorflow/core/common_runtime/collective_rma_local.cc
tensorflow/core/common_runtime/collective_rma_local.h
tensorflow/core/common_runtime/collective_rma_local_test.cc
tensorflow/core/common_runtime/collective_util.cc [new file with mode: 0644]
tensorflow/core/common_runtime/collective_util.h [new file with mode: 0644]
tensorflow/core/common_runtime/constant_folding.cc
tensorflow/core/common_runtime/constant_folding.h
tensorflow/core/common_runtime/copy_tensor.cc
tensorflow/core/common_runtime/copy_tensor.h
tensorflow/core/common_runtime/debugger_state_interface.h
tensorflow/core/common_runtime/device.h
tensorflow/core/common_runtime/device_factory.h
tensorflow/core/common_runtime/device_mgr.h
tensorflow/core/common_runtime/device_resolver_local.h
tensorflow/core/common_runtime/device_set.h
tensorflow/core/common_runtime/direct_session.cc
tensorflow/core/common_runtime/direct_session.h
tensorflow/core/common_runtime/direct_session_test.cc
tensorflow/core/common_runtime/direct_session_with_tracking_alloc_test.cc
tensorflow/core/common_runtime/dma_helper.h
tensorflow/core/common_runtime/eager/BUILD
tensorflow/core/common_runtime/eager/attr_builder.cc
tensorflow/core/common_runtime/eager/attr_builder.h
tensorflow/core/common_runtime/eager/context.cc
tensorflow/core/common_runtime/eager/context.h
tensorflow/core/common_runtime/eager/execute.cc
tensorflow/core/common_runtime/eager/kernel_and_device.cc
tensorflow/core/common_runtime/eager/kernel_and_device.h
tensorflow/core/common_runtime/eager/kernel_and_device_test.cc
tensorflow/core/common_runtime/eager/tensor_handle.cc
tensorflow/core/common_runtime/eager/tensor_handle.h
tensorflow/core/common_runtime/executor.cc
tensorflow/core/common_runtime/executor.h
tensorflow/core/common_runtime/executor_factory.cc [new file with mode: 0644]
tensorflow/core/common_runtime/executor_factory.h [new file with mode: 0644]
tensorflow/core/common_runtime/executor_test.cc
tensorflow/core/common_runtime/function.cc
tensorflow/core/common_runtime/function.h
tensorflow/core/common_runtime/function_test.cc
tensorflow/core/common_runtime/gpu/cuda_host_allocator.h [new file with mode: 0644]
tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc
tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.h
tensorflow/core/common_runtime/gpu/gpu_bfc_allocator_test.cc
tensorflow/core/common_runtime/gpu/gpu_cudamalloc_allocator.cc
tensorflow/core/common_runtime/gpu/gpu_cudamalloc_allocator.h
tensorflow/core/common_runtime/gpu/gpu_debug_allocator.cc
tensorflow/core/common_runtime/gpu/gpu_debug_allocator.h
tensorflow/core/common_runtime/gpu/gpu_debug_allocator_test.cc
tensorflow/core/common_runtime/gpu/gpu_device.cc
tensorflow/core/common_runtime/gpu/gpu_device.h
tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
tensorflow/core/common_runtime/gpu/gpu_device_test.cc
tensorflow/core/common_runtime/gpu/gpu_event_mgr.cc
tensorflow/core/common_runtime/gpu/gpu_event_mgr.h
tensorflow/core/common_runtime/gpu/gpu_event_mgr_test.cc
tensorflow/core/common_runtime/gpu/gpu_id.h
tensorflow/core/common_runtime/gpu/gpu_id_manager.cc
tensorflow/core/common_runtime/gpu/gpu_id_manager.h
tensorflow/core/common_runtime/gpu/gpu_id_manager_test.cc
tensorflow/core/common_runtime/gpu/gpu_id_utils.h
tensorflow/core/common_runtime/gpu/gpu_init.h
tensorflow/core/common_runtime/gpu/gpu_process_state.cc [new file with mode: 0644]
tensorflow/core/common_runtime/gpu/gpu_process_state.h [new file with mode: 0644]
tensorflow/core/common_runtime/gpu/gpu_stream_util.h
tensorflow/core/common_runtime/gpu/gpu_util.cc
tensorflow/core/common_runtime/gpu/gpu_util.h
tensorflow/core/common_runtime/gpu/gpu_util_platform_specific.cc
tensorflow/core/common_runtime/gpu/pool_allocator.cc [deleted file]
tensorflow/core/common_runtime/gpu/pool_allocator.h [deleted file]
tensorflow/core/common_runtime/gpu/pool_allocator_test.cc
tensorflow/core/common_runtime/gpu/process_state.cc [deleted file]
tensorflow/core/common_runtime/gpu/process_state.h [deleted file]
tensorflow/core/common_runtime/gpu_device_context.h
tensorflow/core/common_runtime/graph_execution_state.cc
tensorflow/core/common_runtime/graph_execution_state.h
tensorflow/core/common_runtime/graph_optimizer.cc
tensorflow/core/common_runtime/graph_optimizer.h
tensorflow/core/common_runtime/graph_runner.cc
tensorflow/core/common_runtime/hierarchical_tree_broadcaster.cc [new file with mode: 0644]
tensorflow/core/common_runtime/hierarchical_tree_broadcaster.h [new file with mode: 0644]
tensorflow/core/common_runtime/hierarchical_tree_broadcaster_test.cc [new file with mode: 0644]
tensorflow/core/common_runtime/kernel_benchmark_testlib.cc
tensorflow/core/common_runtime/kernel_benchmark_testlib.h
tensorflow/core/common_runtime/local_device.h
tensorflow/core/common_runtime/lower_if_op.cc
tensorflow/core/common_runtime/lower_if_op.h
tensorflow/core/common_runtime/lower_if_op_test.cc
tensorflow/core/common_runtime/lower_while_op.cc [new file with mode: 0644]
tensorflow/core/common_runtime/lower_while_op.h [new file with mode: 0644]
tensorflow/core/common_runtime/lower_while_op_test.cc [new file with mode: 0644]
tensorflow/core/common_runtime/mkl_cpu_allocator.cc
tensorflow/core/common_runtime/mkl_cpu_allocator.h
tensorflow/core/common_runtime/mkl_cpu_allocator_test.cc
tensorflow/core/common_runtime/optimization_registry.h
tensorflow/core/common_runtime/parallel_concat_optimizer.cc
tensorflow/core/common_runtime/placer.cc
tensorflow/core/common_runtime/placer.h
tensorflow/core/common_runtime/placer_test.cc
tensorflow/core/common_runtime/pool_allocator.cc [new file with mode: 0644]
tensorflow/core/common_runtime/pool_allocator.h [new file with mode: 0644]
tensorflow/core/common_runtime/process_function_library_runtime.cc
tensorflow/core/common_runtime/process_function_library_runtime.h
tensorflow/core/common_runtime/process_state.cc [new file with mode: 0644]
tensorflow/core/common_runtime/process_state.h [new file with mode: 0644]
tensorflow/core/common_runtime/renamed_device.h
tensorflow/core/common_runtime/rendezvous_mgr.cc
tensorflow/core/common_runtime/rendezvous_mgr.h
tensorflow/core/common_runtime/rendezvous_util.cc
tensorflow/core/common_runtime/rendezvous_util.h
tensorflow/core/common_runtime/ring_reducer.cc
tensorflow/core/common_runtime/ring_reducer.h
tensorflow/core/common_runtime/ring_reducer_test.cc
tensorflow/core/common_runtime/session.cc
tensorflow/core/common_runtime/session_factory.h
tensorflow/core/common_runtime/session_state.cc
tensorflow/core/common_runtime/session_test.cc
tensorflow/core/common_runtime/single_threaded_cpu_device.h
tensorflow/core/common_runtime/step_stats_collector.cc
tensorflow/core/common_runtime/step_stats_collector.h
tensorflow/core/common_runtime/sycl/sycl_allocator.h
tensorflow/core/common_runtime/test_collective_executor_mgr.h
tensorflow/core/common_runtime/threadpool_device.cc
tensorflow/core/common_runtime/threadpool_device.h
tensorflow/core/common_runtime/visitable_allocator.h [deleted file]
tensorflow/core/debug/BUILD
tensorflow/core/debug/debug_callback_registry.h
tensorflow/core/debug/debug_gateway.cc [deleted file]
tensorflow/core/debug/debug_gateway.h [deleted file]
tensorflow/core/debug/debug_gateway_test.cc [deleted file]
tensorflow/core/debug/debug_graph_utils.cc
tensorflow/core/debug/debug_graph_utils.h
tensorflow/core/debug/debug_grpc_testlib.h
tensorflow/core/debug/debug_io_utils.cc
tensorflow/core/debug/debug_io_utils.h
tensorflow/core/debug/debug_io_utils_test.cc
tensorflow/core/debug/debug_node_key.h
tensorflow/core/debug/debugger_state_impl.cc
tensorflow/core/debug/debugger_state_impl.h
tensorflow/core/distributed_runtime/BUILD
tensorflow/core/distributed_runtime/base_rendezvous_mgr.cc
tensorflow/core/distributed_runtime/cancellable_call.h [new file with mode: 0644]
tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
tensorflow/core/distributed_runtime/collective_param_resolver_distributed_test.cc
tensorflow/core/distributed_runtime/collective_rma_distributed.cc
tensorflow/core/distributed_runtime/collective_rma_distributed.h
tensorflow/core/distributed_runtime/collective_rma_distributed_test.cc
tensorflow/core/distributed_runtime/eager/BUILD
tensorflow/core/distributed_runtime/eager/eager_client.h
tensorflow/core/distributed_runtime/eager/eager_service_impl.cc
tensorflow/core/distributed_runtime/eager/eager_service_impl.h
tensorflow/core/distributed_runtime/eager/eager_service_impl_test.cc
tensorflow/core/distributed_runtime/eager/remote_execute_node.h
tensorflow/core/distributed_runtime/graph_mgr.cc
tensorflow/core/distributed_runtime/graph_mgr.h
tensorflow/core/distributed_runtime/local_master.h
tensorflow/core/distributed_runtime/master.cc
tensorflow/core/distributed_runtime/master_env.h
tensorflow/core/distributed_runtime/master_session.cc
tensorflow/core/distributed_runtime/master_session.h
tensorflow/core/distributed_runtime/master_test.cc
tensorflow/core/distributed_runtime/message_wrappers.h
tensorflow/core/distributed_runtime/remote_device.cc
tensorflow/core/distributed_runtime/remote_device_test.cc
tensorflow/core/distributed_runtime/rpc/BUILD
tensorflow/core/distributed_runtime/rpc/eager/BUILD
tensorflow/core/distributed_runtime/rpc/eager/eager_grpc_server_lib.h [deleted file]
tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_client.cc
tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service.cc
tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service.h
tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.cc
tensorflow/core/distributed_runtime/rpc/eager/grpc_eager_service_impl.h
tensorflow/core/distributed_runtime/rpc/grpc_call.h
tensorflow/core/distributed_runtime/rpc/grpc_channel.cc
tensorflow/core/distributed_runtime/rpc/grpc_channel.h
tensorflow/core/distributed_runtime/rpc/grpc_channel_test.cc
tensorflow/core/distributed_runtime/rpc/grpc_client_cq_tag.h
tensorflow/core/distributed_runtime/rpc/grpc_master_service.cc
tensorflow/core/distributed_runtime/rpc/grpc_master_service_impl.cc
tensorflow/core/distributed_runtime/rpc/grpc_master_service_impl.h
tensorflow/core/distributed_runtime/rpc/grpc_remote_worker.cc
tensorflow/core/distributed_runtime/rpc/grpc_remote_worker.h
tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc
tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
tensorflow/core/distributed_runtime/rpc/grpc_session.cc
tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc
tensorflow/core/distributed_runtime/rpc/grpc_state.h
tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc
tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding_test.cc
tensorflow/core/distributed_runtime/rpc/grpc_tensorflow_server.cc
tensorflow/core/distributed_runtime/rpc/grpc_testlib.cc
tensorflow/core/distributed_runtime/rpc/grpc_testlib.h
tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
tensorflow/core/distributed_runtime/rpc/grpc_util.h
tensorflow/core/distributed_runtime/rpc/grpc_worker_cache.cc
tensorflow/core/distributed_runtime/rpc/grpc_worker_service.cc
tensorflow/core/distributed_runtime/rpc/grpc_worker_service.h
tensorflow/core/distributed_runtime/rpc/grpc_worker_service_impl.cc
tensorflow/core/distributed_runtime/rpc/grpc_worker_service_impl.h
tensorflow/core/distributed_runtime/rpc/rpc_rendezvous_mgr_test.cc
tensorflow/core/distributed_runtime/rpc_collective_executor_mgr.cc [new file with mode: 0644]
tensorflow/core/distributed_runtime/rpc_collective_executor_mgr.h [new file with mode: 0644]
tensorflow/core/distributed_runtime/rpc_collective_executor_mgr_test.cc [new file with mode: 0644]
tensorflow/core/distributed_runtime/tensor_coding.h
tensorflow/core/distributed_runtime/test_utils.h
tensorflow/core/distributed_runtime/worker.cc
tensorflow/core/distributed_runtime/worker_cache.h
tensorflow/core/distributed_runtime/worker_cache_wrapper.h
tensorflow/core/distributed_runtime/worker_session.cc
tensorflow/core/example/example.proto
tensorflow/core/example/example_parser_configuration.h
tensorflow/core/example/feature_util.h
tensorflow/core/framework/allocator.cc
tensorflow/core/framework/allocator.h
tensorflow/core/framework/allocator_registry.cc
tensorflow/core/framework/allocator_registry.h
tensorflow/core/framework/api_def.proto
tensorflow/core/framework/attr_value_util.h
tensorflow/core/framework/attr_value_util_test.cc
tensorflow/core/framework/bfloat16.h
tensorflow/core/framework/bfloat16_test.cc
tensorflow/core/framework/cancellation.cc
tensorflow/core/framework/cancellation.h
tensorflow/core/framework/cancellation_test.cc
tensorflow/core/framework/collective.cc
tensorflow/core/framework/collective.h
tensorflow/core/framework/common_shape_fns.cc
tensorflow/core/framework/common_shape_fns.h
tensorflow/core/framework/control_flow.h
tensorflow/core/framework/cost_graph.proto
tensorflow/core/framework/dataset.cc
tensorflow/core/framework/dataset.h
tensorflow/core/framework/dataset_stateful_op_whitelist.h
tensorflow/core/framework/device_base.cc
tensorflow/core/framework/device_base.h
tensorflow/core/framework/device_base_test.cc [new file with mode: 0644]
tensorflow/core/framework/fake_input.h
tensorflow/core/framework/function.cc
tensorflow/core/framework/function.h
tensorflow/core/framework/function_testlib.cc
tensorflow/core/framework/function_testlib.h
tensorflow/core/framework/graph_def_util.h
tensorflow/core/framework/graph_to_functiondef.cc
tensorflow/core/framework/kernel_def.proto
tensorflow/core/framework/kernel_def_builder.h
tensorflow/core/framework/kernel_def_util.cc [new file with mode: 0644]
tensorflow/core/framework/kernel_def_util.h [new file with mode: 0644]
tensorflow/core/framework/kernel_def_util_test.cc [new file with mode: 0644]
tensorflow/core/framework/log_memory.h
tensorflow/core/framework/lookup_interface.h
tensorflow/core/framework/memory_types.cc
tensorflow/core/framework/memory_types.h
tensorflow/core/framework/model.cc [new file with mode: 0644]
tensorflow/core/framework/model.h [new file with mode: 0644]
tensorflow/core/framework/node_def_builder.cc
tensorflow/core/framework/node_def_builder.h
tensorflow/core/framework/node_def_util.cc
tensorflow/core/framework/node_def_util.h
tensorflow/core/framework/node_def_util_test.cc
tensorflow/core/framework/numeric_op.h
tensorflow/core/framework/numeric_types.h
tensorflow/core/framework/op.h
tensorflow/core/framework/op_compatibility_test.cc
tensorflow/core/framework/op_def_builder.cc
tensorflow/core/framework/op_def_builder.h
tensorflow/core/framework/op_def_util.cc
tensorflow/core/framework/op_def_util.h
tensorflow/core/framework/op_gen_lib.cc
tensorflow/core/framework/op_gen_lib.h
tensorflow/core/framework/op_kernel.cc
tensorflow/core/framework/op_kernel.h
tensorflow/core/framework/op_kernel_test.cc
tensorflow/core/framework/op_segment.cc
tensorflow/core/framework/op_segment.h
tensorflow/core/framework/queue_interface.h
tensorflow/core/framework/reader_base.h
tensorflow/core/framework/reader_interface.h
tensorflow/core/framework/reader_op_kernel.h
tensorflow/core/framework/register_types.h
tensorflow/core/framework/register_types_traits.h
tensorflow/core/framework/resource_mgr.cc
tensorflow/core/framework/resource_mgr.h
tensorflow/core/framework/resource_op_kernel.h
tensorflow/core/framework/resource_var.h
tensorflow/core/framework/run_handler.cc [new file with mode: 0644]
tensorflow/core/framework/run_handler.h [new file with mode: 0644]
tensorflow/core/framework/run_handler_util.cc [new file with mode: 0644]
tensorflow/core/framework/run_handler_util.h [new file with mode: 0644]
tensorflow/core/framework/run_handler_util_test.cc [new file with mode: 0644]
tensorflow/core/framework/selective_registration.h
tensorflow/core/framework/session_state.h
tensorflow/core/framework/shape_inference.cc
tensorflow/core/framework/shape_inference.h
tensorflow/core/framework/shape_inference_testutil.h
tensorflow/core/framework/stats_aggregator.h
tensorflow/core/framework/step_stats.proto
tensorflow/core/framework/tensor.cc
tensorflow/core/framework/tensor.h
tensorflow/core/framework/tensor_slice.h
tensorflow/core/framework/tensor_test.cc
tensorflow/core/framework/tensor_testutil.cc
tensorflow/core/framework/tensor_testutil.h
tensorflow/core/framework/tensor_testutil_test.cc [new file with mode: 0644]
tensorflow/core/framework/tensor_types.h
tensorflow/core/framework/tensor_util.h
tensorflow/core/framework/tracking_allocator.h
tensorflow/core/framework/type_index.h
tensorflow/core/framework/type_traits.h
tensorflow/core/framework/types.h
tensorflow/core/framework/variant.cc
tensorflow/core/framework/variant.h
tensorflow/core/framework/variant_encode_decode.h
tensorflow/core/framework/variant_op_copy_test.cc
tensorflow/core/framework/variant_op_registry.cc
tensorflow/core/framework/variant_op_registry.h
tensorflow/core/framework/variant_op_registry_test.cc
tensorflow/core/framework/variant_tensor_data.cc
tensorflow/core/framework/variant_tensor_data.h
tensorflow/core/framework/variant_test.cc
tensorflow/core/graph/algorithm.cc
tensorflow/core/graph/algorithm.h
tensorflow/core/graph/algorithm_test.cc
tensorflow/core/graph/colors.h
tensorflow/core/graph/control_flow.cc
tensorflow/core/graph/control_flow.h
tensorflow/core/graph/control_flow_test.cc [new file with mode: 0644]
tensorflow/core/graph/costmodel.h
tensorflow/core/graph/default_device.h
tensorflow/core/graph/gradients.cc
tensorflow/core/graph/graph.cc
tensorflow/core/graph/graph.h
tensorflow/core/graph/graph_constructor.cc
tensorflow/core/graph/graph_constructor.h
tensorflow/core/graph/graph_constructor_test.cc
tensorflow/core/graph/graph_def_builder.cc
tensorflow/core/graph/graph_def_builder.h
tensorflow/core/graph/graph_partition.cc
tensorflow/core/graph/graph_partition.h
tensorflow/core/graph/mkl_graph_util.h
tensorflow/core/graph/mkl_layout_pass.cc
tensorflow/core/graph/mkl_layout_pass.h
tensorflow/core/graph/mkl_layout_pass_test.cc
tensorflow/core/graph/mkl_tfconversion_pass.cc
tensorflow/core/graph/mkl_tfconversion_pass_test.cc
tensorflow/core/graph/node_builder.cc
tensorflow/core/graph/node_builder.h
tensorflow/core/graph/optimizer_cse.h
tensorflow/core/graph/quantize_training.h
tensorflow/core/graph/subgraph.cc
tensorflow/core/graph/subgraph.h
tensorflow/core/graph/tensor_id.cc
tensorflow/core/graph/tensor_id.h
tensorflow/core/graph/testlib.cc
tensorflow/core/graph/testlib.h
tensorflow/core/graph/types.h
tensorflow/core/graph/validate.cc
tensorflow/core/graph/validate.h
tensorflow/core/graph/while_context.cc
tensorflow/core/graph/while_context.h
tensorflow/core/grappler/BUILD
tensorflow/core/grappler/clusters/BUILD
tensorflow/core/grappler/clusters/cluster.cc
tensorflow/core/grappler/clusters/cluster.h
tensorflow/core/grappler/clusters/single_machine.cc
tensorflow/core/grappler/clusters/single_machine.h
tensorflow/core/grappler/clusters/single_machine_test.cc
tensorflow/core/grappler/clusters/utils.cc
tensorflow/core/grappler/clusters/utils.h
tensorflow/core/grappler/clusters/utils_test.cc
tensorflow/core/grappler/clusters/virtual_cluster.cc
tensorflow/core/grappler/clusters/virtual_cluster.h
tensorflow/core/grappler/costs/BUILD
tensorflow/core/grappler/costs/analytical_cost_estimator.cc
tensorflow/core/grappler/costs/analytical_cost_estimator_test.cc
tensorflow/core/grappler/costs/cost_estimator.h
tensorflow/core/grappler/costs/graph_memory.cc
tensorflow/core/grappler/costs/graph_properties.cc
tensorflow/core/grappler/costs/graph_properties.h
tensorflow/core/grappler/costs/graph_properties_test.cc
tensorflow/core/grappler/costs/graph_properties_testdata/function_error.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/graph_properties_testdata/function_functional_while.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/graph_properties_testdata/function_switch.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/graph_properties_testdata/function_switch_2.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/graph_properties_testdata/function_switch_shapes.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/graph_properties_testdata/large_function_graph.pbtxt [new file with mode: 0644]
tensorflow/core/grappler/costs/op_level_cost_estimator.cc
tensorflow/core/grappler/costs/op_level_cost_estimator.h
tensorflow/core/grappler/costs/op_level_cost_estimator_test.cc
tensorflow/core/grappler/costs/utils.cc
tensorflow/core/grappler/costs/utils.h
tensorflow/core/grappler/costs/virtual_scheduler.cc
tensorflow/core/grappler/costs/virtual_scheduler.h
tensorflow/core/grappler/costs/virtual_scheduler_test.cc
tensorflow/core/grappler/graph_analyzer/BUILD [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/gen_node.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/gen_node.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/gen_node_test.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/graph_analyzer.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/graph_analyzer.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/graph_analyzer_test.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/graph_analyzer_tool.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/graph_analyzer_tool.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/hash_tools.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/hash_tools_test.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/map_tools.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/sig_node.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/sig_node.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/sig_node_test.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/subgraph.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/subgraph.h [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/subgraph_test.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/test_tools.cc [new file with mode: 0644]
tensorflow/core/grappler/graph_analyzer/test_tools.h [new file with mode: 0644]
tensorflow/core/grappler/graph_view.cc
tensorflow/core/grappler/graph_view.h
tensorflow/core/grappler/graph_view_test.cc
tensorflow/core/grappler/grappler_item.cc
tensorflow/core/grappler/grappler_item.h
tensorflow/core/grappler/grappler_item_builder.cc
tensorflow/core/grappler/grappler_item_builder.h
tensorflow/core/grappler/grappler_item_builder_test.cc
tensorflow/core/grappler/inputs/utils.cc
tensorflow/core/grappler/inputs/utils.h
tensorflow/core/grappler/mutable_graph_view.cc [new file with mode: 0644]
tensorflow/core/grappler/mutable_graph_view.h [new file with mode: 0644]
tensorflow/core/grappler/mutable_graph_view_test.cc [new file with mode: 0644]
tensorflow/core/grappler/op_types.cc
tensorflow/core/grappler/op_types.h
tensorflow/core/grappler/optimizers/BUILD
tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc
tensorflow/core/grappler/optimizers/arithmetic_optimizer.h
tensorflow/core/grappler/optimizers/arithmetic_optimizer_test.cc
tensorflow/core/grappler/optimizers/constant_folding.cc
tensorflow/core/grappler/optimizers/constant_folding.h
tensorflow/core/grappler/optimizers/constant_folding_test.cc
tensorflow/core/grappler/optimizers/custom_graph_optimizer_registry.h
tensorflow/core/grappler/optimizers/data/BUILD
tensorflow/core/grappler/optimizers/data/filter_fusion.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/filter_fusion.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/filter_fusion_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/function_utils.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/function_utils.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/function_utils_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/fusion_utils.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/fusion_utils.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/fusion_utils_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/graph_test_utils.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/graph_test_utils.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/graph_utils.cc
tensorflow/core/grappler/optimizers/data/graph_utils.h
tensorflow/core/grappler/optimizers/data/graph_utils_test.cc
tensorflow/core/grappler/optimizers/data/hoist_random_uniform.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/hoist_random_uniform.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/hoist_random_uniform_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/latency_all_edges.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/latency_all_edges.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/latency_all_edges_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_and_batch_fusion.cc
tensorflow/core/grappler/optimizers/data/map_and_batch_fusion.h
tensorflow/core/grappler/optimizers/data/map_and_batch_fusion_test.cc
tensorflow/core/grappler/optimizers/data/map_and_filter_fusion.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_and_filter_fusion.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_and_filter_fusion_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_fusion.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_fusion.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_fusion_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_parallelization.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_parallelization.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_parallelization_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_vectorization.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_vectorization.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/map_vectorization_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/noop_elimination.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/noop_elimination.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/noop_elimination_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/shuffle_and_repeat_fusion.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/shuffle_and_repeat_fusion.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/shuffle_and_repeat_fusion_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/BUILD [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/cast_vectorizer.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/unpack_vectorizer.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer_registry.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer_registry.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer_registry_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization_utils.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization_utils.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/data/vectorization_utils_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/debug_stripper.cc
tensorflow/core/grappler/optimizers/debug_stripper_test.cc
tensorflow/core/grappler/optimizers/dependency_optimizer.cc
tensorflow/core/grappler/optimizers/dependency_optimizer.h
tensorflow/core/grappler/optimizers/dependency_optimizer_test.cc
tensorflow/core/grappler/optimizers/evaluation_utils.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/evaluation_utils.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/evaluation_utils_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/experimental_implementation_selector.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/experimental_implementation_selector.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/experimental_implementation_selector_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/function_api_info.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/function_api_info.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/function_api_info_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/function_optimizer.cc
tensorflow/core/grappler/optimizers/function_optimizer_test.cc
tensorflow/core/grappler/optimizers/graph_optimizer_stage.h
tensorflow/core/grappler/optimizers/graph_optimizer_stage_test.cc
tensorflow/core/grappler/optimizers/layout_optimizer.cc
tensorflow/core/grappler/optimizers/layout_optimizer_test.cc
tensorflow/core/grappler/optimizers/loop_optimizer.cc
tensorflow/core/grappler/optimizers/loop_optimizer.h
tensorflow/core/grappler/optimizers/loop_optimizer_test.cc
tensorflow/core/grappler/optimizers/memory_optimizer.cc
tensorflow/core/grappler/optimizers/meta_optimizer.cc
tensorflow/core/grappler/optimizers/meta_optimizer.h
tensorflow/core/grappler/optimizers/meta_optimizer_test.cc
tensorflow/core/grappler/optimizers/pin_to_host_optimizer.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/pin_to_host_optimizer.h [new file with mode: 0644]
tensorflow/core/grappler/optimizers/pin_to_host_optimizer_test.cc [new file with mode: 0644]
tensorflow/core/grappler/optimizers/remapper.cc
tensorflow/core/grappler/optimizers/scoped_allocator_optimizer.cc
tensorflow/core/grappler/optimizers/scoped_allocator_optimizer.h
tensorflow/core/grappler/optimizers/scoped_allocator_optimizer_test.cc
tensorflow/core/grappler/optimizers/shape_optimizer.cc
tensorflow/core/grappler/optimizers/symbolic_shapes.cc [deleted file]
tensorflow/core/grappler/optimizers/symbolic_shapes.h [deleted file]
tensorflow/core/grappler/optimizers/symbolic_shapes_test.cc [deleted file]
tensorflow/core/grappler/utils.cc
tensorflow/core/grappler/utils.h
tensorflow/core/grappler/utils/BUILD
tensorflow/core/grappler/utils/functions.cc
tensorflow/core/grappler/utils/functions.h
tensorflow/core/grappler/utils/functions_test.cc
tensorflow/core/grappler/utils/grappler_test.cc
tensorflow/core/grappler/utils/scc.cc
tensorflow/core/grappler/utils/scc.h
tensorflow/core/grappler/utils/symbolic_shapes.cc [new file with mode: 0644]
tensorflow/core/grappler/utils/symbolic_shapes.h [new file with mode: 0644]
tensorflow/core/grappler/utils/symbolic_shapes_test.cc [new file with mode: 0644]
tensorflow/core/grappler/utils/topological_sort.cc
tensorflow/core/grappler/utils/topological_sort.h
tensorflow/core/grappler/utils_test.cc
tensorflow/core/kernels/BUILD
tensorflow/core/kernels/adjust_contrast_op.h
tensorflow/core/kernels/adjust_hue_op.h
tensorflow/core/kernels/adjust_saturation_op.h
tensorflow/core/kernels/aggregate_ops.h
tensorflow/core/kernels/aggregate_ops_cpu.h
tensorflow/core/kernels/argmax_op.cc
tensorflow/core/kernels/argmax_op.h
tensorflow/core/kernels/as_string_op.cc
tensorflow/core/kernels/assign_op.h
tensorflow/core/kernels/avgpooling_op.h
tensorflow/core/kernels/batch_kernels.cc
tensorflow/core/kernels/batch_matmul_op_complex.cc
tensorflow/core/kernels/batch_matmul_op_impl.h
tensorflow/core/kernels/batch_matmul_op_real.cc
tensorflow/core/kernels/batch_norm_op.h
tensorflow/core/kernels/batching_util/BUILD
tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h
tensorflow/core/kernels/batching_util/serial_device_batch_scheduler_test.cc
tensorflow/core/kernels/betainc_op.h
tensorflow/core/kernels/bias_op.cc
tensorflow/core/kernels/bias_op.h
tensorflow/core/kernels/bias_op_gpu.cu.cc
tensorflow/core/kernels/bias_op_gpu.h
tensorflow/core/kernels/bincount_op.h
tensorflow/core/kernels/bincount_op_gpu.cu.cc
tensorflow/core/kernels/boosted_trees/BUILD
tensorflow/core/kernels/boosted_trees/boosted_trees.proto
tensorflow/core/kernels/boosted_trees/prediction_ops.cc
tensorflow/core/kernels/boosted_trees/quantile_ops.cc [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/BUILD [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/quantile_stream_resource.h [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_buffer.h [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_buffer_test.cc [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_stream.h [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_stream_test.cc [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_summary.h [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/quantiles/weighted_quantiles_summary_test.cc [new file with mode: 0644]
tensorflow/core/kernels/boosted_trees/resources.cc
tensorflow/core/kernels/boosted_trees/resources.h
tensorflow/core/kernels/boosted_trees/stats_ops.cc
tensorflow/core/kernels/boosted_trees/training_ops.cc
tensorflow/core/kernels/boosted_trees/tree_helper.h [new file with mode: 0644]
tensorflow/core/kernels/bounds_check.h
tensorflow/core/kernels/broadcast_to_op.h
tensorflow/core/kernels/bucketize_op.h
tensorflow/core/kernels/candidate_sampler_ops.cc
tensorflow/core/kernels/cast_op.cc
tensorflow/core/kernels/cast_op.h
tensorflow/core/kernels/cast_op_gpu.cu.cc
tensorflow/core/kernels/cast_op_impl.h
tensorflow/core/kernels/cast_op_impl_bfloat.cc
tensorflow/core/kernels/cast_op_impl_bool.cc
tensorflow/core/kernels/cast_op_impl_complex128.cc
tensorflow/core/kernels/cast_op_impl_complex64.cc
tensorflow/core/kernels/cast_op_impl_double.cc
tensorflow/core/kernels/cast_op_impl_float.cc
tensorflow/core/kernels/cast_op_impl_half.cc
tensorflow/core/kernels/cast_op_impl_int16.cc
tensorflow/core/kernels/cast_op_impl_int32.cc
tensorflow/core/kernels/cast_op_impl_int64.cc
tensorflow/core/kernels/cast_op_impl_int8.cc
tensorflow/core/kernels/cast_op_impl_uint16.cc
tensorflow/core/kernels/cast_op_impl_uint32.cc [new file with mode: 0644]
tensorflow/core/kernels/cast_op_impl_uint64.cc [new file with mode: 0644]
tensorflow/core/kernels/cast_op_impl_uint8.cc
tensorflow/core/kernels/cast_op_test.cc
tensorflow/core/kernels/collective_ops.cc
tensorflow/core/kernels/colorspace_op.h
tensorflow/core/kernels/concat_lib.h
tensorflow/core/kernels/concat_lib_cpu.h
tensorflow/core/kernels/concat_op.cc
tensorflow/core/kernels/conditional_accumulator.h
tensorflow/core/kernels/conditional_accumulator_base.cc
tensorflow/core/kernels/conditional_accumulator_base.h
tensorflow/core/kernels/conditional_accumulator_base_op.h
tensorflow/core/kernels/conditional_accumulator_op.cc
tensorflow/core/kernels/constant_op.cc
tensorflow/core/kernels/constant_op.h
tensorflow/core/kernels/constant_op_test.cc
tensorflow/core/kernels/control_flow_ops.cc
tensorflow/core/kernels/control_flow_ops.h
tensorflow/core/kernels/conv_2d.h
tensorflow/core/kernels/conv_3d.h
tensorflow/core/kernels/conv_grad_filter_ops.cc
tensorflow/core/kernels/conv_grad_input_ops.cc
tensorflow/core/kernels/conv_grad_ops.cc
tensorflow/core/kernels/conv_grad_ops.h
tensorflow/core/kernels/conv_grad_ops_3d.cc
tensorflow/core/kernels/conv_ops.cc
tensorflow/core/kernels/conv_ops.h
tensorflow/core/kernels/conv_ops_3d.cc
tensorflow/core/kernels/conv_ops_fused.cc
tensorflow/core/kernels/conv_ops_gpu.h
tensorflow/core/kernels/conv_ops_gpu_3.cu.cc
tensorflow/core/kernels/conv_ops_test.cc
tensorflow/core/kernels/crop_and_resize_op_benchmark_test.cc [new file with mode: 0644]
tensorflow/core/kernels/cross_op.h
tensorflow/core/kernels/ctc_loss_op.cc
tensorflow/core/kernels/cuda_solvers.cc
tensorflow/core/kernels/cuda_solvers.h
tensorflow/core/kernels/cudnn_pooling_gpu.h
tensorflow/core/kernels/cwise_op_bessel.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_bessel.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_div.cc
tensorflow/core/kernels/cwise_op_equal_to_1.cc
tensorflow/core/kernels/cwise_op_gpu_div.cu.cc
tensorflow/core/kernels/cwise_op_gpu_igammas.cu.cc
tensorflow/core/kernels/cwise_op_gpu_random_grad.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_gpu_xdivy.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_gpu_xlogy.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_greater.cc
tensorflow/core/kernels/cwise_op_greater_equal.cc
tensorflow/core/kernels/cwise_op_igammas.cc
tensorflow/core/kernels/cwise_op_less.cc
tensorflow/core/kernels/cwise_op_less_equal.cc
tensorflow/core/kernels/cwise_op_not_equal_to_1.cc
tensorflow/core/kernels/cwise_op_random_grad.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_select.cc
tensorflow/core/kernels/cwise_op_tan.cc
tensorflow/core/kernels/cwise_op_xdivy.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_xlogy.cc [new file with mode: 0644]
tensorflow/core/kernels/cwise_op_zeta.cc
tensorflow/core/kernels/cwise_ops.h
tensorflow/core/kernels/cwise_ops_common.cc
tensorflow/core/kernels/cwise_ops_common.h
tensorflow/core/kernels/cwise_ops_gpu_common.cu.h
tensorflow/core/kernels/cwise_ops_gpu_gradients.cu.h
tensorflow/core/kernels/cwise_ops_gradients.h
tensorflow/core/kernels/data/BUILD
tensorflow/core/kernels/data/batch_dataset_op.cc
tensorflow/core/kernels/data/cache_dataset_ops.cc
tensorflow/core/kernels/data/captured_function.cc
tensorflow/core/kernels/data/captured_function.h
tensorflow/core/kernels/data/concatenate_dataset_op.cc
tensorflow/core/kernels/data/dataset_ops.cc [new file with mode: 0644]
tensorflow/core/kernels/data/dataset_utils.cc
tensorflow/core/kernels/data/dataset_utils.h
tensorflow/core/kernels/data/dense_to_sparse_batch_dataset_op.cc
tensorflow/core/kernels/data/experimental/BUILD [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/assert_next_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/csv_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/directed_interleave_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/identity_indexed_dataset.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/ignore_errors_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/indexed_dataset.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/indexed_dataset.h [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/lmdb_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/prefetching_kernels.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/threadpool_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/experimental/unique_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/filter_by_component_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/filter_dataset_op.cc
tensorflow/core/kernels/data/flat_map_dataset_op.cc
tensorflow/core/kernels/data/generator_dataset_op.cc
tensorflow/core/kernels/data/generator_dataset_op.h [new file with mode: 0644]
tensorflow/core/kernels/data/group_by_reducer_dataset_op.cc
tensorflow/core/kernels/data/group_by_window_dataset_op.cc
tensorflow/core/kernels/data/interleave_dataset_op.cc
tensorflow/core/kernels/data/iterator_ops.cc
tensorflow/core/kernels/data/iterator_ops.h [new file with mode: 0644]
tensorflow/core/kernels/data/map_and_batch_dataset_op.cc
tensorflow/core/kernels/data/map_dataset_op.cc
tensorflow/core/kernels/data/map_defun_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/model_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/multi_device_iterator_ops.cc [new file with mode: 0644]
tensorflow/core/kernels/data/optimize_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/optional_ops.cc [new file with mode: 0644]
tensorflow/core/kernels/data/optional_ops.h [new file with mode: 0644]
tensorflow/core/kernels/data/padded_batch_dataset_op.cc
tensorflow/core/kernels/data/parallel_interleave_dataset_op.cc
tensorflow/core/kernels/data/parallel_map_dataset_op.cc
tensorflow/core/kernels/data/parallel_map_iterator.cc [new file with mode: 0644]
tensorflow/core/kernels/data/parallel_map_iterator.h [new file with mode: 0644]
tensorflow/core/kernels/data/parse_example_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/prefetch_autotuner.cc
tensorflow/core/kernels/data/prefetch_autotuner.h
tensorflow/core/kernels/data/prefetch_autotuner_test.cc
tensorflow/core/kernels/data/prefetch_dataset_op.cc
tensorflow/core/kernels/data/prefetch_dataset_op.h [new file with mode: 0644]
tensorflow/core/kernels/data/random_dataset_op.cc
tensorflow/core/kernels/data/range_dataset_op.cc
tensorflow/core/kernels/data/reader_dataset_ops.cc
tensorflow/core/kernels/data/repeat_dataset_op.cc
tensorflow/core/kernels/data/scan_dataset_op.cc
tensorflow/core/kernels/data/shuffle_dataset_op.cc
tensorflow/core/kernels/data/single_threaded_executor.cc [new file with mode: 0644]
tensorflow/core/kernels/data/single_threaded_executor.h [new file with mode: 0644]
tensorflow/core/kernels/data/single_threaded_executor_test.cc [new file with mode: 0644]
tensorflow/core/kernels/data/skip_dataset_op.cc
tensorflow/core/kernels/data/slide_dataset_op.cc
tensorflow/core/kernels/data/sparse_tensor_slice_dataset_op.cc
tensorflow/core/kernels/data/sql/driver_manager.cc
tensorflow/core/kernels/data/sql/driver_manager.h
tensorflow/core/kernels/data/sql/query_connection.h
tensorflow/core/kernels/data/sql/sqlite_query_connection.cc
tensorflow/core/kernels/data/sql/sqlite_query_connection.h
tensorflow/core/kernels/data/sql_dataset_ops.cc
tensorflow/core/kernels/data/stats_aggregator_dataset_op.cc
tensorflow/core/kernels/data/stats_aggregator_ops.cc
tensorflow/core/kernels/data/stats_dataset_ops.cc
tensorflow/core/kernels/data/take_dataset_op.cc
tensorflow/core/kernels/data/tensor_dataset_op.cc
tensorflow/core/kernels/data/tensor_queue_dataset_op.cc
tensorflow/core/kernels/data/tensor_slice_dataset_op.cc
tensorflow/core/kernels/data/unbatch_dataset_op.cc
tensorflow/core/kernels/data/window_dataset.cc
tensorflow/core/kernels/data/window_dataset.h
tensorflow/core/kernels/data/window_dataset_op.cc [new file with mode: 0644]
tensorflow/core/kernels/data/writer_ops.cc
tensorflow/core/kernels/data/zip_dataset_op.cc
tensorflow/core/kernels/data_format_ops.h
tensorflow/core/kernels/debug_ops.h
tensorflow/core/kernels/decode_bmp_op.cc
tensorflow/core/kernels/decode_csv_op.cc
tensorflow/core/kernels/decode_proto_op.cc
tensorflow/core/kernels/deep_conv2d.cc
tensorflow/core/kernels/dense_update_functor.h
tensorflow/core/kernels/dense_update_ops.cc
tensorflow/core/kernels/depthwise_conv_op_gpu.cu.cc
tensorflow/core/kernels/depthwise_conv_ops_test.cc [new file with mode: 0644]
tensorflow/core/kernels/deserialize_sparse_string_op.cc [new file with mode: 0644]
tensorflow/core/kernels/deserialize_sparse_variant_op.cc [new file with mode: 0644]
tensorflow/core/kernels/dynamic_partition_op_gpu.cu.cc
tensorflow/core/kernels/dynamic_stitch_op.cc
tensorflow/core/kernels/edit_distance_op.cc
tensorflow/core/kernels/eigen_backward_cuboid_convolutions.h
tensorflow/core/kernels/eigen_backward_spatial_convolutions.h
tensorflow/core/kernels/eigen_backward_spatial_convolutions_test.cc
tensorflow/core/kernels/eigen_benchmark.h [new file with mode: 0644]
tensorflow/core/kernels/eigen_benchmark_cpu_test.cc [new file with mode: 0644]
tensorflow/core/kernels/eigen_cuboid_convolution.h
tensorflow/core/kernels/eigen_pooling.h
tensorflow/core/kernels/eigen_spatial_convolutions.h
tensorflow/core/kernels/eigen_volume_patch.h
tensorflow/core/kernels/encode_proto_op.cc
tensorflow/core/kernels/example_parsing_ops.cc
tensorflow/core/kernels/extract_image_patches_op.h
tensorflow/core/kernels/extract_volume_patches_op.cc [new file with mode: 0644]
tensorflow/core/kernels/extract_volume_patches_op.h [new file with mode: 0644]
tensorflow/core/kernels/extract_volume_patches_op_gpu.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/fake_quant_ops_functor.h
tensorflow/core/kernels/fifo_queue.cc
tensorflow/core/kernels/fifo_queue.h
tensorflow/core/kernels/fifo_queue_op.cc
tensorflow/core/kernels/fill_functor.h
tensorflow/core/kernels/fractional_pool_common.h
tensorflow/core/kernels/function_ops.cc
tensorflow/core/kernels/function_ops.h [new file with mode: 0644]
tensorflow/core/kernels/functional_ops.cc
tensorflow/core/kernels/fused_batch_norm_op.cc
tensorflow/core/kernels/fused_batch_norm_op.h
tensorflow/core/kernels/fuzzing/BUILD
tensorflow/core/kernels/fuzzing/decode_compressed_fuzz.cc [new file with mode: 0644]
tensorflow/core/kernels/fuzzing/parse_tensor_op_fuzz.cc
tensorflow/core/kernels/gather_functor.h
tensorflow/core/kernels/gather_nd_op.cc
tensorflow/core/kernels/gather_nd_op.h
tensorflow/core/kernels/gather_nd_op_cpu_impl.h
tensorflow/core/kernels/gemm_functors.h
tensorflow/core/kernels/gpu_utils.h
tensorflow/core/kernels/hexagon/graph_transfer_utils.h
tensorflow/core/kernels/hexagon/graph_transferer.cc
tensorflow/core/kernels/hexagon/graph_transferer.h
tensorflow/core/kernels/hexagon/hexagon_control_wrapper.cc
tensorflow/core/kernels/hexagon/hexagon_control_wrapper.h
tensorflow/core/kernels/hexagon/hexagon_ops_definitions.h
tensorflow/core/kernels/hexagon/soc_interface.h
tensorflow/core/kernels/hinge-loss.h
tensorflow/core/kernels/histogram_op.h
tensorflow/core/kernels/histogram_op_gpu.cu.cc
tensorflow/core/kernels/host_constant_op.cc [new file with mode: 0644]
tensorflow/core/kernels/host_constant_op.h [new file with mode: 0644]
tensorflow/core/kernels/i_remote_fused_graph_executor.h
tensorflow/core/kernels/identity_n_op.h
tensorflow/core/kernels/identity_op.cc
tensorflow/core/kernels/identity_op.h
tensorflow/core/kernels/image_resizer_state.h
tensorflow/core/kernels/immutable_constant_op.h
tensorflow/core/kernels/initializable_lookup_table.cc
tensorflow/core/kernels/initializable_lookup_table.h
tensorflow/core/kernels/inplace_ops.cc
tensorflow/core/kernels/inplace_ops_functor.h
tensorflow/core/kernels/inplace_ops_functor_gpu.cu.cc
tensorflow/core/kernels/l2loss_op.h
tensorflow/core/kernels/linalg_ops_common.h
tensorflow/core/kernels/list_kernels.cc
tensorflow/core/kernels/list_kernels.cu.cc
tensorflow/core/kernels/list_kernels.h
tensorflow/core/kernels/logging_ops.cc
tensorflow/core/kernels/logging_ops_test.cc
tensorflow/core/kernels/logistic-loss.h
tensorflow/core/kernels/lookup_table_init_op.cc
tensorflow/core/kernels/lookup_table_init_op.h
tensorflow/core/kernels/lookup_table_op.cc
tensorflow/core/kernels/lookup_table_op.h
tensorflow/core/kernels/lookup_util.cc
tensorflow/core/kernels/lookup_util.h
tensorflow/core/kernels/loss.h
tensorflow/core/kernels/loss_test.cc
tensorflow/core/kernels/map_stage_op.cc
tensorflow/core/kernels/matmul_op.cc
tensorflow/core/kernels/matmul_op.h
tensorflow/core/kernels/matrix_band_part_op.h
tensorflow/core/kernels/matrix_diag_op.h
tensorflow/core/kernels/matrix_exponential_op.cc
tensorflow/core/kernels/matrix_set_diag_op.h
tensorflow/core/kernels/matrix_solve_ls_op_impl.h
tensorflow/core/kernels/maxpooling_op.h
tensorflow/core/kernels/merge_v2_checkpoints_op_test.cc
tensorflow/core/kernels/mirror_pad_op.h
tensorflow/core/kernels/mirror_pad_op_cpu_impl.h
tensorflow/core/kernels/mkl_aggregate_ops.cc
tensorflow/core/kernels/mkl_avgpooling_op.cc
tensorflow/core/kernels/mkl_batch_matmul_op.cc
tensorflow/core/kernels/mkl_concat_op.cc
tensorflow/core/kernels/mkl_conv_grad_bias_ops.cc
tensorflow/core/kernels/mkl_conv_grad_filter_ops.cc
tensorflow/core/kernels/mkl_conv_grad_input_ops.cc
tensorflow/core/kernels/mkl_conv_ops.cc
tensorflow/core/kernels/mkl_conv_ops.h
tensorflow/core/kernels/mkl_conv_ops_test.cc [new file with mode: 0644]
tensorflow/core/kernels/mkl_fused_batch_norm_op.cc
tensorflow/core/kernels/mkl_identity_op.cc
tensorflow/core/kernels/mkl_input_conversion_op.cc
tensorflow/core/kernels/mkl_lrn_op.cc
tensorflow/core/kernels/mkl_matmul_op.cc
tensorflow/core/kernels/mkl_maxpooling_op.cc
tensorflow/core/kernels/mkl_pooling_ops_common.cc
tensorflow/core/kernels/mkl_pooling_ops_common.h
tensorflow/core/kernels/mkl_relu_op.cc
tensorflow/core/kernels/mkl_reshape_op.cc
tensorflow/core/kernels/mkl_slice_op.cc [new file with mode: 0644]
tensorflow/core/kernels/mkl_softmax_op.cc
tensorflow/core/kernels/mkl_tfconv_op.h
tensorflow/core/kernels/mkl_transpose_op.cc
tensorflow/core/kernels/multinomial_op.cc
tensorflow/core/kernels/multinomial_op.h
tensorflow/core/kernels/neon/depthwiseconv_float.h
tensorflow/core/kernels/no_op.h
tensorflow/core/kernels/non_max_suppression_op.cc
tensorflow/core/kernels/non_max_suppression_op_test.cc
tensorflow/core/kernels/nth_element_op.h
tensorflow/core/kernels/one_hot_op.h
tensorflow/core/kernels/ops_testutil.h
tensorflow/core/kernels/ops_util.h
tensorflow/core/kernels/pad_op.cc
tensorflow/core/kernels/pad_op.h
tensorflow/core/kernels/pad_op_gpu.cu.cc
tensorflow/core/kernels/padding_fifo_queue.cc
tensorflow/core/kernels/padding_fifo_queue.h
tensorflow/core/kernels/parameterized_truncated_normal_op.cc
tensorflow/core/kernels/parameterized_truncated_normal_op.h
tensorflow/core/kernels/parameterized_truncated_normal_op_gpu.cu.cc
tensorflow/core/kernels/partitioned_function_ops.cc
tensorflow/core/kernels/poisson-loss.h [new file with mode: 0644]
tensorflow/core/kernels/pooling_ops_3d.h
tensorflow/core/kernels/pooling_ops_3d_gpu.h
tensorflow/core/kernels/pooling_ops_common.h
tensorflow/core/kernels/priority_queue.h
tensorflow/core/kernels/qr_op_complex128.cc
tensorflow/core/kernels/qr_op_complex64.cc
tensorflow/core/kernels/qr_op_double.cc
tensorflow/core/kernels/qr_op_float.cc
tensorflow/core/kernels/qr_op_impl.h
tensorflow/core/kernels/quantize_and_dequantize_op.h
tensorflow/core/kernels/quantize_and_dequantize_op_test.cc
tensorflow/core/kernels/queue_base.h
tensorflow/core/kernels/queue_op.cc [new file with mode: 0644]
tensorflow/core/kernels/queue_op.h
tensorflow/core/kernels/queue_ops.cc
tensorflow/core/kernels/random_op.cc
tensorflow/core/kernels/random_op.h
tensorflow/core/kernels/random_poisson_op.h
tensorflow/core/kernels/range_sampler.h
tensorflow/core/kernels/range_sampler_test.cc
tensorflow/core/kernels/record_yielder.h
tensorflow/core/kernels/reduction_gpu_kernels.cu.h
tensorflow/core/kernels/reduction_ops.h
tensorflow/core/kernels/reduction_ops_common.h
tensorflow/core/kernels/reduction_ops_max.cc
tensorflow/core/kernels/regex_full_match_op.cc
tensorflow/core/kernels/regex_replace_op.cc
tensorflow/core/kernels/regex_replace_op_test.cc [new file with mode: 0644]
tensorflow/core/kernels/relu_op.cc
tensorflow/core/kernels/relu_op.h
tensorflow/core/kernels/relu_op_functor.h
tensorflow/core/kernels/relu_op_gpu.cu.cc
tensorflow/core/kernels/remote_fused_graph_execute_utils.cc
tensorflow/core/kernels/reshape_op.h
tensorflow/core/kernels/reshape_util.cc
tensorflow/core/kernels/resize_area_op_test.cc
tensorflow/core/kernels/resize_bilinear_op.cc
tensorflow/core/kernels/resize_nearest_neighbor_op.cc
tensorflow/core/kernels/resource_variable_ops.cc
tensorflow/core/kernels/resource_variable_ops.h
tensorflow/core/kernels/reverse_op.h
tensorflow/core/kernels/reverse_sequence_op.cc
tensorflow/core/kernels/reverse_sequence_op.h
tensorflow/core/kernels/roll_op.cc
tensorflow/core/kernels/save_restore_tensor.cc
tensorflow/core/kernels/save_restore_tensor.h
tensorflow/core/kernels/save_restore_v2_ops.cc
tensorflow/core/kernels/scan_ops.h
tensorflow/core/kernels/scatter_functor.h
tensorflow/core/kernels/scatter_functor_gpu.cu.h
tensorflow/core/kernels/scatter_nd_op.cc
tensorflow/core/kernels/scatter_nd_op_cpu_impl.h
tensorflow/core/kernels/scatter_nd_op_test.cc
tensorflow/core/kernels/scoped_allocator_ops.cc
tensorflow/core/kernels/sdca_internal.cc
tensorflow/core/kernels/sdca_internal.h
tensorflow/core/kernels/sdca_ops.cc
tensorflow/core/kernels/searchsorted_op.cc [new file with mode: 0644]
tensorflow/core/kernels/searchsorted_op.h [new file with mode: 0644]
tensorflow/core/kernels/searchsorted_op_gpu.cu.cc [new file with mode: 0644]
tensorflow/core/kernels/segment_reduction_ops.h
tensorflow/core/kernels/self_adjoint_eig_v2_op_impl.h
tensorflow/core/kernels/sendrecv_ops.cc
tensorflow/core/kernels/sendrecv_ops.h
tensorflow/core/kernels/serialize_sparse_op.cc
tensorflow/core/kernels/set_kernels.cc
tensorflow/core/kernels/shape_op_test.cc
tensorflow/core/kernels/shape_ops.cc
tensorflow/core/kernels/shape_ops.h
tensorflow/core/kernels/slice_op.cc
tensorflow/core/kernels/slice_op.h
tensorflow/core/kernels/smooth-hinge-loss.h
tensorflow/core/kernels/snapshot_op.h
tensorflow/core/kernels/softmax_op.cc
tensorflow/core/kernels/softmax_op_functor.h
tensorflow/core/kernels/softmax_op_gpu.cu.cc
tensorflow/core/kernels/softplus_op.cc
tensorflow/core/kernels/softplus_op.h
tensorflow/core/kernels/softsign_op.cc
tensorflow/core/kernels/softsign_op.h
tensorflow/core/kernels/spacetobatch_op.cc
tensorflow/core/kernels/sparse_concat_op.cc
tensorflow/core/kernels/sparse_conditional_accumulator.h
tensorflow/core/kernels/sparse_conditional_accumulator_op.cc
tensorflow/core/kernels/sparse_matmul_op.h
tensorflow/core/kernels/sparse_reduce_op.cc
tensorflow/core/kernels/sparse_reorder_op.cc
tensorflow/core/kernels/sparse_slice_grad_op.cc [new file with mode: 0644]
tensorflow/core/kernels/sparse_slice_op.cc
tensorflow/core/kernels/sparse_softmax_op.cc
tensorflow/core/kernels/sparse_split_op.cc
tensorflow/core/kernels/sparse_tensor_dense_add_op.h
tensorflow/core/kernels/sparse_tensor_dense_matmul_op.h
tensorflow/core/kernels/sparse_tensors_map_ops.cc
tensorflow/core/kernels/sparse_to_dense_op.cc
tensorflow/core/kernels/sparse_xent_op.h
tensorflow/core/kernels/split_lib.h
tensorflow/core/kernels/split_lib_gpu.cu.cc
tensorflow/core/kernels/split_op.cc
tensorflow/core/kernels/squared-loss.h
tensorflow/core/kernels/stack_ops.cc
tensorflow/core/kernels/strided_slice_op.cc
tensorflow/core/kernels/strided_slice_op.h
tensorflow/core/kernels/strided_slice_op_impl.h
tensorflow/core/kernels/string_format_op.cc [new file with mode: 0644]
tensorflow/core/kernels/string_format_op_test.cc [new file with mode: 0644]
tensorflow/core/kernels/string_length_op.cc [new file with mode: 0644]
tensorflow/core/kernels/string_split_op.cc
tensorflow/core/kernels/string_split_op_test.cc [new file with mode: 0644]
tensorflow/core/kernels/string_strip_op.cc
tensorflow/core/kernels/string_util.cc [new file with mode: 0644]
tensorflow/core/kernels/string_util.h [new file with mode: 0644]
tensorflow/core/kernels/substr_op.cc
tensorflow/core/kernels/substr_op_test.cc [new file with mode: 0644]
tensorflow/core/kernels/svd_op_impl.h
tensorflow/core/kernels/tensor_array.cc
tensorflow/core/kernels/tensor_array.h
tensorflow/core/kernels/tensor_array_ops.cc
tensorflow/core/kernels/tile_functor.h
tensorflow/core/kernels/tile_ops.cc
tensorflow/core/kernels/tile_ops_impl.h
tensorflow/core/kernels/topk_op.h
tensorflow/core/kernels/topk_op_gpu.cu.cc
tensorflow/core/kernels/training_op_helpers.cc
tensorflow/core/kernels/training_op_helpers.h
tensorflow/core/kernels/training_ops.cc
tensorflow/core/kernels/training_ops.h
tensorflow/core/kernels/transpose_op.cc
tensorflow/core/kernels/transpose_op.h
tensorflow/core/kernels/typed_conditional_accumulator_base.h
tensorflow/core/kernels/unary_ops_composition.cc [new file with mode: 0644]
tensorflow/core/kernels/unary_ops_composition_test.cc [new file with mode: 0644]
tensorflow/core/kernels/unicode_script_op.cc [new file with mode: 0644]
tensorflow/core/kernels/unique_op.cc
tensorflow/core/kernels/unravel_index_op.cc
tensorflow/core/kernels/variable_ops.cc
tensorflow/core/kernels/variable_ops.h
tensorflow/core/kernels/warn_about_ints.cc [deleted file]
tensorflow/core/kernels/warn_about_ints.h [deleted file]
tensorflow/core/kernels/where_op.h
tensorflow/core/kernels/where_op_gpu.cu.h
tensorflow/core/kernels/whole_file_read_ops.cc
tensorflow/core/kernels/xent_op.h
tensorflow/core/lib/bfloat16/bfloat16.h
tensorflow/core/lib/core/arena.h
tensorflow/core/lib/core/bits.h
tensorflow/core/lib/core/casts.h
tensorflow/core/lib/core/coding.h
tensorflow/core/lib/core/errors.h
tensorflow/core/lib/core/notification.h
tensorflow/core/lib/core/raw_coding.h
tensorflow/core/lib/core/refcount.h
tensorflow/core/lib/core/status.cc
tensorflow/core/lib/core/status.h
tensorflow/core/lib/core/status_test_util.h
tensorflow/core/lib/core/stringpiece.cc [deleted file]
tensorflow/core/lib/core/stringpiece.h
tensorflow/core/lib/core/stringpiece_test.cc
tensorflow/core/lib/core/threadpool.cc
tensorflow/core/lib/core/threadpool.h
tensorflow/core/lib/core/threadpool_test.cc
tensorflow/core/lib/db/sqlite.cc
tensorflow/core/lib/db/sqlite_test.cc
tensorflow/core/lib/gtl/array_slice.h
tensorflow/core/lib/gtl/array_slice_internal.h [deleted file]
tensorflow/core/lib/gtl/array_slice_test.cc [deleted file]
tensorflow/core/lib/gtl/cleanup.h
tensorflow/core/lib/gtl/inlined_vector.h
tensorflow/core/lib/gtl/inlined_vector_test.cc [deleted file]
tensorflow/core/lib/gtl/manual_constructor_test.cc
tensorflow/core/lib/gtl/optional.cc [deleted file]
tensorflow/core/lib/gtl/optional.h
tensorflow/core/lib/gtl/optional_test.cc [deleted file]
tensorflow/core/lib/gtl/priority_queue_util.h
tensorflow/core/lib/hash/crc32c.h
tensorflow/core/lib/hash/hash.h
tensorflow/core/lib/histogram/histogram.h
tensorflow/core/lib/io/block_builder.h
tensorflow/core/lib/io/buffered_inputstream.h
tensorflow/core/lib/io/inputstream_interface.h
tensorflow/core/lib/io/path.cc
tensorflow/core/lib/io/path.h
tensorflow/core/lib/io/path_test.cc
tensorflow/core/lib/io/proto_encode_helper.h
tensorflow/core/lib/io/random_inputstream.cc
tensorflow/core/lib/io/random_inputstream.h
tensorflow/core/lib/io/record_reader.cc
tensorflow/core/lib/io/record_reader.h
tensorflow/core/lib/io/record_reader_writer_test.cc
tensorflow/core/lib/io/record_writer.cc
tensorflow/core/lib/io/record_writer.h
tensorflow/core/lib/io/recordio_test.cc
tensorflow/core/lib/io/table.h
tensorflow/core/lib/io/table_builder.h
tensorflow/core/lib/io/table_options.h
tensorflow/core/lib/io/table_test.cc
tensorflow/core/lib/io/zlib_compression_options.cc [new file with mode: 0644]
tensorflow/core/lib/io/zlib_compression_options.h
tensorflow/core/lib/io/zlib_inputstream.cc
tensorflow/core/lib/io/zlib_inputstream.h
tensorflow/core/lib/io/zlib_outputbuffer.cc
tensorflow/core/lib/io/zlib_outputbuffer.h
tensorflow/core/lib/jpeg/jpeg_handle.h
tensorflow/core/lib/jpeg/jpeg_mem.cc
tensorflow/core/lib/jpeg/jpeg_mem.h
tensorflow/core/lib/math/math_util.h
tensorflow/core/lib/monitoring/collection_registry.cc
tensorflow/core/lib/monitoring/collection_registry.h
tensorflow/core/lib/monitoring/metric_def.h
tensorflow/core/lib/png/png_io.cc
tensorflow/core/lib/png/png_io.h
tensorflow/core/lib/png/testdata/lena_palette.png [new file with mode: 0644]
tensorflow/core/lib/png/testdata/lena_palette_trns.png [new file with mode: 0644]
tensorflow/core/lib/random/distribution_sampler.h
tensorflow/core/lib/random/philox_random.h
tensorflow/core/lib/random/random_distributions.h
tensorflow/core/lib/random/simple_philox.h
tensorflow/core/lib/strings/numbers.cc
tensorflow/core/lib/strings/numbers.h
tensorflow/core/lib/strings/numbers_test.cc
tensorflow/core/lib/strings/str_util.cc
tensorflow/core/lib/strings/str_util.h
tensorflow/core/lib/strings/strcat.h
tensorflow/core/lib/strings/strcat_test.cc
tensorflow/core/lib/strings/stringprintf.h
tensorflow/core/lib/wav/wav_io.cc
tensorflow/core/ops/array_grad.cc
tensorflow/core/ops/array_grad_test.cc
tensorflow/core/ops/array_ops.cc
tensorflow/core/ops/array_ops_test.cc
tensorflow/core/ops/batch_ops.cc
tensorflow/core/ops/boosted_trees_ops.cc
tensorflow/core/ops/compat/ops_history.v1.pbtxt
tensorflow/core/ops/control_flow_ops.cc
tensorflow/core/ops/cudnn_rnn_ops.cc
tensorflow/core/ops/cudnn_rnn_ops_test.cc
tensorflow/core/ops/data_flow_ops.cc
tensorflow/core/ops/dataset_ops.cc
tensorflow/core/ops/debug_ops.cc
tensorflow/core/ops/experimental_dataset_ops.cc [new file with mode: 0644]
tensorflow/core/ops/functional_ops.cc
tensorflow/core/ops/image_ops.cc
tensorflow/core/ops/linalg_ops.cc
tensorflow/core/ops/list_ops.cc
tensorflow/core/ops/logging_ops.cc
tensorflow/core/ops/lookup_ops.cc
tensorflow/core/ops/math_grad.cc
tensorflow/core/ops/math_grad_test.cc
tensorflow/core/ops/math_ops.cc
tensorflow/core/ops/math_ops_test.cc
tensorflow/core/ops/nn_ops.cc
tensorflow/core/ops/ops.pbtxt
tensorflow/core/ops/parsing_ops.cc
tensorflow/core/ops/parsing_ops_test.cc
tensorflow/core/ops/random_ops.cc
tensorflow/core/ops/resource_variable_ops.cc
tensorflow/core/ops/sdca_ops.cc
tensorflow/core/ops/sparse_ops.cc
tensorflow/core/ops/sparse_ops_test.cc
tensorflow/core/ops/state_ops.cc
tensorflow/core/ops/stateless_random_grad.cc [new file with mode: 0644]
tensorflow/core/ops/string_ops.cc
tensorflow/core/platform/abi.cc
tensorflow/core/platform/abi.h
tensorflow/core/platform/cloud/BUILD
tensorflow/core/platform/cloud/auth_provider.h
tensorflow/core/platform/cloud/compute_engine_metadata_client.cc [new file with mode: 0644]
tensorflow/core/platform/cloud/compute_engine_metadata_client.h [new file with mode: 0644]
tensorflow/core/platform/cloud/compute_engine_metadata_client_test.cc [new file with mode: 0644]
tensorflow/core/platform/cloud/compute_engine_zone_provider.cc [new file with mode: 0644]
tensorflow/core/platform/cloud/compute_engine_zone_provider.h [new file with mode: 0644]
tensorflow/core/platform/cloud/compute_engine_zone_provider_test.cc [new file with mode: 0644]
tensorflow/core/platform/cloud/curl_http_request.cc
tensorflow/core/platform/cloud/gcs_dns_cache.h
tensorflow/core/platform/cloud/gcs_file_system.cc
tensorflow/core/platform/cloud/gcs_file_system.h
tensorflow/core/platform/cloud/gcs_file_system_test.cc
tensorflow/core/platform/cloud/gcs_throttle_test.cc
tensorflow/core/platform/cloud/google_auth_provider.cc
tensorflow/core/platform/cloud/google_auth_provider.h
tensorflow/core/platform/cloud/google_auth_provider_test.cc
tensorflow/core/platform/cloud/http_request.h
tensorflow/core/platform/cloud/http_request_fake.h
tensorflow/core/platform/cloud/oauth_client.cc
tensorflow/core/platform/cloud/oauth_client_test.cc
tensorflow/core/platform/cloud/retrying_file_system.h
tensorflow/core/platform/cloud/retrying_file_system_test.cc
tensorflow/core/platform/cloud/retrying_utils.cc
tensorflow/core/platform/cloud/retrying_utils.h
tensorflow/core/platform/cloud/retrying_utils_test.cc
tensorflow/core/platform/cloud/zone_provider.h [new file with mode: 0644]
tensorflow/core/platform/context.h
tensorflow/core/platform/cord.h [new file with mode: 0644]
tensorflow/core/platform/cpu_feature_guard.h
tensorflow/core/platform/cpu_info.h
tensorflow/core/platform/default/build_config.bzl
tensorflow/core/platform/default/build_config/BUILD
tensorflow/core/platform/default/build_config_root.bzl
tensorflow/core/platform/default/cord.h [new file with mode: 0644]
tensorflow/core/platform/default/device_tracer.cc
tensorflow/core/platform/default/integral_types.h
tensorflow/core/platform/default/logging.h
tensorflow/core/platform/default/mutex.h
tensorflow/core/platform/default/protobuf.h
tensorflow/core/platform/default/protobuf_compiler.h [new file with mode: 0644]
tensorflow/core/platform/default/thread_annotations.h
tensorflow/core/platform/default/tracing_impl.h
tensorflow/core/platform/denormal.h
tensorflow/core/platform/dynamic_annotations.h
tensorflow/core/platform/env.cc
tensorflow/core/platform/env.h
tensorflow/core/platform/env_test.cc
tensorflow/core/platform/env_time.h
tensorflow/core/platform/file_system.cc
tensorflow/core/platform/file_system.h
tensorflow/core/platform/file_system_helper.cc
tensorflow/core/platform/file_system_test.cc
tensorflow/core/platform/fingerprint.h
tensorflow/core/platform/gif.h
tensorflow/core/platform/hadoop/hadoop_file_system.cc
tensorflow/core/platform/host_info.h
tensorflow/core/platform/init_main.h
tensorflow/core/platform/jpeg.h
tensorflow/core/platform/load_library.h
tensorflow/core/platform/logging.h
tensorflow/core/platform/macros.h
tensorflow/core/platform/mem.h
tensorflow/core/platform/mutex.h
tensorflow/core/platform/mutex_test.cc [new file with mode: 0644]
tensorflow/core/platform/net.h
tensorflow/core/platform/numa.h [new file with mode: 0644]
tensorflow/core/platform/numa_test.cc [new file with mode: 0644]
tensorflow/core/platform/png.h
tensorflow/core/platform/posix/env_time.cc
tensorflow/core/platform/posix/error.h
tensorflow/core/platform/posix/port.cc
tensorflow/core/platform/posix/posix_file_system.cc
tensorflow/core/platform/posix/posix_file_system.h
tensorflow/core/platform/posix/subprocess.h
tensorflow/core/platform/prefetch.h
tensorflow/core/platform/profile_utils/android_armv7a_cpu_utils_helper.h
tensorflow/core/platform/profile_utils/clock_cycle_profiler.h
tensorflow/core/platform/profile_utils/cpu_utils.cc
tensorflow/core/platform/profile_utils/cpu_utils.h
tensorflow/core/platform/profile_utils/i_cpu_utils_helper.h
tensorflow/core/platform/protobuf.h
tensorflow/core/platform/protobuf_compiler.h [new file with mode: 0644]
tensorflow/core/platform/protobuf_internal.h
tensorflow/core/platform/s3/BUILD
tensorflow/core/platform/s3/aws_crypto.cc [new file with mode: 0644]
tensorflow/core/platform/s3/aws_crypto.h [new file with mode: 0644]
tensorflow/core/platform/s3/s3_crypto.cc [deleted file]
tensorflow/core/platform/s3/s3_crypto.h [deleted file]
tensorflow/core/platform/s3/s3_file_system.cc
tensorflow/core/platform/setround.h
tensorflow/core/platform/snappy.h
tensorflow/core/platform/stacktrace_handler.h
tensorflow/core/platform/subprocess.h
tensorflow/core/platform/test.h
tensorflow/core/platform/test_benchmark.h
tensorflow/core/platform/thread_annotations.h
tensorflow/core/platform/tracing.h
tensorflow/core/platform/types.h
tensorflow/core/platform/vmodule_benchmark_test.cc [new file with mode: 0644]
tensorflow/core/platform/vmodule_test.cc [new file with mode: 0644]
tensorflow/core/platform/windows/cpu_info.h
tensorflow/core/platform/windows/env_time.cc
tensorflow/core/platform/windows/integral_types.h
tensorflow/core/platform/windows/port.cc
tensorflow/core/platform/windows/subprocess.h
tensorflow/core/platform/windows/windows_file_system.cc
tensorflow/core/platform/windows/windows_file_system.h
tensorflow/core/profiler/BUILD
tensorflow/core/profiler/internal/advisor/expensive_operation_checker.h
tensorflow/core/profiler/internal/advisor/tfprof_advisor.h
tensorflow/core/profiler/internal/tfprof_code.cc
tensorflow/core/profiler/internal/tfprof_timeline.cc
tensorflow/core/profiler/tfprof_options.h
tensorflow/core/protobuf/config.proto
tensorflow/core/protobuf/debug.proto
tensorflow/core/protobuf/eager_service.proto
tensorflow/core/protobuf/replay_log.proto [new file with mode: 0644]
tensorflow/core/protobuf/rewriter_config.proto
tensorflow/core/protobuf/tensorflow_server.proto
tensorflow/core/protobuf/worker.proto
tensorflow/core/public/session.h
tensorflow/core/public/version.h
tensorflow/core/util/activation_mode.h
tensorflow/core/util/batch_util.cc
tensorflow/core/util/bcast.h
tensorflow/core/util/command_line_flags.cc
tensorflow/core/util/ctc/ctc_beam_entry.h
tensorflow/core/util/ctc/ctc_beam_scorer.h
tensorflow/core/util/ctc/ctc_beam_search.h
tensorflow/core/util/ctc/ctc_decoder.h
tensorflow/core/util/ctc/ctc_loss_util.h
tensorflow/core/util/cuda_kernel_helper.h
tensorflow/core/util/cuda_launch_config.h
tensorflow/core/util/device_name_utils.cc
tensorflow/core/util/device_name_utils.h
tensorflow/core/util/device_name_utils_test.cc
tensorflow/core/util/env_var.cc
tensorflow/core/util/env_var.h
tensorflow/core/util/equal_graph_def_test.cc
tensorflow/core/util/events_writer.cc
tensorflow/core/util/events_writer.h
tensorflow/core/util/example_proto_fast_parsing.cc
tensorflow/core/util/example_proto_fast_parsing.h
tensorflow/core/util/example_proto_fast_parsing_test.cc
tensorflow/core/util/example_proto_helper.cc
tensorflow/core/util/example_proto_helper.h
tensorflow/core/util/exec_on_stall.h [new file with mode: 0644]
tensorflow/core/util/exec_on_stall_test.cc [new file with mode: 0644]
tensorflow/core/util/guarded_philox_random.h
tensorflow/core/util/mirror_pad_mode.h
tensorflow/core/util/mkl_util.h
tensorflow/core/util/mkl_util_test.cc
tensorflow/core/util/padding.h
tensorflow/core/util/port.cc
tensorflow/core/util/port.h
tensorflow/core/util/proto/BUILD
tensorflow/core/util/proto/decode.h
tensorflow/core/util/proto/proto_utils.cc [new file with mode: 0644]
tensorflow/core/util/proto/proto_utils.h [new file with mode: 0644]
tensorflow/core/util/saved_tensor_slice_util.h
tensorflow/core/util/sparse/dim_comparator.h
tensorflow/core/util/sparse/group_iterator.cc
tensorflow/core/util/sparse/group_iterator.h
tensorflow/core/util/sparse/sparse_tensor.h
tensorflow/core/util/sparse/sparse_tensor_test.cc
tensorflow/core/util/stat_summarizer.cc
tensorflow/core/util/stat_summarizer.h
tensorflow/core/util/stats_calculator.cc
tensorflow/core/util/stats_calculator.h
tensorflow/core/util/stats_calculator_test.cc [new file with mode: 0644]
tensorflow/core/util/strided_slice_op.cc
tensorflow/core/util/tensor_bundle/BUILD
tensorflow/core/util/tensor_bundle/naming.h
tensorflow/core/util/tensor_bundle/tensor_bundle.cc
tensorflow/core/util/tensor_bundle/tensor_bundle.h
tensorflow/core/util/tensor_bundle/tensor_bundle_test.cc
tensorflow/core/util/tensor_bundle/testdata/old_string_tensors/README [new file with mode: 0644]
tensorflow/core/util/tensor_bundle/testdata/old_string_tensors/foo.data-00000-of-00001 [new file with mode: 0644]
tensorflow/core/util/tensor_bundle/testdata/old_string_tensors/foo.index [new file with mode: 0644]
tensorflow/core/util/tensor_format.cc
tensorflow/core/util/tensor_format.h
tensorflow/core/util/tensor_format_test.cc
tensorflow/core/util/tensor_slice_reader.h
tensorflow/core/util/tensor_slice_reader_cache.h
tensorflow/core/util/tensor_slice_writer.h
tensorflow/core/util/util.h
tensorflow/core/util/work_sharder.cc
tensorflow/core/util/work_sharder.h
tensorflow/core/util/work_sharder_test.cc
tensorflow/docs_src/README.md [new file with mode: 0644]
tensorflow/docs_src/about/attribution.md [deleted file]
tensorflow/docs_src/about/bib.md [deleted file]
tensorflow/docs_src/about/index.md [deleted file]
tensorflow/docs_src/about/leftnav_files [deleted file]
tensorflow/docs_src/about/uses.md [deleted file]
tensorflow/docs_src/api_guides/cc/guide.md [deleted file]
tensorflow/docs_src/api_guides/python/array_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/check_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/client.md [deleted file]
tensorflow/docs_src/api_guides/python/constant_op.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.bayesflow.monte_carlo.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.crf.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.distributions.bijectors.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.distributions.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.ffmpeg.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.framework.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.graph_editor.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.integrate.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.layers.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.learn.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.linalg.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.losses.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.metrics.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.rnn.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.seq2seq.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.signal.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.staging.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.training.md [deleted file]
tensorflow/docs_src/api_guides/python/contrib.util.md [deleted file]
tensorflow/docs_src/api_guides/python/control_flow_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/framework.md [deleted file]
tensorflow/docs_src/api_guides/python/functional_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/image.md [deleted file]
tensorflow/docs_src/api_guides/python/index.md [deleted file]
tensorflow/docs_src/api_guides/python/input_dataset.md [deleted file]
tensorflow/docs_src/api_guides/python/io_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/math_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/meta_graph.md [deleted file]
tensorflow/docs_src/api_guides/python/nn.md [deleted file]
tensorflow/docs_src/api_guides/python/python_io.md [deleted file]
tensorflow/docs_src/api_guides/python/reading_data.md [deleted file]
tensorflow/docs_src/api_guides/python/regression_examples.md [deleted file]
tensorflow/docs_src/api_guides/python/session_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/sparse_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/spectral_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/state_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/string_ops.md [deleted file]
tensorflow/docs_src/api_guides/python/summary.md [deleted file]
tensorflow/docs_src/api_guides/python/test.md [deleted file]
tensorflow/docs_src/api_guides/python/tfdbg.md [deleted file]
tensorflow/docs_src/api_guides/python/threading_and_queues.md [deleted file]
tensorflow/docs_src/api_guides/python/train.md [deleted file]
tensorflow/docs_src/community/benchmarks.md [deleted file]
tensorflow/docs_src/community/contributing.md [deleted file]
tensorflow/docs_src/community/documentation.md [deleted file]
tensorflow/docs_src/community/groups.md [deleted file]
tensorflow/docs_src/community/index.md [deleted file]
tensorflow/docs_src/community/leftnav_files [deleted file]
tensorflow/docs_src/community/lists.md [deleted file]
tensorflow/docs_src/community/roadmap.md [deleted file]
tensorflow/docs_src/community/style_guide.md [deleted file]
tensorflow/docs_src/deploy/deploy_to_js.md [deleted file]
tensorflow/docs_src/deploy/distributed.md [deleted file]
tensorflow/docs_src/deploy/hadoop.md [deleted file]
tensorflow/docs_src/deploy/index.md [deleted file]
tensorflow/docs_src/deploy/leftnav_files [deleted file]
tensorflow/docs_src/deploy/s3.md [deleted file]
tensorflow/docs_src/extend/add_filesys.md [deleted file]
tensorflow/docs_src/extend/adding_an_op.md [deleted file]
tensorflow/docs_src/extend/architecture.md [deleted file]
tensorflow/docs_src/extend/index.md [deleted file]
tensorflow/docs_src/extend/language_bindings.md [deleted file]
tensorflow/docs_src/extend/leftnav_files [deleted file]
tensorflow/docs_src/extend/new_data_formats.md [deleted file]
tensorflow/docs_src/extend/tool_developers/index.md [deleted file]
tensorflow/docs_src/extras/README.txt [deleted file]
tensorflow/docs_src/guide/checkpoints.md [deleted file]
tensorflow/docs_src/guide/custom_estimators.md [deleted file]
tensorflow/docs_src/guide/datasets.md [deleted file]
tensorflow/docs_src/guide/datasets_for_estimators.md [deleted file]
tensorflow/docs_src/guide/debugger.md [deleted file]
tensorflow/docs_src/guide/eager.md [deleted file]
tensorflow/docs_src/guide/embedding.md [deleted file]
tensorflow/docs_src/guide/estimators.md [deleted file]
tensorflow/docs_src/guide/faq.md [deleted file]
tensorflow/docs_src/guide/feature_columns.md [deleted file]
tensorflow/docs_src/guide/graph_viz.md [deleted file]
tensorflow/docs_src/guide/graphs.md [deleted file]
tensorflow/docs_src/guide/index.md [deleted file]
tensorflow/docs_src/guide/keras.md [deleted file]
tensorflow/docs_src/guide/leftnav_files [deleted file]
tensorflow/docs_src/guide/low_level_intro.md [deleted file]
tensorflow/docs_src/guide/premade_estimators.md [deleted file]
tensorflow/docs_src/guide/saved_model.md [deleted file]
tensorflow/docs_src/guide/summaries_and_tensorboard.md [deleted file]
tensorflow/docs_src/guide/tensorboard_histograms.md [deleted file]
tensorflow/docs_src/guide/tensors.md [deleted file]
tensorflow/docs_src/guide/using_gpu.md [deleted file]
tensorflow/docs_src/guide/using_tpu.md [deleted file]
tensorflow/docs_src/guide/variables.md [deleted file]
tensorflow/docs_src/guide/version_compat.md [deleted file]
tensorflow/docs_src/install/index.md [deleted file]
tensorflow/docs_src/install/install_c.md [deleted file]
tensorflow/docs_src/install/install_go.md [deleted file]
tensorflow/docs_src/install/install_java.md [deleted file]
tensorflow/docs_src/install/install_linux.md [deleted file]
tensorflow/docs_src/install/install_mac.md [deleted file]
tensorflow/docs_src/install/install_raspbian.md [deleted file]
tensorflow/docs_src/install/install_sources.md [deleted file]
tensorflow/docs_src/install/install_windows.md [deleted file]
tensorflow/docs_src/install/leftnav_files [deleted file]
tensorflow/docs_src/install/migration.md [deleted file]
tensorflow/docs_src/javascript/index.md [deleted file]
tensorflow/docs_src/javascript/leftnav_files [deleted file]
tensorflow/docs_src/mobile/android_build.md [deleted file]
tensorflow/docs_src/mobile/index.md [deleted file]
tensorflow/docs_src/mobile/ios_build.md [deleted file]
tensorflow/docs_src/mobile/leftnav_files [deleted file]
tensorflow/docs_src/mobile/linking_libs.md [deleted file]
tensorflow/docs_src/mobile/mobile_intro.md [deleted file]
tensorflow/docs_src/mobile/optimizing.md [deleted file]
tensorflow/docs_src/mobile/prepare_models.md [deleted file]
tensorflow/docs_src/mobile/tflite/demo_android.md [deleted file]
tensorflow/docs_src/mobile/tflite/demo_ios.md [deleted file]
tensorflow/docs_src/mobile/tflite/devguide.md [deleted file]
tensorflow/docs_src/mobile/tflite/index.md [deleted file]
tensorflow/docs_src/mobile/tflite/performance.md [deleted file]
tensorflow/docs_src/performance/benchmarks.md [deleted file]
tensorflow/docs_src/performance/datasets_performance.md [deleted file]
tensorflow/docs_src/performance/index.md [deleted file]
tensorflow/docs_src/performance/leftnav_files [deleted file]
tensorflow/docs_src/performance/performance_guide.md [deleted file]
tensorflow/docs_src/performance/performance_models.md [deleted file]
tensorflow/docs_src/performance/quantization.md [deleted file]
tensorflow/docs_src/performance/xla/broadcasting.md [deleted file]
tensorflow/docs_src/performance/xla/developing_new_backend.md [deleted file]
tensorflow/docs_src/performance/xla/index.md [deleted file]
tensorflow/docs_src/performance/xla/jit.md [deleted file]
tensorflow/docs_src/performance/xla/operation_semantics.md
tensorflow/docs_src/performance/xla/shapes.md [deleted file]
tensorflow/docs_src/performance/xla/tfcompile.md [deleted file]
tensorflow/docs_src/tutorials/_index.yaml [deleted file]
tensorflow/docs_src/tutorials/_toc.yaml [deleted file]
tensorflow/docs_src/tutorials/eager/custom_training_walkthrough.md [deleted file]
tensorflow/docs_src/tutorials/eager/index.md [deleted file]
tensorflow/docs_src/tutorials/images/deep_cnn.md [deleted file]
tensorflow/docs_src/tutorials/images/image_recognition.md [deleted file]
tensorflow/docs_src/tutorials/images/layers.md [deleted file]
tensorflow/docs_src/tutorials/keras/basic_classification.md [deleted file]
tensorflow/docs_src/tutorials/keras/basic_regression.md [deleted file]
tensorflow/docs_src/tutorials/keras/basic_text_classification.md [deleted file]
tensorflow/docs_src/tutorials/keras/index.md [deleted file]
tensorflow/docs_src/tutorials/keras/overfit_and_underfit.md [deleted file]
tensorflow/docs_src/tutorials/keras/save_and_restore_models.md [deleted file]
tensorflow/docs_src/tutorials/next_steps.md [deleted file]
tensorflow/docs_src/tutorials/non-ml/mandelbrot.md [deleted file]
tensorflow/docs_src/tutorials/non-ml/pdes.md [deleted file]
tensorflow/docs_src/tutorials/representation/kernel_methods.md [deleted file]
tensorflow/docs_src/tutorials/representation/linear.md [deleted file]
tensorflow/docs_src/tutorials/representation/wide.md [deleted file]
tensorflow/docs_src/tutorials/representation/wide_and_deep.md [deleted file]
tensorflow/docs_src/tutorials/representation/word2vec.md [deleted file]
tensorflow/docs_src/tutorials/sequences/audio_recognition.md [deleted file]
tensorflow/docs_src/tutorials/sequences/recurrent.md [deleted file]
tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md [deleted file]
tensorflow/examples/adding_an_op/cuda_op_test.py
tensorflow/examples/adding_an_op/fact_test.py
tensorflow/examples/adding_an_op/zero_out_1_test.py
tensorflow/examples/adding_an_op/zero_out_2_test.py
tensorflow/examples/adding_an_op/zero_out_3_test.py
tensorflow/examples/android/.gitignore [new file with mode: 0644]
tensorflow/examples/android/BUILD
tensorflow/examples/android/README.md
tensorflow/examples/android/jni/object_tracking/jni_utils.h
tensorflow/examples/android/jni/object_tracking/logging.h
tensorflow/examples/android/jni/object_tracking/object_model.h
tensorflow/examples/android/jni/rgb2yuv.h
tensorflow/examples/android/jni/yuv2rgb.h
tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowObjectDetectionAPIModel.java
tensorflow/examples/autograph/integration_tests/BUILD [new file with mode: 0644]
tensorflow/examples/autograph/integration_tests/errors_test.py [new file with mode: 0644]
tensorflow/examples/autograph/integration_tests/keras_test.py [new file with mode: 0644]
tensorflow/examples/autograph/integration_tests/list_literals_test.py [new file with mode: 0644]
tensorflow/examples/get_started/regression/test.py
tensorflow/examples/ios/README.md
tensorflow/examples/ios/benchmark/ios_image_load.h
tensorflow/examples/ios/camera/ios_image_load.h
tensorflow/examples/label_image/main.cc
tensorflow/examples/learn/iris.py
tensorflow/examples/learn/text_classification_character_cnn.py
tensorflow/examples/saved_model/saved_model_half_plus_two.py
tensorflow/examples/speech_commands/BUILD
tensorflow/examples/speech_commands/freeze.py
tensorflow/examples/speech_commands/freeze_test.py
tensorflow/examples/speech_commands/generate_streaming_test_wav.py
tensorflow/examples/speech_commands/input_data.py
tensorflow/examples/speech_commands/input_data_test.py
tensorflow/examples/speech_commands/label_wav_test.py
tensorflow/examples/speech_commands/models.py
tensorflow/examples/speech_commands/models_test.py
tensorflow/examples/speech_commands/train.py
tensorflow/examples/tutorials/mnist/BUILD
tensorflow/examples/tutorials/mnist/mnist_deep.py
tensorflow/g3doc/README.txt
tensorflow/go/README.md
tensorflow/go/attrs.go [new file with mode: 0644]
tensorflow/go/attrs_test.go [new file with mode: 0644]
tensorflow/go/graph.go
tensorflow/go/op/scope.go
tensorflow/go/op/scope_test.go
tensorflow/go/op/wrappers.go
tensorflow/go/operation.go
tensorflow/go/operation_test.go
tensorflow/go/tensor.go
tensorflow/go/tensor_test.go
tensorflow/java/BUILD
tensorflow/java/README.md
tensorflow/java/maven/.gitignore
tensorflow/java/maven/README.md
tensorflow/java/maven/libtensorflow/pom.xml
tensorflow/java/maven/libtensorflow_jni/pom.xml
tensorflow/java/maven/libtensorflow_jni_gpu/pom.xml
tensorflow/java/maven/pom.xml
tensorflow/java/maven/proto/pom.xml
tensorflow/java/maven/run_inside_container.sh
tensorflow/java/maven/spark-tensorflow-connector/pom.xml [new file with mode: 0644]
tensorflow/java/maven/tensorflow-android/update.py
tensorflow/java/maven/tensorflow-hadoop/pom.xml [new file with mode: 0644]
tensorflow/java/maven/tensorflow/pom.xml
tensorflow/java/src/gen/cc/java_defs.h
tensorflow/java/src/gen/cc/op_generator.cc
tensorflow/java/src/gen/cc/op_generator.h
tensorflow/java/src/gen/cc/op_specs.cc
tensorflow/java/src/gen/cc/op_specs.h
tensorflow/java/src/gen/cc/source_writer.cc
tensorflow/java/src/gen/java/org/tensorflow/processor/OperatorProcessor.java
tensorflow/java/src/main/java/org/tensorflow/DataType.java
tensorflow/java/src/main/java/org/tensorflow/Graph.java
tensorflow/java/src/main/java/org/tensorflow/Input.java [new file with mode: 0644]
tensorflow/java/src/main/java/org/tensorflow/SavedModelBundle.java
tensorflow/java/src/main/java/org/tensorflow/Session.java
tensorflow/java/src/main/java/org/tensorflow/Tensor.java
tensorflow/java/src/main/java/org/tensorflow/op/Scope.java
tensorflow/java/src/main/java/org/tensorflow/op/core/Constant.java
tensorflow/java/src/main/java/org/tensorflow/op/core/Gradients.java [new file with mode: 0644]
tensorflow/java/src/main/java/org/tensorflow/op/core/Zeros.java [new file with mode: 0644]
tensorflow/java/src/main/java/org/tensorflow/types/UInt8.java
tensorflow/java/src/main/native/exception_jni.h
tensorflow/java/src/main/native/graph_jni.cc
tensorflow/java/src/main/native/graph_jni.h
tensorflow/java/src/main/native/operation_builder_jni.h
tensorflow/java/src/main/native/operation_jni.h
tensorflow/java/src/main/native/saved_model_bundle_jni.cc
tensorflow/java/src/main/native/saved_model_bundle_jni.h
tensorflow/java/src/main/native/session_jni.cc
tensorflow/java/src/main/native/session_jni.h
tensorflow/java/src/main/native/tensor_jni.h
tensorflow/java/src/main/native/tensorflow_jni.h
tensorflow/java/src/main/native/utils_jni.cc [new file with mode: 0644]
tensorflow/java/src/main/native/utils_jni.h [new file with mode: 0644]
tensorflow/java/src/test/java/org/tensorflow/GraphTest.java
tensorflow/java/src/test/java/org/tensorflow/SavedModelBundleTest.java
tensorflow/java/src/test/java/org/tensorflow/SessionTest.java
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java
tensorflow/java/src/test/java/org/tensorflow/op/core/ConstantTest.java
tensorflow/java/src/test/java/org/tensorflow/op/core/GradientsTest.java [new file with mode: 0644]
tensorflow/java/src/test/java/org/tensorflow/op/core/ZerosTest.java [new file with mode: 0644]
tensorflow/js/BUILD [new file with mode: 0644]
tensorflow/js/ops/ts_op_gen.cc [new file with mode: 0644]
tensorflow/js/ops/ts_op_gen.h [new file with mode: 0644]
tensorflow/js/ops/ts_op_gen_test.cc [new file with mode: 0644]
tensorflow/python/BUILD
tensorflow/python/__init__.py
tensorflow/python/autograph/BUILD [new file with mode: 0644]
tensorflow/python/autograph/CONTRIBUTING.md [new file with mode: 0644]
tensorflow/python/autograph/LIMITATIONS.md [new file with mode: 0644]
tensorflow/python/autograph/README.md [new file with mode: 0644]
tensorflow/python/autograph/STYLE_GUIDE.md [new file with mode: 0644]
tensorflow/python/autograph/__init__.py [new file with mode: 0644]
tensorflow/python/autograph/converters/BUILD [new file with mode: 0644]
tensorflow/python/autograph/converters/__init__.py [new file with mode: 0644]
tensorflow/python/autograph/converters/asserts.py [new file with mode: 0644]
tensorflow/python/autograph/converters/asserts_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/break_statements.py [new file with mode: 0644]
tensorflow/python/autograph/converters/break_statements_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/builtin_functions.py [new file with mode: 0644]
tensorflow/python/autograph/converters/builtin_functions_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/call_trees.py [new file with mode: 0644]
tensorflow/python/autograph/converters/call_trees_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/conditional_expressions.py [new file with mode: 0644]
tensorflow/python/autograph/converters/conditional_expressions_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/continue_statements.py [new file with mode: 0644]
tensorflow/python/autograph/converters/continue_statements_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/control_flow.py [new file with mode: 0644]
tensorflow/python/autograph/converters/control_flow_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/decorators.py [new file with mode: 0644]
tensorflow/python/autograph/converters/decorators_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/directives.py [new file with mode: 0644]
tensorflow/python/autograph/converters/directives_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/error_handlers.py [new file with mode: 0644]
tensorflow/python/autograph/converters/error_handlers_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/function_scopes.py [new file with mode: 0644]
tensorflow/python/autograph/converters/function_scopes_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/list_comprehensions.py [new file with mode: 0644]
tensorflow/python/autograph/converters/list_comprehensions_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/lists.py [new file with mode: 0644]
tensorflow/python/autograph/converters/lists_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/logical_expressions.py [new file with mode: 0644]
tensorflow/python/autograph/converters/logical_expressions_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/return_statements.py [new file with mode: 0644]
tensorflow/python/autograph/converters/return_statements_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/side_effect_guards.py [new file with mode: 0644]
tensorflow/python/autograph/converters/side_effect_guards_test.py [new file with mode: 0644]
tensorflow/python/autograph/converters/slices.py [new file with mode: 0644]
tensorflow/python/autograph/converters/slices_test.py [new file with mode: 0644]
tensorflow/python/autograph/core/BUILD [new file with mode: 0644]
tensorflow/python/autograph/core/config.py [new file with mode: 0644]
tensorflow/python/autograph/core/converter.py [new file with mode: 0644]
tensorflow/python/autograph/core/converter_testing.py [new file with mode: 0644]
tensorflow/python/autograph/core/errors.py [new file with mode: 0644]
tensorflow/python/autograph/core/errors_test.py [new file with mode: 0644]
tensorflow/python/autograph/core/function_wrapping.py [new file with mode: 0644]
tensorflow/python/autograph/core/function_wrapping_test.py [new file with mode: 0644]
tensorflow/python/autograph/core/naming.py [new file with mode: 0644]
tensorflow/python/autograph/core/naming_test.py [new file with mode: 0644]
tensorflow/python/autograph/docs/pyfunc_dtypes.md [new file with mode: 0644]
tensorflow/python/autograph/impl/BUILD [new file with mode: 0644]
tensorflow/python/autograph/impl/api.py [new file with mode: 0644]
tensorflow/python/autograph/impl/api_test.py [new file with mode: 0644]
tensorflow/python/autograph/impl/conversion.py [new file with mode: 0644]
tensorflow/python/autograph/impl/conversion_test.py [new file with mode: 0644]
tensorflow/python/autograph/lang/BUILD [new file with mode: 0644]
tensorflow/python/autograph/lang/directives.py [new file with mode: 0644]
tensorflow/python/autograph/lang/special_functions.py [new file with mode: 0644]
tensorflow/python/autograph/lang/special_functions_test.py [new file with mode: 0644]
tensorflow/python/autograph/operators/BUILD [new file with mode: 0644]
tensorflow/python/autograph/operators/__init__.py [new file with mode: 0644]
tensorflow/python/autograph/operators/control_flow.py [new file with mode: 0644]
tensorflow/python/autograph/operators/control_flow_test.py [new file with mode: 0644]
tensorflow/python/autograph/operators/data_structures.py [new file with mode: 0644]
tensorflow/python/autograph/operators/data_structures_test.py [new file with mode: 0644]
tensorflow/python/autograph/operators/dispatch_context.py [moved from tensorflow/contrib/autograph/operators/dispatch_context.py with 100% similarity]
tensorflow/python/autograph/operators/py_builtins.py [new file with mode: 0644]
tensorflow/python/autograph/operators/py_builtins_test.py [new file with mode: 0644]
tensorflow/python/autograph/operators/slices.py [new file with mode: 0644]
tensorflow/python/autograph/operators/slices_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/BUILD [new file with mode: 0644]
tensorflow/python/autograph/pyct/__init__.py [moved from tensorflow/contrib/autograph/pyct/__init__.py with 100% similarity]
tensorflow/python/autograph/pyct/anno.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/anno_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/ast_util.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/ast_util_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/cfg.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/cfg_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/common_transformers/BUILD [new file with mode: 0644]
tensorflow/python/autograph/pyct/common_transformers/__init__.py [moved from tensorflow/docs_src/__init__.py with 100% similarity]
tensorflow/python/autograph/pyct/common_transformers/anf.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/common_transformers/anf_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/compiler.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/compiler_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/inspect_utils.py [moved from tensorflow/contrib/autograph/pyct/inspect_utils.py with 100% similarity]
tensorflow/python/autograph/pyct/inspect_utils_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/origin_info.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/origin_info_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/parser.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/parser_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/pretty_printer.py [moved from tensorflow/contrib/autograph/pyct/pretty_printer.py with 100% similarity]
tensorflow/python/autograph/pyct/pretty_printer_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/qual_names.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/qual_names_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/BUILD [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/__init__.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/activity.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/activity_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/annos.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/live_values.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/live_values_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/liveness.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/liveness_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/reaching_definitions.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/reaching_definitions_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/type_info.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/static_analysis/type_info_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/templates.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/templates_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/testing/BUILD [new file with mode: 0644]
tensorflow/python/autograph/pyct/testing/codegen.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/testing/codegen_test.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/transformer.py [new file with mode: 0644]
tensorflow/python/autograph/pyct/transformer_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/BUILD [new file with mode: 0644]
tensorflow/python/autograph/utils/__init__.py [new file with mode: 0644]
tensorflow/python/autograph/utils/context_managers.py [moved from tensorflow/contrib/autograph/utils/context_managers.py with 100% similarity]
tensorflow/python/autograph/utils/context_managers_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/misc.py [moved from tensorflow/contrib/autograph/utils/misc.py with 100% similarity]
tensorflow/python/autograph/utils/misc_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/multiple_dispatch.py [new file with mode: 0644]
tensorflow/python/autograph/utils/multiple_dispatch_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/py_func.py [moved from tensorflow/contrib/autograph/utils/py_func.py with 100% similarity]
tensorflow/python/autograph/utils/py_func_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/tensor_list.py [moved from tensorflow/contrib/autograph/utils/tensor_list.py with 100% similarity]
tensorflow/python/autograph/utils/tensor_list_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/tensors.py [new file with mode: 0644]
tensorflow/python/autograph/utils/tensors_test.py [new file with mode: 0644]
tensorflow/python/autograph/utils/testing.py [moved from tensorflow/contrib/autograph/utils/testing.py with 100% similarity]
tensorflow/python/autograph/utils/type_check.py [moved from tensorflow/contrib/autograph/utils/type_check.py with 100% similarity]
tensorflow/python/autograph/utils/type_check_test.py [new file with mode: 0644]
tensorflow/python/client/client_lib.py
tensorflow/python/client/session.py
tensorflow/python/client/session_list_devices_test.py
tensorflow/python/client/session_ref.cc [new file with mode: 0644]
tensorflow/python/client/session_ref.h [new file with mode: 0644]
tensorflow/python/client/session_test.py
tensorflow/python/client/tf_session.i
tensorflow/python/client/tf_session_helper.cc
tensorflow/python/client/tf_session_helper.h
tensorflow/python/client/timeline.py
tensorflow/python/client/timeline_test.py
tensorflow/python/compat/BUILD [new file with mode: 0644]
tensorflow/python/compat/compat.py [new file with mode: 0644]
tensorflow/python/compat/compat_test.py [new file with mode: 0644]
tensorflow/python/data/BUILD
tensorflow/python/data/__init__.py
tensorflow/python/data/experimental/BUILD [new file with mode: 0644]
tensorflow/python/data/experimental/__init__.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/BUILD [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/batch_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/bucketing_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/csv_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/dataset_constructor_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/dataset_serialization_test_base.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/directed_interleave_dataset_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/filter_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/get_single_element_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/indexed_dataset_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/interleave_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/iterator_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/map_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/map_defun_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/BUILD [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/assert_next_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/hoist_random_uniform_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/latency_all_edges_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/map_and_filter_fusion_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/map_parallelization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/map_vectorization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/model_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/noop_elimination_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/optimization/optimize_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/parsing_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/prefetching_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/range_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/reader_dataset_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/reader_dataset_ops_test_base.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/resample_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/scan_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/BUILD [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/batch_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/cache_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/concatenate_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/csv_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/dataset_constructor_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/dataset_serialization_test_base.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/filter_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/fixed_length_record_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/flat_map_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/group_by_reducer_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/group_by_window_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/ignore_errors_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/interleave_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/map_and_batch_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/map_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/optimize_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/padded_batch_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/parallel_interleave_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/parallel_map_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/parse_example_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/prefetch_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/range_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/sample_from_datasets_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/scan_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/sequence_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/serialization_integration_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/shuffle_and_repeat_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/shuffle_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/sql_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/stats_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/textline_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/tf_record_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/unbatch_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/unique_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization/zip_dataset_serialization_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/serialization_integration_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/shuffle_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/sql_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/sql_dataset_op_test_base.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/stats_dataset_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/stats_dataset_test_base.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/threadpool_dataset_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/unique_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/kernel_tests/writer_ops_test.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/BUILD [new file with mode: 0644]
tensorflow/python/data/experimental/ops/batching.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/counter.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/enumerate_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/error_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/get_single_element.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/grouping.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/indexed_dataset_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/interleave_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/iterator_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/map_defun.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/optimization.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/parsing_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/prefetching_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/random_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/readers.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/resampling.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/scan_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/shuffle_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/stats_ops.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/threadpool.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/unique.py [new file with mode: 0644]
tensorflow/python/data/experimental/ops/writers.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/BUILD
tensorflow/python/data/kernel_tests/batch_dataset_op_test.py
tensorflow/python/data/kernel_tests/cache_dataset_op_test.py
tensorflow/python/data/kernel_tests/concatenate_dataset_op_test.py
tensorflow/python/data/kernel_tests/dataset_constructor_op_test.py
tensorflow/python/data/kernel_tests/dataset_from_generator_op_test.py
tensorflow/python/data/kernel_tests/dataset_ops_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/filter_dataset_op_test.py
tensorflow/python/data/kernel_tests/flat_map_dataset_op_test.py
tensorflow/python/data/kernel_tests/inputs_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/interleave_dataset_op_test.py
tensorflow/python/data/kernel_tests/iterator_ops_test.py
tensorflow/python/data/kernel_tests/list_files_dataset_op_test.py
tensorflow/python/data/kernel_tests/map_dataset_op_test.py
tensorflow/python/data/kernel_tests/multi_device_iterator_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/optional_ops_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/prefetch_dataset_op_test.py
tensorflow/python/data/kernel_tests/range_dataset_op_test.py
tensorflow/python/data/kernel_tests/reader_dataset_ops_test.py
tensorflow/python/data/kernel_tests/reduce_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/sequence_dataset_op_test.py
tensorflow/python/data/kernel_tests/shard_dataset_op_test.py
tensorflow/python/data/kernel_tests/shuffle_dataset_op_test.py
tensorflow/python/data/kernel_tests/test_base.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/window_dataset_op_test.py [new file with mode: 0644]
tensorflow/python/data/kernel_tests/zip_dataset_op_test.py
tensorflow/python/data/ops/BUILD
tensorflow/python/data/ops/dataset_ops.py
tensorflow/python/data/ops/iterator_ops.py
tensorflow/python/data/ops/multi_device_iterator_ops.py [new file with mode: 0644]
tensorflow/python/data/ops/optional_ops.py [new file with mode: 0644]
tensorflow/python/data/ops/readers.py
tensorflow/python/data/util/BUILD
tensorflow/python/data/util/convert.py
tensorflow/python/data/util/convert_test.py
tensorflow/python/data/util/nest.py
tensorflow/python/data/util/nest_test.py
tensorflow/python/data/util/random_seed.py
tensorflow/python/data/util/random_seed_test.py
tensorflow/python/data/util/sparse_test.py
tensorflow/python/data/util/structure.py [new file with mode: 0644]
tensorflow/python/data/util/structure_test.py [new file with mode: 0644]
tensorflow/python/debug/BUILD
tensorflow/python/debug/__init__.py
tensorflow/python/debug/cli/analyzer_cli_test.py
tensorflow/python/debug/cli/cli_shared.py
tensorflow/python/debug/cli/cli_shared_test.py
tensorflow/python/debug/cli/debugger_cli_common.py
tensorflow/python/debug/cli/debugger_cli_common_test.py
tensorflow/python/debug/cli/stepper_cli_test.py
tensorflow/python/debug/examples/debug_keras.py [new file with mode: 0644]
tensorflow/python/debug/examples/debug_tflearn_iris.py
tensorflow/python/debug/examples/examples_test.sh
tensorflow/python/debug/lib/debug_data.py
tensorflow/python/debug/lib/debug_gradients.py
tensorflow/python/debug/lib/debug_graph_reconstruction_test.py
tensorflow/python/debug/lib/debug_utils.py
tensorflow/python/debug/lib/debug_utils_test.py
tensorflow/python/debug/lib/dist_session_debug_grpc_test.py
tensorflow/python/debug/lib/grpc_large_data_test.py
tensorflow/python/debug/lib/session_debug_file_test.py
tensorflow/python/debug/lib/session_debug_grpc_test.py
tensorflow/python/debug/lib/session_debug_testlib.py
tensorflow/python/debug/lib/stepper_test.py
tensorflow/python/debug/wrappers/disk_usage_test.py [new file with mode: 0644]
tensorflow/python/debug/wrappers/dumping_wrapper.py
tensorflow/python/debug/wrappers/dumping_wrapper_test.py
tensorflow/python/debug/wrappers/framework.py
tensorflow/python/debug/wrappers/grpc_wrapper.py
tensorflow/python/debug/wrappers/hooks.py
tensorflow/python/debug/wrappers/local_cli_wrapper.py
tensorflow/python/debug/wrappers/local_cli_wrapper_test.py
tensorflow/python/distribute/BUILD [new file with mode: 0644]
tensorflow/python/distribute/distribute_config.py [new file with mode: 0644]
tensorflow/python/distribute/distribute_coordinator.py [new file with mode: 0644]
tensorflow/python/distribute/distribute_coordinator_context.py [new file with mode: 0644]
tensorflow/python/distribute/distribute_coordinator_test.py [new file with mode: 0644]
tensorflow/python/distribute/estimator_training.py [new file with mode: 0644]
tensorflow/python/distribute/multi_worker_util.py [new file with mode: 0644]
tensorflow/python/distribute/multi_worker_util_test.py [new file with mode: 0644]
tensorflow/python/eager/BUILD
tensorflow/python/eager/backprop.py
tensorflow/python/eager/backprop_test.py
tensorflow/python/eager/benchmarks_test.py
tensorflow/python/eager/context.py
tensorflow/python/eager/core_test.py
tensorflow/python/eager/def_function.py [new file with mode: 0644]
tensorflow/python/eager/def_function_test.py [new file with mode: 0644]
tensorflow/python/eager/execute.py
tensorflow/python/eager/execution_callbacks.py
tensorflow/python/eager/function.py
tensorflow/python/eager/function_test.py
tensorflow/python/eager/graph_callable.py [deleted file]
tensorflow/python/eager/graph_callable_test.py [deleted file]
tensorflow/python/eager/graph_only_ops_test.py
tensorflow/python/eager/imperative_grad.py
tensorflow/python/eager/memory_test.py [new file with mode: 0644]
tensorflow/python/eager/ops_test.py
tensorflow/python/eager/pywrap_tensor.cc
tensorflow/python/eager/pywrap_tensor.h
tensorflow/python/eager/pywrap_tfe.h [changed mode: 0644->0755]
tensorflow/python/eager/pywrap_tfe_src.cc
tensorflow/python/eager/pywrap_tfe_test.py
tensorflow/python/eager/tape.py
tensorflow/python/eager/tape_test.py
tensorflow/python/eager/tensor_test.py
tensorflow/python/eager/test.py
tensorflow/python/estimator/BUILD
tensorflow/python/estimator/__init__.py
tensorflow/python/estimator/api/BUILD [new file with mode: 0644]
tensorflow/python/estimator/canned/baseline.py
tensorflow/python/estimator/canned/baseline_test.py
tensorflow/python/estimator/canned/boosted_trees.py
tensorflow/python/estimator/canned/boosted_trees_test.py
tensorflow/python/estimator/canned/boosted_trees_utils.py [new file with mode: 0644]
tensorflow/python/estimator/canned/boosted_trees_utils_test.py [new file with mode: 0644]
tensorflow/python/estimator/canned/dnn.py
tensorflow/python/estimator/canned/dnn_linear_combined.py
tensorflow/python/estimator/canned/dnn_linear_combined_test.py
tensorflow/python/estimator/canned/dnn_test.py
tensorflow/python/estimator/canned/dnn_testing_utils.py
tensorflow/python/estimator/canned/head.py
tensorflow/python/estimator/canned/head_test.py
tensorflow/python/estimator/canned/linear.py
tensorflow/python/estimator/canned/linear_test.py
tensorflow/python/estimator/canned/linear_testing_utils.py
tensorflow/python/estimator/canned/metric_keys.py
tensorflow/python/estimator/canned/optimizers.py
tensorflow/python/estimator/canned/optimizers_test.py
tensorflow/python/estimator/canned/parsing_utils.py
tensorflow/python/estimator/canned/prediction_keys.py
tensorflow/python/estimator/estimator.py
tensorflow/python/estimator/estimator_test.py
tensorflow/python/estimator/export/export.py
tensorflow/python/estimator/export/export_output.py
tensorflow/python/estimator/export/export_output_test.py
tensorflow/python/estimator/export/export_test.py
tensorflow/python/estimator/exporter.py
tensorflow/python/estimator/exporter_test.py
tensorflow/python/estimator/gc.py
tensorflow/python/estimator/gc_test.py
tensorflow/python/estimator/inputs/numpy_io.py
tensorflow/python/estimator/inputs/numpy_io_test.py
tensorflow/python/estimator/inputs/pandas_io.py
tensorflow/python/estimator/inputs/pandas_io_test.py
tensorflow/python/estimator/keras.py
tensorflow/python/estimator/keras_test.py
tensorflow/python/estimator/model_fn.py
tensorflow/python/estimator/model_fn_test.py
tensorflow/python/estimator/run_config.py
tensorflow/python/estimator/run_config_test.py
tensorflow/python/estimator/training.py
tensorflow/python/estimator/training_test.py
tensorflow/python/estimator/util.py
tensorflow/python/estimator/util_test.py
tensorflow/python/feature_column/BUILD
tensorflow/python/feature_column/feature_column.py
tensorflow/python/feature_column/feature_column_test.py
tensorflow/python/feature_column/feature_column_v2.py [new file with mode: 0644]
tensorflow/python/feature_column/feature_column_v2_test.py [new file with mode: 0644]
tensorflow/python/framework/common_shapes.py
tensorflow/python/framework/constant_op.py
tensorflow/python/framework/device.py
tensorflow/python/framework/dtypes.py
tensorflow/python/framework/error_interpolation.py [new file with mode: 0644]
tensorflow/python/framework/error_interpolation_test.py [new file with mode: 0644]
tensorflow/python/framework/errors_impl.py
tensorflow/python/framework/errors_test.py
tensorflow/python/framework/fast_tensor_util.pyx
tensorflow/python/framework/file_system_test.py
tensorflow/python/framework/function.py
tensorflow/python/framework/function_def_to_graph.py
tensorflow/python/framework/function_def_to_graph_test.py
tensorflow/python/framework/function_test.py
tensorflow/python/framework/graph_io.py
tensorflow/python/framework/graph_util_test.py
tensorflow/python/framework/importer.py
tensorflow/python/framework/importer_test.py
tensorflow/python/framework/kernels.py [new file with mode: 0644]
tensorflow/python/framework/kernels_test.py [new file with mode: 0644]
tensorflow/python/framework/load_library.py
tensorflow/python/framework/meta_graph.py
tensorflow/python/framework/meta_graph_test.py
tensorflow/python/framework/ops.py
tensorflow/python/framework/ops_enable_eager_test.py [new file with mode: 0644]
tensorflow/python/framework/ops_test.py
tensorflow/python/framework/python_op_gen.cc
tensorflow/python/framework/python_op_gen_internal.cc
tensorflow/python/framework/python_op_gen_main.cc
tensorflow/python/framework/random_seed.py
tensorflow/python/framework/random_seed_test.py
tensorflow/python/framework/smart_cond.py
tensorflow/python/framework/sparse_tensor.py
tensorflow/python/framework/sparse_tensor_test.py
tensorflow/python/framework/subscribe.py
tensorflow/python/framework/subscribe_test.py
tensorflow/python/framework/tensor_shape.py
tensorflow/python/framework/tensor_spec.py
tensorflow/python/framework/tensor_util.py
tensorflow/python/framework/tensor_util_test.py
tensorflow/python/framework/test_util.py
tensorflow/python/framework/test_util_test.py
tensorflow/python/framework/traceable_stack.py [new file with mode: 0644]
tensorflow/python/framework/traceable_stack_test.py [new file with mode: 0644]
tensorflow/python/grappler/cost_analyzer.h
tensorflow/python/grappler/graph_analyzer.i [new file with mode: 0644]
tensorflow/python/grappler/graph_analyzer.py [new file with mode: 0644]
tensorflow/python/grappler/item_test.py
tensorflow/python/grappler/layout_optimizer_test.py
tensorflow/python/grappler/memory_optimizer_test.py
tensorflow/python/grappler/model_analyzer.h
tensorflow/python/grappler/tf_optimizer_test.py
tensorflow/python/keras/BUILD
tensorflow/python/keras/__init__.py
tensorflow/python/keras/activations.py
tensorflow/python/keras/activations_test.py
tensorflow/python/keras/applications/__init__.py
tensorflow/python/keras/applications/applications_test.py [new file with mode: 0644]
tensorflow/python/keras/applications/densenet.py
tensorflow/python/keras/applications/densenet_test.py [deleted file]
tensorflow/python/keras/applications/imagenet_utils.py
tensorflow/python/keras/applications/imagenet_utils_test.py [deleted file]
tensorflow/python/keras/applications/inception_resnet_v2.py
tensorflow/python/keras/applications/inception_resnet_v2_test.py [deleted file]
tensorflow/python/keras/applications/inception_v3.py
tensorflow/python/keras/applications/inception_v3_test.py [deleted file]
tensorflow/python/keras/applications/mobilenet.py
tensorflow/python/keras/applications/mobilenet_test.py [deleted file]
tensorflow/python/keras/applications/mobilenet_v2.py [new file with mode: 0644]
tensorflow/python/keras/applications/nasnet.py
tensorflow/python/keras/applications/nasnet_test.py [deleted file]
tensorflow/python/keras/applications/resnet50.py
tensorflow/python/keras/applications/resnet50_test.py [deleted file]
tensorflow/python/keras/applications/vgg16.py
tensorflow/python/keras/applications/vgg16_test.py [deleted file]
tensorflow/python/keras/applications/vgg19.py
tensorflow/python/keras/applications/vgg19_test.py [deleted file]
tensorflow/python/keras/applications/xception.py
tensorflow/python/keras/applications/xception_test.py [deleted file]
tensorflow/python/keras/backend.py
tensorflow/python/keras/backend_test.py
tensorflow/python/keras/callbacks.py
tensorflow/python/keras/callbacks_test.py
tensorflow/python/keras/constraints_test.py
tensorflow/python/keras/datasets/boston_housing.py
tensorflow/python/keras/datasets/fashion_mnist.py
tensorflow/python/keras/datasets/imdb.py
tensorflow/python/keras/datasets/mnist.py
tensorflow/python/keras/datasets/reuters.py
tensorflow/python/keras/engine/__init__.py
tensorflow/python/keras/engine/base_layer.py
tensorflow/python/keras/engine/distributed_training_utils.py [new file with mode: 0644]
tensorflow/python/keras/engine/feature_columns_integration_test.py [new file with mode: 0644]
tensorflow/python/keras/engine/input_layer.py
tensorflow/python/keras/engine/network.py
tensorflow/python/keras/engine/saving.py
tensorflow/python/keras/engine/saving_test.py
tensorflow/python/keras/engine/sequential.py
tensorflow/python/keras/engine/sequential_test.py
tensorflow/python/keras/engine/topology_test.py
tensorflow/python/keras/engine/training.py
tensorflow/python/keras/engine/training_arrays.py
tensorflow/python/keras/engine/training_distributed.py [new file with mode: 0644]
tensorflow/python/keras/engine/training_eager.py
tensorflow/python/keras/engine/training_eager_test.py
tensorflow/python/keras/engine/training_generator.py
tensorflow/python/keras/engine/training_gpu_test.py [new file with mode: 0644]
tensorflow/python/keras/engine/training_test.py
tensorflow/python/keras/engine/training_utils.py
tensorflow/python/keras/engine/training_utils_test.py [new file with mode: 0644]
tensorflow/python/keras/estimator/__init__.py [new file with mode: 0644]
tensorflow/python/keras/initializers.py
tensorflow/python/keras/initializers_test.py
tensorflow/python/keras/integration_test.py
tensorflow/python/keras/layers/__init__.py
tensorflow/python/keras/layers/advanced_activations.py
tensorflow/python/keras/layers/advanced_activations_test.py
tensorflow/python/keras/layers/convolutional.py
tensorflow/python/keras/layers/convolutional_recurrent.py
tensorflow/python/keras/layers/convolutional_recurrent_test.py
tensorflow/python/keras/layers/convolutional_test.py
tensorflow/python/keras/layers/core.py
tensorflow/python/keras/layers/core_test.py
tensorflow/python/keras/layers/cudnn_recurrent.py
tensorflow/python/keras/layers/cudnn_recurrent_test.py
tensorflow/python/keras/layers/embeddings.py
tensorflow/python/keras/layers/embeddings_test.py
tensorflow/python/keras/layers/gru_test.py
tensorflow/python/keras/layers/local.py
tensorflow/python/keras/layers/local_test.py
tensorflow/python/keras/layers/lstm_test.py
tensorflow/python/keras/layers/merge.py
tensorflow/python/keras/layers/merge_test.py
tensorflow/python/keras/layers/noise.py
tensorflow/python/keras/layers/noise_test.py
tensorflow/python/keras/layers/normalization.py
tensorflow/python/keras/layers/normalization_test.py
tensorflow/python/keras/layers/pooling.py
tensorflow/python/keras/layers/pooling_test.py
tensorflow/python/keras/layers/recurrent.py
tensorflow/python/keras/layers/recurrent_test.py
tensorflow/python/keras/layers/serialization.py
tensorflow/python/keras/layers/simplernn_test.py
tensorflow/python/keras/layers/wrappers.py
tensorflow/python/keras/layers/wrappers_test.py
tensorflow/python/keras/losses_test.py
tensorflow/python/keras/metrics.py
tensorflow/python/keras/metrics_test.py
tensorflow/python/keras/model_subclassing_test.py
tensorflow/python/keras/models.py
tensorflow/python/keras/models_test.py
tensorflow/python/keras/optimizers.py
tensorflow/python/keras/optimizers_test.py
tensorflow/python/keras/preprocessing/__init__.py
tensorflow/python/keras/preprocessing/image.py
tensorflow/python/keras/preprocessing/image_test.py
tensorflow/python/keras/preprocessing/sequence.py
tensorflow/python/keras/preprocessing/text.py
tensorflow/python/keras/regularizers_test.py
tensorflow/python/keras/testing_utils.py
tensorflow/python/keras/utils/__init__.py
tensorflow/python/keras/utils/conv_utils.py
tensorflow/python/keras/utils/conv_utils_test.py [new file with mode: 0644]
tensorflow/python/keras/utils/data_utils.py
tensorflow/python/keras/utils/generic_utils.py
tensorflow/python/keras/utils/io_utils.py
tensorflow/python/keras/utils/io_utils_test.py
tensorflow/python/keras/utils/layer_utils.py
tensorflow/python/keras/utils/multi_gpu_utils.py
tensorflow/python/keras/utils/multi_gpu_utils_test.py
tensorflow/python/keras/utils/np_utils.py
tensorflow/python/keras/utils/tf_utils.py
tensorflow/python/keras/wrappers/scikit_learn_test.py
tensorflow/python/kernel_tests/BUILD
tensorflow/python/kernel_tests/accumulate_n_test.py
tensorflow/python/kernel_tests/ackermann_test.py
tensorflow/python/kernel_tests/argmax_op_test.py
tensorflow/python/kernel_tests/array_ops_test.py
tensorflow/python/kernel_tests/as_string_op_test.py
tensorflow/python/kernel_tests/atrous_convolution_test.py
tensorflow/python/kernel_tests/attention_ops_test.py
tensorflow/python/kernel_tests/barrier_ops_test.py
tensorflow/python/kernel_tests/base64_ops_test.py
tensorflow/python/kernel_tests/basic_gpu_test.py
tensorflow/python/kernel_tests/batch_gather_op_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/batch_scatter_ops_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/batchtospace_op_test.py
tensorflow/python/kernel_tests/bcast_ops_test.py
tensorflow/python/kernel_tests/betainc_op_test.py
tensorflow/python/kernel_tests/bincount_op_test.py
tensorflow/python/kernel_tests/bitcast_op_test.py
tensorflow/python/kernel_tests/boosted_trees/BUILD
tensorflow/python/kernel_tests/boosted_trees/prediction_ops_test.py
tensorflow/python/kernel_tests/boosted_trees/quantile_ops_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/boosted_trees/resource_ops_test.py
tensorflow/python/kernel_tests/boosted_trees/stats_ops_test.py
tensorflow/python/kernel_tests/boosted_trees/training_ops_test.py
tensorflow/python/kernel_tests/broadcast_to_ops_test.py
tensorflow/python/kernel_tests/candidate_sampler_ops_test.py
tensorflow/python/kernel_tests/cast_op_test.py
tensorflow/python/kernel_tests/check_ops_test.py
tensorflow/python/kernel_tests/checkpoint_ops_test.py
tensorflow/python/kernel_tests/clip_ops_test.py
tensorflow/python/kernel_tests/concat_op_test.py
tensorflow/python/kernel_tests/cond_v2_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/conditional_accumulator_test.py
tensorflow/python/kernel_tests/confusion_matrix_test.py
tensorflow/python/kernel_tests/constant_op_eager_test.py
tensorflow/python/kernel_tests/constant_op_test.py
tensorflow/python/kernel_tests/control_flow_ops_py_test.py
tensorflow/python/kernel_tests/conv1d_test.py
tensorflow/python/kernel_tests/conv2d_backprop_filter_grad_test.py
tensorflow/python/kernel_tests/conv2d_transpose_test.py
tensorflow/python/kernel_tests/conv3d_backprop_filter_v2_grad_test.py
tensorflow/python/kernel_tests/conv3d_transpose_test.py
tensorflow/python/kernel_tests/conv_ops_3d_test.py
tensorflow/python/kernel_tests/conv_ops_test.py
tensorflow/python/kernel_tests/cross_grad_test.py
tensorflow/python/kernel_tests/ctc_decoder_ops_test.py
tensorflow/python/kernel_tests/cwise_ops_binary_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/cwise_ops_test.py
tensorflow/python/kernel_tests/cwise_ops_unary_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/dct_ops_test.py
tensorflow/python/kernel_tests/decode_bmp_op_test.py
tensorflow/python/kernel_tests/decode_compressed_op_test.py
tensorflow/python/kernel_tests/decode_csv_op_test.py
tensorflow/python/kernel_tests/decode_image_op_test.py
tensorflow/python/kernel_tests/decode_jpeg_op_test.py
tensorflow/python/kernel_tests/decode_png_op_test.py
tensorflow/python/kernel_tests/decode_raw_op_test.py
tensorflow/python/kernel_tests/dense_update_ops_no_tsan_test.py
tensorflow/python/kernel_tests/dense_update_ops_test.py
tensorflow/python/kernel_tests/depthwise_conv_op_test.py
tensorflow/python/kernel_tests/distributions/BUILD
tensorflow/python/kernel_tests/distributions/bernoulli_test.py
tensorflow/python/kernel_tests/distributions/beta_test.py
tensorflow/python/kernel_tests/distributions/bijector_test.py
tensorflow/python/kernel_tests/distributions/categorical_test.py
tensorflow/python/kernel_tests/distributions/dirichlet_multinomial_test.py
tensorflow/python/kernel_tests/distributions/dirichlet_test.py
tensorflow/python/kernel_tests/distributions/exponential_test.py
tensorflow/python/kernel_tests/distributions/gamma_test.py
tensorflow/python/kernel_tests/distributions/identity_bijector_test.py
tensorflow/python/kernel_tests/distributions/kullback_leibler_test.py
tensorflow/python/kernel_tests/distributions/laplace_test.py
tensorflow/python/kernel_tests/distributions/multinomial_test.py
tensorflow/python/kernel_tests/distributions/normal_test.py
tensorflow/python/kernel_tests/distributions/special_math_test.py
tensorflow/python/kernel_tests/distributions/student_t_test.py
tensorflow/python/kernel_tests/distributions/uniform_test.py
tensorflow/python/kernel_tests/distributions/util_test.py
tensorflow/python/kernel_tests/division_future_test.py
tensorflow/python/kernel_tests/division_past_test.py
tensorflow/python/kernel_tests/duplicate_op_test.py
tensorflow/python/kernel_tests/dynamic_partition_op_test.py
tensorflow/python/kernel_tests/dynamic_stitch_op_test.py
tensorflow/python/kernel_tests/embedding_ops_test.py
tensorflow/python/kernel_tests/extract_image_patches_grad_test.py
tensorflow/python/kernel_tests/extract_volume_patches_op_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/fft_ops_test.py
tensorflow/python/kernel_tests/fifo_queue_test.py
tensorflow/python/kernel_tests/fractional_avg_pool_op_test.py
tensorflow/python/kernel_tests/fractional_max_pool_op_test.py
tensorflow/python/kernel_tests/functional_ops_test.py
tensorflow/python/kernel_tests/gather_nd_op_test.py
tensorflow/python/kernel_tests/gather_op_test.py
tensorflow/python/kernel_tests/gradient_correctness_test.py
tensorflow/python/kernel_tests/identity_n_op_py_test.py
tensorflow/python/kernel_tests/identity_op_py_test.py
tensorflow/python/kernel_tests/in_topk_op_test.py
tensorflow/python/kernel_tests/init_ops_test.py
tensorflow/python/kernel_tests/inplace_ops_test.py
tensorflow/python/kernel_tests/io_ops_test.py
tensorflow/python/kernel_tests/linalg/BUILD
tensorflow/python/kernel_tests/linalg/linear_operator_addition_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/linalg/linear_operator_block_diag_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_circulant_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_composition_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_diag_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_full_matrix_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_identity_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_kronecker_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_lower_triangular_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_util_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_zeros_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/linalg_grad_test.py
tensorflow/python/kernel_tests/linalg_ops_test.py
tensorflow/python/kernel_tests/list_ops_test.py
tensorflow/python/kernel_tests/listdiff_op_test.py
tensorflow/python/kernel_tests/logging_ops_logging_level_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/logging_ops_test.py
tensorflow/python/kernel_tests/lookup_ops_test.py
tensorflow/python/kernel_tests/losses_test.py
tensorflow/python/kernel_tests/manip_ops_test.py
tensorflow/python/kernel_tests/matmul_op_test.py
tensorflow/python/kernel_tests/matrix_band_part_op_test.py
tensorflow/python/kernel_tests/matrix_exponential_op_test.py
tensorflow/python/kernel_tests/matrix_inverse_op_test.py
tensorflow/python/kernel_tests/matrix_logarithm_op_test.py
tensorflow/python/kernel_tests/matrix_triangular_solve_op_test.py
tensorflow/python/kernel_tests/metrics_test.py
tensorflow/python/kernel_tests/neon_depthwise_conv_op_test.py
tensorflow/python/kernel_tests/numerics_test.py
tensorflow/python/kernel_tests/pad_op_test.py
tensorflow/python/kernel_tests/padding_fifo_queue_test.py
tensorflow/python/kernel_tests/parameterized_truncated_normal_op_test.py
tensorflow/python/kernel_tests/parse_single_example_op_test.py
tensorflow/python/kernel_tests/parsing_ops_test.py
tensorflow/python/kernel_tests/partitioned_variables_test.py
tensorflow/python/kernel_tests/pooling_ops_test.py
tensorflow/python/kernel_tests/priority_queue_test.py
tensorflow/python/kernel_tests/py_func_test.py
tensorflow/python/kernel_tests/random/BUILD
tensorflow/python/kernel_tests/random/multinomial_op_test.py
tensorflow/python/kernel_tests/random/random_crop_test.py
tensorflow/python/kernel_tests/random/random_gamma_test.py
tensorflow/python/kernel_tests/random/random_grad_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/random/random_ops_test.py
tensorflow/python/kernel_tests/random/random_poisson_test.py
tensorflow/python/kernel_tests/random/random_shuffle_queue_test.py
tensorflow/python/kernel_tests/reader_ops_test.py
tensorflow/python/kernel_tests/record_input_test.py
tensorflow/python/kernel_tests/reduce_join_op_test.py
tensorflow/python/kernel_tests/reduction_ops_test.py
tensorflow/python/kernel_tests/reduction_ops_test_big.py
tensorflow/python/kernel_tests/regex_full_match_op_test.py
tensorflow/python/kernel_tests/regex_replace_op_test.py
tensorflow/python/kernel_tests/relu_op_test.py
tensorflow/python/kernel_tests/reshape_op_test.py
tensorflow/python/kernel_tests/resource_variable_ops_test.py
tensorflow/python/kernel_tests/reverse_sequence_op_test.py
tensorflow/python/kernel_tests/rnn_test.py
tensorflow/python/kernel_tests/scalar_test.py
tensorflow/python/kernel_tests/scatter_nd_ops_test.py
tensorflow/python/kernel_tests/scatter_ops_test.py
tensorflow/python/kernel_tests/segment_reduction_ops_test.py
tensorflow/python/kernel_tests/session_ops_test.py
tensorflow/python/kernel_tests/sets_test.py
tensorflow/python/kernel_tests/shape_ops_test.py
tensorflow/python/kernel_tests/slice_op_test.py
tensorflow/python/kernel_tests/softmax_op_test.py
tensorflow/python/kernel_tests/softplus_op_test.py
tensorflow/python/kernel_tests/softsign_op_test.py
tensorflow/python/kernel_tests/spacetobatch_op_test.py
tensorflow/python/kernel_tests/sparse_conditional_accumulator_test.py
tensorflow/python/kernel_tests/sparse_cross_op_test.py
tensorflow/python/kernel_tests/sparse_matmul_op_test.py
tensorflow/python/kernel_tests/sparse_ops_test.py
tensorflow/python/kernel_tests/sparse_serialization_ops_test.py
tensorflow/python/kernel_tests/sparse_slice_op_test.py
tensorflow/python/kernel_tests/sparse_tensors_map_ops_test.py
tensorflow/python/kernel_tests/sparse_to_dense_op_py_test.py
tensorflow/python/kernel_tests/sparsemask_op_test.py
tensorflow/python/kernel_tests/split_op_test.py
tensorflow/python/kernel_tests/stack_op_test.py
tensorflow/python/kernel_tests/string_format_op_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/string_join_op_test.py
tensorflow/python/kernel_tests/string_length_op_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/string_split_op_test.py
tensorflow/python/kernel_tests/string_strip_op_test.py
tensorflow/python/kernel_tests/string_to_hash_bucket_op_test.py
tensorflow/python/kernel_tests/string_to_number_op_test.py
tensorflow/python/kernel_tests/substr_op_test.py
tensorflow/python/kernel_tests/summary_audio_op_test.py
tensorflow/python/kernel_tests/summary_image_op_test.py
tensorflow/python/kernel_tests/summary_ops_test.py
tensorflow/python/kernel_tests/summary_tensor_op_test.py
tensorflow/python/kernel_tests/template_test.py
tensorflow/python/kernel_tests/tensor_array_ops_test.py
tensorflow/python/kernel_tests/tensordot_op_test.py
tensorflow/python/kernel_tests/topk_op_test.py
tensorflow/python/kernel_tests/transpose_op_test.py
tensorflow/python/kernel_tests/unicode_script_op_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/unique_op_test.py
tensorflow/python/kernel_tests/unstack_op_test.py
tensorflow/python/kernel_tests/variable_ops_test.py
tensorflow/python/kernel_tests/variable_scope_test.py
tensorflow/python/kernel_tests/variables_test.py
tensorflow/python/kernel_tests/weights_broadcast_test.py
tensorflow/python/kernel_tests/where_op_test.py
tensorflow/python/kernel_tests/while_v2_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/xent_op_test.py
tensorflow/python/layers/base.py
tensorflow/python/layers/base_test.py
tensorflow/python/layers/convolutional.py
tensorflow/python/layers/convolutional_test.py
tensorflow/python/layers/core.py
tensorflow/python/layers/core_test.py
tensorflow/python/layers/normalization.py
tensorflow/python/layers/normalization_test.py
tensorflow/python/layers/utils.py
tensorflow/python/lib/core/bfloat16.cc
tensorflow/python/lib/core/bfloat16_test.py
tensorflow/python/lib/core/ndarray_tensor.cc
tensorflow/python/lib/core/numpy.h
tensorflow/python/lib/core/py_func.cc
tensorflow/python/lib/core/py_seq_tensor.cc
tensorflow/python/lib/core/py_util.cc
tensorflow/python/lib/core/py_util.h
tensorflow/python/lib/io/file_io.i
tensorflow/python/lib/io/py_record_reader.cc
tensorflow/python/lib/io/py_record_writer.cc
tensorflow/python/lib/io/py_record_writer.h
tensorflow/python/lib/io/py_record_writer.i
tensorflow/python/lib/io/python_io.py
tensorflow/python/lib/io/tf_record.py
tensorflow/python/lib/io/tf_record_test.py [new file with mode: 0644]
tensorflow/python/ops/array_grad.py
tensorflow/python/ops/array_ops.py
tensorflow/python/ops/boosted_trees_ops.py
tensorflow/python/ops/candidate_sampling_ops.py
tensorflow/python/ops/check_ops.py
tensorflow/python/ops/clip_ops.py
tensorflow/python/ops/clip_ops_test.py
tensorflow/python/ops/collective_ops.py
tensorflow/python/ops/collective_ops_test.py
tensorflow/python/ops/cond_v2.py [new file with mode: 0644]
tensorflow/python/ops/cond_v2_impl.py [new file with mode: 0644]
tensorflow/python/ops/control_flow_ops.py
tensorflow/python/ops/control_flow_ops_test.py
tensorflow/python/ops/control_flow_util.py
tensorflow/python/ops/conv2d_benchmark.py
tensorflow/python/ops/ctc_ops.py
tensorflow/python/ops/custom_gradient.py
tensorflow/python/ops/data_flow_ops.py
tensorflow/python/ops/dequantize_op_test.py
tensorflow/python/ops/distributions/beta.py
tensorflow/python/ops/distributions/bijector_impl.py
tensorflow/python/ops/distributions/categorical.py
tensorflow/python/ops/distributions/dirichlet.py
tensorflow/python/ops/distributions/distribution.py
tensorflow/python/ops/distributions/exponential.py
tensorflow/python/ops/distributions/gamma.py
tensorflow/python/ops/distributions/kullback_leibler.py
tensorflow/python/ops/distributions/normal.py
tensorflow/python/ops/distributions/special_math.py
tensorflow/python/ops/distributions/student_t.py
tensorflow/python/ops/distributions/util.py
tensorflow/python/ops/embedding_ops.py
tensorflow/python/ops/functional_ops.py
tensorflow/python/ops/gradient_checker_test.py
tensorflow/python/ops/gradients.py
tensorflow/python/ops/gradients_impl.py
tensorflow/python/ops/gradients_test.py
tensorflow/python/ops/histogram_ops.py
tensorflow/python/ops/histogram_ops_test.py
tensorflow/python/ops/image_grad_test.py
tensorflow/python/ops/image_ops.py
tensorflow/python/ops/image_ops_impl.py
tensorflow/python/ops/image_ops_test.py
tensorflow/python/ops/init_ops.py
tensorflow/python/ops/init_ops_test.py [new file with mode: 0644]
tensorflow/python/ops/io_ops.py
tensorflow/python/ops/linalg/BUILD
tensorflow/python/ops/linalg/linalg.py
tensorflow/python/ops/linalg/linalg_impl.py
tensorflow/python/ops/linalg/linear_operator.py
tensorflow/python/ops/linalg/linear_operator_addition.py [moved from tensorflow/contrib/linalg/python/ops/linear_operator_addition.py with 100% similarity]
tensorflow/python/ops/linalg/linear_operator_circulant.py
tensorflow/python/ops/linalg/linear_operator_diag.py
tensorflow/python/ops/linalg/linear_operator_low_rank_update.py
tensorflow/python/ops/linalg/linear_operator_lower_triangular.py
tensorflow/python/ops/linalg/linear_operator_test_util.py
tensorflow/python/ops/linalg/linear_operator_zeros.py [new file with mode: 0644]
tensorflow/python/ops/linalg_grad.py
tensorflow/python/ops/linalg_ops.py
tensorflow/python/ops/list_ops.py
tensorflow/python/ops/logging_ops.py
tensorflow/python/ops/lookup_ops.py
tensorflow/python/ops/losses/losses_impl.py
tensorflow/python/ops/losses/util.py
tensorflow/python/ops/losses/util_test.py
tensorflow/python/ops/manip_ops.py
tensorflow/python/ops/math_grad.py
tensorflow/python/ops/math_grad_test.py
tensorflow/python/ops/math_ops.py
tensorflow/python/ops/math_ops_test.py
tensorflow/python/ops/matmul_benchmark.py
tensorflow/python/ops/metrics_impl.py
tensorflow/python/ops/nn.py
tensorflow/python/ops/nn_batchnorm_test.py
tensorflow/python/ops/nn_grad.py
tensorflow/python/ops/nn_grad_test.py
tensorflow/python/ops/nn_impl.py
tensorflow/python/ops/nn_ops.py
tensorflow/python/ops/nn_test.py
tensorflow/python/ops/nn_xent_test.py
tensorflow/python/ops/numerics.py
tensorflow/python/ops/parallel_for/BUILD [new file with mode: 0644]
tensorflow/python/ops/parallel_for/__init__.py [new file with mode: 0644]
tensorflow/python/ops/parallel_for/control_flow_ops.py [new file with mode: 0644]
tensorflow/python/ops/parallel_for/control_flow_ops_test.py [new file with mode: 0644]
tensorflow/python/ops/parallel_for/gradients.py [new file with mode: 0644]
tensorflow/python/ops/parallel_for/gradients_test.py [new file with mode: 0644]
tensorflow/python/ops/parallel_for/pfor.py [new file with mode: 0644]
tensorflow/python/ops/parsing_ops.py
tensorflow/python/ops/random_grad.py [new file with mode: 0644]
tensorflow/python/ops/random_ops.py
tensorflow/python/ops/resource_variable_ops.py
tensorflow/python/ops/rnn.py
tensorflow/python/ops/rnn_cell_impl.py
tensorflow/python/ops/script_ops.py
tensorflow/python/ops/session_ops.py
tensorflow/python/ops/sparse_grad.py
tensorflow/python/ops/sparse_ops.py
tensorflow/python/ops/sparse_ops_test.py [new file with mode: 0644]
tensorflow/python/ops/special_math_ops.py
tensorflow/python/ops/special_math_ops_test.py
tensorflow/python/ops/spectral_ops.py
tensorflow/python/ops/standard_ops.py
tensorflow/python/ops/state_ops.py
tensorflow/python/ops/string_ops.py
tensorflow/python/ops/summary_op_util.py
tensorflow/python/ops/summary_ops_v2.py
tensorflow/python/ops/template.py
tensorflow/python/ops/tensor_array_grad.py
tensorflow/python/ops/tensor_array_ops.py
tensorflow/python/ops/variable_scope.py
tensorflow/python/ops/variables.py
tensorflow/python/ops/while_v2.py [new file with mode: 0644]
tensorflow/python/platform/benchmark.py
tensorflow/python/platform/gfile.py
tensorflow/python/platform/self_check.py
tensorflow/python/platform/test.py
tensorflow/python/profiler/model_analyzer_test.py
tensorflow/python/profiler/pprof_profiler_test.py
tensorflow/python/profiler/profile_context.py
tensorflow/python/profiler/profile_context_test.py
tensorflow/python/pywrap_tensorflow.py
tensorflow/python/pywrap_tfe.i [changed mode: 0644->0755]
tensorflow/python/saved_model/BUILD
tensorflow/python/saved_model/README.md
tensorflow/python/saved_model/builder_impl.py
tensorflow/python/saved_model/constants.py
tensorflow/python/saved_model/loader_impl.py
tensorflow/python/saved_model/loader_test.py [new file with mode: 0644]
tensorflow/python/saved_model/main_op_impl.py
tensorflow/python/saved_model/saved_model_test.py
tensorflow/python/saved_model/signature_def_utils_impl.py
tensorflow/python/saved_model/signature_def_utils_test.py
tensorflow/python/saved_model/simple_save_test.py
tensorflow/python/saved_model/utils_impl.py
tensorflow/python/summary/summary.py
tensorflow/python/summary/summary_test.py
tensorflow/python/summary/text_summary_test.py
tensorflow/python/summary/writer/event_file_writer.py
tensorflow/python/summary/writer/writer.py
tensorflow/python/summary/writer/writer_test.py
tensorflow/python/tensorflow.i
tensorflow/python/tools/BUILD
tensorflow/python/tools/api/generator/BUILD [new file with mode: 0644]
tensorflow/python/tools/api/generator/api_gen.bzl [new file with mode: 0644]
tensorflow/python/tools/api/generator/api_init_files.bzl [new file with mode: 0644]
tensorflow/python/tools/api/generator/api_init_files_v1.bzl [new file with mode: 0644]
tensorflow/python/tools/api/generator/create_python_api.py [new file with mode: 0644]
tensorflow/python/tools/api/generator/create_python_api_test.py [new file with mode: 0644]
tensorflow/python/tools/api/generator/doc_srcs.py [new file with mode: 0644]
tensorflow/python/tools/api/generator/doc_srcs_test.py [new file with mode: 0644]
tensorflow/python/tools/api/generator/output_init_files_test.py [new file with mode: 0644]
tensorflow/python/tools/component_api_helper.py [new file with mode: 0644]
tensorflow/python/tools/freeze_graph.py
tensorflow/python/tools/freeze_graph_test.py
tensorflow/python/tools/import_pb_to_tensorboard.py
tensorflow/python/tools/optimize_for_inference_lib.py
tensorflow/python/tools/optimize_for_inference_test.py
tensorflow/python/tools/print_selective_registration_header_test.py
tensorflow/python/tools/saved_model_cli.py
tensorflow/python/tools/selective_registration_header_lib.py
tensorflow/python/training/adadelta.py
tensorflow/python/training/adadelta_test.py
tensorflow/python/training/adagrad.py
tensorflow/python/training/adagrad_da_test.py
tensorflow/python/training/adagrad_test.py
tensorflow/python/training/adam.py
tensorflow/python/training/adam_test.py
tensorflow/python/training/basic_session_run_hooks.py
tensorflow/python/training/basic_session_run_hooks_test.py
tensorflow/python/training/checkpoint_management.py [new file with mode: 0644]
tensorflow/python/training/checkpoint_management_test.py [new file with mode: 0644]
tensorflow/python/training/checkpoint_ops.py
tensorflow/python/training/checkpoint_ops_test.py
tensorflow/python/training/checkpoint_state.proto
tensorflow/python/training/checkpoint_utils.py
tensorflow/python/training/checkpoint_utils_test.py
tensorflow/python/training/checkpointable/BUILD
tensorflow/python/training/checkpointable/base.py
tensorflow/python/training/checkpointable/base_test.py
tensorflow/python/training/checkpointable/data_structures.py
tensorflow/python/training/checkpointable/data_structures_base.py [deleted file]
tensorflow/python/training/checkpointable/data_structures_test.py
tensorflow/python/training/checkpointable/layer_utils.py [new file with mode: 0644]
tensorflow/python/training/checkpointable/tracking.py [new file with mode: 0644]
tensorflow/python/training/checkpointable/tracking_test.py [new file with mode: 0644]
tensorflow/python/training/checkpointable/util.py
tensorflow/python/training/checkpointable/util_test.py
tensorflow/python/training/device_util.py
tensorflow/python/training/device_util_test.py
tensorflow/python/training/distribute.py
tensorflow/python/training/distribute_test.py
tensorflow/python/training/distribution_strategy_context.py [new file with mode: 0644]
tensorflow/python/training/evaluation.py
tensorflow/python/training/ftrl.py
tensorflow/python/training/ftrl_test.py
tensorflow/python/training/gradient_descent.py
tensorflow/python/training/gradient_descent_test.py
tensorflow/python/training/input.py
tensorflow/python/training/input_test.py
tensorflow/python/training/learning_rate_decay.py
tensorflow/python/training/learning_rate_decay_test.py
tensorflow/python/training/learning_rate_decay_v2.py [new file with mode: 0644]
tensorflow/python/training/learning_rate_decay_v2_test.py [new file with mode: 0644]
tensorflow/python/training/momentum.py
tensorflow/python/training/momentum_test.py
tensorflow/python/training/monitored_session.py
tensorflow/python/training/monitored_session_test.py
tensorflow/python/training/moving_averages.py
tensorflow/python/training/moving_averages_test.py
tensorflow/python/training/optimizer.py
tensorflow/python/training/optimizer_test.py
tensorflow/python/training/proximal_adagrad_test.py
tensorflow/python/training/proximal_gradient_descent_test.py
tensorflow/python/training/quantize_training.i
tensorflow/python/training/quantize_training_test.py
tensorflow/python/training/queue_runner_impl.py
tensorflow/python/training/queue_runner_test.py
tensorflow/python/training/rmsprop.py
tensorflow/python/training/rmsprop_test.py
tensorflow/python/training/saver.py
tensorflow/python/training/saver_test.py
tensorflow/python/training/server_lib.py
tensorflow/python/training/server_lib_same_variables_no_clear_test.py
tensorflow/python/training/server_lib_test.py
tensorflow/python/training/session_manager.py
tensorflow/python/training/session_manager_test.py
tensorflow/python/training/slot_creator.py
tensorflow/python/training/slot_creator_test.py
tensorflow/python/training/supervisor.py
tensorflow/python/training/supervisor_test.py
tensorflow/python/training/sync_replicas_optimizer.py
tensorflow/python/training/sync_replicas_optimizer_test.py
tensorflow/python/training/training.py
tensorflow/python/training/training_ops_test.py
tensorflow/python/training/training_util.py
tensorflow/python/training/training_util_test.py
tensorflow/python/training/warm_starting_util.py
tensorflow/python/training/warm_starting_util_test.py
tensorflow/python/util/deprecation.py
tensorflow/python/util/deprecation_test.py
tensorflow/python/util/function_utils.py
tensorflow/python/util/function_utils_test.py
tensorflow/python/util/lock_util.py [new file with mode: 0644]
tensorflow/python/util/lock_util_test.py [new file with mode: 0644]
tensorflow/python/util/memory.py [new file with mode: 0644]
tensorflow/python/util/nest.py
tensorflow/python/util/nest_test.py
tensorflow/python/util/py_checkpoint_reader.i
tensorflow/python/util/serialization_test.py
tensorflow/python/util/stat_summarizer.i
tensorflow/python/util/tf_export.py
tensorflow/python/util/tf_export_test.py
tensorflow/python/util/tf_inspect.py
tensorflow/python/util/tf_inspect_test.py
tensorflow/python/util/tf_should_use.py
tensorflow/python/util/tf_should_use_test.py
tensorflow/python/util/tf_stack.py [new file with mode: 0644]
tensorflow/python/util/util.cc
tensorflow/python/util/util.h
tensorflow/python/util/util.i
tensorflow/security/advisory/tfsa-2018-001.md
tensorflow/security/index.md
tensorflow/stream_executor/BUILD
tensorflow/stream_executor/blas.h
tensorflow/stream_executor/cuda/cuda_blas.cc
tensorflow/stream_executor/cuda/cuda_diagnostics.cc
tensorflow/stream_executor/cuda/cuda_dnn.cc
tensorflow/stream_executor/cuda/cuda_dnn.h
tensorflow/stream_executor/cuda/cuda_driver.cc
tensorflow/stream_executor/cuda/cuda_gpu_executor.cc
tensorflow/stream_executor/cuda/cuda_gpu_executor.h
tensorflow/stream_executor/cuda/cuda_stream.h
tensorflow/stream_executor/cuda/cuda_timer.h
tensorflow/stream_executor/device_description.h
tensorflow/stream_executor/dnn.cc
tensorflow/stream_executor/dnn.h
tensorflow/stream_executor/dso_loader.cc
tensorflow/stream_executor/event.cc
tensorflow/stream_executor/event.h
tensorflow/stream_executor/host/host_gpu_executor.cc
tensorflow/stream_executor/host/host_gpu_executor.h
tensorflow/stream_executor/host/host_stream.cc
tensorflow/stream_executor/host/host_stream.h
tensorflow/stream_executor/kernel.cc
tensorflow/stream_executor/kernel_spec.cc
tensorflow/stream_executor/lib/array_slice.h
tensorflow/stream_executor/lib/env.h
tensorflow/stream_executor/lib/inlined_vector.h
tensorflow/stream_executor/lib/path.cc
tensorflow/stream_executor/lib/statusor_internals.h
tensorflow/stream_executor/lib/str_util.h
tensorflow/stream_executor/lib/strcat.h
tensorflow/stream_executor/lib/stringpiece.h
tensorflow/stream_executor/module_spec.h [new file with mode: 0644]
tensorflow/stream_executor/plugin_registry.h
tensorflow/stream_executor/stream.cc
tensorflow/stream_executor/stream.h
tensorflow/stream_executor/stream_executor_internal.cc
tensorflow/stream_executor/stream_executor_internal.h
tensorflow/stream_executor/stream_executor_pimpl.cc
tensorflow/stream_executor/stream_executor_pimpl.h
tensorflow/stream_executor/stream_test.cc [new file with mode: 0644]
tensorflow/tensorflow.bzl
tensorflow/tf_framework_version_script.lds [new file with mode: 0644]
tensorflow/tools/api/generator/BUILD [deleted file]
tensorflow/tools/api/generator/api_gen.bzl [deleted file]
tensorflow/tools/api/generator/create_python_api.py [deleted file]
tensorflow/tools/api/generator/create_python_api_test.py [deleted file]
tensorflow/tools/api/generator/doc_srcs.py [deleted file]
tensorflow/tools/api/generator/doc_srcs_test.py [deleted file]
tensorflow/tools/api/golden/BUILD
tensorflow/tools/api/golden/tensorflow.-conditional-accumulator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-config-proto.-experimental.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-config-proto.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-g-p-u-options.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-gradient-tape.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-run-options.-experimental.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-run-options.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-sparse-conditional-accumulator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-sparse-tensor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-variable-scope.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.-variable.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.compat.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.-dataset.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.-fixed-length-record-dataset.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.-iterator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.-t-f-record-dataset.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.-text-line-dataset.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.data.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-baseline-classifier.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-baseline-regressor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-boosted-trees-classifier.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-boosted-trees-regressor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-d-n-n-classifier.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-d-n-n-linear-combined-classifier.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-d-n-n-linear-combined-regressor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-d-n-n-regressor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-estimator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-linear-classifier.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-linear-regressor.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-run-config.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.estimator.-vocab-info.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.feature_column.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.graph_util.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.image.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.initializers.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.initializers.variance_scaling.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.-model.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.-sequential.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.activations.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.densenet.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.inception_resnet_v2.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.inception_v3.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.mobilenet.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.nasnet.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.resnet50.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.vgg16.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.vgg19.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.applications.xception.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.backend.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.callbacks.-early-stopping.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.callbacks.-tensor-board.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.-random-normal.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.-random-uniform.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.-truncated-normal.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.-variance-scaling.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.normal.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.random_normal.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.random_uniform.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.truncated_normal.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.initializers.uniform.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-activation.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-activity-regularization.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-add.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-alpha-dropout.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-average-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-average-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-average-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-average.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-avg-pool1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-avg-pool2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-avg-pool3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-batch-normalization.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-bidirectional.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-concatenate.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv-l-s-t-m2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv2-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv3-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-conv3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-convolution1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-convolution2-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-convolution2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-convolution3-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-convolution3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-cropping1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-cropping2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-cropping3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-cu-d-n-n-g-r-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-cu-d-n-n-l-s-t-m.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-dense.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-depthwise-conv2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-dot.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-dropout.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-e-l-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-embedding.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-flatten.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-g-r-u-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-g-r-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-gaussian-dropout.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-gaussian-noise.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-average-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-average-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-average-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-avg-pool1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-avg-pool2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-avg-pool3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pool1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pool2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pool3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-global-max-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-input-layer.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-l-s-t-m-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-l-s-t-m.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-lambda.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-layer.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-leaky-re-l-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-locally-connected1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-locally-connected2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-masking.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pool1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pool2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pool3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-max-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-maximum.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-multiply.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-p-re-l-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-permute.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-r-n-n.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-repeat-vector.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-reshape.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-separable-conv1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-separable-conv2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-separable-convolution1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-separable-convolution2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-simple-r-n-n-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-simple-r-n-n.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-softmax.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-spatial-dropout1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-spatial-dropout2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-spatial-dropout3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-stacked-r-n-n-cells.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-thresholded-re-l-u.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-time-distributed.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-up-sampling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-up-sampling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-up-sampling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-wrapper.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-zero-padding1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-zero-padding2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.-zero-padding3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.layers.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.metrics.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.models.-model.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.models.-sequential.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.models.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.image.-directory-iterator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.image.-image-data-generator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.image.-iterator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.image.-numpy-array-iterator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.image.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.sequence.-timeseries-generator.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.sequence.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.text.-tokenizer.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.preprocessing.text.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.keras.utils.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-average-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-average-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-average-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-batch-normalization.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-conv1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-conv2-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-conv2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-conv3-d-transpose.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-conv3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-dense.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-dropout.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-flatten.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-layer.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-max-pooling1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-max-pooling2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-max-pooling3-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-separable-conv1-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.layers.-separable-conv2-d.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.linalg.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.manip.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.math.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-basic-l-s-t-m-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-basic-r-n-n-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-device-wrapper.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-dropout-wrapper.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-g-r-u-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-l-s-t-m-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-multi-r-n-n-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-r-n-n-cell.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-residual-wrapper.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.python_io.-t-f-record-options.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.saved_model.builder.-saved-model-builder.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.saved_model.loader.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.saved_model.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.sparse.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.spectral.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.strings.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.summary.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.train.-checkpoint.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.train.-vocab-info.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.train.pbtxt [deleted file]
tensorflow/tools/api/golden/tensorflow.variance_scaling_initializer.pbtxt [deleted file]
tensorflow/tools/api/golden/v1/tensorflow.-aggregation-method.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-aggregation-method.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-attr-value.-list-value.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-attr-value.-list-value.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-attr-value.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-attr-value.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-conditional-accumulator-base.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-conditional-accumulator-base.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-config-proto.-device-count-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-config-proto.-device-count-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-config-proto.-experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-config-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-d-type.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-d-type.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-device-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-device-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-dimension.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-dimension.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-event.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-event.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-f-i-f-o-queue.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-f-i-f-o-queue.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-fixed-len-feature.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-fixed-len-feature.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-fixed-len-sequence-feature.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-fixed-len-sequence-feature.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-fixed-length-record-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-fixed-length-record-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-g-p-u-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-gradient-tape.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-graph-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-graph-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-graph-keys.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-graph-keys.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-graph-options.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-graph-options.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-graph.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-graph.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-histogram-proto.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-histogram-proto.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-identity-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-identity-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-indexed-slices.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-indexed-slices.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-interactive-session.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-interactive-session.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-l-m-d-b-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-l-m-d-b-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-log-message.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-log-message.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-meta-graph-def.-collection-def-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-meta-graph-def.-collection-def-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-meta-graph-def.-meta-info-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-meta-graph-def.-meta-info-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-meta-graph-def.-signature-def-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-meta-graph-def.-signature-def-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-meta-graph-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-meta-graph-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-name-attr-list.-attr-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-name-attr-list.-attr-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-name-attr-list.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-name-attr-list.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-node-def.-attr-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-node-def.-attr-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-node-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-node-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-op-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-op-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-operation.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-operation.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-optimizer-options.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-optimizer-options.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-padding-f-i-f-o-queue.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-padding-f-i-f-o-queue.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-priority-queue.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-priority-queue.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-queue-base.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-queue-base.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-random-shuffle-queue.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-random-shuffle-queue.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-reader-base.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-reader-base.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-register-gradient.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-register-gradient.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-run-metadata.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-run-metadata.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-run-options.-experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-run-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-session-log.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-session-log.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-session.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-session.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-sparse-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-sparse-feature.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-sparse-feature.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-sparse-tensor-value.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-sparse-tensor-value.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-sparse-tensor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.-plugin-data.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary-metadata.-plugin-data.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary-metadata.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-summary.-audio.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary.-audio.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-summary.-image.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary.-image.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-summary.-value.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary.-value.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-summary.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-summary.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-t-f-record-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-t-f-record-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-tensor-array.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-tensor-array.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-tensor-info.-coo-sparse.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-tensor-info.-coo-sparse.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-tensor-info.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-tensor-info.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-tensor-shape.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-tensor-shape.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-tensor.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-tensor.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-text-line-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-text-line-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-var-len-feature.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-var-len-feature.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-variable-aggregation.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-variable-scope.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-variable-synchronization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-variable.-save-slice-info.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-variable.-save-slice-info.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.-variable.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.-whole-file-reader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.-whole-file-reader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.app.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.app.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.bitwise.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.bitwise.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.compat.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.constant_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.constant_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.data.-dataset.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.data.-dataset.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.data.-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.-fixed-length-record-dataset.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.data.-fixed-length-record-dataset.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.data.-fixed-length-record-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.-iterator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.-t-f-record-dataset.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.data.-t-f-record-dataset.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.data.-t-f-record-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.-text-line-dataset.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.data.-text-line-dataset.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.data.-text-line-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-checkpoint-input-pipeline-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-csv-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-csv-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-optional.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-random-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-random-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-reducer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-sql-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-sql-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-stats-aggregator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-t-f-record-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.data.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.debugging.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-bernoulli.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-bernoulli.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-beta.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-beta.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-categorical.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-categorical.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-dirichlet-multinomial.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-dirichlet-multinomial.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-dirichlet.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-dirichlet.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-distribution.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-distribution.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-exponential.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-exponential.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-gamma.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-gamma.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-laplace.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-laplace.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-multinomial.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-multinomial.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-normal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-normal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-register-k-l.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-register-k-l.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-reparameterization-type.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-reparameterization-type.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-student-t.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-student-t.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.-uniform.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.-uniform.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.distributions.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.distributions.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.dtypes.-d-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.dtypes.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.errors.-aborted-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-aborted-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-already-exists-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-already-exists-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-cancelled-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-cancelled-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-data-loss-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-data-loss-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-deadline-exceeded-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-deadline-exceeded-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-failed-precondition-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-failed-precondition-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-internal-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-internal-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-invalid-argument-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-invalid-argument-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-not-found-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-not-found-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-op-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-op-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-out-of-range-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-out-of-range-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-permission-denied-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-permission-denied-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-resource-exhausted-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-resource-exhausted-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-unauthenticated-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-unavailable-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-unavailable-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-unimplemented-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-unimplemented-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.-unknown-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.-unknown-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.errors.raise_exception_on_not_ok_status.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.errors.raise_exception_on_not_ok_status.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-baseline-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-baseline-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-best-exporter.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-best-exporter.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-boosted-trees-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-boosted-trees-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-d-n-n-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-d-n-n-linear-combined-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-d-n-n-linear-combined-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-d-n-n-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-eval-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-eval-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-exporter.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-exporter.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-final-exporter.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-final-exporter.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-latest-exporter.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-latest-exporter.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-linear-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-linear-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-mode-keys.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-mode-keys.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-run-config.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-train-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-train-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-vocab-info.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.estimator.-warm-start-settings.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.-warm-start-settings.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-classification-output.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-classification-output.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-export-output.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-export-output.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-export-output.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-export-output.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-predict-output.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-predict-output.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-predict-output.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-predict-output.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-regression-output.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-regression-output.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-regression-output.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-regression-output.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-serving-input-receiver.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-serving-input-receiver.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-tensor-serving-input-receiver.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.-tensor-serving-input-receiver.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.export.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.export.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.inputs.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.inputs.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.estimator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.estimator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.feature_column.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.gfile.-fast-g-file.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.gfile.-fast-g-file.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.gfile.-g-file.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.gfile.-g-file.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.gfile.-open.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.gfile.-open.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.gfile.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.gfile.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.glorot_normal_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.glorot_uniform_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.graph_util.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.image.-resize-method.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.image.-resize-method.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.image.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.initializers.constant.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.constant.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.glorot_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.initializers.glorot_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.initializers.identity.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.identity.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.ones.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.ones.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.orthogonal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.orthogonal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.initializers.random_normal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.random_normal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.random_uniform.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.random_uniform.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.truncated_normal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.truncated_normal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.uniform_unit_scaling.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.uniform_unit_scaling.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.initializers.variance_scaling.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.initializers.zeros.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.initializers.zeros.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.io.-fixed-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-fixed-len-sequence-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-padding-f-i-f-o-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-priority-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-queue-base.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-random-shuffle-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-sparse-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-t-f-record-compression-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-t-f-record-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-t-f-record-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.-var-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.io.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.-model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.-sequential.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.activations.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.backend.name_scope.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.backend.name_scope.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.backend.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-base-logger.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-base-logger.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-c-s-v-logger.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-c-s-v-logger.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-callback.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-callback.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-early-stopping.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-history.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-history.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-lambda-callback.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-lambda-callback.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-learning-rate-scheduler.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-learning-rate-scheduler.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-model-checkpoint.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-model-checkpoint.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-progbar-logger.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-progbar-logger.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-remote-monitor.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-remote-monitor.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-tensor-board.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.-terminate-on-na-n.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.-terminate-on-na-n.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.callbacks.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.callbacks.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.-constraint.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.-constraint.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.-max-norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.-max-norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.-min-max-norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.-min-max-norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.-non-neg.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.-non-neg.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.-unit-norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.-unit-norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.max_norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.max_norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.min_max_norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.min_max_norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.non_neg.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.non_neg.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.constraints.unit_norm.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.constraints.unit_norm.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.boston_housing.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.boston_housing.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.cifar10.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.cifar10.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.cifar100.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.cifar100.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.fashion_mnist.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.fashion_mnist.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.imdb.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.imdb.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.mnist.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.mnist.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.datasets.reuters.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.datasets.reuters.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.estimator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.estimator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-constant.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-constant.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-identity.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-identity.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-ones.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-ones.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-orthogonal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-orthogonal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-random-normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-random-uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-truncated-normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-variance-scaling.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.-zeros.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.-zeros.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.constant.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.constant.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.glorot_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.glorot_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.identity.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.identity.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.ones.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.ones.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.orthogonal.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.orthogonal.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.random_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.random_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.truncated_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.initializers.zeros.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.initializers.zeros.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-activation.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-activity-regularization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-add.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-alpha-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-average.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-avg-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-avg-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-avg-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-batch-normalization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-bidirectional.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-concatenate.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv-l-s-t-m2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-conv3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-convolution1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-convolution2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-convolution2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-convolution3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-convolution3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-cropping1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-cropping2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-cropping3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-cu-d-n-n-g-r-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-cu-d-n-n-l-s-t-m.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-dense.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-depthwise-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-dot.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-e-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-embedding.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-flatten.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-g-r-u-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-g-r-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-gaussian-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-gaussian-noise.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-avg-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-avg-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-avg-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-global-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-input-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-input-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.layers.-input-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-l-s-t-m.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-lambda.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-leaky-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-locally-connected1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-locally-connected2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-masking.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-maximum.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-minimum.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-multiply.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-p-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-permute.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-r-n-n.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-repeat-vector.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-reshape.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-separable-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-separable-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-separable-convolution1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-separable-convolution2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-simple-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-simple-r-n-n.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-softmax.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-spatial-dropout1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-spatial-dropout2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-spatial-dropout3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-stacked-r-n-n-cells.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-subtract.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-thresholded-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-time-distributed.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-up-sampling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-up-sampling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-up-sampling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-zero-padding1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-zero-padding2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.-zero-padding3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.layers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.losses.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.losses.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.metrics.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.models.-model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.models.-sequential.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.models.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-adadelta.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-adadelta.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-adagrad.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-adagrad.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-adam.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-adam.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-adamax.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-adamax.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-nadam.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-nadam.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-r-m-sprop.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-r-m-sprop.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.-s-g-d.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.-s-g-d.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.optimizers.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.optimizers.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.regularizers.-l1-l2.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.regularizers.-l1-l2.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.regularizers.-regularizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.regularizers.-regularizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.regularizers.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.regularizers.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-custom-object-scope.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-custom-object-scope.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-generator-enqueuer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-generator-enqueuer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-h-d-f5-matrix.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-h-d-f5-matrix.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-ordered-enqueuer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-progbar.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-progbar.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-sequence-enqueuer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-sequence-enqueuer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.-sequence.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.utils.-sequence.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.utils.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.keras.wrappers.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.wrappers.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.keras.wrappers.scikit_learn.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.keras.wrappers.scikit_learn.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.layers.-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-batch-normalization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-conv2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-conv3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-conv3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-dense.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-flatten.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-input-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.layers.-input-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.layers.-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-separable-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.-separable-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.layers.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.layers.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-block-diag.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-block-diag.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-block-diag.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-block-diag.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant2-d.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant2-d.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant2-d.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant2-d.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant3-d.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant3-d.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-circulant3-d.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-circulant3-d.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-composition.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-composition.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-composition.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-composition.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-diag.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-diag.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-diag.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-diag.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-full-matrix.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-full-matrix.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-full-matrix.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-full-matrix.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-identity.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-identity.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-identity.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-identity.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-kronecker.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-kronecker.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-kronecker.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-kronecker.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-low-rank-update.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-low-rank-update.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-low-rank-update.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-low-rank-update.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-lower-triangular.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-lower-triangular.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-lower-triangular.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-lower-triangular.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-scaled-identity.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-scaled-identity.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-scaled-identity.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator-scaled-identity.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-zeros.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator-zeros.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator.__metaclass__.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator.__metaclass__.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.-linear-operator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.linalg.-linear-operator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.linalg.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.logging.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.logging.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.losses.-reduction.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.losses.-reduction.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.losses.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.losses.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.manip.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.math.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.metrics.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.metrics.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.name_scope.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.name_scope.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.nn.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-basic-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-basic-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-device-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-dropout-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-g-r-u-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-l-s-t-m-state-tuple.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.-l-s-t-m-state-tuple.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-multi-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.-residual-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.nn.rnn_cell.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.nn.rnn_cell.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.ones_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.ones_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.orthogonal_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.orthogonal_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-advice-proto.-checker.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-advice-proto.-checker.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-advice-proto.-checkers-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-advice-proto.-checkers-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-advice-proto.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-advice-proto.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-graph-node-proto.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-graph-node-proto.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-multi-graph-node-proto.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-multi-graph-node-proto.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-op-log-proto.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-op-log-proto.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-profile-option-builder.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-profile-option-builder.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.-profiler.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.-profiler.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.profiler.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.profiler.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.python_io.-t-f-record-compression-type.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.python_io.-t-f-record-compression-type.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.python_io.-t-f-record-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.python_io.-t-f-record-writer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.python_io.-t-f-record-writer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.python_io.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.python_io.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.quantization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.random.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.random_normal_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.random_normal_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.random_uniform_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.random_uniform_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.resource_loader.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.resource_loader.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.-builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.builder.-saved-model-builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.builder.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.builder.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.constants.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.constants.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.loader.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.main_op.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.main_op.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.signature_constants.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.signature_constants.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.signature_def_utils.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.signature_def_utils.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.tag_constants.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.tag_constants.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.saved_model.utils.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.saved_model.utils.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.sets.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.sets.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.sparse.-sparse-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.sparse.-sparse-tensor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.sparse.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.spectral.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.strings.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.summary.-event.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-event.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-file-writer-cache.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-file-writer-cache.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-file-writer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-file-writer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-session-log.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-session-log.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-summary-description.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-summary-description.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-summary.-audio.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-summary.-audio.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-summary.-image.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-summary.-image.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-summary.-value.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-summary.-value.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-summary.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-summary.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.-tagged-run-metadata.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.summary.-tagged-run-metadata.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.summary.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.sysconfig.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.sysconfig.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.test.-benchmark.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.test.-benchmark.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.test.-stub-out-for-testing.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.test.-stub-out-for-testing.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.test.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.test.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-adadelta-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-adadelta-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-adagrad-d-a-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-adagrad-d-a-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-adagrad-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-adagrad-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-adam-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-adam-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-bytes-list.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-bytes-list.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-checkpoint-saver-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-checkpoint-saver-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-checkpoint-saver-listener.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-checkpoint-saver-listener.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-checkpoint.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.train.-chief-session-creator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-chief-session-creator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-cluster-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-cluster-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-cluster-spec.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-cluster-spec.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-coordinator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-coordinator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-example.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-example.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-exponential-moving-average.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-exponential-moving-average.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-feature-list.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-feature-list.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-feature-lists.-feature-list-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-feature-lists.-feature-list-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-feature-lists.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-feature-lists.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-feature.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-feature.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-features.-feature-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-features.-feature-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-features.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-features.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-feed-fn-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-feed-fn-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-final-ops-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-final-ops-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-float-list.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-float-list.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-ftrl-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-ftrl-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-global-step-waiter-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-global-step-waiter-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-gradient-descent-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-gradient-descent-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-int64-list.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-int64-list.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-job-def.-tasks-entry.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-job-def.-tasks-entry.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-job-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-job-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-logging-tensor-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-logging-tensor-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-looper-thread.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-looper-thread.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-momentum-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-momentum-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-monitored-session.-step-context.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-monitored-session.-step-context.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-monitored-session.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-monitored-session.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-nan-loss-during-training-error.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-nan-loss-during-training-error.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-nan-tensor-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-nan-tensor-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-profiler-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-profiler-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-proximal-adagrad-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-proximal-adagrad-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-proximal-gradient-descent-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-proximal-gradient-descent-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-queue-runner.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-queue-runner.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-r-m-s-prop-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-r-m-s-prop-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-saver-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-saver-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-saver.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-saver.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-scaffold.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-scaffold.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-second-or-step-timer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-second-or-step-timer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-sequence-example.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-sequence-example.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-server-def.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-server-def.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-server.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-server.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-creator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-creator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-manager.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-manager.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-run-args.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-run-args.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-run-context.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-run-context.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-run-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-run-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-session-run-values.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-session-run-values.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-singular-monitored-session.-step-context.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-singular-monitored-session.-step-context.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-singular-monitored-session.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-singular-monitored-session.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-step-counter-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-step-counter-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-stop-at-step-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-stop-at-step-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-summary-saver-hook.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-summary-saver-hook.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-supervisor.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-supervisor.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-sync-replicas-optimizer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-sync-replicas-optimizer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.-vocab-info.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.train.-worker-session-creator.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.-worker-session-creator.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.train.queue_runner.-queue-runner.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.queue_runner.-queue-runner.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.train.queue_runner.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.train.queue_runner.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.truncated_normal_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.truncated_normal_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.uniform_unit_scaling_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.uniform_unit_scaling_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.variable_scope.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.variable_scope.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v1/tensorflow.variance_scaling_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v1/tensorflow.zeros_initializer.pbtxt [moved from tensorflow/tools/api/golden/tensorflow.zeros_initializer.pbtxt with 100% similarity]
tensorflow/tools/api/golden/v2/tensorflow.-aggregation-method.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-attr-value.-list-value.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-attr-value.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-conditional-accumulator-base.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-config-proto.-device-count-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-config-proto.-experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-config-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-d-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-device-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-dimension.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-event.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-f-i-f-o-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-fixed-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-fixed-len-sequence-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-g-p-u-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-gradient-tape.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-graph-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-graph-keys.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-graph-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-graph.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-histogram-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-indexed-slices.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-interactive-session.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-log-message.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-meta-graph-def.-collection-def-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-meta-graph-def.-meta-info-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-meta-graph-def.-signature-def-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-meta-graph-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-name-attr-list.-attr-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-name-attr-list.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-node-def.-attr-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-node-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-op-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-operation.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-optimizer-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-padding-f-i-f-o-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-priority-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-queue-base.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-random-shuffle-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-register-gradient.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-run-metadata.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-run-options.-experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-run-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-session-log.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-session.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-sparse-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-sparse-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-sparse-tensor-value.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-sparse-tensor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary-metadata.-plugin-data.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary-metadata.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary.-audio.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary.-image.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary.-value.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-summary.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-tensor-array.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-tensor-info.-coo-sparse.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-tensor-info.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-tensor-shape.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-tensor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-var-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-variable-aggregation.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.-variable-synchronization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.app.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.bitwise.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.compat.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.constant_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-fixed-length-record-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-fixed-length-record-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-iterator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-t-f-record-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-t-f-record-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-text-line-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.-text-line-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-checkpoint-input-pipeline-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-csv-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-csv-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-optional.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-random-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-random-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-reducer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-sql-dataset.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-sql-dataset.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-stats-aggregator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.-t-f-record-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.experimental.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.data.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.debugging.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-bernoulli.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-beta.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-categorical.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-dirichlet-multinomial.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-dirichlet.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-distribution.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-exponential.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-gamma.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-laplace.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-multinomial.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-register-k-l.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-reparameterization-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-student-t.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.-uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.distributions.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.dtypes.-d-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.dtypes.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-aborted-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-already-exists-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-cancelled-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-data-loss-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-deadline-exceeded-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-failed-precondition-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-internal-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-invalid-argument-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-not-found-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-op-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-out-of-range-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-permission-denied-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-resource-exhausted-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-unauthenticated-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-unavailable-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-unimplemented-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.-unknown-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.errors.raise_exception_on_not_ok_status.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-baseline-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-baseline-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-best-exporter.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-boosted-trees-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-boosted-trees-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-d-n-n-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-d-n-n-linear-combined-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-d-n-n-linear-combined-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-d-n-n-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-eval-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-exporter.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-final-exporter.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-latest-exporter.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-linear-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-linear-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-mode-keys.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-run-config.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-train-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-vocab-info.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.-warm-start-settings.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-classification-output.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-classification-output.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-export-output.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-export-output.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-predict-output.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-predict-output.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-regression-output.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-regression-output.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-serving-input-receiver.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.-tensor-serving-input-receiver.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.export.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.inputs.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.estimator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.feature_column.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.gfile.-fast-g-file.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.gfile.-g-file.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.gfile.-open.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.gfile.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.glorot_normal_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.glorot_uniform_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.graph_util.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.image.-resize-method.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.image.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.constant.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.glorot_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.glorot_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.identity.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.ones.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.orthogonal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.random_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.random_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.truncated_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.uniform_unit_scaling.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.variance_scaling.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.initializers.zeros.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-fixed-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-fixed-len-sequence-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-padding-f-i-f-o-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-priority-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-queue-base.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-random-shuffle-queue.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-sparse-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-t-f-record-compression-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-t-f-record-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-t-f-record-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.-var-len-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.io.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.-model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.-sequential.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.activations.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.backend.name_scope.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.backend.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-base-logger.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-c-s-v-logger.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-callback.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-early-stopping.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-history.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-lambda-callback.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-learning-rate-scheduler.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-model-checkpoint.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-progbar-logger.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-remote-monitor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-tensor-board.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.-terminate-on-na-n.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.callbacks.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.-constraint.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.-max-norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.-min-max-norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.-non-neg.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.-unit-norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.max_norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.min_max_norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.non_neg.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.constraints.unit_norm.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.boston_housing.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.cifar10.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.cifar100.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.fashion_mnist.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.imdb.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.mnist.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.datasets.reuters.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.estimator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-constant.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-identity.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-ones.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-orthogonal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-random-normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-random-uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-truncated-normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-variance-scaling.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.-zeros.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.constant.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.glorot_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.glorot_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.identity.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.ones.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.orthogonal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.random_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.random_uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.truncated_normal.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.uniform.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.initializers.zeros.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-activation.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-activity-regularization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-add.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-alpha-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-average.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-avg-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-avg-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-avg-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-batch-normalization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-bidirectional.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-concatenate.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv-l-s-t-m2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-conv3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-convolution1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-convolution2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-convolution2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-convolution3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-convolution3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-cropping1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-cropping2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-cropping3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-cu-d-n-n-g-r-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-cu-d-n-n-l-s-t-m.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-dense.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-depthwise-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-dot.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-e-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-embedding.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-flatten.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-g-r-u-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-g-r-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-gaussian-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-gaussian-noise.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-avg-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-avg-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-avg-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-global-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-input-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-input-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-l-s-t-m.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-lambda.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-leaky-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-locally-connected1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-locally-connected2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-masking.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pool1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pool2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pool3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-maximum.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-minimum.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-multiply.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-p-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-permute.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-r-n-n.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-repeat-vector.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-reshape.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-separable-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-separable-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-separable-convolution1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-separable-convolution2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-simple-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-simple-r-n-n.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-softmax.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-spatial-dropout1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-spatial-dropout2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-spatial-dropout3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-stacked-r-n-n-cells.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-subtract.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-thresholded-re-l-u.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-time-distributed.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-up-sampling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-up-sampling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-up-sampling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-zero-padding1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-zero-padding2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.-zero-padding3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.layers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.losses.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.metrics.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.models.-model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.models.-sequential.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.models.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-adadelta.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-adagrad.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-adam.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-adamax.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-nadam.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-r-m-sprop.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.-s-g-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.optimizers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.regularizers.-l1-l2.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.regularizers.-regularizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.regularizers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-custom-object-scope.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-generator-enqueuer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-h-d-f5-matrix.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-ordered-enqueuer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-progbar.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-sequence-enqueuer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.-sequence.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.utils.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.wrappers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.keras.wrappers.scikit_learn.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-average-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-average-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-average-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-batch-normalization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-conv2-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-conv3-d-transpose.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-conv3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-dense.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-dropout.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-flatten.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-input-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-layer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-max-pooling1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-max-pooling2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-max-pooling3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-separable-conv1-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.-separable-conv2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.layers.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-block-diag.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-block-diag.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant2-d.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant2-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant3-d.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-circulant3-d.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-composition.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-composition.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-diag.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-diag.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-full-matrix.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-full-matrix.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-identity.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-identity.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-kronecker.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-kronecker.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-low-rank-update.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-low-rank-update.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-lower-triangular.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-lower-triangular.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-scaled-identity.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-scaled-identity.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-zeros.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator-zeros.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator.__metaclass__.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.-linear-operator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.linalg.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.logging.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.losses.-reduction.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.losses.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.manip.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.math.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.metrics.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.name_scope.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-basic-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-device-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-dropout-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-g-r-u-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-l-s-t-m-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-l-s-t-m-state-tuple.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-multi-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-r-n-n-cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.-residual-wrapper.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.nn.rnn_cell.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.ones_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.orthogonal_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-advice-proto.-checker.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-advice-proto.-checkers-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-advice-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-graph-node-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-multi-graph-node-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-op-log-proto.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-profile-option-builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.-profiler.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.profiler.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.python_io.-t-f-record-compression-type.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.python_io.-t-f-record-options.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.python_io.-t-f-record-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.python_io.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.quantization.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.random.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.random_normal_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.random_uniform_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.resource_loader.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.-builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.builder.-saved-model-builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.builder.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.constants.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.loader.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.main_op.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.signature_constants.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.signature_def_utils.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.tag_constants.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.saved_model.utils.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.sets.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.sparse.-sparse-conditional-accumulator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.sparse.-sparse-tensor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.sparse.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.spectral.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.strings.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-event.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-file-writer-cache.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-file-writer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-session-log.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-summary-description.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-summary.-audio.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-summary.-image.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-summary.-value.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-summary.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.-tagged-run-metadata.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.summary.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.sysconfig.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.test.-benchmark.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.test.-stub-out-for-testing.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.test.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-adadelta-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-adagrad-d-a-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-adagrad-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-adam-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-bytes-list.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-checkpoint-saver-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-checkpoint-saver-listener.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-checkpoint.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-chief-session-creator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-cluster-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-cluster-spec.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-coordinator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-example.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-exponential-moving-average.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-feature-list.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-feature-lists.-feature-list-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-feature-lists.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-feature.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-features.-feature-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-features.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-feed-fn-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-final-ops-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-float-list.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-ftrl-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-global-step-waiter-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-gradient-descent-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-int64-list.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-job-def.-tasks-entry.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-job-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-logging-tensor-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-looper-thread.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-momentum-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-monitored-session.-step-context.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-monitored-session.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-nan-loss-during-training-error.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-nan-tensor-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-profiler-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-proximal-adagrad-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-proximal-gradient-descent-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-r-m-s-prop-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-saver-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-saver.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-scaffold.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-second-or-step-timer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-sequence-example.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-server-def.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-server.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-creator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-manager.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-run-args.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-run-context.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-run-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-session-run-values.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-singular-monitored-session.-step-context.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-singular-monitored-session.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-step-counter-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-stop-at-step-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-summary-saver-hook.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-supervisor.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-sync-replicas-optimizer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-vocab-info.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.-worker-session-creator.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.train.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.truncated_normal_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.uniform_unit_scaling_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.variance_scaling_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/v2/tensorflow.zeros_initializer.pbtxt [new file with mode: 0644]
tensorflow/tools/api/lib/python_object_to_proto_visitor.py
tensorflow/tools/api/tests/BUILD
tensorflow/tools/api/tests/api_compatibility_test.py
tensorflow/tools/benchmark/README.md
tensorflow/tools/ci_build/Dockerfile.android
tensorflow/tools/ci_build/Dockerfile.cmake
tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le [new file with mode: 0644]
tensorflow/tools/ci_build/Dockerfile.gpu
tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le [new file with mode: 0644]
tensorflow/tools/ci_build/Dockerfile.rbe.cpu
tensorflow/tools/ci_build/Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 [new file with mode: 0644]
tensorflow/tools/ci_build/Dockerfile.rbe.gpu
tensorflow/tools/ci_build/Dockerfile.rocm [new file with mode: 0644]
tensorflow/tools/ci_build/README.md
tensorflow/tools/ci_build/builds/android.sh
tensorflow/tools/ci_build/builds/configured
tensorflow/tools/ci_build/builds/docker_test.sh
tensorflow/tools/ci_build/builds/pip.sh
tensorflow/tools/ci_build/builds/run_pip_tests.sh
tensorflow/tools/ci_build/builds/with_the_same_user
tensorflow/tools/ci_build/ci_build.sh
tensorflow/tools/ci_build/ci_parameterized_build.sh
tensorflow/tools/ci_build/ci_sanity.sh
tensorflow/tools/ci_build/copy_binary.py
tensorflow/tools/ci_build/gpu_build/parallel_gpu_execute.sh
tensorflow/tools/ci_build/install/install_auditwheel.sh
tensorflow/tools/ci_build/install/install_bazel.sh
tensorflow/tools/ci_build/install/install_bazel_from_source.sh [new file with mode: 0755]
tensorflow/tools/ci_build/install/install_buildifier_from_source.sh [new file with mode: 0755]
tensorflow/tools/ci_build/install/install_deb_packages.sh
tensorflow/tools/ci_build/install/install_golang_ppc64le.sh [new file with mode: 0755]
tensorflow/tools/ci_build/install/install_hdf5_ppc64le.sh [new file with mode: 0755]
tensorflow/tools/ci_build/install/install_openblas_ppc64le.sh [new file with mode: 0755]
tensorflow/tools/ci_build/install/install_pip_packages.sh
tensorflow/tools/ci_build/install/install_proto3.sh
tensorflow/tools/ci_build/install/install_python3.5_pip_packages.sh
tensorflow/tools/ci_build/install/install_python3.6_pip_packages.sh
tensorflow/tools/ci_build/linux/cpu/run_cc_core.sh
tensorflow/tools/ci_build/linux/cpu/run_mkl.sh
tensorflow/tools/ci_build/linux/cpu/run_py2_core.sh
tensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh
tensorflow/tools/ci_build/linux/cpu/run_py3_core.sh
tensorflow/tools/ci_build/linux/gpu/run_mkl.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/libtensorflow.sh
tensorflow/tools/ci_build/linux/libtensorflow_cpu.sh
tensorflow/tools/ci_build/linux/libtensorflow_docker.sh
tensorflow/tools/ci_build/linux/libtensorflow_rocm.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/mkl/basic-mkl-gpu-test.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/mkl/basic-mkl-test.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/mkl/build-dev-container.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/ppc64le/cpu/run_py2.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/ppc64le/cpu/run_py3.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/ppc64le/gpu/run_py2.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/ppc64le/gpu/run_py3.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/rocm/run_cc_core.sh [new file with mode: 0755]
tensorflow/tools/ci_build/linux/rocm/run_py3_core.sh [new file with mode: 0755]
tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh
tensorflow/tools/ci_build/osx/libtensorflow_cpu.sh
tensorflow/tools/ci_build/osx/libtensorflow_gpu.sh
tensorflow/tools/ci_build/osx/libtensorflow_rocm.sh [new file with mode: 0755]
tensorflow/tools/ci_build/pi/build_raspberry_pi.sh
tensorflow/tools/ci_build/update_version.py
tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
tensorflow/tools/ci_build/windows/bazel/common_env.sh
tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh
tensorflow/tools/ci_build/windows/gpu/cmake/run_build.bat
tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh
tensorflow/tools/ci_build/windows/libtensorflow_cpu.sh
tensorflow/tools/ci_build/xla/linux/rocm/run_py3.sh [new file with mode: 0755]
tensorflow/tools/common/public_api.py
tensorflow/tools/compatibility/BUILD
tensorflow/tools/compatibility/ast_edits.py [new file with mode: 0644]
tensorflow/tools/compatibility/renames_v2.py [new file with mode: 0644]
tensorflow/tools/compatibility/testdata/test_file_v0_11.py
tensorflow/tools/compatibility/testdata/test_file_v1_10.py [new file with mode: 0644]
tensorflow/tools/compatibility/tf_upgrade.py
tensorflow/tools/compatibility/tf_upgrade_test.py
tensorflow/tools/compatibility/tf_upgrade_v2.py [new file with mode: 0644]
tensorflow/tools/compatibility/tf_upgrade_v2_test.py [new file with mode: 0644]
tensorflow/tools/compatibility/update/BUILD [new file with mode: 0644]
tensorflow/tools/compatibility/update/generate_v2_renames_map.py [new file with mode: 0644]
tensorflow/tools/def_file_filter/def_file_filter.py.tpl
tensorflow/tools/def_file_filter/def_file_filter_configure.bzl
tensorflow/tools/dist_test/README.md
tensorflow/tools/dist_test/server/BUILD
tensorflow/tools/docker/Dockerfile
tensorflow/tools/docker/Dockerfile.devel
tensorflow/tools/docker/Dockerfile.devel-cpu-mkl [deleted file]
tensorflow/tools/docker/Dockerfile.devel-gpu
tensorflow/tools/docker/Dockerfile.devel-mkl [new file with mode: 0755]
tensorflow/tools/docker/Dockerfile.devel-mkl-horovod [new file with mode: 0755]
tensorflow/tools/docker/Dockerfile.gpu
tensorflow/tools/docker/Dockerfile.mkl [new file with mode: 0755]
tensorflow/tools/docker/Dockerfile.mkl-horovod [new file with mode: 0755]
tensorflow/tools/docker/README.md
tensorflow/tools/docker/jupyter_notebook_config.py
tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb
tensorflow/tools/docker/parameterized_docker_build.sh
tensorflow/tools/dockerfiles/README.md [new file with mode: 0644]
tensorflow/tools/dockerfiles/assembler.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/assembler.py [new file with mode: 0644]
tensorflow/tools/dockerfiles/bashrc [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/cpu-devel-jupyter.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/cpu-devel.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/cpu-jupyter.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/cpu.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/nvidia-devel-jupyter.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/nvidia-devel.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/nvidia-jupyter.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/dockerfiles/nvidia.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/bazel.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/jupyter.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/nvidia-devel.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/nvidia.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/python.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/shell.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/tensorflow.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/ubuntu-devel.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/partials/ubuntu.partial.Dockerfile [new file with mode: 0644]
tensorflow/tools/dockerfiles/spec.yml [new file with mode: 0644]
tensorflow/tools/docs/BUILD
tensorflow/tools/docs/build_docs_test.py
tensorflow/tools/docs/doc_controls.py [new file with mode: 0644]
tensorflow/tools/docs/doc_controls_test.py [new file with mode: 0644]
tensorflow/tools/docs/doc_generator_visitor.py
tensorflow/tools/docs/doc_generator_visitor_test.py
tensorflow/tools/docs/generate_lib.py
tensorflow/tools/docs/generate_lib_test.py
tensorflow/tools/docs/parser.py
tensorflow/tools/docs/parser_test.py
tensorflow/tools/docs/pretty_docs.py
tensorflow/tools/docs/py_guide_parser.py
tensorflow/tools/git/gen_git_source.py
tensorflow/tools/graph_transforms/fold_constants_lib.cc
tensorflow/tools/graph_transforms/fold_constants_lib.h
tensorflow/tools/graph_transforms/fold_constants_test.cc
tensorflow/tools/graph_transforms/fold_old_batch_norms.cc
tensorflow/tools/graph_transforms/freeze_requantization_ranges.cc
tensorflow/tools/graph_transforms/sparsify_gather_test.cc
tensorflow/tools/graph_transforms/transform_graph.cc
tensorflow/tools/graph_transforms/transform_utils.cc
tensorflow/tools/lib_package/BUILD
tensorflow/tools/pip_package/BUILD
tensorflow/tools/pip_package/MANIFEST.in
tensorflow/tools/pip_package/build_pip_package.sh
tensorflow/tools/pip_package/pip_smoke_test.py
tensorflow/tools/pip_package/setup.py
tensorflow/tools/proto_text/BUILD
tensorflow/tools/proto_text/gen_proto_text_functions.cc
tensorflow/tools/proto_text/gen_proto_text_functions_lib.cc
tensorflow/tools/proto_text/gen_proto_text_functions_lib.h
tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc
tensorflow/tools/quantization/BUILD [deleted file]
tensorflow/tools/quantization/graph_to_dot.py [deleted file]
tensorflow/tools/quantization/quantize_graph.py [deleted file]
tensorflow/tools/quantization/quantize_graph_test.py [deleted file]
tensorflow/tools/test/check_futures_test.py
tensorflow/workspace.bzl [changed mode: 0644->0755]
third_party/android/BUILD [new file with mode: 0644]
third_party/android/android.bzl.tpl [new file with mode: 0644]
third_party/android/android_configure.BUILD.tpl [new file with mode: 0644]
third_party/android/android_configure.bzl [new file with mode: 0644]
third_party/aws.BUILD
third_party/clang_toolchain/cc_configure_clang.bzl
third_party/clang_toolchain/download_clang.bzl
third_party/codegen.BUILD [new file with mode: 0644]
third_party/cub.BUILD
third_party/curl.BUILD
third_party/double_conversion.BUILD
third_party/eigen.BUILD
third_party/eigen3/BUILD
third_party/eigen3/unsupported/Eigen/CXX11/Core [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/NeuralNetworks [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/FixedPointTypes.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/MatMatProduct.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/MatMatProductAVX2.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/MatMatProductNEON.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/MatVecProduct.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX2.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX512.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/TypeCastingAVX2.h
third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/TypeCastingAVX512.h
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Attention.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/BackwardCuboidConvolutions.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/BackwardSpatialConvolutions.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/CuboidConvolution.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Pooling.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/SoftMax.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/SpatialConvolutions.h [deleted file]
third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/TensorConvolutionByFFT.h [deleted file]
third_party/eigen_fix_cuda_compilation.patch [deleted file]
third_party/examples/eager/spinn/spinn.py
third_party/farmhash.BUILD
third_party/fft2d/fft2d.BUILD
third_party/flatbuffers/BUILD
third_party/flatbuffers/BUILD.bazel [new file with mode: 0644]
third_party/flatbuffers/BUILD.system [new file with mode: 0644]
third_party/flatbuffers/build_defs.bzl
third_party/flatbuffers/flatbuffers.BUILD [deleted file]
third_party/flatbuffers/workspace.bzl [new file with mode: 0644]
third_party/gif.BUILD
third_party/googleapis.BUILD [new file with mode: 0644]
third_party/gpus/crosstool/BUILD.tpl
third_party/gpus/crosstool/CROSSTOOL.tpl
third_party/gpus/crosstool/CROSSTOOL_hipcc.tpl [new file with mode: 0644]
third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc.tpl
third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_rocm.tpl [new file with mode: 0755]
third_party/gpus/crosstool/windows/msvc_wrapper_for_nvcc.bat.tpl [new file with mode: 0644]
third_party/gpus/crosstool/windows/msvc_wrapper_for_nvcc.py.tpl [new file with mode: 0644]
third_party/gpus/cuda/BUILD.tpl
third_party/gpus/cuda/BUILD.windows.tpl [new file with mode: 0644]
third_party/gpus/cuda/remote.BUILD.tpl
third_party/gpus/cuda_configure.bzl
third_party/gpus/rocm/BUILD [new file with mode: 0644]
third_party/gpus/rocm/BUILD.tpl [new file with mode: 0644]
third_party/gpus/rocm/build_defs.bzl.tpl [new file with mode: 0644]
third_party/gpus/rocm/rocm_config.h.tpl [new file with mode: 0644]
third_party/gpus/rocm_configure.bzl [new file with mode: 0644]
third_party/hadoop/hdfs.h
third_party/icu/BUILD [new file with mode: 0644]
third_party/icu/BUILD.bazel [new file with mode: 0644]
third_party/icu/workspace.bzl [new file with mode: 0644]
third_party/jemalloc.BUILD [deleted file]
third_party/jpeg/jpeg.BUILD
third_party/jsoncpp.BUILD
third_party/kafka/BUILD
third_party/libxsmm.BUILD
third_party/llvm/llvm.BUILD [deleted file]
third_party/llvm/llvm.autogenerated.BUILD [new file with mode: 0644]
third_party/llvm/llvm.bzl
third_party/lmdb.BUILD
third_party/mkl/BUILD
third_party/mkl/LICENSE [new file with mode: 0644]
third_party/mkl/build_defs.bzl
third_party/mkl_dnn/BUILD
third_party/mkl_dnn/LICENSE [new file with mode: 0644]
third_party/mkl_dnn/build_defs.bzl [new file with mode: 0644]
third_party/mkl_dnn/mkldnn.BUILD
third_party/nanopb.BUILD [new file with mode: 0644]
third_party/nasm.BUILD
third_party/nccl/BUILD [new file with mode: 0644]
third_party/nccl/nccl_configure.bzl
third_party/nccl/remote.BUILD.tpl [new file with mode: 0644]
third_party/nccl/system.BUILD.tpl [new file with mode: 0644]
third_party/ngraph/BUILD [new file with mode: 0644]
third_party/ngraph/LICENSE [new file with mode: 0644]
third_party/ngraph/NGRAPH_LICENSE [new file with mode: 0644]
third_party/ngraph/build_defs.bzl [new file with mode: 0644]
third_party/ngraph/ngraph.BUILD [new file with mode: 0644]
third_party/ngraph/ngraph_tf.BUILD [new file with mode: 0644]
third_party/ngraph/nlohmann_json.BUILD [new file with mode: 0644]
third_party/ngraph/tbb.BUILD [new file with mode: 0644]
third_party/png.BUILD
third_party/py/python_configure.bzl
third_party/repo.bzl
third_party/snappy.BUILD
third_party/sqlite.BUILD
third_party/swig.BUILD
third_party/systemlibs/BUILD [new file with mode: 0644]
third_party/systemlibs/BUILD.tpl [new file with mode: 0644]
third_party/systemlibs/absl_py.BUILD [new file with mode: 0644]
third_party/systemlibs/absl_py.absl.flags.BUILD [new file with mode: 0644]
third_party/systemlibs/absl_py.absl.testing.BUILD [new file with mode: 0644]
third_party/systemlibs/astor.BUILD [new file with mode: 0644]
third_party/systemlibs/boringssl.BUILD [new file with mode: 0644]
third_party/systemlibs/build_defs.bzl.tpl [new file with mode: 0644]
third_party/systemlibs/curl.BUILD [new file with mode: 0644]
third_party/systemlibs/cython.BUILD [new file with mode: 0644]
third_party/systemlibs/double_conversion.BUILD [new file with mode: 0644]
third_party/systemlibs/gast.BUILD [new file with mode: 0644]
third_party/systemlibs/gif.BUILD [new file with mode: 0644]
third_party/systemlibs/google_cloud_cpp.BUILD [new file with mode: 0644]
third_party/systemlibs/google_cloud_cpp.google.cloud.bigtable.BUILD [new file with mode: 0644]
third_party/systemlibs/googleapis.BUILD [new file with mode: 0644]
third_party/systemlibs/grpc.BUILD [new file with mode: 0644]
third_party/systemlibs/jpeg.BUILD [new file with mode: 0644]
third_party/systemlibs/jsoncpp.BUILD [new file with mode: 0644]
third_party/systemlibs/lmdb.BUILD [new file with mode: 0644]
third_party/systemlibs/nasm.BUILD [new file with mode: 0644]
third_party/systemlibs/nsync.BUILD [new file with mode: 0644]
third_party/systemlibs/pcre.BUILD [new file with mode: 0644]
third_party/systemlibs/png.BUILD [new file with mode: 0644]
third_party/systemlibs/re2.BUILD [new file with mode: 0644]
third_party/systemlibs/six.BUILD [new file with mode: 0644]
third_party/systemlibs/snappy.BUILD [new file with mode: 0644]
third_party/systemlibs/sqlite.BUILD [new file with mode: 0644]
third_party/systemlibs/swig.BUILD [new file with mode: 0644]
third_party/systemlibs/syslibs_configure.bzl [new file with mode: 0644]
third_party/systemlibs/termcolor.BUILD [new file with mode: 0644]
third_party/systemlibs/zlib.BUILD [new file with mode: 0644]
third_party/toolchains/BUILD [new file with mode: 0644]
third_party/toolchains/clang6/CROSSTOOL.tpl
third_party/toolchains/cpus/py/BUILD
third_party/toolchains/cpus/py3/BUILD
third_party/toolchains/gpus/crosstool/BUILD
third_party/toolchains/gpus/crosstool/CROSSTOOL
third_party/toolchains/gpus/cuda/BUILD
third_party/toolchains/gpus/cuda/build_defs.bzl
third_party/toolchains/gpus/cuda/cuda/cuda_config.h
third_party/toolchains/gpus/py/BUILD
third_party/toolchains/preconfig/ubuntu14.04/cuda9.0-cudnn7/WORKSPACE [new file with mode: 0644]
third_party/toolchains/preconfig/ubuntu14.04/cuda9.0-cudnn7/cuda/BUILD [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/cuda9.0-cudnn7/cuda/build_defs.bzl [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/cuda9.0-cudnn7/cuda/cuda/cuda_config.h [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/BUILD [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/CROSSTOOL [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/clang/bin/crosstool_wrapper_driver_is_not_gcc [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/windows/msvc_wrapper_for_nvcc.bat [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/windows/msvc_wrapper_for_nvcc.py [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/nccl2/BUILD [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/nccl2/WORKSPACE [new file with mode: 0644]
third_party/toolchains/preconfig/ubuntu14.04/py3/BUILD [new file with mode: 0755]
third_party/toolchains/preconfig/ubuntu14.04/py3/WORKSPACE [new file with mode: 0644]
third_party/zlib.BUILD
tools/bazel.rc