.. |
add_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
add.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
add.h
|
|
|
BUILD
|
TFLite GPU OpenGL: Rename UniformParameter to Variable.
|
2019-07-11 14:22:32 -07:00 |
concat_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
concat.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
concat.h
|
|
|
conv_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
conv.cc
|
Limit the size of the unrolled offsets array in CONVOLUTION_2D and in DEPTHWISE_CONVOLUTION.
|
2019-07-23 18:06:08 -07:00 |
conv.h
|
|
|
depthwise_conv_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
depthwise_conv.cc
|
Limit the size of the unrolled offsets array in CONVOLUTION_2D and in DEPTHWISE_CONVOLUTION.
|
2019-07-23 18:06:08 -07:00 |
depthwise_conv.h
|
|
|
elementwise_test.cc
|
TFLite GPU: Implement HARD_SWISH for MobileNet v3.
|
2019-07-09 14:55:38 -07:00 |
elementwise.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
elementwise.h
|
|
|
fully_connected_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
fully_connected.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
fully_connected.h
|
|
|
lstm_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
lstm.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
lstm.h
|
|
|
max_unpooling_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
max_unpooling.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
max_unpooling.h
|
|
|
mul_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
mul.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
mul.h
|
|
|
pad_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
pad.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
pad.h
|
|
|
pooling_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
pooling.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
pooling.h
|
|
|
prelu_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
prelu.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
prelu.h
|
|
|
registry.cc
|
TFLite GPU: Rename SOFT_MAX and SoftMax to SOFTMAX and Softmax, respectively.
|
2019-07-31 12:03:19 -07:00 |
registry.h
|
|
|
relu_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
relu.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
relu.h
|
|
|
reshape_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
reshape.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
reshape.h
|
|
|
slice_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
slice.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
slice.h
|
|
|
softmax_test.cc
|
TFLite GPU: Rename SOFT_MAX and SoftMax to SOFTMAX and Softmax, respectively.
|
2019-07-31 12:03:19 -07:00 |
softmax.cc
|
TFLite GPU: Rename SOFT_MAX and SoftMax to SOFTMAX and Softmax, respectively.
|
2019-07-31 12:03:19 -07:00 |
softmax.h
|
TFLite GPU: Rename SOFT_MAX and SoftMax to SOFTMAX and Softmax, respectively.
|
2019-07-31 12:03:19 -07:00 |
test_util.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
test_util.h
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
transpose_conv_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
transpose_conv.cc
|
New implementation of the transposed convolution kernel which is faster and easier on the eyes.
|
2019-07-25 15:39:39 -07:00 |
transpose_conv.h
|
|
|
upsampling_bilinear_test.cc
|
Get rid of TensorRefFloat32 specialization. It no longer keeps type in template params, therefore, it is better to use ref explicitly.
|
2019-06-18 00:43:40 -07:00 |
upsampling_bilinear.cc
|
TFLite GPU OpenGL: Introduce GeneratedCode.shared_variables.
|
2019-07-19 16:14:54 -07:00 |
upsampling_bilinear.h
|
|
|