Sign in
opensecura
/
3p
/
tensorflow
/
tflite-micro
/
HEAD
/
.
/
tensorflow
/
lite
/
micro
/
kernels
tree: f67747555532bd9374a46a9ac6c0a7628f2e36d3 [
path history
]
[
tgz
]
arc_mli/
ceva/
cmsis_nn/
ethos_u/
kelvin/
test_data_generation/
testdata/
xtensa/
activation_utils.h
activations.cc
activations.h
activations_common.cc
activations_test.cc
add.cc
add.h
add_common.cc
add_n.cc
add_n_test.cc
add_test.cc
arg_min_max.cc
arg_min_max_test.cc
assign_variable.cc
batch_matmul.cc
batch_matmul_test.cc
batch_to_space_nd.cc
batch_to_space_nd_test.cc
broadcast_args.cc
broadcast_args_test.cc
broadcast_to.cc
broadcast_to_test.cc
BUILD
call_once.cc
call_once_test.cc
cast.cc
cast_test.cc
ceil.cc
ceil_test.cc
circular_buffer.cc
circular_buffer.h
circular_buffer_common.cc
circular_buffer_flexbuffers_generated_data.cc
circular_buffer_flexbuffers_generated_data.h
circular_buffer_test.cc
comparisons.cc
comparisons_test.cc
concatenation.cc
concatenation_test.cc
conv.cc
conv.h
conv_common.cc
conv_test.cc
conv_test.h
conv_test_common.cc
cumsum.cc
cumsum_test.cc
depth_to_space.cc
depth_to_space_test.cc
depthwise_conv.cc
depthwise_conv.h
depthwise_conv_common.cc
depthwise_conv_test.cc
dequantize.cc
dequantize.h
dequantize_common.cc
dequantize_test.cc
detection_postprocess.cc
detection_postprocess_flexbuffers_generated_data.cc
detection_postprocess_flexbuffers_generated_data.h
detection_postprocess_test.cc
div.cc
div_test.cc
elementwise.cc
elementwise_test.cc
elu.cc
elu_test.cc
embedding_lookup.cc
embedding_lookup_test.cc
ethosu.cc
ethosu.h
exp.cc
exp_test.cc
expand_dims.cc
expand_dims_test.cc
fill.cc
fill_test.cc
floor.cc
floor_div.cc
floor_div_test.cc
floor_mod.cc
floor_mod_test.cc
floor_test.cc
fully_connected.cc
fully_connected.h
fully_connected_common.cc
fully_connected_test.cc
gather.cc
gather_nd.cc
gather_nd_test.cc
gather_test.cc
hard_swish.cc
hard_swish.h
hard_swish_common.cc
hard_swish_test.cc
if.cc
if_test.cc
kernel_runner.cc
kernel_runner.h
kernel_util.cc
kernel_util.h
l2_pool_2d.cc
l2_pool_2d_test.cc
l2norm.cc
l2norm_test.cc
leaky_relu.cc
leaky_relu.h
leaky_relu_common.cc
leaky_relu_test.cc
log_softmax.cc
log_softmax_test.cc
logical.cc
logical.h
logical_common.cc
logical_test.cc
logistic.cc
logistic.h
logistic_common.cc
logistic_test.cc
lstm_eval.cc
lstm_eval.h
lstm_eval_common.cc
lstm_eval_test.cc
lstm_eval_test.h
lstm_shared.h
Makefile.inc
maximum_minimum.cc
maximum_minimum_test.cc
micro_ops.h
micro_tensor_utils.cc
micro_tensor_utils.h
mirror_pad.cc
mirror_pad_test.cc
mul.cc
mul.h
mul_common.cc
mul_test.cc
neg.cc
neg_test.cc
pack.cc
pack_test.cc
pad.cc
pad.h
pad_test.cc
pooling.cc
pooling.h
pooling_common.cc
pooling_test.cc
prelu.cc
prelu.h
prelu_common.cc
prelu_test.cc
quantization_util_test.cc
quantize.cc
quantize.h
quantize_common.cc
quantize_test.cc
read_variable.cc
README.md
reduce.cc
reduce.h
reduce_common.cc
reduce_test.cc
reshape.cc
reshape.h
reshape_common.cc
reshape_test.cc
resize_bilinear.cc
resize_bilinear_test.cc
resize_nearest_neighbor.cc
resize_nearest_neighbor_test.cc
round.cc
round_test.cc
select.cc
select_test.cc
shape.cc
shape_test.cc
slice.cc
slice_test.cc
softmax.cc
softmax.h
softmax_common.cc
softmax_test.cc
space_to_batch_nd.cc
space_to_batch_nd_test.cc
space_to_depth.cc
space_to_depth_test.cc
split.cc
split_test.cc
split_v.cc
split_v_test.cc
squared_difference.cc
squared_difference_test.cc
squeeze.cc
squeeze_test.cc
strided_slice.cc
strided_slice.h
strided_slice_common.cc
strided_slice_test.cc
sub.cc
sub.h
sub_common.cc
sub_test.cc
svdf.cc
svdf.h
svdf_common.cc
svdf_test.cc
tanh.cc
tanh_test.cc
transpose.cc
transpose_conv.cc
transpose_conv.h
transpose_conv_test.cc
transpose_test.cc
unidirectional_sequence_lstm.cc
unidirectional_sequence_lstm.h
unidirectional_sequence_lstm_test.cc
unpack.cc
unpack_test.cc
var_handle.cc
while.cc
while_test.cc
zeros_like.cc
zeros_like_test.cc
tensorflow/lite/micro/kernels/README.md
Info
Porting Ops from Lite to Micro
explains, step-by-step, the code changes necessary to port an op from lite to micro, and the process of submitting them for review and acceptance by the project.