tensorflow_protos_rs/
protos.rs#[cfg(feature = "profiler_analysis")]
pub mod profiler_analysis;
#[cfg(feature = "rewriter_config")]
pub mod rewriter_config;
#[cfg(feature = "graph")]
pub mod graph;
#[cfg(feature = "tensor_slice")]
pub mod tensor_slice;
#[cfg(feature = "function")]
pub mod function;
#[cfg(feature = "saved_object_graph")]
pub mod saved_object_graph;
#[cfg(feature = "config")]
pub mod config;
#[cfg(feature = "allocation_description")]
pub mod allocation_description;
#[cfg(feature = "gpu_autotuning")]
pub mod gpu_autotuning;
#[cfg(feature = "tensorflow_server")]
pub mod tensorflow_server;
#[cfg(feature = "host_compute_metadata")]
pub mod host_compute_metadata;
#[cfg(feature = "saved_tensor_slice")]
pub mod saved_tensor_slice;
#[cfg(feature = "master_service")]
pub mod master_service;
#[cfg(feature = "tf2xla")]
pub mod tf2xla;
#[cfg(feature = "step_stats")]
pub mod step_stats;
#[cfg(feature = "op_performance_data")]
pub mod op_performance_data;
#[cfg(feature = "attr_value")]
pub mod attr_value;
#[cfg(feature = "tpu_embedding_output_layout")]
pub mod tpu_embedding_output_layout;
#[cfg(feature = "master")]
pub mod master;
#[cfg(feature = "saved_model")]
pub mod saved_model;
#[cfg(feature = "versions")]
pub mod versions;
#[cfg(feature = "tpu_embedding_configuration")]
pub mod tpu_embedding_configuration;
#[cfg(feature = "debugger_event_metadata")]
pub mod debugger_event_metadata;
#[cfg(feature = "event")]
pub mod event;
#[cfg(feature = "resource_handle")]
pub mod resource_handle;
#[cfg(feature = "error_codes")]
pub mod error_codes;
#[cfg(feature = "reader_base")]
pub mod reader_base;
#[cfg(feature = "tensor_bundle")]
pub mod tensor_bundle;
#[cfg(feature = "critical_section")]
pub mod critical_section;
#[cfg(feature = "summary")]
pub mod summary;
#[cfg(feature = "log_memory")]
pub mod log_memory;
#[cfg(feature = "named_tensor")]
pub mod named_tensor;
#[cfg(feature = "boosted_trees")]
pub mod boosted_trees;
#[cfg(feature = "debug")]
pub mod debug;
#[cfg(feature = "dnn")]
pub mod dnn;
#[cfg(feature = "verifier_config")]
pub mod verifier_config;
#[cfg(feature = "autotuning")]
pub mod autotuning;
#[cfg(feature = "debug_service")]
pub mod debug_service;
#[cfg(feature = "conv_autotuning")]
pub mod conv_autotuning;
#[cfg(feature = "profiler_service")]
pub mod profiler_service;
#[cfg(feature = "topology")]
pub mod topology;
#[cfg(feature = "graph_transfer_info")]
pub mod graph_transfer_info;
#[cfg(feature = "eager_service")]
pub mod eager_service;
#[cfg(feature = "device_properties")]
pub mod device_properties;
#[cfg(feature = "backend_configs")]
pub mod backend_configs;
#[cfg(feature = "xrt")]
pub mod xrt;
#[cfg(feature = "hlo_profile_printer_data")]
pub mod hlo_profile_printer_data;
#[cfg(feature = "hlo")]
pub mod hlo;
#[cfg(feature = "tfprof_log")]
pub mod tfprof_log;
#[cfg(feature = "xla_service")]
pub mod xla_service;
#[cfg(feature = "tfprof_options")]
pub mod tfprof_options;
#[cfg(feature = "op_def")]
pub mod op_def;
#[cfg(feature = "tensor_shape")]
pub mod tensor_shape;
#[cfg(feature = "types")]
pub mod types;
#[cfg(feature = "profile")]
pub mod profile;
#[cfg(feature = "saver")]
pub mod saver;
#[cfg(feature = "xla_data")]
pub mod xla_data;
#[cfg(feature = "xla")]
pub mod xla;
#[cfg(feature = "kernel_def")]
pub mod kernel_def;
#[cfg(feature = "graph_debug_info")]
pub mod graph_debug_info;
#[cfg(feature = "xla_activity")]
pub mod xla_activity;
#[cfg(feature = "memmapped_file_system")]
pub mod memmapped_file_system;
#[cfg(feature = "snapshot")]
pub mod snapshot;
#[cfg(feature = "queue_runner")]
pub mod queue_runner;
#[cfg(feature = "node_def")]
pub mod node_def;
#[cfg(feature = "replay_log")]
pub mod replay_log;
#[cfg(feature = "trt_engine_instance")]
pub mod trt_engine_instance;
#[cfg(feature = "tfprof_output")]
pub mod tfprof_output;
#[cfg(feature = "worker_service")]
pub mod worker_service;
#[cfg(feature = "cost_graph")]
pub mod cost_graph;
#[cfg(feature = "trackable_object_graph")]
pub mod trackable_object_graph;
#[cfg(feature = "tensor")]
pub mod tensor;
#[cfg(feature = "worker")]
pub mod worker;
#[cfg(feature = "device_attributes")]
pub mod device_attributes;
#[cfg(feature = "compilation_result")]
pub mod compilation_result;
#[cfg(feature = "op_profile")]
pub mod op_profile;
#[cfg(feature = "optimization_parameters")]
pub mod optimization_parameters;
#[cfg(feature = "api_objects")]
pub mod api_objects;
#[cfg(feature = "cluster")]
pub mod cluster;
#[cfg(feature = "control_flow")]
pub mod control_flow;
#[cfg(feature = "variable")]
pub mod variable;
#[cfg(feature = "struct_pb")]
pub mod struct_pb;
#[cfg(feature = "dynamic_padding")]
pub mod dynamic_padding;
#[cfg(feature = "api_def")]
pub mod api_def;
#[cfg(feature = "remote_fused_graph_execute_info")]
pub mod remote_fused_graph_execute_info;
#[cfg(feature = "meta_graph")]
pub mod meta_graph;
#[cfg(feature = "transport_options")]
pub mod transport_options;
#[cfg(feature = "trace_events")]
pub mod trace_events;
#[cfg(feature = "tensor_description")]
pub mod tensor_description;