STT-tensorflow/tensorflow/lite/delegates/hexagon/builders
Sachin Joglekar 727a286fa3 Adds support for bias input to TransposeConv in Hexagon delegate
PiperOrigin-RevId: 349330322
Change-Id: I8af4d3394409af7bebadc0f3a7b89eeebf7bd8de
2020-12-28 14:19:59 -08:00
..
tests Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00
activation_builder.cc Add member function in OpBuilder to compute min/max and add them to the graph. 2020-07-27 14:53:19 -07:00
activation_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
arg_min_max_builder.cc Add member function in OpBuilder to compute min/max and add them to the graph. 2020-07-27 14:53:19 -07:00
arg_min_max_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
arithmetic_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
arithmetic_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
batch_seq_builder.cc
batch_seq_builder.h
BUILD Add support for Rsqrt in Hexagon delegate. 2020-12-28 11:28:37 -08:00
cast_builder.cc
cast_builder.h
concat_builder.cc
concat_builder.h
conv_2d_builder.cc Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00
conv_2d_builder.h Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00
conv_2d_helpers.cc Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00
hardswish_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
hardswish_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
l2_normalization_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
l2_normalization_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
matmul_builder.cc
matmul_builder.h
min_max_builder.cc Add cache for const nodes in hexagon delegate. 2020-08-11 10:23:35 -07:00
min_max_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
mirror_pad_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
mirror_pad_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
neg_op_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
neg_op_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
op_builder.cc Add support for Rsqrt in Hexagon delegate. 2020-12-28 11:28:37 -08:00
op_builder.h Add cache for const nodes in hexagon delegate. 2020-08-11 10:23:35 -07:00
op_factory.h Add support for Rsqrt in Hexagon delegate. 2020-12-28 11:28:37 -08:00
pack_builder.cc
pack_builder.h
pad_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
pad_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
pool_2d_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
pool_2d_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
quantize_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
quantize_builder.h
reduce_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
reduce_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
reshape_builder.cc
reshape_builder.h
resize_bilinear_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
resize_bilinear_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
resize_nearest_neighbor_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
resize_nearest_neighbor_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
rsqrt_builder.cc Add support for Rsqrt in Hexagon delegate. 2020-12-28 11:28:37 -08:00
slice_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
slice_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
softmax_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
softmax_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
space_to_depth_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
space_to_depth_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
split_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
split_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
squared_difference.cc Add SquaredDifference op in hexagon delegate. The op is not supported natively so we lower the op to Mul(Sub(a,b), Sub(a,b)) 2020-12-28 10:36:04 -08:00
strided_slice_builder.cc Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
strided_slice_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
transpose_builder.cc Add cache for const nodes in hexagon delegate. 2020-08-11 10:23:35 -07:00
transpose_builder.h Update other builders for hexagon delegate to use the method to compute and add 2020-07-28 13:57:47 -07:00
transpose_conv_2d_builder.cc Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00
transpose_conv_2d_builder.h Adds support for bias input to TransposeConv in Hexagon delegate 2020-12-28 14:19:59 -08:00