tree: 58ebafe50096d5af00ceb264325cf37fe9c863c6 [path history] [tgz]
  1. tests/
  2. convert_expanddims_to_reshape.cc
  3. convert_matrix_diag_v2_or_v3_to_v1.cc
  4. convert_matrix_set_diag_v2_or_v3_to_v1.cc
  5. convert_pure_conv_to_depthwise.cc
  6. convert_reorder_axes.cc
  7. convert_squeeze_to_reshape.cc
  8. convert_trivial_addn_to_add.cc
  9. convert_trivial_pack_to_reshape.cc
  10. convert_trivial_tile_to_concat.cc
  11. convert_trivial_transpose_to_reshape.cc
  12. create_im2col_arrays.cc
  13. dequantize.cc
  14. drop_fake_quant.cc
  15. drop_im2col_arrays.cc
  16. ensure_bias_vectors.cc
  17. ensure_uint8_weights_safe_for_fast_int8_kernels.cc
  18. fuse_activation_functions.cc
  19. fuse_binary_into_following_affine.cc
  20. fuse_binary_into_preceding_affine.cc
  21. fuse_broadcast_into_following_binary.cc
  22. graph_transformations.cc
  23. graph_transformations.h
  24. group_bidirectional_sequence_ops.cc
  25. hardcode_min_max.cc
  26. identify_dilated_conv.cc
  27. identify_hardswish.cc
  28. identify_l2_normalization.cc
  29. identify_l2_pool.cc
  30. identify_lstm.cc
  31. identify_lstm_merge_inputs.cc
  32. identify_lstm_split_inputs.cc
  33. identify_nearest_upsample.cc
  34. identify_prelu.cc
  35. identify_relu1.cc
  36. identify_util.cc
  37. identify_util.h
  38. lstm_utils.cc
  39. lstm_utils.h
  40. make_initial_dequantize_operator.cc
  41. merge_reshape_into_preceding_transpose.cc
  42. move_binary_operator_before_reshape.cc
  43. propagate_activation_function_into_constants.cc
  44. propagate_array_data_types.cc
  45. propagate_default_min_max.cc
  46. propagate_fake_quant_num_bits.cc
  47. propagate_fixed_sizes.cc
  48. quantization_util.cc
  49. quantization_util.h
  50. quantize.cc
  51. read_array_minmax_and_narrow_range_from_fake_quant.cc
  52. remove_final_dequantize_op.cc
  53. remove_successive_transpose.cc
  54. remove_tensorflow_assert.cc
  55. remove_tensorflow_identity.cc
  56. remove_trivial_binary.cc
  57. remove_trivial_concatenation.cc
  58. remove_trivial_concatenation_input.cc
  59. remove_trivial_fake_quant.cc
  60. remove_trivial_passthrough.cc
  61. remove_trivial_passthrough.h
  62. remove_trivial_quantized_activation_func.cc
  63. remove_trivial_quantized_min_max.cc
  64. remove_trivial_reshape.cc
  65. remove_trivial_slice.cc
  66. remove_unused_op.cc
  67. reorder_elementwise_unary.cc
  68. reorder_reshape_transpose.cc
  69. resolve_batch_normalization.cc
  70. resolve_batch_to_space_nd_attributes.cc
  71. resolve_constant_binary.cc
  72. resolve_constant_concatenation.cc
  73. resolve_constant_fake_quant.cc
  74. resolve_constant_fill.cc
  75. resolve_constant_gather.cc
  76. resolve_constant_pack.cc
  77. resolve_constant_random_uniform.cc
  78. resolve_constant_range.cc
  79. resolve_constant_reshape.cc
  80. resolve_constant_select.cc
  81. resolve_constant_shape_or_rank.cc
  82. resolve_constant_slice.cc
  83. resolve_constant_strided_slice.cc
  84. resolve_constant_tile.cc
  85. resolve_constant_transpose.cc
  86. resolve_constant_unary.cc
  87. resolve_fake_quant_args_from_vars.cc
  88. resolve_gather_attributes.cc
  89. resolve_multiply_by_zero.cc
  90. resolve_pad_attributes.cc
  91. resolve_padv2_attributes.cc
  92. resolve_reduce_attributes.cc
  93. resolve_reorder_axes.cc
  94. resolve_reshape_attributes.cc
  95. resolve_slice_attributes.cc
  96. resolve_space_to_batch_nd_attributes.cc
  97. resolve_squeeze_attributes.cc
  98. resolve_strided_slice_attributes.cc
  99. resolve_tensorflow_concat.cc
  100. resolve_tensorflow_matmul.cc
  101. resolve_tensorflow_merge.cc
  102. resolve_tensorflow_switch.cc
  103. resolve_transpose_attributes.cc
  104. shuffle_fc_weights.cc
  105. unfuse_activation_functions.cc
  106. unpartition_embedding_lookup.cc
  107. unroll_batch_matmul.cc