STT-tensorflow/tensorflow/lite/toco/graph_transformations
A. Unique TensorFlower 7e59a2ab28 Qualify uses of std::string
PiperOrigin-RevId: 317683481
Change-Id: I3f6bb93d67e18623bf5d049ae0cc03bd2f937e5f
2020-06-22 11:45:26 -07:00
..
tests Qualify uses of std::string 2020-06-17 17:53:22 -07:00
convert_expanddims_to_reshape.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
convert_matrix_diag_v2_or_v3_to_v1.cc
convert_matrix_set_diag_v2_or_v3_to_v1.cc Add Matrix{Diag,SetDiag,DiagPart}V3 ops with alignment options. 2019-11-14 16:02:19 -08:00
convert_pure_conv_to_depthwise.cc
convert_reorder_axes.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
convert_squeeze_to_reshape.cc
convert_trivial_addn_to_add.cc
convert_trivial_pack_to_reshape.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
convert_trivial_tile_to_concat.cc
convert_trivial_transpose_to_reshape.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
create_im2col_arrays.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
dequantize.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
drop_fake_quant.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
drop_im2col_arrays.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
ensure_bias_vectors.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
ensure_uint8_weights_safe_for_fast_int8_kernels.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
fuse_activation_functions.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
fuse_binary_into_following_affine.cc
fuse_binary_into_preceding_affine.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
fuse_broadcast_into_following_binary.cc
graph_transformations.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
graph_transformations.h Qualify uses of std::string 2020-06-22 11:45:26 -07:00
group_bidirectional_sequence_ops.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
hardcode_min_max.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_dilated_conv.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_hardswish.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_l2_normalization.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
identify_l2_pool.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
identify_lstm_merge_inputs.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_lstm_split_inputs.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_lstm.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
identify_nearest_upsample.cc Add toco pass to recognize nearest neighbor upsampling using brodcast and convert it will pack-based. 2019-11-01 00:00:47 -07:00
identify_prelu.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
identify_relu1.cc
identify_util.cc Converts hardswish subgraphs into atomic ops. 2019-08-11 02:41:01 -07:00
identify_util.h
lstm_utils.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
lstm_utils.h Qualify uses of std::string 2020-06-22 11:45:26 -07:00
make_initial_dequantize_operator.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
merge_reshape_into_preceding_transpose.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
move_binary_operator_before_reshape.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
propagate_activation_function_into_constants.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
propagate_array_data_types.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
propagate_default_min_max.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
propagate_fake_quant_num_bits.cc minor spelling tweaks 2020-03-19 01:52:50 +09:00
propagate_fixed_sizes.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
quantization_util.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
quantization_util.h Qualify uses of std::string 2020-06-22 11:45:26 -07:00
quantize.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
read_array_minmax_and_narrow_range_from_fake_quant.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_final_dequantize_op.cc
remove_successive_transpose.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_tensorflow_assert.cc
remove_tensorflow_identity.cc
remove_trivial_binary.cc Merge pull request #34492 from guydavid:toco_trivial_with_activation 2020-03-03 09:04:32 -08:00
remove_trivial_concatenation_input.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_trivial_concatenation.cc
remove_trivial_fake_quant.cc
remove_trivial_passthrough.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_trivial_passthrough.h
remove_trivial_quantized_activation_func.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_trivial_quantized_min_max.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
remove_trivial_reshape.cc
remove_trivial_slice.cc
remove_unused_op.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
reorder_elementwise_unary.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
reorder_reshape_transpose.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_batch_normalization.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_batch_to_space_nd_attributes.cc
resolve_constant_binary.cc
resolve_constant_concatenation.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_constant_fake_quant.cc
resolve_constant_fill.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
resolve_constant_gather.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
resolve_constant_pack.cc
resolve_constant_random_uniform.cc
resolve_constant_range.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
resolve_constant_reshape.cc
resolve_constant_select.cc
resolve_constant_shape_or_rank.cc
resolve_constant_slice.cc Fix the deletion of ops and their arrays in toco: 2019-06-14 13:37:29 -07:00
resolve_constant_strided_slice.cc
resolve_constant_tile.cc Be more pedantic about type conversions to avoid warning on Windows. 2020-02-27 16:30:56 -08:00
resolve_constant_transpose.cc
resolve_constant_unary.cc
resolve_fake_quant_args_from_vars.cc
resolve_gather_attributes.cc
resolve_multiply_by_zero.cc
resolve_pad_attributes.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
resolve_padv2_attributes.cc
resolve_reduce_attributes.cc
resolve_reorder_axes.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_reshape_attributes.cc
resolve_slice_attributes.cc
resolve_space_to_batch_nd_attributes.cc
resolve_squeeze_attributes.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
resolve_strided_slice_attributes.cc
resolve_tensorflow_concat.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_tensorflow_matmul.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_tensorflow_merge.cc
resolve_tensorflow_switch.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
resolve_transpose_attributes.cc
shuffle_fc_weights.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
unfuse_activation_functions.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
unpartition_embedding_lookup.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00
unroll_batch_matmul.cc Qualify uses of std::string 2020-06-22 11:45:26 -07:00