Lines Matching refs:cc

104         "toco_graphviz_dump_options.cc",
115 "toco_cmdline_flags.cc",
136 "args.cc",
137 "model_cmdline_flags.cc",
158 "toco_port.cc",
177 "graph_transformations/convert_expanddims_to_reshape.cc",
178 "graph_transformations/convert_pure_conv_to_depthwise.cc",
179 "graph_transformations/convert_reorder_axes.cc",
180 "graph_transformations/convert_squeeze_to_reshape.cc",
181 "graph_transformations/convert_trivial_addn_to_add.cc",
182 "graph_transformations/convert_trivial_pack_to_reshape.cc",
183 "graph_transformations/convert_trivial_tile_to_concat.cc",
184 "graph_transformations/convert_trivial_transpose_to_reshape.cc",
185 "graph_transformations/create_im2col_arrays.cc",
186 "graph_transformations/dequantize.cc",
187 "graph_transformations/drop_fake_quant.cc",
188 "graph_transformations/drop_im2col_arrays.cc",
189 "graph_transformations/ensure_bias_vectors.cc",
190 "graph_transformations/ensure_uint8_weights_safe_for_fast_int8_kernels.cc",
191 "graph_transformations/fuse_activation_functions.cc",
192 "graph_transformations/fuse_binary_into_following_affine.cc",
193 "graph_transformations/fuse_binary_into_preceding_affine.cc",
194 "graph_transformations/fuse_broadcast_into_following_binary.cc",
195 "graph_transformations/graph_transformations.cc",
196 "graph_transformations/group_bidirectional_sequence_ops.cc",
197 "graph_transformations/hardcode_min_max.cc",
198 "graph_transformations/identify_dilated_conv.cc",
199 "graph_transformations/identify_l2_normalization.cc",
200 "graph_transformations/identify_l2_pool.cc",
201 "graph_transformations/identify_lstm.cc",
202 "graph_transformations/identify_lstm_merge_inputs.cc",
203 "graph_transformations/identify_lstm_split_inputs.cc",
204 "graph_transformations/identify_prelu.cc",
205 "graph_transformations/identify_relu1.cc",
206 "graph_transformations/lstm_utils.cc",
207 "graph_transformations/make_initial_dequantize_operator.cc",
208 "graph_transformations/merge_reshape_into_preceding_transpose.cc",
209 "graph_transformations/move_binary_operator_before_reshape.cc",
210 "graph_transformations/propagate_activation_function_into_constants.cc",
211 "graph_transformations/propagate_array_data_types.cc",
212 "graph_transformations/propagate_default_min_max.cc",
213 "graph_transformations/propagate_fake_quant_num_bits.cc",
214 "graph_transformations/propagate_fixed_sizes.cc",
215 "graph_transformations/quantization_util.cc",
217 "graph_transformations/quantize.cc",
218 "graph_transformations/read_array_minmax_and_narrow_range_from_fake_quant.cc",
219 "graph_transformations/remove_final_dequantize_op.cc",
220 "graph_transformations/remove_tensorflow_assert.cc",
221 "graph_transformations/remove_tensorflow_identity.cc",
222 "graph_transformations/remove_trivial_binary.cc",
223 "graph_transformations/remove_trivial_concatenation.cc",
224 "graph_transformations/remove_trivial_concatenation_input.cc",
225 "graph_transformations/remove_trivial_fake_quant.cc",
226 "graph_transformations/remove_trivial_passthrough.cc",
228 "graph_transformations/remove_trivial_quantized_activation_func.cc",
229 "graph_transformations/remove_trivial_quantized_min_max.cc",
230 "graph_transformations/remove_trivial_reshape.cc",
231 "graph_transformations/remove_trivial_slice.cc",
232 "graph_transformations/remove_unused_op.cc",
233 "graph_transformations/reorder_elementwise_unary.cc",
234 "graph_transformations/reorder_reshape_transpose.cc",
235 "graph_transformations/resolve_batch_normalization.cc",
236 "graph_transformations/resolve_batch_to_space_nd_attributes.cc",
237 "graph_transformations/resolve_constant_binary.cc",
238 "graph_transformations/resolve_constant_concatenation.cc",
239 "graph_transformations/resolve_constant_fake_quant.cc",
240 "graph_transformations/resolve_constant_fill.cc",
241 "graph_transformations/resolve_constant_gather.cc",
242 "graph_transformations/resolve_constant_pack.cc",
243 "graph_transformations/resolve_constant_random_uniform.cc",
244 "graph_transformations/resolve_constant_range.cc",
245 "graph_transformations/resolve_constant_reshape.cc",
246 "graph_transformations/resolve_constant_select.cc",
247 "graph_transformations/resolve_constant_shape_or_rank.cc",
248 "graph_transformations/resolve_constant_slice.cc",
249 "graph_transformations/resolve_constant_strided_slice.cc",
250 "graph_transformations/resolve_constant_tile.cc",
251 "graph_transformations/resolve_constant_transpose.cc",
252 "graph_transformations/resolve_constant_unary.cc",
253 "graph_transformations/resolve_fake_quant_args_from_vars.cc",
254 "graph_transformations/resolve_gather_attributes.cc",
255 "graph_transformations/resolve_multiply_by_zero.cc",
256 "graph_transformations/resolve_pad_attributes.cc",
257 "graph_transformations/resolve_padv2_attributes.cc",
258 "graph_transformations/resolve_reduce_attributes.cc",
259 "graph_transformations/resolve_reorder_axes.cc",
260 "graph_transformations/resolve_reshape_attributes.cc",
261 "graph_transformations/resolve_slice_attributes.cc",
262 "graph_transformations/resolve_space_to_batch_nd_attributes.cc",
263 "graph_transformations/resolve_squeeze_attributes.cc",
264 "graph_transformations/resolve_strided_slice_attributes.cc",
265 "graph_transformations/resolve_tensorflow_concat.cc",
266 "graph_transformations/resolve_tensorflow_matmul.cc",
267 "graph_transformations/resolve_tensorflow_merge.cc",
268 "graph_transformations/resolve_tensorflow_switch.cc",
269 "graph_transformations/resolve_transpose_attributes.cc",
270 "graph_transformations/shuffle_fc_weights.cc",
271 "graph_transformations/unfuse_activation_functions.cc",
272 "graph_transformations/unpartition_embedding_lookup.cc",
273 "graph_transformations/unroll_batch_matmul.cc",
299 "allocate_transient_arrays.cc",
300 "export_tensorflow.cc",
301 "import_tensorflow.cc",
302 "tensorflow_util.cc",
303 "toco_tooling.cc",
345 srcs = ["import_tensorflow_test.cc"],
362 "dump_graphviz.cc",
363 "tooling_util.cc",
390 srcs = ["tooling_util_test.cc"],
405 srcs = ["toco_convert.cc"],
427 srcs = ["toco.cc"],
449 srcs = ["toco_convert_test.cc"],
473 srcs = ["toco_port_test.cc"],
475 "toco_port_test.cc",
487 "model_cmdline_flags_test.cc",