ID
stringlengths
36
36
Language
stringclasses
1 value
Repository Name
stringclasses
13 values
File Name
stringlengths
2
48
File Path in Repository
stringlengths
11
111
File Path for Unit Test
stringlengths
13
116
Code
stringlengths
0
278k
Unit Test - (Ground Truth)
stringlengths
78
663k
Code Url
stringlengths
91
198
Test Code Url
stringlengths
93
203
Commit Hash
stringclasses
13 values
f058373b-e476-464a-856c-33de8c061930
cpp
tensorflow/tensorflow
activations
tensorflow/lite/kernels/activations.cc
tensorflow/lite/delegates/hexagon/builders/tests/activations_test.cc
#include <stddef.h> #include <algorithm> #include <cmath> #include <cstdint> #include <functional> #include <limits> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #include "tensorflow/lite/kernels/internal/common.h...
#include <algorithm> #include <cstdarg> #include <cstdint> #include <limits> #include <random> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/hexagon/builders/tests/hexagon_delegate_op_model.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/activations.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/tests/activations_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b383377e-f904-4454-a793-afa88b9c8c84
cpp
tensorflow/tensorflow
reverse
tensorflow/lite/kernels/reverse.cc
tensorflow/lite/kernels/reverse_test.cc
#include <stdint.h> #include <algorithm> #include <array> #include <cstring> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorf...
#include <stdint.h> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; using ::testing::ElementsAreArray; template <typename T> class ReverseO...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/reverse.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/reverse_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
93ad1401-b7f7-499b-be17-eb2c1f1b45de
cpp
tensorflow/tensorflow
detection_postprocess
tensorflow/lite/kernels/detection_postprocess.cc
tensorflow/lite/kernels/detection_postprocess_test.cc
#include <math.h> #include <stddef.h> #include <stdint.h> #include <algorithm> #include <initializer_list> #include <numeric> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/detection_postprocess.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/detection_postprocess_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
bb9051f2-6655-44b1-ac5c-e4c26785b4a3
cpp
tensorflow/tensorflow
call_once
tensorflow/lite/kernels/call_once.cc
tensorflow/lite/kernels/call_once_test.cc
#include <stddef.h> #include <cstring> #include <memory> #include <vector> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/core/subgraph.h" #include "tensorflow/lite/experimental/resource/initialization_status.h" #include "tensorflow/lite/kernels/...
#include <stdint.h> #include <memory> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/subgraph_test_util.h" namespace tflite { using subgraph_test_util::ControlFlowOpTest; namespace { class CallOn...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/call_once.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/call_once_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
51178850-f375-45ed-a8e6-f2e8892fe6b4
cpp
tensorflow/tensorflow
multinomial
tensorflow/lite/kernels/multinomial.cc
tensorflow/lite/kernels/multinomial_test.cc
#include <algorithm> #include <cmath> #include <cstdint> #include <limits> #include <random> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace custom { namespace multinomial...
#include <algorithm> #include <cmath> #include <cstddef> #include <limits> #include <random> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/custom_ops_register.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/multinomial.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/multinomial_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
84e73c58-4c71-4603-8fd2-133a99b2e99a
cpp
tensorflow/tensorflow
squared_difference
tensorflow/lite/delegates/hexagon/builders/squared_difference.cc
tensorflow/lite/delegates/xnnpack/squared_difference_test.cc
#include "hexagon/hexagon_nn_ops.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/delegates/hexagon/builders/op_builder.h" namespace tflite { namespace delegates { namespace hexagon { class SquaredDifferenceOpBuilder : public OpBuilder { public: explicit S...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/xnnpack/binary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" namespace tflite { namespace xnnpack { TEST(SquaredDifference, 4DBy4D) { std::u...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/squared_difference.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/squared_difference_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7f3aca48-7578-4d48-bd73-bdc90e971678
cpp
tensorflow/tensorflow
conv3d_transpose
tensorflow/lite/kernels/conv3d_transpose.cc
tensorflow/lite/kernels/conv3d_transpose_test.cc
#include "tensorflow/lite/kernels/internal/reference/conv3d_transpose.h" #include <cstddef> #include <cstdint> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #include "tensorflow/lite/kernels/internal/optimized/opti...
#include <cstdint> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; using ::testing::ElementsAreArray; enum clas...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/conv3d_transpose.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/conv3d_transpose_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ead10a6f-65f0-4f43-9abf-756f28550ec5
cpp
tensorflow/tensorflow
ceil
tensorflow/lite/experimental/shlo/ops/ceil.cc
tensorflow/lite/delegates/xnnpack/ceil_test.cc
#include "tensorflow/lite/experimental/shlo/ops/ceil.h" #include <cmath> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/unary_el...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/unary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/ceil.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/ceil_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c6b69f61-0f2e-4cea-9629-0495940f2c47
cpp
tensorflow/tensorflow
add_n
tensorflow/lite/kernels/add_n.cc
tensorflow/lite/kernels/add_n_test.cc
#include <stdint.h> #include <algorithm> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_threadpool.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_cty...
#include <stdint.h> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/add_n_test_common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using :...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/add_n.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/add_n_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1f1605fc-b75a-439b-9e49-349ab0cdafed
cpp
tensorflow/tensorflow
rng_util
tensorflow/lite/kernels/rng_util.cc
tensorflow/lite/kernels/rng_util_test.cc
#include "tensorflow/lite/kernels/rng_util.h" #include <array> #include <cstdint> namespace tflite { namespace rng { static constexpr uint32_t kThreefryParity = 0x1BD11BDA; static constexpr uint64_t kPhiloxM4x32A = 0xD2511F53; static constexpr uint64_t kPhiloxM4x32B = 0xCD9E8D57; static constexpr uint32_t kPhiloxW32A =...
#include "tensorflow/lite/kernels/rng_util.h" #include <array> #include <cstdint> #include <limits> #include <gtest/gtest.h> namespace tflite { namespace { using tflite::rng::Philox4x32; using tflite::rng::Threefry2x32; TEST(RngUtilTest, Threefry2x32Test) { std::array<uint32_t, 2> results = Threefry2x32(0, 0, {0, 0})...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/rng_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/rng_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
18f9c3b8-6cfb-4ca6-8922-7f83ac1b5560
cpp
tensorflow/tensorflow
matrix_set_diag
tensorflow/lite/kernels/matrix_set_diag.cc
tensorflow/lite/kernels/matrix_set_diag_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #inc...
#include <stdint.h> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; using :...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/matrix_set_diag.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/matrix_set_diag_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8e5fb475-639c-46df-a5e4-ac0be1209b8a
cpp
tensorflow/tensorflow
sign_custom
tensorflow/lite/kernels/sign_custom.cc
tensorflow/lite/kernels/sign_custom_test.cc
#include <cmath> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/custom_ops_register.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace custom { namespace sign { TfLiteStatus PointwiseU...
#include <cmath> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/custom_ops_register.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow/lite/testing/util.h" namespace tflite { namespace { template <typename T> t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/sign_custom.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/sign_custom_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
44a5ad0c-6a54-4da0-90bf-7244d1e5c275
cpp
tensorflow/tensorflow
audio_spectrogram
tensorflow/lite/kernels/audio_spectrogram.cc
tensorflow/lite/kernels/audio_spectrogram_test.cc
#include <math.h> #include <stddef.h> #include <stdint.h> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/l...
#include <vector> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace ops { namespace custom { TfLiteRegistration* Register_AUDIO_SPE...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/audio_spectrogram.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/audio_spectrogram_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8c30b0c1-e421-433a-8973-3103f5f3c291
cpp
tensorflow/tensorflow
complex_support
tensorflow/lite/kernels/complex_support.cc
tensorflow/lite/kernels/complex_support_test.cc
#include <complex> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace builtin { namespace complex { static const int kInp...
#include <complex> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow/lite/testing/util.h" namespace tflite { namespace { template <type...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/complex_support.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/complex_support_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7f97eb36-a7ec-4230-9a14-09f091bafb63
cpp
tensorflow/tensorflow
lstm_eval
tensorflow/lite/kernels/lstm_eval.cc
tensorflow/lite/kernels/lstm_eval_test.cc
#include "tensorflow/lite/kernels/lstm_eval.h" #include <math.h> #include <string.h> #include <algorithm> #include <cstdint> #include <memory> #include <vector> #include "ruy/matrix.h" #include "ruy/mul_params.h" #include "ruy/profiler/instrumentation.h" #include "ruy/ruy.h" #include "tensorflow/lite/core/c/bui...
#include "tensorflow/lite/kernels/lstm_eval.h" #include <stdint.h> #include <stdlib.h> #include <algorithm> #include <memory> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h"...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/lstm_eval.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/lstm_eval_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fadd1566-bcfe-4089-be0e-cc0ef7650b6e
cpp
tensorflow/tensorflow
elementwise
tensorflow/lite/delegates/gpu/gl/kernels/elementwise.cc
tensorflow/lite/delegates/gpu/cl/kernels/elementwise_test.cc
#include "tensorflow/lite/delegates/gpu/gl/kernels/elementwise.h" #include <any> #include <memory> #include <string> #include <utility> #include <variant> #include <vector> #include "absl/strings/substitute.h" #include "tensorflow/lite/delegates/gpu/common/data_type.h" #include "tensorflow/lite/delegates/gpu/common/ope...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/common/tasks/elementwise_test_ut...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/gl/kernels/elementwise.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/cl/kernels/elementwise_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
af777e7f-ba41-48ea-b590-9d3c0803b996
cpp
tensorflow/tensorflow
floor
tensorflow/lite/experimental/shlo/ops/floor.cc
tensorflow/lite/delegates/xnnpack/floor_test.cc
#include "tensorflow/lite/experimental/shlo/ops/floor.h" #include <cmath> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/unary_e...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/unary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/floor.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/floor_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5dcd7ac0-6bda-4243-81e7-3c128c6e2b43
cpp
tensorflow/tensorflow
cast
tensorflow/lite/delegates/gpu/common/tasks/cast.cc
tensorflow/lite/delegates/gpu/cl/kernels/cast_test.cc
#include "tensorflow/lite/delegates/gpu/common/tasks/cast.h" #include <map> #include <string> #include <utility> #include <vector> #include "absl/strings/substitute.h" #include "tensorflow/lite/delegates/gpu/common/task/util.h" namespace tflite { namespace gpu { GPUOperation CreateCast(const OperationDef& definition, ...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/common/tasks/cast_test_util.h" namespace tflite { ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/tasks/cast.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/cl/kernels/cast_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c81b80c5-bbcc-42d8-8d3a-a785744ab124
cpp
tensorflow/tensorflow
numeric_verify
tensorflow/lite/kernels/numeric_verify.cc
tensorflow/lite/kernels/numeric_verify_test.cc
#include <math.h> #include <stddef.h> #include <stdlib.h> #include <algorithm> #include <cstdint> #include <numeric> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/dequantize.h" #include "tensorflow/lite/kernels/internal/optimized/ne...
#include <string.h> #include <cstdint> #include <initializer_list> #include <vector> #include <gtest/gtest.h> #include "absl/memory/memory.h" #include "Eigen/Core" #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/numeric_verify.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/numeric_verify_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b5df6128-3b97-4693-9db3-5a10760bbdc1
cpp
tensorflow/tensorflow
subgraph_test_util
tensorflow/lite/kernels/subgraph_test_util.cc
tensorflow/lite/kernels/subgraph_test_util_test.cc
#include "tensorflow/lite/kernels/subgraph_test_util.h" #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <random> #include <string> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/builtin_ops.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/core/c/builtin_...
#include "tensorflow/lite/kernels/subgraph_test_util.h" #include <stdint.h> #include <memory> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/testing/util.h" namespace tflite { namespace subgraph_test_uti...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/subgraph_test_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/subgraph_test_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d0f44513-47af-46b8-8732-cca97904459b
cpp
tensorflow/tensorflow
svdf
tensorflow/lite/kernels/svdf.cc
tensorflow/lite/kernels/svdf_test.cc
#include "tensorflow/lite/kernels/internal/reference/svdf.h" #include <cstddef> #include <cstdint> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/quantization_util.h" #i...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; static float svdf_input[...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/svdf.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/svdf_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9a766995-4e5a-4ca3-8824-00f4bbbcc0c9
cpp
tensorflow/tensorflow
gather
tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/gather.cc
tensorflow/lite/delegates/gpu/cl/kernels/gather_test.cc
#include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/gather.h" #include <cstdint> #include <optional> #include <vector> #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" #include "mlir/Dialect/Arith/IR/Arith.h" #include "mlir/IR/BuiltinTy...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/common/tasks/gather_test_util.h" namespace tflite ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/gather.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/cl/kernels/gather_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4da2097c-a2ff-4511-ab1e-85d582971763
cpp
tensorflow/tensorflow
mirror_pad
tensorflow/lite/kernels/mirror_pad.cc
tensorflow/lite/delegates/hexagon/builders/tests/mirror_pad_test.cc
#include <stddef.h> #include <stdint.h> #include <algorithm> #include <memory> #include <vector> #include "ruy/profiler/instrumentation.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #include "tensorflow/lite/k...
#include <initializer_list> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/hexagon/builders/tests/hexagon_delegate_op_model.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { using testing::ElementsAreArray; te...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/mirror_pad.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/tests/mirror_pad_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
947b07fc-9e93-4800-abe6-ab323707e4f4
cpp
tensorflow/tensorflow
segment_sum
tensorflow/lite/kernels/segment_sum.cc
tensorflow/lite/kernels/segment_sum_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namesp...
#include <stdint.h> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; template <typename T> class SegmentSumOpModel : public SingleOpMod...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/segment_sum.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/segment_sum_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d59c0929-967a-4365-b0e0-3845a60b3e63
cpp
tensorflow/tensorflow
pow
tensorflow/lite/kernels/pow.cc
tensorflow/lite/kernels/pow_test.cc
#include <stddef.h> #include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/t...
#include <math.h> #include <stdint.h> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/internal/test_util.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAr...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/pow.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/pow_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
15fd9202-a8ac-4fc4-9660-18c249c6c32b
cpp
tensorflow/tensorflow
broadcast_args
tensorflow/lite/kernels/broadcast_args.cc
tensorflow/lite/kernels/broadcast_args_test.cc
#include "tensorflow/lite/kernels/internal/reference/broadcast_args.h" #include <algorithm> #include <cstdint> #include <memory> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace b...
#include <cstdint> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/core/kernels/register.h" #include "tensorflow/lite/core/model.h" #include "tensorflow/lite/kernels/test_util.h" namespace tflite { namespace { using ::testing::ElementsAreArray; template...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/broadcast_args.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/broadcast_args_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ca7e9c6e-6253-4c51-8b8a-45f53ca74cd7
cpp
tensorflow/tensorflow
maximum_minimum
tensorflow/lite/kernels/maximum_minimum.cc
tensorflow/lite/kernels/maximum_minimum_test.cc
#include "tensorflow/lite/kernels/internal/reference/maximum_minimum.h" #include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/pr...
#include <stdint.h> #include <initializer_list> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; template <class T> c...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/maximum_minimum.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/maximum_minimum_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
84de1a0c-21bf-43f6-a9d7-127424df4d8d
cpp
tensorflow/tensorflow
bucketize
tensorflow/lite/kernels/bucketize.cc
tensorflow/lite/kernels/bucketize_test.cc
#include <stdint.h> #include <algorithm> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernel...
#include <stdint.h> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; using ::testing::ElementsAreArray; template <typename T> class BucketizeOpModel : public SingleO...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bucketize.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bucketize_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1ea6cafa-d2ab-4fd4-aa3e-15210d5072f6
cpp
tensorflow/tensorflow
pack
tensorflow/lite/kernels/pack.cc
tensorflow/lite/delegates/hexagon/builders/tests/pack_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/l...
#include <initializer_list> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/hexagon/builders/tests/hexagon_delegate_op_model.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/pack.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/tests/pack_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
35cd33cd-4013-4952-895a-f99341d3a88c
cpp
tensorflow/tensorflow
tile
tensorflow/compiler/tf2tensorrt/convert/ops/tile.cc
tensorflow/lite/delegates/gpu/cl/kernels/tile_test.cc
#if GOOGLE_CUDA && GOOGLE_TENSORRT #include "tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h" #include "tensorflow/compiler/tf2tensorrt/convert/op_converter_registry.h" #include "tensorflow/compiler/tf2tensorrt/convert/ops/layer_utils.h" namespace tensorflow { namespace tensorrt { namespace convert { class Conv...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/common/tasks/tile_test_util.h" namespace tflite { ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2tensorrt/convert/ops/tile.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/cl/kernels/tile_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2cefcc3a-e62a-4763-accb-bb2b96cb0243
cpp
tensorflow/tensorflow
split_v
tensorflow/lite/kernels/split_v.cc
tensorflow/lite/kernels/split_v_test.cc
#include <stdint.h> #include <vector> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tens...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray;...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/split_v.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/split_v_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
570e99a0-b00f-43b7-841a-542291098e88
cpp
tensorflow/tensorflow
batch_matmul
tensorflow/lite/kernels/batch_matmul.cc
tensorflow/lite/kernels/batch_matmul_test.cc
#include "tensorflow/lite/kernels/internal/reference/batch_matmul.h" #include <stddef.h> #include <algorithm> #include <cstdint> #include <limits> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #include "tensorflow/...
#include <stddef.h> #include <stdint.h> #include <initializer_list> #include <limits> #include <map> #include <numeric> #include <type_traits> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/ke...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/batch_matmul.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/batch_matmul_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7d0598b4-bb58-4832-ae50-e5f28c105d5d
cpp
tensorflow/tensorflow
acceleration_test_util_internal
tensorflow/lite/kernels/acceleration_test_util_internal.cc
tensorflow/lite/kernels/acceleration_test_util_internal_test.cc
#include "tensorflow/lite/kernels/acceleration_test_util_internal.h" #include <ctype.h> #include <algorithm> #include <functional> #include <iterator> #include <sstream> #include <string> namespace tflite { void ReadAccelerationConfig( const char* config, const std::function<void(std::string, std::string, bool)...
#include "tensorflow/lite/kernels/acceleration_test_util_internal.h" #include <functional> #include <optional> #include <string> #include <unordered_map> #include <gmock/gmock.h> #include <gtest/gtest.h> namespace tflite { using ::testing::Eq; using ::testing::Not; using ::testing::Test; struct SimpleConfig { public: ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/acceleration_test_util_internal.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/acceleration_test_util_internal_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9ea1616d-5ea7-4b14-815c-362c83e857c4
cpp
tensorflow/tensorflow
fill
tensorflow/lite/kernels/fill.cc
tensorflow/lite/kernels/fill_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite...
#include <stdint.h> #include <initializer_list> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "Eigen/Core" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow/lite/string_type.h" namespace tflite { na...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/fill.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/fill_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5a3a6fb6-e758-4bea-854b-db3f3cb2cf0e
cpp
tensorflow/tensorflow
space_to_depth
tensorflow/lite/delegates/gpu/gl/kernels/space_to_depth.cc
tensorflow/lite/delegates/xnnpack/space_to_depth_test.cc
#include "tensorflow/lite/delegates/gpu/gl/kernels/space_to_depth.h" #include <any> #include <memory> #include <string> #include <utility> #include "absl/memory/memory.h" #include "absl/types/any.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #in...
#include <algorithm> #include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/xnnpack/space_to_depth_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" namespace tflite::xnnpack { namespace { TEST(SpaceToDepth, Singl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/gl/kernels/space_to_depth.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/space_to_depth_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3467b85c-9553-47ea-8c9c-3ebd61a23de5
cpp
tensorflow/tensorflow
stablehlo_gather
tensorflow/lite/kernels/stablehlo_gather.cc
tensorflow/lite/kernels/stablehlo_gather_test.cc
#include <algorithm> #include <cstdint> #include <memory> #include <vector> #include "Eigen/Core" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/runtime_shape.h" #include "tensorf...
#include <cstdint> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_gather.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_gather_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b6c66bda-f15d-4819-892f-c0d9a4e0df25
cpp
tensorflow/tensorflow
dynamic_update_slice
tensorflow/lite/kernels/dynamic_update_slice.cc
tensorflow/lite/kernels/dynamic_update_slice_test.cc
#include <algorithm> #include <cmath> #include <cstdint> #include <vector> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kerne...
#include <stdint.h> #include <algorithm> #include <initializer_list> #include <string> #include <unordered_map> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/subgraph_test_util.h"...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/dynamic_update_slice.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/dynamic_update_slice_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9a5e4792-13bf-44f5-910b-69ecbfb4df07
cpp
tensorflow/tensorflow
comparisons
tensorflow/lite/kernels/internal/reference/comparisons.cc
tensorflow/lite/kernels/comparisons_test.cc
#include "tensorflow/lite/kernels/internal/reference/comparisons.h" #include "tensorflow/lite/kernels/internal/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/runtime_shape.h" namespace tflite { namespace reference_ops { BroadcastComparison4DSlowCommon Br...
#include <stdint.h> #include <initializer_list> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow/lite/string_type.h" namesp...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/reference/comparisons.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/comparisons_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
87bf6f05-6542-43b7-9e3e-b2ea90d363ad
cpp
tensorflow/tensorflow
reduce
tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/reduce.cc
tensorflow/lite/delegates/hexagon/builders/tests/reduce_test.cc
#include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/reduce.h" #include <cstdint> #include <optional> #include "llvm/Support/Casting.h" #include "mlir/Dialect/Arith/IR/Arith.h" #include "mlir/IR/Block.h" #include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/BuiltinTypeInterface...
#include <initializer_list> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/hexagon/builders/tests/hexagon_delegate_op_model.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/reduce.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/tests/reduce_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
368e0049-e1af-47f0-8969-3f472eb1b158
cpp
tensorflow/tensorflow
quantize
tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize.cc
tensorflow/lite/delegates/hexagon/builders/tests/quantize_test.cc
#include <memory> #include <string> #include <utility> #include "absl/container/flat_hash_set.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Support/Casting.h" #include "llvm/Support/CommandLine.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/Dialect/Quant/IR/QuantTypes.h...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/hexagon/builders/tests/hexagon_delegate_op_model.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { using testing::ElementsAreArray; class QuantizeOpModel : public...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/hexagon/builders/tests/quantize_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
762545b1-0374-4b94-9e37-dd8913f00e17
cpp
tensorflow/tensorflow
div
tensorflow/lite/kernels/div.cc
tensorflow/lite/delegates/xnnpack/div_test.cc
#include <stddef.h> #include <stdint.h> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/optimized/cpu_check.h" #include "tensorflow/lite/kernels/internal/optimized/neon_c...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/binary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schem...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/div.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/div_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
85256940-c06d-4a66-ad6c-9c9d871a9f1c
cpp
tensorflow/tensorflow
bidirectional_sequence_rnn
tensorflow/lite/kernels/bidirectional_sequence_rnn.cc
tensorflow/lite/kernels/bidirectional_sequence_rnn_test.cc
#include <algorithm> #include <cstddef> #include <cstdint> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/kernel_utils.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h...
#include <algorithm> #include <functional> #include <initializer_list> #include <iterator> #include <tuple> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" names...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bidirectional_sequence_rnn.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bidirectional_sequence_rnn_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
74fda3c0-aa6b-4ac7-b8c6-35e66f71e68a
cpp
tensorflow/tensorflow
logical
tensorflow/lite/kernels/logical.cc
tensorflow/lite/kernels/logical_test.cc
#include <stddef.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/binary_function.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #i...
#include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; class LogicalOpModel : p...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/logical.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/logical_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
112ffa20-b592-45ff-bca5-897f16c2a502
cpp
tensorflow/tensorflow
embedding_lookup
tensorflow/lite/kernels/embedding_lookup.cc
tensorflow/lite/kernels/embedding_lookup_test.cc
#include <stdint.h> #include <cstring> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace builtin { namespace embedding_lookup { Tf...
#include <stdint.h> #include <functional> #include <initializer_list> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/test_util.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/embedding_lookup.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/embedding_lookup_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
0bc608bf-99a8-4a3a-a9fb-cecb4d4824b5
cpp
tensorflow/tensorflow
l2norm
tensorflow/lite/kernels/l2norm.cc
tensorflow/lite/kernels/l2norm_test.cc
#include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h" #include "t...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray;...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/l2norm.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/l2norm_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f32ef733-e25f-4261-9b9a-e3a16b86671f
cpp
tensorflow/tensorflow
resize_bilinear
tensorflow/lite/kernels/resize_bilinear.cc
tensorflow/lite/delegates/xnnpack/resize_bilinear_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/optimized/neon_check.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include...
#include <algorithm> #include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/resize_bilinear_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" namespace tflite { n...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/resize_bilinear.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/resize_bilinear_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2f120f00-d9e2-4867-8061-62cad0e7bc44
cpp
tensorflow/tensorflow
neg
tensorflow/lite/kernels/neg.cc
tensorflow/lite/delegates/xnnpack/neg_test.cc
#include "tensorflow/lite/kernels/internal/reference/neg.h" #include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tens...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/unary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/neg.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/neg_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c134ac2d-3c3a-4322-9883-f66ef4a81450
cpp
tensorflow/tensorflow
topk_v2
tensorflow/lite/kernels/topk_v2.cc
tensorflow/lite/kernels/topk_v2_test.cc
#include <stdint.h> #include <algorithm> #include <iterator> #include <vector> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/int...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; enum class TestType { kConst = 0, ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/topk_v2.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/topk_v2_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
43adc7c9-b886-457c-a5e5-6eed4f63e185
cpp
tensorflow/tensorflow
atan2_custom
tensorflow/lite/kernels/atan2_custom.cc
tensorflow/lite/kernels/atan2_custom_test.cc
#include <cmath> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/custom_ops_register.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace custom { namespace atan2 { TfLiteStatus EnsureSam...
#include <cmath> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/custom_ops_register.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" #include "tensorflow/lite/testing/util.h" namespace tflite { namespace { template <typename T> t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/atan2_custom.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/atan2_custom_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b1d8c80a-0c7a-41ea-a5ca-6806d5cb43e9
cpp
tensorflow/tensorflow
stablehlo_add
tensorflow/lite/kernels/stablehlo_add.cc
tensorflow/lite/kernels/stablehlo_add_test.cc
#include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/stablehlo_elementwise.h" namespace tflite::ops::builtin { TfLiteRegistration* Register_STABLEHLO_ADD() { static TfLiteRegistration r = {nullptr, nullptr, ElementwisePrepare, ElementwiseEval<ComputationType::k...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/core/subgraph.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_add.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_add_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b3b06e56-e085-401e-9f5d-336551870fb7
cpp
tensorflow/tensorflow
add
tensorflow/lite/delegates/gpu/gl/kernels/add.cc
tensorflow/lite/delegates/xnnpack/add_test.cc
#include "tensorflow/lite/delegates/gpu/gl/kernels/add.h" #include <algorithm> #include <any> #include <cstdint> #include <cstring> #include <memory> #include <string> #include <utility> #include <variant> #include <vector> #include "absl/memory/memory.h" #include "absl/strings/str_cat.h" #include "tensorflow/lite/dele...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/binary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schem...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/gl/kernels/add.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/add_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c677a6b6-3049-486c-ad27-da23b7b21c14
cpp
tensorflow/tensorflow
floor_div
tensorflow/lite/kernels/floor_div.cc
tensorflow/lite/kernels/floor_div_test.cc
#include <math.h> #include <stddef.h> #include <stdint.h> #include <functional> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/binary_function.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #i...
#include <stdint.h> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAre; template <typename T> class FloorDivModel : public SingleOpModel { pub...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/floor_div.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/floor_div_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
6df479bc-f418-4217-a178-bcaed157eb1d
cpp
tensorflow/tensorflow
bcast_grad_args
tensorflow/lite/kernels/gradient/bcast_grad_args.cc
tensorflow/lite/kernels/gradient/bcast_grad_args_test.cc
#include <algorithm> #include <array> #include <cmath> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/runtime_shape.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" namespace tflite { namespace ops { namespace custom {...
#include "tensorflow/lite/kernels/gradient/bcast_grad_args.h" #include <cstdint> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namesp...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/gradient/bcast_grad_args.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/gradient/bcast_grad_args_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2cf421c1-f469-45b8-8be7-7c73f872ea22
cpp
tensorflow/tensorflow
list_ops_util
tensorflow/lite/kernels/variants/list_ops_util.cc
tensorflow/lite/kernels/variants/list_ops_util_test.cc
#include "tensorflow/lite/kernels/variants/list_ops_util.h" #include "tensorflow/lite/array.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/variants/tensor_array.h" namespace tflite { namespace variants { IntArrayUniquePtr TensorAsShape(const Tf...
#include "tensorflow/lite/kernels/variants/list_ops_util.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/var...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_ops_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_ops_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c413006a-54fa-4d6d-80dc-14dda06506c3
cpp
tensorflow/tensorflow
list_length
tensorflow/lite/kernels/variants/list_kernels/list_length.cc
tensorflow/lite/kernels/variants/list_kernels/list_length_test.cc
#include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list_ops_lib.h" #include "tensorflow/lite/kernels/variants/tensor_array.h" namespace tflite { namespace variants { namespace ops { namesp...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/variants/list_kernels/test_util.h" #include "tensorflow/lite/kernels/variants/li...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_length.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_length_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4d1c1e7d-aee8-4526-8ad0-2a8d3a0803f6
cpp
tensorflow/tensorflow
list_reserve
tensorflow/lite/kernels/variants/list_kernels/list_reserve.cc
tensorflow/lite/kernels/variants/list_kernels/list_reserve_test.cc
#include <cstring> #include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list_ops_lib.h" #include "tensorflow/lite/kernels/variants/list_...
#include <cstring> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/variants/list_ops_lib.h" #include "tensorflow/lite/kernels/variants/tensor_array.h" #i...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_reserve.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_reserve_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1157f66a-b3ed-4eb8-96c5-4f7828a45e7f
cpp
tensorflow/tensorflow
variant_add_n
tensorflow/lite/kernels/variants/list_kernels/variant_add_n.cc
tensorflow/lite/kernels/variants/list_kernels/variant_add_n_test.cc
#include <algorithm> #include <cstring> #include <utility> #include <vector> #include "tensorflow/lite/array.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_op...
#include <optional> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/variant_add_n.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/variant_add_n_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f28e4228-9163-4126-9831-6df089c74fdf
cpp
tensorflow/tensorflow
list_set_item
tensorflow/lite/kernels/variants/list_kernels/list_set_item.cc
tensorflow/lite/kernels/variants/list_kernels/list_set_item_test.cc
#include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/tensor_array.h" #includ...
#include <cstddef> #include <cstring> #include <optional> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/test_util...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_set_item.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_set_item_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
26620278-c5dd-4003-a0f9-3124c44bf565
cpp
tensorflow/tensorflow
list_stack
tensorflow/lite/kernels/variants/list_kernels/list_stack.cc
tensorflow/lite/kernels/variants/list_kernels/list_stack_test.cc
#include <cstring> #include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list_ops_util.h" #include "tensorflow/lite/kernels/variants/tens...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/variants/list_kernels/test_util.h" #include "tensorflow/lite/kernels/variants/li...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_stack.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_stack_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
990e754e-57b8-469c-adf1-c1785a3f9738
cpp
tensorflow/tensorflow
list_from_tensor
tensorflow/lite/kernels/variants/list_kernels/list_from_tensor.cc
tensorflow/lite/kernels/variants/list_kernels/list_from_tensor_test.cc
#include <cstring> #include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list_ops_lib.h" #include "tensorflow/lite/kernels/variants/list_...
#include <tuple> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/ker...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_from_tensor.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_from_tensor_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
037392cf-1249-4b50-8b23-6ba6a5e9bddd
cpp
tensorflow/tensorflow
list_get_item
tensorflow/lite/kernels/variants/list_kernels/list_get_item.cc
tensorflow/lite/kernels/variants/list_kernels/list_get_item_test.cc
#include <cstddef> #include <cstring> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list...
#include <tuple> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/var...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_get_item.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_get_item_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5cab47d9-a1a6-4e16-bd6b-9e28cc39f160
cpp
tensorflow/tensorflow
list_element_shape
tensorflow/lite/kernels/variants/list_kernels/list_element_shape.cc
tensorflow/lite/kernels/variants/list_kernels/list_element_shape_test.cc
#include <cstdint> #include <cstring> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/variants/list_kernels/test_util.h" #include "tensorflow/lite/kernels/variants/li...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_element_shape.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_element_shape_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
97a52a24-2e0a-4ad9-a56f-7f2e75f9a551
cpp
tensorflow/tensorflow
parse_example
tensorflow/lite/kernels/parse_example/parse_example.cc
tensorflow/lite/kernels/parse_example/parse_example_test.cc
#include "tensorflow/lite/kernels/parse_example/parse_example.h" #include <algorithm> #include <cstddef> #include <memory> #include <string> #include <unordered_map> #include <utility> #include "flatbuffers/flexbuffers.h" #include "tensorflow/core/example/feature.pb.h" #include "tensorflow/core/framework/attr_value.p...
#include "tensorflow/lite/kernels/parse_example/parse_example.h" #include <cstdint> #include <initializer_list> #include <string> #include "flatbuffers/flexbuffers.h" #include "tensorflow/core/example/feature_util.h" #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/platform/protobuf.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/parse_example/parse_example.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/parse_example/parse_example_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
915c18f8-e578-43d6-8287-09d0e320b63d
cpp
tensorflow/tensorflow
transpose_utils
tensorflow/lite/kernels/internal/transpose_utils.cc
tensorflow/lite/kernels/internal/transpose_utils_test.cc
#include "tensorflow/lite/kernels/internal/transpose_utils.h" namespace tflite { namespace transpose_utils { bool IsTranspose2DApplicable(const TransposeParams& params, const RuntimeShape& input_shape, int* dim0, int* dim1) { const int dims_cnt = input_shape.D...
#include "tensorflow/lite/kernels/internal/transpose_utils.h" #include <gmock/gmock.h> #include <gtest/gtest.h> namespace tflite { namespace { TEST(TransposeUtilsTest, RemoveOneSizeDimensions_1DNoChanges) { RuntimeShape input_shape({9}); RuntimeShape output_shape({9}); TransposeParams params; params.perm_count ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/transpose_utils.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/transpose_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
db76c60d-a5eb-455c-bdf2-48477675fc36
cpp
tensorflow/tensorflow
runtime_shape
tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape.cc
tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape_test.cc
#include "tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape.h" #include <cstdint> #include <cstring> #include "tensorflow/compiler/mlir/lite/kernels/internal/compatibility_macros.h" namespace mlir { RuntimeShape::~RuntimeShape() { if (size_ > kMaxSmallSize) { delete[] dims_pointer_; } } int32_t Runti...
#include "tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape.h" #include <algorithm> #include <cstdint> #include <functional> #include <initializer_list> #include <numeric> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/algorithm/container.h" #include "absl/types/span.h" us...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/kernels/internal/runtime_shape_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
241e305d-2df4-4bfa-a29d-7db00655992a
cpp
tensorflow/tensorflow
quantization_util
tensorflow/compiler/mlir/lite/kernels/internal/quantization_util.cc
tensorflow/lite/delegates/xnnpack/quantization_util_test.cc
#include "tensorflow/compiler/mlir/lite/kernels/internal/quantization_util.h" #include <algorithm> #include <cmath> #include <limits> #include "tensorflow/compiler/mlir/lite/kernels/internal/compatibility_macros.h" #include "tensorflow/compiler/mlir/lite/kernels/internal/cppmath.h" namespace tflite_migration { namespac...
#include "tensorflow/lite/delegates/xnnpack/quantization_util.h" #include <stdint.h> #include <limits> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/internal/runtime_shape.h" using ::testing::FloatNear; using ::testing::Pointwise; namespace tflite { namespace xnnp...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/kernels/internal/quantization_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/quantization_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ec019446-b0f4-48a0-a2a5-764ee3e0c817
cpp
tensorflow/tensorflow
sparsity_format_converter
tensorflow/compiler/mlir/lite/kernels/internal/utils/sparsity_format_converter.cc
tensorflow/lite/kernels/internal/utils/sparsity_format_converter_test.cc
#include "tensorflow/compiler/mlir/lite/kernels/internal/utils/sparsity_format_converter.h" #include <algorithm> #include <cstdint> #include <utility> #include <vector> #include "Eigen/Core" #include "tensorflow/compiler/mlir/lite/core/c/dimension_type.h" namespace tflite_migration { namespace internal { namespace sp...
#include "tensorflow/lite/kernels/internal/utils/sparsity_format_converter.h" #include <gtest/gtest.h> #include "tensorflow/lite/c/common.h" namespace tflite { namespace internal { namespace sparsity { namespace { TEST(FormatConverterTest, SimpleTestD0D1) { const std::vector<int> dense_values = {6, 0, 9, 8, 0, 0, 0, ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/kernels/internal/utils/sparsity_format_converter.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/utils/sparsity_format_converter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4158aec7-4771-4a69-b0de-b4fe7c30f13e
cpp
tensorflow/tensorflow
ctc_beam_search_decoder
tensorflow/lite/kernels/ctc/ctc_beam_search_decoder.cc
tensorflow/lite/kernels/ctc/ctc_beam_search_decoder_test.cc
#include <algorithm> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/ctc/ctc_beam_search.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflo...
#include <functional> #include <memory> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/core/kernels/register.h" #include "tensorflow/lite/core/model.h" #include "tensorflow/lite/kernels/test_util.h" namespace tfli...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/ctc/ctc_beam_search_decoder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/ctc/ctc_beam_search_decoder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
885c633f-e336-4b1d-baa1-74c080d9a5ac
cpp
tensorflow/tensorflow
dense_image_warp
tensorflow/lite/kernels/perception/dense_image_warp.cc
tensorflow/lite/kernels/perception/dense_image_warp_test.cc
#include <algorithm> #include <cmath> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/runtime_shape.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/internal/types.h" #includ...
#include <cstdint> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/perception/perception_ops.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { names...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/dense_image_warp.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/dense_image_warp_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b4905ce5-1e2f-4847-a006-430bc3261142
cpp
tensorflow/tensorflow
max_pool_with_argmax
tensorflow/lite/kernels/perception/max_pool_with_argmax.cc
tensorflow/lite/kernels/perception/max_pool_with_argmax_test.cc
#include <algorithm> #include <string> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/...
#include <cstdint> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/perception/perception_ops.h" #include "tenso...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/max_pool_with_argmax.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/max_pool_with_argmax_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2b79fb86-bfa2-4e02-9747-fa99dd1a5572
cpp
tensorflow/tensorflow
max_unpooling_2d
tensorflow/lite/kernels/perception/max_unpooling_2d.cc
tensorflow/lite/kernels/perception/max_unpooling_2d_test.cc
#include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/runtime_shape.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/internal/types.h" #include "tensorflow/lite/kernels/kernel_util.h" name...
#include <cstdint> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/perception/perception_ops.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/max_unpooling_2d.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/perception/max_unpooling_2d_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
972db8a3-1645-43d4-94a7-46408a04c7bc
cpp
tensorflow/tensorflow
tflite_tensor_view
tensorflow/lite/kernels/shim/tflite_tensor_view.cc
tensorflow/lite/kernels/shim/tflite_tensor_view_test.cc
#include "tensorflow/lite/kernels/shim/tflite_tensor_view.h" #include <utility> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/types/variant.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/shim/tensor_view.h" #include "tensorflow/lite/string_util.h" #inc...
#include "tensorflow/lite/kernels/shim/tflite_tensor_view.h" #include <cstdint> #include <string> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/shim/test_util.h" #include "tensorflow/lite/string_util.h" namespace tfli...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/tflite_tensor_view.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/tflite_tensor_view_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fdfa34b6-8776-4034-b82f-679216ac2e9b
cpp
tensorflow/tensorflow
tf_tensor_view
tensorflow/lite/kernels/shim/tf_tensor_view.cc
tensorflow/lite/kernels/shim/tf_tensor_view_test.cc
#include "tensorflow/lite/kernels/shim/tf_tensor_view.h" #include <utility> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "tensorflow/core/framework/types.pb.h" #define CASE_FOR_DTYPE_GIVEN_CPP_DTYPE(TF_DTYPE, CPP_DTYPE) \ case TF_DTYPE: { \ us...
#include "tensorflow/lite/kernels/shim/tf_tensor_view.h" #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "tensorflow/core/framework/tensor.pb.h" #include "tensorflow/core/platform/protobuf.h" #include "tensorflow/core/platform/tstring.h" namespace tfli...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/tf_tensor_view.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/tf_tensor_view_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
86af0dfd-9e9d-4348-8772-56caee98f0d0
cpp
tensorflow/tensorflow
simple_tf_op
tensorflow/lite/kernels/shim/test_op/simple_tf_op.cc
tensorflow/lite/kernels/shim/test_op/simple_tf_op_test.cc
#include "tensorflow/lite/kernels/shim/test_op/simple_tf_op.h" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/types.h" #include "tensorflow/lite/kernels/shim/tf_op_shim.h" namespace tflite { namespace shim { REGISTER_TF_OP_SHIM(SimpleOpKernel); REGISTER_KERNEL_BUILDER( Name(Sim...
#include <cstdint> #include <gtest/gtest.h> #include "xla/tsl/lib/core/status_test_util.h" #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/simple_tf_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/simple_tf_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
bc07f90e-c5ca-4425-9d00-f2c2cd42fb47
cpp
tensorflow/tensorflow
tmpl_tflite_op
tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op.cc
tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op_test.cc
#include "tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/kernels/shim/op_kernel.h" #include "tensorflow/lite/kernels/shim/test_op/tmpl_op.h" #include "tensorflow/lite/kernels/shim/tflite_op_shim.h" #include "tensorflow/lite/kernels/shim/tflite_op_w...
#include "tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op.h" #include <cstdint> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/tmpl_tflite_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2ec14317-0709-423f-841c-6f95002ea05e
cpp
tensorflow/tensorflow
simple_tflite_op
tensorflow/lite/kernels/shim/test_op/simple_tflite_op.cc
tensorflow/lite/kernels/shim/test_op/simple_tflite_op_test.cc
#include "tensorflow/lite/kernels/shim/test_op/simple_tflite_op.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/shim/test_op/simple_op.h" #include "tensorflow/lite/kernels/shim/tflite_op_shim.h" #include "tensorflow/lite/mutable_op_resolver.h" namespace tflite { namespace ops { namespace...
#include "tensorflow/lite/kernels/shim/test_op/simple_tflite_op.h" #include <cstring> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/simple_tflite_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/simple_tflite_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2e2fd5e8-fdd6-41e4-afdf-bd4ad1803f9e
cpp
tensorflow/tensorflow
tmpl_tf_op
tensorflow/lite/kernels/shim/test_op/tmpl_tf_op.cc
tensorflow/lite/kernels/shim/test_op/tmpl_tf_op_test.cc
#include "tensorflow/lite/kernels/shim/test_op/tmpl_tf_op.h" #include <cstdint> #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/types.h" #include "tensorflow/lite/kernels/shim/tf_op_shim.h" namespace tflite { namespace shim { using TmplOpKernelInstance = TmplOpKernel<float, int32_t>...
#include <cstdint> #include <gtest/gtest.h> #include "xla/tsl/lib/core/status_test_util.h" #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/tmpl_tf_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/shim/test_op/tmpl_tf_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
31560376-54b1-4b76-9afc-50948117b640
cpp
tensorflow/tensorflow
devicedb
tensorflow/lite/experimental/acceleration/compatibility/devicedb.cc
tensorflow/lite/experimental/acceleration/compatibility/devicedb_test.cc
#include "tensorflow/lite/experimental/acceleration/compatibility/devicedb.h" #include <map> #include <string> #include <vector> #include "tensorflow/lite/experimental/acceleration/compatibility/database_generated.h" namespace tflite { namespace acceleration { namespace { std::vector<const DeviceDecisionTreeEdge*> Find...
#include "tensorflow/lite/experimental/acceleration/compatibility/devicedb.h" #include <memory> #include <string> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/experimental/acceleration/compatibility/devicedb-sample.h" #include "tensorflow/lite/experimental/acceleration/compa...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/compatibility/devicedb.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/compatibility/devicedb_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a702c183-894e-41e6-b224-457072d64d80
cpp
tensorflow/tensorflow
canonicalize_value
tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value.cc
tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value_test.cc
#include "tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value.h" #include <iterator> #include <string> #include "absl/algorithm/container.h" #include "absl/strings/ascii.h" #include "absl/strings/string_view.h" #include "re2/re2.h" #include "tensorflow/lite/experimental/acceleration/compatibility...
#include "tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value.h" #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/experimental/acceleration/compatibility/variables.h" namespace tflite::acceleration { namespace { TEST(CanonicalizeValue, CharactersAreLow...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5b2e1d7e-be28-4c3b-854c-5f1e07a81350
cpp
tensorflow/tensorflow
gpu_compatibility
tensorflow/lite/tools/versioning/gpu_compatibility.cc
tensorflow/lite/tools/versioning/gpu_compatibility_test.cc
#include "tensorflow/lite/tools/versioning/gpu_compatibility.h" #include <algorithm> #include <string> #include <vector> #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h" #include "tensorflow/lite/builtin_op_data.h" #include "tensorflow/lite/builtin_ops.h" #include "te...
#include "tensorflow/lite/tools/versioning/gpu_compatibility.h" #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "tensorflow/core/platform/resource_loader.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tens...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/versioning/gpu_compatibility.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/versioning/gpu_compatibility_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d89b3608-8520-4260-8f56-7949b38f8dce
cpp
tensorflow/tensorflow
call
tensorflow/lite/experimental/acceleration/mini_benchmark/call.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/call_test.cc
#include <stddef.h> #include <cstring> #include <sstream> #include <string> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/context_util.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/core/subgraph.h" #include "tensorflow/lite/experimental/acceleration/mini_be...
#include <cstddef> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/builtin_ops.h" #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/core/interpret...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/call.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/call_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
303b5c72-09ca-49c0-9552-8dacb6f3caf9
cpp
tensorflow/tensorflow
libjpeg_decoder
tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder.h" #include <setjmp.h> #include <algorithm> #include <cctype> #include <cstddef> #include <cstdio> #include <cstring> #include <functional> #include <limits> #include <memory> #include <string> #include "absl/strings/match.h" #include "a...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder.h" #include <stddef.h> #include <cstddef> #include <memory> #include <string> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/experimental/acceleration/mini_benchmark/d...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/libjpeg_decoder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f927de03-a405-483a-a8e5-2dd242bcc799
cpp
tensorflow/tensorflow
validator_runner
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner.h" #include <cstdlib> #include <memory> #include <string> #include <utility> #include <vector> #include "tensorflow/lite/acceleration/configuration/configuration_generated.h" #include "tensorflow/lite/experimental/acceleration/mini_benc...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner.h" #include <fcntl.h> #include <fstream> #include <iostream> #include <memory> #include <ostream> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/acceleration/configuration...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7965bdd1-2403-4bc1-9e96-9ed3b45991d5
cpp
tensorflow/tensorflow
blocking_validator_runner
tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner.h" #include <algorithm> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "absl/time/time.h" #include "flatbuffers/flatbuffer_builder.h" #include "tensorflow/l...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner.h" #include <fcntl.h> #include <iostream> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/str_cat.h" #include "flatbuffers/buffer.h" #include "flatbuffers/flatbuffe...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/blocking_validator_runner_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
94ed2b30-ae08-4f42-b4db-a5d14276453a
cpp
tensorflow/tensorflow
file_lock
tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock.h" #ifndef _WIN32 #include <fcntl.h> #include <sys/file.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #endif #include <string> namespace tflite { namespace acceleration { bool FileLock::TryLock() { #ifndef _WIN32 if (...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock.h" #include <csignal> #include <iostream> #include <string> #include <utility> #include <gtest/gtest.h> namespace tflite { namespace acceleration { namespace { class FileLockTest : public ::testing::Test { protected: void SetUp() override {...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/file_lock_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
98768ebc-6ed4-449c-809b-5a25249a04e5
cpp
tensorflow/tensorflow
fb_storage
tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage.h" #include <fcntl.h> #include <string.h> #ifndef _WIN32 #include <sys/file.h> #include <unistd.h> #endif #include <fstream> #include <sstream> #include <string> #include "absl/strings/string_view.h" #include "tensorflow/lite/core/c/c_api_typ...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage.h" #include <algorithm> #include <string> #include <thread> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/acceleration/configuration/configuration_generated.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/fb_storage_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
28edffeb-45c6-42b1-ad17-93c134919c8e
cpp
tensorflow/tensorflow
big_little_affinity
tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity.h" #include <algorithm> #include <cstdint> #include <map> #include <set> #include "include/cpuinfo.h" namespace tflite { namespace acceleration { namespace { bool IsInOrderArch(cpuinfo_uarch arch) { switch (arch) { case cpuinfo...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity.h" #include <cstdint> #include <map> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "include/cpuinfo.h" #include "tensorflow/lite/experimental/acceleration/compatibility/android_info.h" namespace tflite { namespace accele...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/big_little_affinity_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fd60af3b-8684-4a3f-9060-125254894f91
cpp
tensorflow/tensorflow
jpeg_header_parser
tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser.h" #include <cstdint> #include <memory> #include <string> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser.h" #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/experimental/acceleration/mini_benchmark/embedded_chessboard_jpeg.h" namespace tflite { n...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/jpeg_header_parser_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
324bf79d-ead5-4060-9186-ae0c63b490d5
cpp
tensorflow/tensorflow
validator_runner_entrypoint
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint.h" #include <dlfcn.h> #include <memory> #include <string> #ifndef _WIN32 #include <fcntl.h> #include <sys/file.h> #include <sys/stat.h> #include <sys/types.h> #include <cstdint> #include <thread> #include <utility> #include...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint.h" #include <sys/types.h> #include <fstream> #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/acceleratio...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_entrypoint_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
130d5aab-4743-43c9-b3fc-3e272b7b30b2
cpp
tensorflow/tensorflow
runner
tensorflow/lite/experimental/acceleration/mini_benchmark/runner.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/runner_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/runner.h" #ifndef TFLITE_ACCELERATION_BENCHMARK_IN_PROCESS #include <dlfcn.h> #endif #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #ifndef _WIN32 #include <poll.h> #include <signal.h> #include <unistd.h> #endif #include <cstdlib> #inclu...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/runner.h" #include <dlfcn.h> #include <signal.h> #include <cstddef> #include <fstream> #include <memory> #include <string> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/compiler/mlir/lite/schema/mutable/schema_gene...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/runner.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/runner_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4cea8920-dc74-417f-9f7e-44a4c6a5967c
cpp
tensorflow/tensorflow
validator_runner_impl
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl.h" #include <iostream> #include <memory> #include <ostream> #include <string> #include <thread> #include <utility> #include <vector> #include "absl/strings/match.h" #include "absl/strings/numbers.h" #include "absl/strings/str_joi...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl.h" #include <iostream> #include <memory> #include <string> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/time/time.h" #include "flatbuffers/flatbuffer_builder.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner_impl_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d760ed97-1225-41c7-86ae-6346991c7cf1
cpp
tensorflow/tensorflow
validator
tensorflow/lite/experimental/acceleration/mini_benchmark/validator.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/validator_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator.h" #include <stdint.h> #include <string.h> #include <time.h> #include <unistd.h> #include <functional> #include <map> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_set.h" #include "...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/validator.h" #include <iostream> #include <map> #include <memory> #include <string> #include <utility> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #if FLATBUFFERS_LITTLEENDIAN == 0 #include "tensorflow/lite/core/mod...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/validator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ac4662b7-8415-4b1d-9b99-97c649832c2d
cpp
tensorflow/tensorflow
mini_benchmark
tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark.h" #include <string> #include <utility> #include "absl/status/statusor.h" #include "flatbuffers/flatbuffers.h" namespace tflite { namespace acceleration { namespace { class NoopMiniBenchmark : public MiniBenchmark { public: ComputeSe...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark.h" #include <unistd.h> #include <memory> #include <string> #include <utility> #include <vector> #include <gtest/gtest.h> #include "absl/time/clock.h" #include "absl/time/time.h" #include "flatbuffers/flatbuffers.h" #include "tensorflow/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/mini_benchmark_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f69aa326-3804-4aaf-a389-a40eb316c0c6
cpp
tensorflow/tensorflow
decode_jpeg
tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg_test.cc
#include <algorithm> #include <cstddef> #include <memory> #include <vector> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg_register.h" #include "tensorflow/li...
#include <cstdint> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg_register.h" #include "tensorflow/lite/experimental/acceleration/mini_benchmark/embedded_chessboar...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9b61f2fd-dae2-47fa-a877-b61df3b15a36
cpp
tensorflow/tensorflow
libc_handle
tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle.h" #ifdef __ANDROID__ #include <dlfcn.h> #endif #include <stdio.h> #include "tensorflow/lite/experimental/acceleration/mini_benchmark/decode_jpeg_status.h" namespace tflite { namespace acceleration { namespace decode_jpeg_kernel { LibCHandle...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle.h" #include <gmock/gmock.h> #include <gtest/gtest.h> namespace tflite { namespace acceleration { namespace decode_jpeg_kernel { namespace { TEST(LibCHandleTest, LoadingSucceedsAndroidPlatforms) { Status status; LibCHandle handle = LibCHa...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
aa187d9f-b591-4c32-9640-9440a3eb802c
cpp
tensorflow/tensorflow
custom_validation_embedder
tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder.cc
tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder_test.cc
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder.h" #include <algorithm> #include <iostream> #include <iterator> #include <string> #include <vector> #include "flatbuffers/buffer.h" #include "flatbuffers/flatbuffer_builder.h" #include "flatbuffers/flexbuffe...
#include "tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder.h" #include <iostream> #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffer_builder.h" #include "tensorflow/lite/core/c/c_api...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/custom_validation_embedder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ac032197-519c-4273-988c-740d82196974
cpp
tensorflow/tensorflow
mul_op_plugin
tensorflow/lite/experimental/lrt/examples/mul_op_plugin.cc
tensorflow/lite/experimental/lrt/examples/mul_op_plugin_test.cc
#include <stdio.h> #include <cstddef> #include <cstdlib> #include <string> #include <vector> #include "tensorflow/lite/experimental/lrt/c/lite_rt_common.h" #include "tensorflow/lite/experimental/lrt/c/lite_rt_compiler_plugin.h" #include "tensorflow/lite/experimental/lrt/c/lite_rt_model.h" #include "tensorflow/lite/expe...
#include <cstddef> #include <memory> #include <string> #include <vector> #include <gtest/gtest.h> #include "absl/log/check.h" #include "tensorflow/lite/experimental/lrt/c/lite_rt_compiler_plugin.h" #include "tensorflow/lite/experimental/lrt/c/lite_rt_model.h" #include "tensorflow/lite/experimental/lrt/c/lite_rt_op_code...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/lrt/examples/mul_op_plugin.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/lrt/examples/mul_op_plugin_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d141a428-7f90-4be4-a9af-5ed15f002cff
cpp
tensorflow/tensorflow
log
tensorflow/lite/experimental/shlo/ops/log.cc
tensorflow/lite/experimental/shlo/ops/log_test.cc
#include "tensorflow/lite/experimental/shlo/ops/log.h" #include <cmath> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/unary_ele...
#include "tensorflow/lite/experimental/shlo/ops/log.h" #include <cmath> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/test_util.h" #include "tensor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/log.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/log_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b42f1177-a746-48c5-936f-0579562c34b0
cpp
tensorflow/tensorflow
tfl_tensor_ref
tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref.cc
tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref_test.cc
#include "tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref.h" #include <cstddef> #include <vector> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/experimental/ml_adjacent/lib.h" #include "tensorflow/li...
#include "tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref.h" #include <algorithm> #include <cstddef> #include <memory> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/types/span.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/tflite/tfl_tensor_ref_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ba39cf62-bc1b-45b5-8cae-a92dc975116a
cpp
tensorflow/tensorflow
extern_call
tensorflow/lite/experimental/ml_adjacent/tflite/extern_call.cc
tensorflow/lite/experimental/ml_adjacent/tflite/extern_call_test.cc
#include "tensorflow/lite/experimental/ml_adjacent/tflite/extern_call.h" #include <cstdint> #include <memory> #include <vector> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/experimental/ml_adjacent/algo/crop.h" #include "tensorflow/lite/experimenta...
#include "tensorflow/lite/experimental/ml_adjacent/tflite/extern_call.h" #include <cstdint> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/l...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/tflite/extern_call.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/tflite/extern_call_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea