add TF parser support
authorInki Dae <inki.dae@samsung.com>
Tue, 18 Dec 2018 08:50:34 +0000 (17:50 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 29 Jun 2020 07:08:07 +0000 (16:08 +0900)
commitc37a5e9292608e1df25d641df9c55f841af21820
tree69f44329581cf596a986707d2ff864a4b71df350
parent349765997b5fcba709b4a6cfcf357c0208192c18
add TF parser support

Change-Id: Iba09005cb6249f7411319fc7265bad500ceb57e2
Signed-off-by: Inki Dae <inki.dae@samsung.com>
142 files changed:
packaging/armnn.spec
tensorflow/core/framework/allocation_description.pb.cc [new file with mode: 0644]
tensorflow/core/framework/allocation_description.pb.h [new file with mode: 0644]
tensorflow/core/framework/allocation_description.proto [new file with mode: 0644]
tensorflow/core/framework/api_def.pb.cc [new file with mode: 0644]
tensorflow/core/framework/api_def.pb.h [new file with mode: 0644]
tensorflow/core/framework/api_def.proto [new file with mode: 0644]
tensorflow/core/framework/attr_value.pb.cc [new file with mode: 0644]
tensorflow/core/framework/attr_value.pb.h [new file with mode: 0644]
tensorflow/core/framework/attr_value.proto [new file with mode: 0644]
tensorflow/core/framework/cost_graph.pb.cc [new file with mode: 0644]
tensorflow/core/framework/cost_graph.pb.h [new file with mode: 0644]
tensorflow/core/framework/cost_graph.proto [new file with mode: 0644]
tensorflow/core/framework/device_attributes.pb.cc [new file with mode: 0644]
tensorflow/core/framework/device_attributes.pb.h [new file with mode: 0644]
tensorflow/core/framework/device_attributes.proto [new file with mode: 0644]
tensorflow/core/framework/function.pb.cc [new file with mode: 0644]
tensorflow/core/framework/function.pb.h [new file with mode: 0644]
tensorflow/core/framework/function.proto [new file with mode: 0644]
tensorflow/core/framework/graph.pb.cc [new file with mode: 0644]
tensorflow/core/framework/graph.pb.h [new file with mode: 0644]
tensorflow/core/framework/graph.proto [new file with mode: 0644]
tensorflow/core/framework/graph_transfer_info.pb.cc [new file with mode: 0644]
tensorflow/core/framework/graph_transfer_info.pb.h [new file with mode: 0644]
tensorflow/core/framework/graph_transfer_info.proto [new file with mode: 0644]
tensorflow/core/framework/iterator.pb.cc [new file with mode: 0644]
tensorflow/core/framework/iterator.pb.h [new file with mode: 0644]
tensorflow/core/framework/iterator.proto [new file with mode: 0644]
tensorflow/core/framework/kernel_def.pb.cc [new file with mode: 0644]
tensorflow/core/framework/kernel_def.pb.h [new file with mode: 0644]
tensorflow/core/framework/kernel_def.proto [new file with mode: 0644]
tensorflow/core/framework/log_memory.pb.cc [new file with mode: 0644]
tensorflow/core/framework/log_memory.pb.h [new file with mode: 0644]
tensorflow/core/framework/log_memory.proto [new file with mode: 0644]
tensorflow/core/framework/node_def.pb.cc [new file with mode: 0644]
tensorflow/core/framework/node_def.pb.h [new file with mode: 0644]
tensorflow/core/framework/node_def.proto [new file with mode: 0644]
tensorflow/core/framework/op_def.pb.cc [new file with mode: 0644]
tensorflow/core/framework/op_def.pb.h [new file with mode: 0644]
tensorflow/core/framework/op_def.proto [new file with mode: 0644]
tensorflow/core/framework/reader_base.pb.cc [new file with mode: 0644]
tensorflow/core/framework/reader_base.pb.h [new file with mode: 0644]
tensorflow/core/framework/reader_base.proto [new file with mode: 0644]
tensorflow/core/framework/remote_fused_graph_execute_info.pb.cc [new file with mode: 0644]
tensorflow/core/framework/remote_fused_graph_execute_info.pb.h [new file with mode: 0644]
tensorflow/core/framework/remote_fused_graph_execute_info.proto [new file with mode: 0644]
tensorflow/core/framework/resource_handle.pb.cc [new file with mode: 0644]
tensorflow/core/framework/resource_handle.pb.h [new file with mode: 0644]
tensorflow/core/framework/resource_handle.proto [new file with mode: 0644]
tensorflow/core/framework/step_stats.pb.cc [new file with mode: 0644]
tensorflow/core/framework/step_stats.pb.h [new file with mode: 0644]
tensorflow/core/framework/step_stats.proto [new file with mode: 0644]
tensorflow/core/framework/summary.pb.cc [new file with mode: 0644]
tensorflow/core/framework/summary.pb.h [new file with mode: 0644]
tensorflow/core/framework/summary.proto [new file with mode: 0644]
tensorflow/core/framework/tensor.pb.cc [new file with mode: 0644]
tensorflow/core/framework/tensor.pb.h [new file with mode: 0644]
tensorflow/core/framework/tensor.proto [new file with mode: 0644]
tensorflow/core/framework/tensor_description.pb.cc [new file with mode: 0644]
tensorflow/core/framework/tensor_description.pb.h [new file with mode: 0644]
tensorflow/core/framework/tensor_description.proto [new file with mode: 0644]
tensorflow/core/framework/tensor_shape.pb.cc [new file with mode: 0644]
tensorflow/core/framework/tensor_shape.pb.h [new file with mode: 0644]
tensorflow/core/framework/tensor_shape.proto [new file with mode: 0644]
tensorflow/core/framework/tensor_slice.pb.cc [new file with mode: 0644]
tensorflow/core/framework/tensor_slice.pb.h [new file with mode: 0644]
tensorflow/core/framework/tensor_slice.proto [new file with mode: 0644]
tensorflow/core/framework/types.pb.cc [new file with mode: 0644]
tensorflow/core/framework/types.pb.h [new file with mode: 0644]
tensorflow/core/framework/types.proto [new file with mode: 0644]
tensorflow/core/framework/variable.pb.cc [new file with mode: 0644]
tensorflow/core/framework/variable.pb.h [new file with mode: 0644]
tensorflow/core/framework/variable.proto [new file with mode: 0644]
tensorflow/core/framework/versions.pb.cc [new file with mode: 0644]
tensorflow/core/framework/versions.pb.h [new file with mode: 0644]
tensorflow/core/framework/versions.proto [new file with mode: 0644]
tensorflow/core/lib/core/error_codes.pb.cc [new file with mode: 0644]
tensorflow/core/lib/core/error_codes.pb.h [new file with mode: 0644]
tensorflow/core/lib/core/error_codes.proto [new file with mode: 0644]
tensorflow/core/protobuf/checkpointable_object_graph.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/checkpointable_object_graph.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/checkpointable_object_graph.proto [new file with mode: 0644]
tensorflow/core/protobuf/cluster.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/cluster.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/cluster.proto [new file with mode: 0644]
tensorflow/core/protobuf/config.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/config.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/config.proto [new file with mode: 0644]
tensorflow/core/protobuf/control_flow.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/control_flow.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/control_flow.proto [new file with mode: 0644]
tensorflow/core/protobuf/critical_section.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/critical_section.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/critical_section.proto [new file with mode: 0644]
tensorflow/core/protobuf/debug.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/debug.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/debug.proto [new file with mode: 0644]
tensorflow/core/protobuf/device_properties.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/device_properties.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/device_properties.proto [new file with mode: 0644]
tensorflow/core/protobuf/eager_service.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/eager_service.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/eager_service.proto [new file with mode: 0644]
tensorflow/core/protobuf/master.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/master.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/master.proto [new file with mode: 0644]
tensorflow/core/protobuf/master_service.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/master_service.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/master_service.proto [new file with mode: 0644]
tensorflow/core/protobuf/meta_graph.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/meta_graph.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/meta_graph.proto [new file with mode: 0644]
tensorflow/core/protobuf/named_tensor.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/named_tensor.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/named_tensor.proto [new file with mode: 0644]
tensorflow/core/protobuf/queue_runner.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/queue_runner.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/queue_runner.proto [new file with mode: 0644]
tensorflow/core/protobuf/rewriter_config.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/rewriter_config.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/rewriter_config.proto [new file with mode: 0644]
tensorflow/core/protobuf/saved_model.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/saved_model.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/saved_model.proto [new file with mode: 0644]
tensorflow/core/protobuf/saver.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/saver.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/saver.proto [new file with mode: 0644]
tensorflow/core/protobuf/tensor_bundle.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/tensor_bundle.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/tensor_bundle.proto [new file with mode: 0644]
tensorflow/core/protobuf/tensorflow_server.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/tensorflow_server.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/tensorflow_server.proto [new file with mode: 0644]
tensorflow/core/protobuf/transport_options.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/transport_options.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/transport_options.proto [new file with mode: 0644]
tensorflow/core/protobuf/worker.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/worker.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/worker.proto [new file with mode: 0644]
tensorflow/core/protobuf/worker_service.pb.cc [new file with mode: 0644]
tensorflow/core/protobuf/worker_service.pb.h [new file with mode: 0644]
tensorflow/core/protobuf/worker_service.proto [new file with mode: 0644]