ID
stringlengths
36
36
Language
stringclasses
1 value
Repository Name
stringclasses
13 values
File Name
stringlengths
2
44
File Path in Repository
stringlengths
11
111
File Path for Unit Test
stringlengths
16
116
Code
stringlengths
0
278k
Unit Test - (Ground Truth)
stringlengths
127
663k
Code Url
stringlengths
91
198
Test Code Url
stringlengths
96
203
Commit Hash
stringclasses
13 values
e323db2b-0e80-4d90-9be3-3874744cbaa2
cpp
google/arolla
delegating_slot_listener
arolla/io/delegating_slot_listener.h
arolla/io/delegating_slot_listener_test.cc
#ifndef AROLLA_IO_DELEGATING_SLOT_LISTENER_H_ #define AROLLA_IO_DELEGATING_SLOT_LISTENER_H_ #include <functional> #include <memory> #include <string> #include <type_traits> #include <utility> #include <vector> #include "absl/base/nullability.h" #include "absl/container/flat_hash_map.h" #include "absl/memory/memory.h" #...
#include "arolla/io/delegating_slot_listener.h" #include <cstdint> #include <functional> #include <memory> #include <string> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "arolla/io/accessors_slot_listener.h" #include "arolla/io/slot_listener.h" #include "arolla/memory/...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/io/delegating_slot_listener.h
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/io/delegating_slot_listener_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
baefae19-7d40-4274-aa5f-dd3fcbdc247e
cpp
google/arolla
prepare_expression
arolla/expr/eval/prepare_expression.cc
arolla/expr/eval/prepare_expression_test.cc
#include "arolla/expr/eval/prepare_expression.h" #include <cstddef> #include <memory> #include <optional> #include <set> #include <string> #include <utility> #include <vector> #include "absl/base/no_destructor.h" #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/status/s...
#include "arolla/expr/eval/prepare_expression.h" #include <cstdint> #include <memory> #include <string> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/container/flat_hash_map.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "absl/status/statusor.h" #include "absl/ty...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/eval/prepare_expression.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/eval/prepare_expression_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
1fa7adaf-94c9-45aa-bdf9-54656547fa6f
cpp
google/cel-cpp
comparison_functions
eval/public/comparison_functions.cc
eval/public/comparison_functions_test.cc
#include "eval/public/comparison_functions.h" #include "absl/status/status.h" #include "eval/public/cel_function_registry.h" #include "eval/public/cel_options.h" #include "runtime/function_registry.h" #include "runtime/runtime_options.h" #include "runtime/standard/comparison_functions.h" namespace google::api::expr::ru...
#include "eval/public/comparison_functions.h" #include <memory> #include <tuple> #include "google/api/expr/v1alpha1/syntax.pb.h" #include "google/rpc/context/attribute_context.pb.h" #include "google/protobuf/arena.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view....
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/comparison_functions.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/comparison_functions_test.cc
4552db5798fb0853b131b783d8875794334fae7f
31510ab2-ecd4-4755-b6bd-8f4bd89138d6
cpp
google/tensorstore
raw_bytes_hex
tensorstore/internal/json_binding/raw_bytes_hex.cc
tensorstore/internal/json_binding/raw_bytes_hex_test.cc
#include "tensorstore/internal/json_binding/raw_bytes_hex.h" #include <string_view> #include "absl/status/status.h" #include "absl/strings/escaping.h" #include "absl/strings/str_format.h" namespace tensorstore { namespace internal_json_binding { namespace { bool IsHexString(std::string_view s) { for (char c : s) { ...
#include "tensorstore/internal/json_binding/raw_bytes_hex.h" #include <string> #include <tuple> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include <nlohmann/json_fwd.hpp> #include "tensorstore/internal/json_binding/gtest.h" #include "tensorstore/internal/json_binding/json_binding.h" #include ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/json_binding/raw_bytes_hex.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/json_binding/raw_bytes_hex_test.cc
4f887a6430414cd6088e1743555015b10f116d50
61064559-7093-4c01-8255-fe9997c3c16e
cpp
google/tensorstore
index_interval
tensorstore/index_interval.cc
tensorstore/index_interval_test.cc
#include "tensorstore/index_interval.h" #include <ostream> #include "absl/status/status.h" #include "tensorstore/internal/integer_overflow.h" #include "tensorstore/serialization/serialization.h" #include "tensorstore/util/division.h" #include "tensorstore/util/quote_string.h" #include "tensorstore/util/result.h" #inclu...
#include "tensorstore/index_interval.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/hash/hash_testing.h" #include "tensorstore/serialization/serialization.h" #include "tensorstore/serialization/test_util.h" #include "tensorstore/util/status.h" #include "tensorstore/util/status_testutil.h" #include ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_interval.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_interval_test.cc
4f887a6430414cd6088e1743555015b10f116d50
5d78d715-f803-4538-adf8-a21734a52fc6
cpp
google/cel-cpp
any_type
common/types/any_type.h
common/types/any_type_test.cc
#ifndef THIRD_PARTY_CEL_CPP_COMMON_TYPES_ANY_TYPE_H_ #define THIRD_PARTY_CEL_CPP_COMMON_TYPES_ANY_TYPE_H_ #include <ostream> #include <string> #include <utility> #include "absl/strings/string_view.h" #include "common/type_kind.h" namespace cel { class Type; class TypeParameters; class AnyType final { public: static ...
#include <sstream> #include "absl/hash/hash.h" #include "common/type.h" #include "internal/testing.h" namespace cel { namespace { TEST(AnyType, Kind) { EXPECT_EQ(AnyType().kind(), AnyType::kKind); EXPECT_EQ(Type(AnyType()).kind(), AnyType::kKind); } TEST(AnyType, Name) { EXPECT_EQ(AnyType().name(), AnyType::kName...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/any_type.h
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/any_type_test.cc
4552db5798fb0853b131b783d8875794334fae7f
17337708-4d38-49da-ac30-9296214bfc5a
cpp
google/tensorstore
file_credential_provider
tensorstore/kvstore/s3/credentials/file_credential_provider.cc
tensorstore/kvstore/s3/credentials/file_credential_provider_test.cc
#include "tensorstore/kvstore/s3/credentials/file_credential_provider.h" #include <optional> #include <string> #include <string_view> #include <utility> #include "absl/base/attributes.h" #include "absl/log/absl_log.h" #include "absl/status/status.h" #include "absl/strings/ascii.h" #include "absl/strings/str_format.h" #...
#include "tensorstore/kvstore/s3/credentials/file_credential_provider.h" #include <fstream> #include <memory> #include <string> #include <gtest/gtest.h> #include "absl/time/time.h" #include "tensorstore/internal/env.h" #include "tensorstore/internal/path.h" #include "tensorstore/internal/testing/scoped_directory.h" #in...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/credentials/file_credential_provider.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/credentials/file_credential_provider_test.cc
4f887a6430414cd6088e1743555015b10f116d50
02a0ac9b-8137-474c-8c98-7dfed739d9d5
cpp
tensorflow/tensorflow
data_type
tensorflow/lite/delegates/gpu/common/data_type.cc
tensorflow/lite/delegates/gpu/common/data_type_test.cc
#include "tensorflow/lite/delegates/gpu/common/data_type.h" #include <stddef.h> #include <string> #include "absl/strings/str_cat.h" namespace tflite { namespace gpu { namespace { std::string ToGlslType(const std::string& scalar_type, const std::string& vec_type, int vec_size) { return vec_size ...
#include "tensorflow/lite/delegates/gpu/common/data_type.h" #include <gtest/gtest.h> namespace tflite { namespace gpu { namespace { TEST(DataTypeTest, GlslShaderDataTypes) { EXPECT_EQ("float", ToGlslShaderDataType(DataType::FLOAT16)); EXPECT_EQ("mediump float", ToGlslShaderDataType(DataType::FLOAT16, 1,...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/data_type.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/data_type_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
af3f2af3-6f07-4e3c-b1f8-a9fbaaa3332c
cpp
tensorflow/tensorflow
hlo_opcode
third_party/xla/xla/hlo/ir/hlo_opcode.cc
third_party/xla/xla/service/hlo_opcode_test.cc
#include "xla/hlo/ir/hlo_opcode.h" #include <optional> #include <string> #include "absl/container/flat_hash_map.h" #include "xla/util.h" namespace xla { absl::string_view HloOpcodeString(HloOpcode opcode) { switch (opcode) { #define CASE_OPCODE_STRING(enum_name, opcode_name, ...) \ case HloOpcode::enum_name: ...
#include "xla/hlo/ir/hlo_opcode.h" #include "xla/test.h" #include "xla/types.h" namespace xla { namespace { TEST(HloOpcodeTest, StringifyMultiply) { ASSERT_EQ("multiply", HloOpcodeString(HloOpcode::kMultiply)); } TEST(HloOpcodeTest, OpcodeProperties) { #define SOME_LIST(X) \ X(One) \ X(Two) ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/hlo/ir/hlo_opcode.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/hlo_opcode_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
94fa025d-5568-47c6-8195-73a16c710571
cpp
tensorflow/tensorflow
parallel_device
tensorflow/c/eager/parallel_device/parallel_device.cc
tensorflow/c/eager/parallel_device/parallel_device_test.cc
#include "tensorflow/c/eager/parallel_device/parallel_device.h" #include <cstring> #include <memory> #include "absl/strings/str_cat.h" #include "absl/types/optional.h" #include "absl/types/variant.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/eager/pa...
#include <array> #include <gmock/gmock.h> #include "tensorflow/c/c_api.h" #include "tensorflow/c/c_api_experimental.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/immediate_execution_tensor_handle.h" #include "tensorflow/c/eager/parallel_device/parallel_device_lib.h" #include "tensorflow/c/eager/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/eager/parallel_device/parallel_device.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/eager/parallel_device/parallel_device_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c18dc50b-44db-4d22-ad51-b6e9d1082d44
cpp
google/tensorstore
grid_partition
tensorstore/internal/grid_partition.cc
tensorstore/internal/grid_partition_test.cc
#include "tensorstore/internal/grid_partition.h" #include <algorithm> #include <array> #include <cassert> #include <cstddef> #include <utility> #include <vector> #include "absl/container/fixed_array.h" #include "absl/container/inlined_vector.h" #include "absl/functional/function_ref.h" #include "absl/status/status.h" #...
#include "tensorstore/internal/grid_partition.h" #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "tensorstore/array.h" #include "tensorstore/box.h" #include "tensorstore/index.h" #include "tensorstore/index_interval.h" #include "tensorstore...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/grid_partition.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/grid_partition_test.cc
4f887a6430414cd6088e1743555015b10f116d50
e97785da-47c3-461f-9298-9579bfd4fba6
cpp
google/arolla
frame_iter
arolla/qtype/array_like/frame_iter.cc
arolla/qtype/array_like/frame_iter_test.cc
#include "arolla/qtype/array_like/frame_iter.h" #include <algorithm> #include <cstddef> #include <cstdint> #include <memory> #include <optional> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "...
#include "arolla/qtype/array_like/frame_iter.h" #include <cstdint> #include <optional> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "arolla/dense_array/dense_array.h" #include "arolla/dense_array/...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qtype/array_like/frame_iter.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qtype/array_like/frame_iter_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
c5c247b6-696e-48cf-bbe8-95daf7a893d3
cpp
tensorflow/tensorflow
gemm_rewriter
third_party/xla/xla/service/gpu/transforms/gemm_rewriter.cc
third_party/xla/xla/service/gpu/transforms/gemm_rewriter_test.cc
#include "xla/service/gpu/transforms/gemm_rewriter.h" #include <algorithm> #include <array> #include <cmath> #include <cstddef> #include <cstdint> #include <initializer_list> #include <limits> #include <memory> #include <numeric> #include <optional> #include <tuple> #include <utility> #include <variant> #include <vecto...
#include "xla/service/gpu/transforms/gemm_rewriter.h" #include <array> #include <cstdint> #include <functional> #include <memory> #include <optional> #include <string> #include <tuple> #include <utility> #include <variant> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/status/statusor.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/gemm_rewriter.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/gemm_rewriter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
61bb902e-4e11-4c95-ab9f-f2ec2d85005e
cpp
tensorflow/tensorflow
graph_view_internal
tensorflow/core/grappler/utils/graph_view_internal.h
tensorflow/core/grappler/utils/graph_view_internal_test.cc
#ifndef TENSORFLOW_CORE_GRAPPLER_UTILS_GRAPH_VIEW_INTERNAL_H_ #define TENSORFLOW_CORE_GRAPPLER_UTILS_GRAPH_VIEW_INTERNAL_H_ #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/hash/hash.h" #include "absl/strings/string_view.h" #include "tensorflow/core/framework/attr_value...
#include "tensorflow/core/grappler/utils/graph_view_internal.h" #include "absl/container/flat_hash_map.h" #include "tensorflow/core/framework/function_testlib.h" #include "tensorflow/core/grappler/utils/graph_view.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/test.h" names...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/utils/graph_view_internal.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/utils/graph_view_internal_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
13af8cfa-a80f-4abd-b903-d4e5aa058635
cpp
tensorflow/tensorflow
while_loop_trip_count_annotator
third_party/xla/xla/service/while_loop_trip_count_annotator.cc
third_party/xla/xla/service/while_loop_trip_count_annotator_test.cc
#include "xla/service/while_loop_trip_count_annotator.h" #include "absl/container/flat_hash_set.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/hlo/ir/hlo_opcode.h"...
#include "xla/service/while_loop_trip_count_annotator.h" #include "xla/test.h" #include "xla/tests/hlo_test_base.h" #include "xla/xla_data.pb.h" #include "tsl/platform/statusor.h" namespace xla { namespace { class TripCountAnnotatorTest : public HloTestBase {}; TEST_F(TripCountAnnotatorTest, KnownSmallTripCount) { co...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_trip_count_annotator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_trip_count_annotator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5a10386a-666e-4dfa-b3e2-222f710c08c7
cpp
tensorflow/tensorflow
random_dataset_op
tensorflow/core/kernels/data/experimental/random_dataset_op.cc
tensorflow/core/kernels/data/experimental/random_dataset_op_test.cc
#include "tensorflow/core/kernels/data/experimental/random_dataset_op.h" #include <string> #include <utility> #include "tensorflow/core/data/dataset_utils.h" #include "tensorflow/core/data/name_utils.h" #include "tensorflow/core/data/split_utils.h" #include "tensorflow/core/framework/dataset.h" #include "tensorflow/cor...
#include "tensorflow/core/kernels/data/experimental/random_dataset_op.h" #include <vector> #include "tensorflow/core/data/dataset_test_base.h" #include "tensorflow/core/kernels/data/random_seed_ops.h" #include "tensorflow/core/lib/random/philox_random.h" #include "tensorflow/core/lib/random/random_distributions.h" name...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/experimental/random_dataset_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/experimental/random_dataset_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8a9d037e-3b07-40e2-a833-78cd5a534886
cpp
google/quiche
quic_error_codes
quiche/quic/core/quic_error_codes.cc
quiche/quic/core/quic_error_codes_test.cc
#include "quiche/quic/core/quic_error_codes.h" #include <cstdint> #include <cstring> #include <ostream> #include <string> #include "absl/strings/str_cat.h" #include "openssl/ssl.h" #include "quiche/quic/platform/api/quic_logging.h" namespace quic { #define RETURN_STRING_LITERAL(x) \ case x: \ ...
#include "quiche/quic/core/quic_error_codes.h" #include <cstdint> #include <string> #include "openssl/ssl.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { namespace { using QuicErrorCodesTest = QuicTest; TEST_F(QuicErrorCodesTest, QuicErrorCodeToString) { EXPECT_STREQ("QUIC_NO_ERRO...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_error_codes.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_error_codes_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
2f292d6b-3fad-4bd3-9908-3933e5739475
cpp
tensorflow/tensorflow
eigen_support
tensorflow/lite/kernels/eigen_support.cc
tensorflow/lite/kernels/eigen_support_test.cc
#include "tensorflow/lite/kernels/eigen_support.h" #include <functional> #include <memory> #include <utility> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/eigen_spatial_convolutions.h" #include "tensorflow/lite/kernels/op_macros.h" #ifndef EIGEN_DONT_ALIGN #include "te...
#include "tensorflow/lite/kernels/eigen_support.h" #include <utility> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/optimized/eigen_spatial_convolutions.h" namespace tflite { namespace eigen_support { struct TestTfLiteContext : public TfLiteContext { Te...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/eigen_support.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/eigen_support_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
6179176a-3ede-48e4-aaad-e68588ded661
cpp
tensorflow/tensorflow
eigen_spatial_convolutions
tensorflow/lite/kernels/internal/optimized/eigen_spatial_convolutions.h
third_party/xla/xla/tsl/framework/convolution/eigen_spatial_convolutions_test.cc
#ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_EIGEN_SPATIAL_CONVOLUTIONS_H_ #define TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_EIGEN_SPATIAL_CONVOLUTIONS_H_ #define EIGEN_USE_CUSTOM_THREAD_POOL #define EIGEN_USE_THREADS #define Eigen EigenForTFLite #define TFLITE_REDUCE_INSTANTIATIONS #if defined(TFLITE_REDUCE_INS...
#include "xla/tsl/framework/convolution/eigen_spatial_convolutions.h" #include "absl/strings/str_cat.h" #include "tsl/platform/test.h" #include "tsl/platform/test_benchmark.h" namespace Eigen { #define EigenApprox(a, b) \ { ASSERT_TRUE(std::abs(a - b) <= std::min(std::abs(a), std::abs(b)) * 1e-3); } static int ceil_d...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/optimized/eigen_spatial_convolutions.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/framework/convolution/eigen_spatial_convolutions_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9a7cbd52-50d8-49c8-b25e-0aefde08b0fb
cpp
tensorflow/tensorflow
runtime_fallback_kernels
tensorflow/core/runtime_fallback/runtime/runtime_fallback_kernels.cc
tensorflow/core/runtime_fallback/test/runtime_fallback_kernels_test.cc
#include "tensorflow/core/runtime_fallback/runtime/runtime_fallback_kernels.h" #include <algorithm> #include <string> #include <utility> #include <vector> #include "absl/strings/str_split.h" #include "absl/synchronization/mutex.h" #include "absl/types/span.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/STLExtras....
#include "tensorflow/core/runtime_fallback/runtime/runtime_fallback_kernels.h" #include <gtest/gtest.h> #include "llvm/ADT/SmallVector.h" #include "tensorflow/c/eager/abstract_tensor_handle.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/framework/types.pb.h" #include "tensorflow/cor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/runtime_fallback/runtime/runtime_fallback_kernels.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/runtime_fallback/test/runtime_fallback_kernels_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9a59765c-2c63-495e-b33c-60154ba0061c
cpp
abseil/abseil-cpp
utf8
absl/strings/internal/utf8.cc
absl/strings/internal/utf8_test.cc
#include "absl/strings/internal/utf8.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace strings_internal { size_t EncodeUTF8Char(char *buffer, char32_t utf8_char) { if (utf8_char <= 0x7F) { *buffer = static_cast<char>(utf8_char); return 1; } else if (utf8_char <= 0x7FF) { buffer[1] = static_cast<char>(0...
#include "absl/strings/internal/utf8.h" #include <cstdint> #include <utility> #include "gtest/gtest.h" #include "absl/base/port.h" namespace { #if !defined(__cpp_char8_t) #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wc++2a-compat" #endif TEST(EncodeUTF8Char, BasicFunction) { ...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/utf8.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/utf8_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
13a3f2e4-d5ef-4e08-b0cb-49f8f2fdec84
cpp
tensorflow/tensorflow
exec_on_stall
tensorflow/core/util/exec_on_stall.h
tensorflow/core/util/exec_on_stall_test.cc
#ifndef TENSORFLOW_CORE_UTIL_EXEC_ON_STALL_H_ #define TENSORFLOW_CORE_UTIL_EXEC_ON_STALL_H_ #include <functional> #include "tensorflow/core/platform/env.h" #include "tensorflow/core/platform/mutex.h" namespace tensorflow { class ExecuteOnStall { public: ExecuteOnStall(int delay_secs, std::function<void()> f, ...
#include "tensorflow/core/util/exec_on_stall.h" #include <functional> #include <memory> #include <utility> #include "tensorflow/core/platform/macros.h" #include "tensorflow/core/platform/mutex.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace { struct Chunk { std::unique_ptr<ExecuteOnStal...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/util/exec_on_stall.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/util/exec_on_stall_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1b8bdcc1-21e7-4a3e-8266-111b382e0bdf
cpp
google/quiche
quic_crypto_server_config
quiche/quic/core/crypto/quic_crypto_server_config.cc
quiche/quic/core/crypto/quic_crypto_server_config_test.cc
#include "quiche/quic/core/crypto/quic_crypto_server_config.h" #include <algorithm> #include <cstdlib> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/base/attributes.h" #include "absl/strings/escaping.h" #include "absl/strings/str_format.h" #include "absl/str...
#include "quiche/quic/core/crypto/quic_crypto_server_config.h" #include <stdarg.h> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/strings/match.h" #include "absl/strings/string_view.h" #include "quiche/quic/core/crypto/cert_compressor.h" #include "quiche/quic/core/crypto/chacha2...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_crypto_server_config.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_crypto_server_config_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
c64344e6-ea88-492c-9734-1b829227dfc1
cpp
tensorflow/tensorflow
autotune_serialize
tensorflow/core/util/autotune_maps/autotune_serialize.cc
tensorflow/core/util/autotune_maps/autotune_serialize_test.cc
#include "tensorflow/core/util/autotune_maps/autotune_serialize.h" #include <map> #include <string> #include <unordered_map> #include <vector> #include "xla/status_macros.h" #include "xla/stream_executor/dnn.h" #include "xla/stream_executor/gpu/gpu_init.h" #include "xla/stream_executor/platform_manager.h" #include "xla...
#include "xla/stream_executor/platform_manager.h" #if GOOGLE_CUDA || TENSORFLOW_USE_ROCM #include "xla/stream_executor/gpu/gpu_init.h" #include "tensorflow/core/platform/status_matchers.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/util/autotune_maps/autotune_serialize.h" #include "tensorflow/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/util/autotune_maps/autotune_serialize.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/util/autotune_maps/autotune_serialize_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
51490e3e-50c8-4a6d-a209-b93fee91cf59
cpp
tensorflow/tensorflow
execute_node
tensorflow/core/common_runtime/eager/execute_node.cc
tensorflow/core/common_runtime/eager/execute_node_test.cc
#include "tensorflow/core/common_runtime/eager/execute_node.h" #include "xla/tsl/util/env_var.h" #include "tensorflow/core/common_runtime/eager/context.h" #include "tensorflow/core/lib/core/errors.h" namespace tensorflow { #if !defined(IS_MOBILE_PLATFORM) bool ExecuteNodeArgs::IsRemote(EagerContext* ctx, Device* input_...
#include "tensorflow/core/common_runtime/eager/execute_node.h" #include <memory> #include <optional> #include <utility> #include <vector> #include "tensorflow/core/common_runtime/composite_device.h" #include "tensorflow/core/common_runtime/device_mgr.h" #include "tensorflow/core/common_runtime/eager/context.h" #include...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/eager/execute_node.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/eager/execute_node_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
957c48a5-fd83-42db-b8cb-de8f81d5dac2
cpp
tensorflow/tensorflow
compiler
tensorflow/lite/delegates/gpu/gl/compiler.cc
third_party/xla/xla/service/compiler_test.cc
#include "tensorflow/lite/delegates/gpu/gl/compiler.h" #include <algorithm> #include <any> #include <memory> #include <string> #include <unordered_set> #include <utility> #include <variant> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/memory/memory.h" #include "absl/types/any.h" #include "...
#include "xla/service/compiler.h" #include <gtest/gtest.h> #include "xla/autotune_results.pb.h" #include "xla/stream_executor/device_description.pb.h" #include "xla/stream_executor/gpu/gpu_init.h" #include "xla/stream_executor/stream_executor.h" #include "xla/tests/test_macros.h" #include "xla/tsl/lib/core/status_test_...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/gl/compiler.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/compiler_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b804e38d-6c4c-4a92-943d-a3e71a5cf3d9
cpp
google/cel-cpp
number
internal/number.h
internal/number_test.cc
#ifndef THIRD_PARTY_CEL_CPP_INTERNAL_NUMBER_H_ #define THIRD_PARTY_CEL_CPP_INTERNAL_NUMBER_H_ #include <cmath> #include <cstdint> #include <limits> #include "absl/types/variant.h" namespace cel::internal { constexpr int64_t kInt64Max = std::numeric_limits<int64_t>::max(); constexpr int64_t kInt64Min = std::numeric_limi...
#include "internal/number.h" #include <cstdint> #include <limits> #include "internal/testing.h" namespace cel::internal { namespace { constexpr double kNan = std::numeric_limits<double>::quiet_NaN(); constexpr double kInfinity = std::numeric_limits<double>::infinity(); TEST(Number, Basic) { EXPECT_GT(Number(1.1), Num...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/number.h
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/number_test.cc
4552db5798fb0853b131b783d8875794334fae7f
3b0b5c9a-b9f3-4305-a773-0ced3e5c0dfb
cpp
google/cel-cpp
struct_value
common/values/struct_value.cc
common/values/struct_value_test.cc
#include <cstddef> #include <string> #include <utility> #include "absl/container/flat_hash_map.h" #include "absl/log/absl_check.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "absl/types/optional.h" #include "absl/types/variant.h" #include "common/cas...
#include "absl/base/attributes.h" #include "common/value.h" #include "internal/parse_text_proto.h" #include "internal/testing.h" #include "internal/testing_descriptor_pool.h" #include "internal/testing_message_factory.h" #include "proto/test/v1/proto3/test_all_types.pb.h" #include "google/protobuf/arena.h" namespace ce...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/struct_value.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/struct_value_test.cc
4552db5798fb0853b131b783d8875794334fae7f
90a3ea44-24b4-466c-848c-48043121493f
cpp
tensorflow/tensorflow
pjrt_executable
third_party/xla/xla/python/pjrt_ifrt/pjrt_executable.cc
third_party/xla/xla/pjrt/pjrt_executable_test.cc
#include "xla/python/pjrt_ifrt/pjrt_executable.h" #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/...
#include "xla/pjrt/pjrt_executable.h" #include <string> #include <utility> #include <variant> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "xla/client/executable_build_options.h" #include "xla/pjrt/compile_options.pb.h" #include "xla/shape_util.h" #include "xla/xla_data.pb.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/pjrt_ifrt/pjrt_executable.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/pjrt/pjrt_executable_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fa9a5052-ef10-472d-907c-c663fac19c97
cpp
google/leveldb
filename
db/filename.cc
db/filename_test.cc
#include "db/filename.h" #include <cassert> #include <cstdio> #include "db/dbformat.h" #include "leveldb/env.h" #include "util/logging.h" namespace leveldb { Status WriteStringToFileSync(Env* env, const Slice& data, const std::string& fname); static std::string MakeFileName(const std::strin...
#include "db/filename.h" #include "gtest/gtest.h" #include "db/dbformat.h" #include "port/port.h" #include "util/logging.h" namespace leveldb { TEST(FileNameTest, Parse) { Slice db; FileType type; uint64_t number; static struct { const char* fname; uint64_t number; FileType type; } cases[] = { ...
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/db/filename.cc
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/db/filename_test.cc
23e35d792b9154f922b8b575b12596a4d8664c65
75fb6a2c-6f24-4264-bf11-5f6743f5b5fa
cpp
google/quiche
qbone_client
quiche/quic/qbone/qbone_client.cc
quiche/quic/qbone/qbone_client_test.cc
#include "quiche/quic/qbone/qbone_client.h" #include <memory> #include <utility> #include "absl/strings/string_view.h" #include "quiche/quic/core/io/quic_event_loop.h" #include "quiche/quic/core/quic_bandwidth.h" #include "quiche/quic/core/quic_default_connection_helper.h" #include "quiche/quic/platform/api/quic_testva...
#include "quiche/quic/qbone/qbone_client.h" #include <memory> #include <string> #include <utility> #include <vector> #include "absl/strings/string_view.h" #include "quiche/quic/core/io/quic_default_event_loop.h" #include "quiche/quic/core/io/quic_event_loop.h" #include "quiche/quic/core/quic_alarm_factory.h" #include "...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/qbone/qbone_client.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/qbone/qbone_client_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
d03b60b5-e83c-4edb-98fa-654bafca637a
cpp
tensorflow/tensorflow
compile_tf_graph
tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc
tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph_test.cc
#include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.h" #include <cstdint> #include <memory> #include <string> #include <variant> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/log/log.h" #include "absl/strings/str_cat.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/StringR...
#include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.h" #include <string> #include <variant> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/compiler/mlir/tf2xla/internal/test_matchers.h" #include "tensorflow/compiler/mlir/tf2xla/internal/utils/test_metadata_config....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
73f81048-c2c7-4461-8373-1ea5fef53afb
cpp
google/cel-cpp
legacy_struct_value
common/values/legacy_struct_value.cc
common/values/legacy_struct_value_test.cc
#include <cstddef> #include <cstdint> #include <string> #include "absl/base/attributes.h" #include "absl/base/call_once.h" #include "absl/log/absl_check.h" #include "absl/log/die_if_null.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/cord.h" #include "absl/strings/string_vie...
#include "common/values/legacy_struct_value.h" #include "common/memory.h" #include "common/value_kind.h" #include "common/value_testing.h" #include "internal/testing.h" namespace cel::common_internal { namespace { using ::testing::_; class LegacyStructValueTest : public ThreadCompatibleValueTest<> {}; TEST_P(LegacyStru...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/legacy_struct_value.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/legacy_struct_value_test.cc
4552db5798fb0853b131b783d8875794334fae7f
e94eef46-9cde-4093-b44d-8e89d991ead3
cpp
tensorflow/tensorflow
gpu_kernel
third_party/xla/xla/stream_executor/gpu/gpu_kernel.h
third_party/xla/xla/stream_executor/gpu/gpu_kernel_test.cc
#ifndef XLA_STREAM_EXECUTOR_GPU_GPU_KERNEL_H_ #define XLA_STREAM_EXECUTOR_GPU_GPU_KERNEL_H_ #include "xla/stream_executor/gpu/gpu_types.h" #include "xla/stream_executor/kernel.h" namespace stream_executor::gpu { class GpuKernel : public Kernel { public: virtual GpuFunctionHandle gpu_function() const = 0; }; inline c...
#include <cstdint> #include <memory> #include <string_view> #include <vector> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/ascii.h" #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "xla/service/platform_util.h" #include "xla...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/gpu/gpu_kernel.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/gpu/gpu_kernel_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d944fc09-2809-4955-8b7e-fb42464a0952
cpp
google/quiche
balsa_headers
quiche/balsa/balsa_headers.cc
quiche/balsa/balsa_headers_test.cc
#include "quiche/balsa/balsa_headers.h" #include <sys/types.h> #include <cstdint> #include <functional> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/strings/ascii.h" #include "absl/strings/match.h" #include "absl/strings/str_cat.h" #include "absl/string...
#include "quiche/balsa/balsa_headers.h" #include <cstring> #include <limits> #include <memory> #include <sstream> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/base/macros.h" #include "absl/memory/memory.h" #include "absl/strings/str_cat.h" #include "absl/strings/str_format.h" #...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/balsa/balsa_headers.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/balsa/balsa_headers_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
9662c336-34ba-4275-bdd6-126ea9e0e928
cpp
tensorflow/tensorflow
depthwise_conv_hybrid
tensorflow/lite/kernels/internal/optimized/integer_ops/depthwise_conv_hybrid.h
tensorflow/lite/kernels/depthwise_conv_hybrid_test.cc
#ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_INTEGER_OPS_DEPTHWISE_CONV_HYBRID_H_ #define TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_INTEGER_OPS_DEPTHWISE_CONV_HYBRID_H_ #include <algorithm> #include <memory> #include "ruy/profiler/instrumentation.h" #include "tensorflow/lite/kernels/cpu_backend_context.h" #inc...
#include <stddef.h> #include <cstdint> #include <initializer_list> #include <map> #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/memory/memory.h" #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/core/api/op_resolver.h" #include "ten...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/optimized/integer_ops/depthwise_conv_hybrid.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/depthwise_conv_hybrid_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
6884867c-9dbe-412d-b6e1-d8bbf28fb1e0
cpp
google/quiche
test_ip_packets
quiche/quic/test_tools/test_ip_packets.cc
quiche/quic/test_tools/test_ip_packets_test.cc
#include "quiche/quic/test_tools/test_ip_packets.h" #include <cstdint> #include <limits> #include <string> #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "quiche/quic/core/internet_checksum.h" #include "quiche/quic/platform/api/quic_socket_address.h" #include "quiche/common/platform/ap...
#include "quiche/quic/test_tools/test_ip_packets.h" #include <string> #include "absl/strings/string_view.h" #include "quiche/quic/platform/api/quic_socket_address.h" #include "quiche/common/platform/api/quiche_test.h" #include "quiche/common/quiche_ip_address.h" namespace quic::test { namespace { TEST(TestIpPacketsTest...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/test_tools/test_ip_packets.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/test_tools/test_ip_packets_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
b9511aae-495e-4df9-8c02-e84d9e35edec
cpp
google/cel-cpp
sets_functions
extensions/sets_functions.cc
extensions/sets_functions_test.cc
#include "extensions/sets_functions.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "base/function_adapter.h" #include "common/value.h" #include "common/value_manager.h" #include "internal/status_macros.h" #include "runtime/function_registry.h" #include "runtime/runtime_options.h" namespac...
#include "extensions/sets_functions.h" #include <memory> #include <string> #include <vector> #include "google/api/expr/v1alpha1/syntax.pb.h" #include "eval/public/activation.h" #include "eval/public/builtin_func_registrar.h" #include "eval/public/cel_expr_builder_factory.h" #include "eval/public/cel_expression.h" #incl...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/extensions/sets_functions.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/extensions/sets_functions_test.cc
4552db5798fb0853b131b783d8875794334fae7f
38258bcd-dd0a-45b3-b9e0-17ede1681162
cpp
google/tensorstore
registry
tensorstore/internal/metrics/registry.cc
tensorstore/internal/metrics/registry_test.cc
#include "tensorstore/internal/metrics/registry.h" #include <cassert> #include <memory> #include <optional> #include <string_view> #include <utility> #include <vector> #include "absl/base/no_destructor.h" #include "absl/container/flat_hash_map.h" #include "absl/log/absl_check.h" #include "absl/strings/match.h" #include...
#include "tensorstore/internal/metrics/registry.h" #include <string_view> #include <vector> #include <gtest/gtest.h> #include "tensorstore/internal/metrics/collect.h" namespace { using ::tensorstore::internal_metrics::CollectedMetric; using ::tensorstore::internal_metrics::MetricRegistry; TEST(RegistryTest, Arbitrary) ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/metrics/registry.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/metrics/registry_test.cc
4f887a6430414cd6088e1743555015b10f116d50
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
bd75d663-745a-42b4-abd8-5e8e7c6c4e3f
cpp
tensorflow/tensorflow
summary_tensor_op
tensorflow/core/kernels/summary_tensor_op.cc
tensorflow/core/kernels/summary_tensor_op_test.cc
#include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/register_types.h" #include "tensorflow/core/framework/resource_mgr.h" #include "tensorflow/core/framework/summary.pb.h" #include "tensorflow/core/framework/tensor.pb.h" #include "tensorflow/core/lib/core/errors.h" #include "tensorflow/...
#include <functional> #include <memory> #include "tensorflow/core/framework/allocator.h" #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/summary.pb.h" #include "tensorflow/core/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/summary_tensor_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/summary_tensor_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f2aec7d9-511e-42b4-a9ad-4688d7f8d448
cpp
tensorflow/tensorflow
while_loop_analysis
third_party/xla/xla/service/while_loop_analysis.cc
third_party/xla/xla/service/while_loop_analysis_test.cc
#include "xla/service/while_loop_analysis.h" #include <algorithm> #include <cmath> #include <cstdint> #include "absl/base/casts.h" #include "absl/container/flat_hash_map.h" #include "xla/comparison_util.h" #include "xla/hlo/evaluator/hlo_evaluator.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_modu...
#include "xla/service/while_loop_analysis.h" #include <cstdint> #include <memory> #include <optional> #include <string> #include <vector> #include <gtest/gtest.h> #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/strings/str_replace....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_analysis.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_analysis_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a2ee7d71-f029-422d-9d19-69394fa2a722
cpp
google/libaddressinput
json
cpp/src/util/json.cc
cpp/test/util/json_test.cc
#include "json.h" #include <cassert> #include <cstddef> #include <memory> #include <string> #include <vector> #include <rapidjson/document.h> #include <rapidjson/reader.h> namespace i18n { namespace addressinput { using rapidjson::Document; using rapidjson::kParseValidateEncodingFlag; using rapidjson::Value; class Json...
#include "util/json.h" #include <string> #include <gtest/gtest.h> namespace { using i18n::addressinput::Json; TEST(JsonTest, EmptyStringIsNotValid) { Json json; EXPECT_FALSE(json.ParseObject(std::string())); } TEST(JsonTest, EmptyDictionaryContainsNoKeys) { Json json; ASSERT_TRUE(json.ParseObject("{}")); std:...
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/src/util/json.cc
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/test/util/json_test.cc
2610f7b1043d6784ada41392fc9392d1ea09ea07
8933e6bb-c4c3-4af6-9261-521952ef7498
cpp
tensorflow/tensorflow
uniform_quantized_add_op
tensorflow/core/kernels/uniform_quant_ops/uniform_quantized_add_op.cc
tensorflow/core/kernels/uniform_quant_ops/uniform_quantized_add_op_test.cc
#include <algorithm> #include <vector> #include "absl/algorithm/container.h" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/kernels/uniform_quant_ops/math_utils.h" #include "tensorflow/core/kernels/uniform_quant_ops/tensor_utils.h" namespace tensorflow { namespace { using errors::InvalidArgu...
#include <limits> #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/kernels/ops_testutil.h" #include "tensorflow/core/lib/core/status_test_util.h" namespace tensorflow { namespace { c...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/uniform_quant_ops/uniform_quantized_add_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/uniform_quant_ops/uniform_quantized_add_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
02af6d36-38bc-425f-b15d-5894c9ee2f50
cpp
tensorflow/tensorflow
resource_variable
tensorflow/lite/experimental/resource/resource_variable.cc
tensorflow/lite/experimental/resource/resource_variable_test.cc
#include "tensorflow/lite/experimental/resource/resource_variable.h" #include <cstdlib> #include <cstring> #include <map> #include <memory> #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/experimental/resource/resource_base.h" namespace tflite { namespace ...
#include "tensorflow/lite/experimental/resource/resource_variable.h" #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/util.h" namespace t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/resource/resource_variable.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/resource/resource_variable_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
db9bf754-48fc-47e9-953c-1b2d185fbf79
cpp
tensorflow/tensorflow
generator
tensorflow/lite/schema/builtin_ops_header/generator.cc
tensorflow/lite/schema/builtin_ops_header/generator_test.cc
#include "tensorflow/lite/schema/builtin_ops_header/generator.h" #include <string> #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace builtin_ops_header { namespace { const char* kFileHeader = R"( #ifndef TENSORFLOW_LITE_BUILTIN_OPS_H_ #define TENSORFLOW_LITE_BUILTIN_OPS_H_ #ifdef __c...
#include "tensorflow/lite/schema/builtin_ops_header/generator.h" #include <fstream> #include <gtest/gtest.h> namespace { using tflite::builtin_ops_header::ConstantizeVariableName; using tflite::builtin_ops_header::IsValidInputEnumName; TEST(TestIsValidInputEnumName, TestWithValidInputNames) { EXPECT_TRUE(IsValidInput...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/schema/builtin_ops_header/generator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/schema/builtin_ops_header/generator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7f27a8a3-8772-4af9-a79e-dda37cf9c8dc
cpp
tensorflow/tensorflow
graph_info
tensorflow/lite/graph_info.cc
tensorflow/lite/graph_info_test.cc
#include "tensorflow/lite/graph_info.h" #include <algorithm> #include <vector> #include "tensorflow/lite/context_util.h" #include "tensorflow/lite/core/c/common.h" namespace tflite { namespace { template <class T> void Uniquefy(std::vector<T>* items) { std::sort(items->begin(), items->end()); items->erase(std::uniq...
#include "tensorflow/lite/graph_info.h" #include <stddef.h> #include <algorithm> #include <memory> #include <tuple> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/common.h" namespace tflite { namespace { using ::testing::Eq; using ::testing::ExplainMatchResult; usin...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/graph_info.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/graph_info_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a8c62eca-f2f6-4cb4-a2bd-14bcec19ffd3
cpp
tensorflow/tensorflow
mlir_bridge_pass_util
tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util.cc
tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc
#include "tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util.h" #include <functional> #include <memory> #include <optional> #include <string> #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "llvm/ADT/StringRef.h" #include "mlir/Dialect/Func/IR/FuncOps...
#include "tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util.h" #include <vector> #include <gtest/gtest.h> #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/BuiltinOps.h" #include "mlir/IR/MLIRContext.h" #include "mlir/IR/OwningOpRef.h" #include "mlir/Parser/Parser.h" #include "tensorflo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2c1d0483-3721-4fbd-81ae-17a6f8237a77
cpp
google/tensorstore
subprocess
tensorstore/internal/os/subprocess.h
tensorstore/internal/os/subprocess_test.cc
#ifndef TENSORSTORE_INTERNAL_SUBPROCESS_H_ #define TENSORSTORE_INTERNAL_SUBPROCESS_H_ #include <memory> #include <optional> #include <string> #include <utility> #include <variant> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/status/status.h" #include "tensorstore/util/result.h" namespace t...
#include "tensorstore/internal/os/subprocess.h" #include <cstdio> #include <string> #include <string_view> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/container/flat_hash_map.h" #include "absl/log/absl_log.h" #include "absl/status/status.h" #include "absl/strings/match.h" #include...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/os/subprocess.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/os/subprocess_test.cc
4f887a6430414cd6088e1743555015b10f116d50
9973afe3-dec3-41d3-a3be-739f6757b498
cpp
google/tensorstore
uint64_sharded_decoder
tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder.cc
tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder_test.cc
#include "tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder.h" #include <stddef.h> #include <stdint.h> #include <optional> #include <string_view> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/base/internal/endian.h" #include "absl/status/status.h" #includ...
#include "tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/internal/compression/zlib.h" #include "tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded.h" #include "tensorstore/kvstore/neuroglancer_uint64_sharded/u...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/neuroglancer_uint64_sharded/uint64_sharded_decoder_test.cc
4f887a6430414cd6088e1743555015b10f116d50
e59be81d-78e8-4178-b423-a8826f3c6fff
cpp
tensorflow/tensorflow
scatter_simplifier
third_party/xla/xla/service/scatter_simplifier.cc
third_party/xla/xla/service/scatter_simplifier_test.cc
#include "xla/service/scatter_simplifier.h" #include <algorithm> #include <cstdint> #include <iterator> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/inlined_vector.h" #include "absl/types/span.h" #include "xla/hlo/ir/hlo_casting_utils.h" #include "xla/hlo/ir/hlo_in...
#include "xla/service/scatter_simplifier.h" #include <optional> #include "xla/hlo/ir/hlo_casting_utils.h" #include "xla/hlo/pass/hlo_pass_fix.h" #include "xla/hlo/pass/hlo_pass_pipeline.h" #include "xla/service/hlo_parser.h" #include "xla/tests/hlo_test_base.h" namespace xla { namespace { class ScatterSimplifierTest : ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/scatter_simplifier.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/scatter_simplifier_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b6e96f8c-48b7-4a54-83c3-09a699070b82
cpp
tensorflow/tensorflow
identity_op
tensorflow/compiler/tf2xla/kernels/identity_op.cc
tensorflow/core/kernels/identity_op_test.cc
#include "absl/log/check.h" #include "tensorflow/compiler/tf2xla/kernels/tensor_list_utils.h" #include "tensorflow/compiler/tf2xla/mlir_xla_op_kernel.h" #include "tensorflow/compiler/tf2xla/xla_op_kernel.h" #include "tensorflow/compiler/tf2xla/xla_op_registry.h" #include "tensorflow/core/framework/op_kernel.h" #include...
#include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/framework/types.h" #include "tensorflow/core/kernels/ops_testutil.h" #include "tensorfl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/kernels/identity_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/identity_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c1927ee1-1ede-4759-a812-191e2251d57c
cpp
tensorflow/tensorflow
dlpack
tensorflow/c/eager/dlpack.cc
tensorflow/c/eager/dlpack_test.cc
#include "tensorflow/c/eager/dlpack.h" #include <string> #include "include/dlpack/dlpack.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/eager/tfe_tensorhandle_internal.h" #include "tensorflow/c/tf_status_internal.h" #include "tensorflow/core/common_r...
#include "tensorflow/c/eager/dlpack.h" #include <vector> #include "absl/strings/str_join.h" #include "include/dlpack/dlpack.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace { void TestHandleFromDLPack(TF_Status* status, TFE_Context* ctx, ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/eager/dlpack.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/eager/dlpack_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b5213f53-4bff-4a65-a833-0de7b1b67a3f
cpp
google/cel-cpp
source_position
eval/public/source_position.cc
eval/public/source_position_test.cc
#include "eval/public/source_position.h" #include <utility> namespace google { namespace api { namespace expr { namespace runtime { using google::api::expr::v1alpha1::SourceInfo; namespace { std::pair<int, int32_t> GetLineAndLineOffset(const SourceInfo* source_info, int32_t po...
#include "eval/public/source_position.h" #include "google/api/expr/v1alpha1/syntax.pb.h" #include "internal/testing.h" namespace google { namespace api { namespace expr { namespace runtime { namespace { using ::testing::Eq; using google::api::expr::v1alpha1::SourceInfo; class SourcePositionTest : public testing::Test {...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/source_position.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/source_position_test.cc
4552db5798fb0853b131b783d8875794334fae7f
3ffa5816-7f4b-47b4-83f7-108b7e00ea6c
cpp
tensorflow/tensorflow
lower_while_op
tensorflow/core/common_runtime/lower_while_op.cc
tensorflow/core/common_runtime/lower_while_op_test.cc
#include "tensorflow/core/common_runtime/lower_while_op.h" #include "tensorflow/core/common_runtime/inline_function_utils.h" #include "tensorflow/core/config/flag_defs.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/node_def_util.h" #include "tensorflow/core/framework/op.h...
#include <memory> #include <vector> #include <gtest/gtest.h> #include "absl/strings/match.h" #include "tensorflow/cc/client/client_session.h" #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/ops/array_ops.h" #include "tensorflow/cc/ops/control_flow_ops_internal...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/lower_while_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/lower_while_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
96433603-bbb8-48f6-b6cb-ac5eef4b8ec9
cpp
google/arolla
jagged_shape
arolla/jagged_shape/dense_array/jagged_shape.cc
arolla/jagged_shape/jagged_shape_test.cc
#include "arolla/jagged_shape/dense_array/jagged_shape.h" #include <sstream> #include <utility> #include "arolla/jagged_shape/util/repr.h" #include "arolla/util/repr.h" #include "arolla/util/string.h" namespace arolla { ReprToken ReprTraits<JaggedDenseArrayShape>::operator()( const JaggedDenseArrayShape& value) con...
#include "arolla/jagged_shape/jagged_shape.h" #include <algorithm> #include <cmath> #include <cstdint> #include <optional> #include <string> #include <type_traits> #include <utility> #include <vector> #include "benchmark/benchmark.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status.h" #i...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/jagged_shape/dense_array/jagged_shape.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/jagged_shape/jagged_shape_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
49ddf85c-a7a2-47ba-973b-ea18e73dc05d
cpp
tensorflow/tensorflow
get_options_op
tensorflow/core/kernels/data/get_options_op.cc
tensorflow/core/kernels/data/get_options_op_test.cc
#include "tensorflow/core/kernels/data/get_options_op.h" #include "absl/memory/memory.h" #include "tensorflow/core/data/name_utils.h" #include "tensorflow/core/framework/dataset.h" #include "tensorflow/core/framework/dataset_options.pb.h" #include "tensorflow/core/framework/partial_tensor_shape.h" #include "tensorflow/...
#include "tensorflow/core/kernels/data/get_options_op.h" #include "tensorflow/core/data/dataset_test_base.h" #include "tensorflow/core/kernels/data/options_dataset_op.h" #include "tensorflow/core/kernels/data/range_dataset_op.h" namespace tensorflow { namespace data { namespace { constexpr char kOptions[] = R"proto( ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/get_options_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/get_options_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5c94ebb6-18e0-4adb-b0a7-957d43bac92d
cpp
tensorflow/tensorflow
import_tensorflow
tensorflow/lite/toco/import_tensorflow.cc
tensorflow/lite/toco/import_tensorflow_test.cc
#include "tensorflow/lite/toco/import_tensorflow.h" #include <memory> #include <string> #include <utility> #include <vector> #include "google/protobuf/map.h" #include "google/protobuf/text_format.h" #include "absl/memory/memory.h" #include "absl/strings/match.h" #include "absl/strings/numbers.h" #include "absl/strings/...
#include "tensorflow/lite/toco/import_tensorflow.h" #include <memory> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/core/framework/attr_value.pb.h" #include "tensorflow/core/framework/attr_value_util.h" #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/co...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/toco/import_tensorflow.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/toco/import_tensorflow_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5c2ea959-8528-49ce-afb1-9865a7548db7
cpp
google/quiche
quic_interval_set
quiche/quic/core/quic_interval_set.h
quiche/quic/core/quic_interval_set_test.cc
#ifndef QUICHE_QUIC_CORE_QUIC_INTERVAL_SET_H_ #define QUICHE_QUIC_CORE_QUIC_INTERVAL_SET_H_ #include <stddef.h> #include <algorithm> #include <initializer_list> #include <set> #include <sstream> #include <string> #include <utility> #include <vector> #include "quiche/quic/core/quic_interval.h" #include "quiche/quic/plat...
#include "quiche/quic/core/quic_interval_set.h" #include <stdarg.h> #include <algorithm> #include <iostream> #include <iterator> #include <limits> #include <sstream> #include <string> #include <vector> #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { namespace { using ::testing::Element...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_interval_set.h
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_interval_set_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
57f098d9-da3c-4ce4-a0e2-5b4d75de77da
cpp
google/quiche
quic_hkdf
quiche/quic/core/crypto/quic_hkdf.cc
quiche/quic/core/crypto/quic_hkdf_test.cc
#include "quiche/quic/core/crypto/quic_hkdf.h" #include <memory> #include "absl/strings/string_view.h" #include "openssl/digest.h" #include "openssl/hkdf.h" #include "quiche/quic/platform/api/quic_logging.h" namespace quic { const size_t kSHA256HashLength = 32; const size_t kMaxKeyMaterialSize = kSHA256HashLength * 256...
#include "quiche/quic/core/crypto/quic_hkdf.h" #include <string> #include "absl/base/macros.h" #include "absl/strings/escaping.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { namespace { struct HKDFInput { const char* key_hex; const char* salt_hex; const char* info_hex; cons...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_hkdf.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_hkdf_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
71e6de22-7854-442a-a961-5d2995db949f
cpp
abseil/abseil-cpp
periodic_sampler
absl/profiling/internal/periodic_sampler.cc
absl/profiling/internal/periodic_sampler_test.cc
#include "absl/profiling/internal/periodic_sampler.h" #include <atomic> #include "absl/profiling/internal/exponential_biased.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace profiling_internal { int64_t PeriodicSamplerBase::GetExponentialBiased(int period) noexcept { return rng_.GetStride(period); } bool PeriodicSa...
#include "absl/profiling/internal/periodic_sampler.h" #include <thread> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/base/attributes.h" #include "absl/base/macros.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace profiling_internal { namespace { using testing::Eq; using testing::Return; using tes...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/profiling/internal/periodic_sampler.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/profiling/internal/periodic_sampler_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
0699d932-314d-46cb-9ab3-3f3a267a4ea0
cpp
tensorflow/tensorflow
quantized_mul_op
tensorflow/core/kernels/quantized_mul_op.cc
tensorflow/core/kernels/quantized_mul_op_test.cc
#define EIGEN_USE_THREADS #if defined(__ARM_NEON__) || defined(__ARM_NEON) #define USE_NEON #include <arm_neon.h> #endif #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/kernels/meta_support.h" #include "tensorflow/core/kernels/quantization_utils.h...
#define EIGEN_USE_THREADS #include <functional> #include <memory> #include <vector> #include "tensorflow/cc/client/client_session.h" #include "tensorflow/cc/ops/array_ops.h" #include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/math_ops.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/quantized_mul_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/quantized_mul_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
df627059-2ef8-47c7-880a-5779a2e8d0a0
cpp
tensorflow/tensorflow
hlo_unstacker
third_party/xla/xla/service/hlo_unstacker.cc
third_party/xla/xla/service/hlo_unstacker_test.cc
#include "xla/service/hlo_unstacker.h" #include <algorithm> #include <cstdint> #include <deque> #include <functional> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/flat_hash_map.h" #include "absl/container/flat...
#include "xla/service/hlo_unstacker.h" #include <cstdint> #include <memory> #include <optional> #include <string> #include <utility> #include <gtest/gtest.h> #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/hlo/ir/hlo_opcode.h" #include "xl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/hlo_unstacker.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/hlo_unstacker_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a2e11f9f-5cdd-42c4-8ac0-3ccdbc5b0ec6
cpp
tensorflow/tensorflow
logdet
third_party/xla/xla/hlo/builder/lib/logdet.cc
third_party/xla/xla/hlo/builder/lib/logdet_test.cc
#include "xla/hlo/builder/lib/logdet.h" #include <limits> #include <memory> #include <vector> #include "absl/status/statusor.h" #include "xla/hlo/builder/lib/arithmetic.h" #include "xla/hlo/builder/lib/constants.h" #include "xla/hlo/builder/lib/matrix.h" #include "xla/hlo/builder/lib/qr.h" #include "xla/hlo/builder/lib...
#include "xla/hlo/builder/lib/logdet.h" #include <limits> #include "xla/array.h" #include "xla/array2d.h" #include "xla/array3d.h" #include "xla/error_spec.h" #include "xla/hlo/builder/xla_builder.h" #include "xla/literal.h" #include "xla/literal_util.h" #include "xla/tests/client_library_test_base.h" #include "xla/tes...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/hlo/builder/lib/logdet.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/hlo/builder/lib/logdet_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5b34f93e-e91e-4025-b82e-0a8ba602f71d
cpp
tensorflow/tensorflow
divide
tensorflow/lite/experimental/shlo/ops/divide.cc
tensorflow/lite/experimental/shlo/ops/divide_test.cc
#include "tensorflow/lite/experimental/shlo/ops/divide.h" #include <functional> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/ops/binary_elementwise.h" #include "tensorflow/lite/experimental/shlo/ops/util.h" #include "tensorflow/lite/...
#include "tensorflow/lite/experimental/shlo/ops/divide.h" #include <functional> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/experimental/shlo/ops/binary_elementwise_test_util.h" #include "tensorflow/lite/experimental/shlo/ops/test_util.h" #include "tensorflow/lite/exper...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/divide.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/divide_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f25e9d48-d814-44db-83e3-84a6b1b9ef2d
cpp
google/arolla
status
arolla/util/status.cc
arolla/util/status_test.cc
#include "absl/status/status.h" #include <cstdint> #include <initializer_list> #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h" namespace arolla { absl::Status SizeMismatchError(std::initializer_list<int64_t> sizes) { return absl::InvalidArgumentError(absl::StrCat( "argument sizes mismatch: ...
#include "arolla/util/status.h" #include <initializer_list> #include <memory> #include <string> #include <tuple> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/container/flat_hash_map.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #incl...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/status.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/status_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
f9f10a84-8072-4a0b-badf-15411ee7d548
cpp
tensorflow/tensorflow
cost_analysis
tensorflow/compiler/mlir/tfrt/analysis/cost_analysis.cc
third_party/xla/xla/service/memory_space_assignment/cost_analysis_test.cc
#include "tensorflow/compiler/mlir/tfrt/analysis/cost_analysis.h" #include <algorithm> #include <string> #include <utility> #include "absl/container/flat_hash_map.h" #include "absl/strings/string_view.h" #include "llvm/Support/Casting.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/Block.h" #include ...
#include "xla/service/memory_space_assignment/cost_analysis.h" #include <algorithm> #include <cstdint> #include <memory> #include <gtest/gtest.h> #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/service/hlo_cost_analysi...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tfrt/analysis/cost_analysis.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/memory_space_assignment/cost_analysis_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a94ec4bd-38b0-43ce-b94c-ab20abb9e699
cpp
tensorflow/tensorflow
sharding_serdes
third_party/xla/xla/python/ifrt/sharding_serdes.cc
third_party/xla/xla/python/ifrt/sharding_serdes_test.cc
#include <memory> #include <string> #include <utility> #include <vector> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "llvm/Support/Casting.h" #include "llvm/Support/ExtensibleRTTI.h" #include "xla/python/ifrt/device.h" #include "xla/python/ifrt/device...
#include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/functional/bind_front.h" #include "xla/python/ifrt/client.h" #include "xla/python/ifrt/device_test_util.h" #include "xla/python/ifrt/memory.h" #include "xla/python/ifrt/serdes.h" #include "xla/python/ifrt/serdes.pb.h" #...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/sharding_serdes.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/sharding_serdes_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a3462daa-9223-4973-afc8-c1e4444e9482
cpp
tensorflow/tensorflow
queue_runner
tensorflow/cc/training/queue_runner.cc
tensorflow/cc/training/queue_runner_test.cc
#include "tensorflow/cc/training/queue_runner.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "tensorflow/cc/training/coordinator.h" #include "tensorflow/core/framework/cost_graph.pb.h" #include "tensorflow/core/framework/ops_util.h" #include "tensorflow/core/platform/blocking_counter.h" #include ...
#include "tensorflow/cc/training/queue_runner.h" #include <string> #include <vector> #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/data_flow_ops.h" #include "tensorflow/cc/ops/math_ops.h" #include "tensorflow/cc/op...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/cc/training/queue_runner.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/cc/training/queue_runner_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e025328a-7fcb-4e73-a31a-719e9981215e
cpp
google/quiche
quic_socket_address
quiche/quic/platform/api/quic_socket_address.cc
quiche/quic/platform/api/quic_socket_address_test.cc
#include "quiche/quic/platform/api/quic_socket_address.h" #include <cstring> #include <limits> #include <string> #include "absl/strings/str_cat.h" #include "quiche/quic/platform/api/quic_bug_tracker.h" #include "quiche/quic/platform/api/quic_ip_address.h" #include "quiche/quic/platform/api/quic_ip_address_family.h" nam...
#include "quiche/quic/platform/api/quic_socket_address.h" #include <memory> #include <sstream> #include "quiche/quic/platform/api/quic_ip_address.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace { TEST(QuicSocketAddress, Uninitialized) { QuicSocketAddress uninitialized; EXPECT_FALSE(uni...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/platform/api/quic_socket_address.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/platform/api/quic_socket_address_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
de101ed3-e456-4c60-85ce-bf326ecce6b6
cpp
google/cel-cpp
parsed_repeated_field_value
common/values/parsed_repeated_field_value.cc
common/values/parsed_repeated_field_value_test.cc
#include "common/values/parsed_repeated_field_value.h" #include <cstddef> #include <memory> #include <string> #include "absl/base/nullability.h" #include "absl/base/optimization.h" #include "absl/log/absl_check.h" #include "absl/log/die_if_null.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #inclu...
#include <cstddef> #include "absl/base/nullability.h" #include "absl/log/die_if_null.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "absl/status/statusor.h" #include "absl/strings/cord.h" #include "absl/types/optional.h" #include "common/allocator.h" #include "common/memory.h" #inc...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/parsed_repeated_field_value.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/parsed_repeated_field_value_test.cc
4552db5798fb0853b131b783d8875794334fae7f
440ad401-881b-4038-950a-c4db8e384c34
cpp
tensorflow/tensorflow
latency_benchmark
tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/main/native/latency_benchmark.cc
tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/test/native/latency_benchmark_test.cc
#include "tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/main/native/latency_benchmark.h" #include <errno.h> #include <sys/stat.h> #include <fstream> #include <iterator> #include <sstream> #include <string> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "a...
#include "tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/main/native/latency_benchmark.h" #include <fcntl.h> #include <string> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/buffer.h" #include "flatbuffers/flatbuffer_builder.h" #include "tensorflow/lite/acceleration/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/main/native/latency_benchmark.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/benchmark/experimental/delegate_performance/android/src/test/native/latency_benchmark_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
732627c3-ac7c-45b8-b76f-447446958de6
cpp
google/quiche
load_balancer_server_id_map
quiche/quic/load_balancer/load_balancer_server_id_map.h
quiche/quic/load_balancer/load_balancer_server_id_map_test.cc
#ifndef QUICHE_QUIC_LOAD_BALANCER_LOAD_BALANCER_SERVER_ID_MAP_H_ #define QUICHE_QUIC_LOAD_BALANCER_LOAD_BALANCER_SERVER_ID_MAP_H_ #include <cstdint> #include <memory> #include <optional> #include "absl/container/flat_hash_map.h" #include "quiche/quic/load_balancer/load_balancer_server_id.h" #include "quiche/quic/platfo...
#include "quiche/quic/load_balancer/load_balancer_server_id_map.h" #include <cstdint> #include <optional> #include "absl/types/span.h" #include "quiche/quic/load_balancer/load_balancer_server_id.h" #include "quiche/quic/platform/api/quic_expect_bug.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { nam...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/load_balancer/load_balancer_server_id_map.h
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/load_balancer/load_balancer_server_id_map_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
4ff22835-9a9a-423f-8510-b19d25979eff
cpp
google/cel-cpp
logical_functions
runtime/standard/logical_functions.cc
runtime/standard/logical_functions_test.cc
#include "runtime/standard/logical_functions.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "base/builtins.h" #include "base/function_adapter.h" #include "common/casting.h" #include "common/value.h" #include "common/value_manager.h" #include "internal/status_macros.h" #include "runtim...
#include "runtime/standard/logical_functions.h" #include <functional> #include <string> #include <vector> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/match.h" #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "base/builtins.h" #include "base/functio...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/runtime/standard/logical_functions.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/runtime/standard/logical_functions_test.cc
4552db5798fb0853b131b783d8875794334fae7f
752315be-50a6-4e68-908c-f2f56b92567d
cpp
google/tensorstore
box
tensorstore/box.cc
tensorstore/box_test.cc
#include "tensorstore/box.h" #include <algorithm> #include <ostream> #include "absl/status/status.h" #include "tensorstore/serialization/serialization.h" #include "tensorstore/serialization/span.h" #include "tensorstore/util/str_cat.h" namespace tensorstore { namespace internal_box { std::string DescribeForCast(Dimen...
#include "tensorstore/box.h" #include <array> #include <type_traits> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "tensorstore/box.h" #include "tensorstore/index.h" #include "tensorstore/index_interval.h" #include "tensorstore/rank.h" #include "tensorstore/serialization/ser...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/box.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/box_test.cc
4f887a6430414cd6088e1743555015b10f116d50
6a00ebe9-a063-4714-bc93-24ea5bf8ed70
cpp
tensorflow/tensorflow
fusion_constant_sinking
third_party/xla/xla/service/fusion_constant_sinking.cc
third_party/xla/xla/service/fusion_constant_sinking_test.cc
#include "xla/service/fusion_constant_sinking.h" #include <cstdint> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_m...
#include "xla/service/fusion_constant_sinking.h" #include <memory> #include <string> #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/service/pattern_matcher.h" #include "xla/service/pattern_matcher_gmock.h" #include "xla/test.h" #include "xla/tests/hlo_test_base.h" #include...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/fusion_constant_sinking.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/fusion_constant_sinking_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
912ad902-faee-4d7f-9487-783e291566d2
cpp
tensorflow/tensorflow
const_analysis
tensorflow/compiler/tf2xla/const_analysis.cc
tensorflow/compiler/tf2xla/const_analysis_test.cc
#include "tensorflow/compiler/tf2xla/const_analysis.h" #include <unordered_map> #include <unordered_set> #include "absl/algorithm/container.h" #include "tensorflow/compiler/tf2xla/tf2xla_util.h" #include "tensorflow/compiler/tf2xla/xla_op_registry.h" #include "xla/status_macros.h" #include "tensorflow/core/common_runti...
#include "tensorflow/compiler/tf2xla/const_analysis.h" #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/ops/function_ops.h" #include "tensorflow/cc/ops/functional_ops.h" #include "tensorflow/cc/ops/standard_ops.h" #include "tensorflow/compiler/jit/flags.h" #include "tensorflow/compiler/jit/xla_cluster_u...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/const_analysis.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/const_analysis_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
29b5e76f-177d-4976-9b2a-49a08a665656
cpp
google/tensorstore
byte_range
tensorstore/kvstore/byte_range.cc
tensorstore/kvstore/byte_range_test.cc
#include "tensorstore/kvstore/byte_range.h" #include <cassert> #include <optional> #include <ostream> #include <string> #include "absl/status/status.h" #include "tensorstore/serialization/serialization.h" #include "tensorstore/serialization/std_optional.h" #include "tensorstore/util/result.h" #include "tensorstore/util...
#include "tensorstore/kvstore/byte_range.h" #include <optional> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "tensorstore/serialization/serialization.h" #include "tensorstore/serialization/test_util.h" #include "tensorstore/util/status_testutil.h" #include...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/byte_range.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/byte_range_test.cc
4f887a6430414cd6088e1743555015b10f116d50
74347d5a-f256-4f23-8442-5f6ae96ccda2
cpp
tensorflow/tensorflow
rank
tensorflow/lite/kernels/rank.cc
tensorflow/lite/kernels/rank_test.cc
#include <stdint.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/kernels/kernel_util.h" namespace tflite { namespace ops { namespace builtin { namespace rank { constexpr int kInputTen...
#include <stdint.h> #include <initializer_list> #include <memory> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespa...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/rank.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/rank_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b8e2996a-a6e1-486c-8094-9fb6020f1f32
cpp
abseil/abseil-cpp
pcg_engine
absl/random/internal/pcg_engine.h
absl/random/internal/pcg_engine_test.cc
#ifndef ABSL_RANDOM_INTERNAL_PCG_ENGINE_H_ #define ABSL_RANDOM_INTERNAL_PCG_ENGINE_H_ #include <type_traits> #include "absl/base/config.h" #include "absl/meta/type_traits.h" #include "absl/numeric/bits.h" #include "absl/numeric/int128.h" #include "absl/random/internal/fastmath.h" #include "absl/random/internal/iostream...
#include "absl/random/internal/pcg_engine.h" #include <algorithm> #include <bitset> #include <random> #include <sstream> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/random/internal/explicit_seed_seq.h" #include "absl/time/clock.h" #define UPDATE_GOLDEN 0 namespace { using absl::random_internal::Exp...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/random/internal/pcg_engine.h
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/random/internal/pcg_engine_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
885df65a-587e-4769-8329-7922bd1595c9
cpp
tensorflow/tensorflow
verify_no_outside_compilation_markers_pass
tensorflow/compiler/mlir/tensorflow/transforms/verify_no_outside_compilation_markers_pass.cc
tensorflow/compiler/mlir/tensorflow/transforms/verify_no_outside_compilation_markers_pass_test.cc
#include <memory> #include <string> #include "mlir/Pass/Pass.h" #include "absl/log/log.h" #include "absl/strings/str_cat.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/Diagnostics.h" #include "mlir/IR/Visitors.h" #include "mlir/Support/LLVM.h" #include "t...
#include <memory> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/BuiltinOps.h" #include "mlir/Pass/PassManager.h" #include "mlir/Support/LogicalResult.h" #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h" #include "tenso...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/transforms/verify_no_outside_compilation_markers_pass.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/transforms/verify_no_outside_compilation_markers_pass_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
220965a0-a8d8-4037-8c3b-77ddd8fe7f52
cpp
tensorflow/tensorflow
image_ops
tensorflow/compiler/tf2xla/kernels/image_ops.cc
tensorflow/core/ops/image_ops_test.cc
#include <array> #include <numeric> #include <string> #include <vector> #include "absl/status/statusor.h" #include "absl/types/span.h" #include "tensorflow/compiler/tf2xla/kernels/gather_op_helpers.h" #include "tensorflow/compiler/tf2xla/xla_helpers.h" #include "tensorflow/compiler/tf2xla/xla_op_kernel.h" #include "ten...
#include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/shape_inference_testutil.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/framework/types.pb.h" #include "tensorflow/core/lib/core/status_test_util.h" ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/kernels/image_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/image_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
850ceba7-2580-4f7f-8fe5-1dbc2dc1582c
cpp
google/tensorstore
util
tensorstore/kvstore/file/util.cc
tensorstore/kvstore/file/util_test.cc
#include "tensorstore/kvstore/file/util.h" #include <stddef.h> #include <string_view> #include "absl/strings/match.h" #include "absl/strings/str_split.h" #include "tensorstore/kvstore/key_range.h" namespace tensorstore { namespace internal_file_util { bool IsKeyValid(std::string_view key, std::string_view lock_suffix) ...
#include "tensorstore/kvstore/file/util.h" #include <string_view> #include <gtest/gtest.h> #include "tensorstore/kvstore/key_range.h" namespace { using ::tensorstore::KeyRange; using ::tensorstore::internal_file_util::IsKeyValid; using ::tensorstore::internal_file_util::LongestDirectoryPrefix; TEST(IsKeyValid, Basic) {...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/file/util.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/file/util_test.cc
4f887a6430414cd6088e1743555015b10f116d50
c9708396-efe5-4491-9f3f-40517e42f7ee
cpp
tensorflow/tensorflow
port
tensorflow/core/util/port.cc
third_party/xla/third_party/tsl/tsl/platform/port_test.cc
#include "tensorflow/core/util/port.h" #include "absl/base/call_once.h" #include "tensorflow/core/platform/cpu_info.h" #include "tensorflow/core/util/env_var.h" namespace tensorflow { bool IsGoogleCudaEnabled() { #if GOOGLE_CUDA return true; #else return false; #endif } bool IsBuiltWithROCm() { #if TENSORFLOW_USE_R...
#include <condition_variable> #include "tsl/platform/cpu_info.h" #include "tsl/platform/env_time.h" #include "tsl/platform/mem.h" #include "tsl/platform/mutex.h" #include "tsl/platform/test.h" #include "tsl/platform/threadpool.h" namespace tsl { namespace port { TEST(Port, AlignedMalloc) { for (size_t alignment = 1; ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/util/port.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/port_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
65156ca6-0b0f-4ed2-aba1-0ec9220c7da4
cpp
tensorflow/tensorflow
array_ops
tensorflow/c/experimental/ops/array_ops.cc
tensorflow/core/ops/array_ops_test.cc
#include "tensorflow/c/experimental/ops/array_ops.h" #include "absl/types/span.h" #include "tensorflow/c/eager/abstract_context.h" #include "tensorflow/c/eager/abstract_operation.h" #include "tensorflow/c/eager/abstract_tensor_handle.h" #include "tensorflow/c/eager/tracing_utils.h" #include "tensorflow/core/framework/t...
#include "tensorflow/core/common_runtime/type_inference.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/node_def_util.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/shape_inference.h" #include "tensorflow/core/framework/shape_inference_tes...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/experimental/ops/array_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/array_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
34ccf62e-4ef7-427f-ac2d-6abf3f4c45d8
cpp
google/tensorstore
data_type_conversion
tensorstore/data_type_conversion.h
tensorstore/data_type_conversion_test.cc
#ifndef TENSORSTORE_DATA_TYPE_CONVERSION_H_ #define TENSORSTORE_DATA_TYPE_CONVERSION_H_ #include <array> #include <complex> #include <limits> #include <type_traits> #include "tensorstore/data_type.h" #include "tensorstore/internal/elementwise_function.h" #include "tensorstore/util/result.h" namespace tensorstore { temp...
#include "tensorstore/data_type_conversion.h" #include <type_traits> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include <nlohmann/json.hpp> #include "tensorstore/data_type.h" #include "tensorstore/index.h" #include "tensorstore/internal/element_copy_function.h"...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/data_type_conversion.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/data_type_conversion_test.cc
4f887a6430414cd6088e1743555015b10f116d50
19fab0f1-fdbb-4a45-9421-72aa1b6cb629
cpp
tensorflow/tensorflow
optimization_registry
tensorflow/core/common_runtime/optimization_registry.cc
tensorflow/core/common_runtime/optimization_registry_test.cc
#include "tensorflow/core/common_runtime/optimization_registry.h" #include <string> #include "tensorflow/core/framework/metrics.h" #include "tensorflow/core/util/debug_data_dumper.h" #include "tensorflow/core/util/dump_graph.h" namespace tensorflow { OptimizationPassRegistry* OptimizationPassRegistry::Global() { stat...
#include "tensorflow/core/common_runtime/optimization_registry.h" #include "tensorflow/core/framework/function_testlib.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { class TestOptimization : public GraphOptimizationPass { public: static int count_; Status Run(const GraphOptimizationPassOption...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/optimization_registry.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/optimization_registry_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ea00a1a5-d830-4939-b4a6-4a3529b5083a
cpp
tensorflow/tensorflow
freeze_requantization_ranges
tensorflow/tools/graph_transforms/freeze_requantization_ranges.cc
tensorflow/tools/graph_transforms/freeze_requantization_ranges_test.cc
#include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/lib/strings/str_util.h" #include "tensorflow/core/platform/env.h" #include "tensorflow/tools/graph_transforms/transform_utils.h" namespace tensorflow { namespace graph_transforms { struct MinMaxRecord { string name; float min; float max;...
#include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/image_ops.h" #include "tensorflow/cc/ops/nn_ops.h" #include "tensorflow/cc/ops/sendrecv_ops.h" #include "tensorflow/cc/ops/standard_ops.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/lib/core/status_test_util.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/freeze_requantization_ranges.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/freeze_requantization_ranges_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2d33973b-0f6d-4d9e-933b-378a9e121c71
cpp
tensorflow/tensorflow
partition_assignment
third_party/xla/xla/service/spmd/partition_assignment.cc
third_party/xla/xla/service/spmd/partition_assignment_test.cc
#include "xla/service/spmd/partition_assignment.h" #include <cstdint> #include <memory> #include "absl/container/flat_hash_set.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/xla.pb.h" names...
#include "xla/service/spmd/partition_assignment.h" #include <memory> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "xla/tests/hlo_test_base.h" #include "xla/xla.pb.h" #include "tsl/platform/statusor.h" namespace xla { namespace { using PartitionAssignmentTest = HloTestBase; TEST_F(PartitionAss...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/spmd/partition_assignment.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/spmd/partition_assignment_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d27c1299-07dc-48ba-9a98-b5439509c8ea
cpp
abseil/abseil-cpp
randen_hwaes
absl/random/internal/randen_hwaes.cc
absl/random/internal/randen_hwaes_test.cc
#include "absl/random/internal/randen_hwaes.h" #include <cstdint> #include <cstring> #include "absl/base/attributes.h" #include "absl/numeric/int128.h" #include "absl/random/internal/platform.h" #include "absl/random/internal/randen_traits.h" #if ABSL_HAVE_ACCELERATED_AES #if defined(ABSL_ARCH_X86_64) || defined(ABSL_A...
#include "absl/random/internal/randen_hwaes.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/log/log.h" #include "absl/random/internal/platform.h" #include "absl/random/internal/randen_detect.h" #include "absl/random/internal/randen_traits.h" #include "absl/strings/str_format.h" namespace { using abs...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/random/internal/randen_hwaes.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/random/internal/randen_hwaes_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
64487d51-1c0d-4732-87e3-c169ab23ba5d
cpp
google/cel-cpp
ident_step
eval/eval/ident_step.cc
eval/eval/ident_step_test.cc
#include "eval/eval/ident_step.h" #include <cstddef> #include <cstdint> #include <memory> #include <string> #include <utility> #include "absl/base/nullability.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "base/ast_i...
#include "eval/eval/ident_step.h" #include <memory> #include <string> #include <utility> #include <vector> #include "absl/status/status.h" #include "base/type_provider.h" #include "common/casting.h" #include "common/memory.h" #include "common/value.h" #include "eval/eval/attribute_trail.h" #include "eval/eval/cel_expre...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/eval/ident_step.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/eval/ident_step_test.cc
4552db5798fb0853b131b783d8875794334fae7f
b6c1594a-127c-43ef-a7fd-eb27fc8713a4
cpp
google/quiche
hpack_decoder_tables
quiche/http2/hpack/decoder/hpack_decoder_tables.cc
quiche/http2/hpack/decoder/hpack_decoder_tables_test.cc
#include "quiche/http2/hpack/decoder/hpack_decoder_tables.h" #include <ostream> #include <string> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "quiche/http2/hpack/http2_hpack_constants.h" #include "quiche/common/platform/api/quiche_logging.h" namespace http2 { namespace { std::vector<...
#include "quiche/http2/hpack/decoder/hpack_decoder_tables.h" #include <algorithm> #include <string> #include <tuple> #include <vector> #include "quiche/http2/hpack/http2_hpack_constants.h" #include "quiche/http2/test_tools/http2_random.h" #include "quiche/http2/test_tools/random_util.h" #include "quiche/http2/test_tool...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/http2/hpack/decoder/hpack_decoder_tables.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/http2/hpack/decoder/hpack_decoder_tables_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
04433fb2-7496-4b2a-81ed-6816e4136e92
cpp
tensorflow/tensorflow
grpc_server
third_party/xla/xla/python/ifrt_proxy/server/grpc_server.cc
third_party/xla/xla/python/ifrt_proxy/server/grpc_server_test.cc
#include "xla/python/ifrt_proxy/server/grpc_server.h" #include <cstdint> #include <memory> #include <string> #include <utility> #include "absl/functional/any_invocable.h" #include "absl/memory/memory.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/st...
#include "xla/python/ifrt_proxy/server/grpc_server.h" #include <memory> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "xla/python/ifrt_proxy/common/grpc_ifrt_service.grpc.pb.h" #include "tsl/platform/status_matchers.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt_proxy/server/grpc_server.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt_proxy/server/grpc_server_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1a315438-fcc1-4394-b61d-58b16b12b0a4
cpp
google/libaddressinput
validation_task
cpp/src/validation_task.cc
cpp/test/validation_task_test.cc
#include "validation_task.h" #include <libaddressinput/address_data.h> #include <libaddressinput/address_field.h> #include <libaddressinput/address_metadata.h> #include <libaddressinput/address_problem.h> #include <libaddressinput/address_validator.h> #include <libaddressinput/callback.h> #include <libaddressinput/supp...
#include "validation_task.h" #include <libaddressinput/address_data.h> #include <libaddressinput/address_field.h> #include <libaddressinput/address_problem.h> #include <libaddressinput/address_validator.h> #include <libaddressinput/callback.h> #include <libaddressinput/supplier.h> #include <cstddef> #include <memory> #...
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/src/validation_task.cc
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/test/validation_task_test.cc
2610f7b1043d6784ada41392fc9392d1ea09ea07
af364550-5955-4c94-a193-5b2803f102e2
cpp
google/cel-cpp
parsed_json_map_value
common/values/parsed_json_map_value.cc
common/values/parsed_json_map_value_test.cc
#include "common/values/parsed_json_map_value.h" #include <cstddef> #include <memory> #include <string> #include <utility> #include "google/protobuf/struct.pb.h" #include "absl/base/nullability.h" #include "absl/base/optimization.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/string...
#include <utility> #include <vector> #include "google/protobuf/struct.pb.h" #include "absl/base/nullability.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "absl/status/statusor.h" #include "absl/strings/cord.h" #include "absl/strings/string_view.h" #include "absl/types/optional.h" ...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/parsed_json_map_value.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/values/parsed_json_map_value_test.cc
4552db5798fb0853b131b783d8875794334fae7f
8dd52495-17d6-4d03-9b40-62c146124490
cpp
tensorflow/tensorflow
binary_elementwise
tensorflow/lite/experimental/shlo/ops/binary_elementwise.h
tensorflow/lite/experimental/shlo/ops/binary_elementwise_test.cc
#ifndef TENSORFLOW_LITE_EXPERIMENTAL_SHLO_OPS_BINARY_ELEMENTWISE_H_ #define TENSORFLOW_LITE_EXPERIMENTAL_SHLO_OPS_BINARY_ELEMENTWISE_H_ #include "tensorflow/lite/experimental/shlo/data_type.h" #include "tensorflow/lite/experimental/shlo/quantize.h" #include "tensorflow/lite/experimental/shlo/quantized_tensor_element_ty...
#include "tensorflow/lite/experimental/shlo/ops/binary_elementwise.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/experimental/shlo/ops/test_util.h" #include "tensorflow/lite/experimental/shlo/quantized_tensor_element_type.h" #include "tensorflow/lite/experimental/shlo/shape.h" #include ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/binary_elementwise.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/binary_elementwise_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
76550dac-69ef-42d5-8854-311eb683d6cd
cpp
google/cel-cpp
null_type
common/types/null_type.h
common/types/null_type_test.cc
#ifndef THIRD_PARTY_CEL_CPP_COMMON_TYPES_NULL_TYPE_H_ #define THIRD_PARTY_CEL_CPP_COMMON_TYPES_NULL_TYPE_H_ #include <ostream> #include <string> #include <utility> #include "absl/strings/string_view.h" #include "common/type_kind.h" namespace cel { class Type; class TypeParameters; class NullType final { public: stat...
#include <sstream> #include "absl/hash/hash.h" #include "common/type.h" #include "internal/testing.h" namespace cel { namespace { TEST(NullType, Kind) { EXPECT_EQ(NullType().kind(), NullType::kKind); EXPECT_EQ(Type(NullType()).kind(), NullType::kKind); } TEST(NullType, Name) { EXPECT_EQ(NullType().name(), NullTyp...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/null_type.h
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/null_type_test.cc
4552db5798fb0853b131b783d8875794334fae7f
d2d45273-35c5-4952-a6d7-b819d01e7583
cpp
google/tensorstore
data_type_endian_conversion
tensorstore/internal/data_type_endian_conversion.cc
tensorstore/internal/data_type_endian_conversion_test.cc
#include "tensorstore/internal/data_type_endian_conversion.h" #include <cassert> #include <complex> #include "absl/algorithm/container.h" #include "absl/status/status.h" #include "tensorstore/array.h" #include "tensorstore/data_type.h" #include "tensorstore/internal/elementwise_function.h" #include "tensorstore/interna...
#include "tensorstore/internal/data_type_endian_conversion.h" #include <stddef.h> #include <stdint.h> #include <string> #include <string_view> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/cord.h" #include "absl/strings/cord_test_helpers.h" #include "tenso...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/data_type_endian_conversion.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/data_type_endian_conversion_test.cc
4f887a6430414cd6088e1743555015b10f116d50
a521486a-75e5-4dda-8e18-e58c91d51eb9
cpp
tensorflow/tensorflow
inference_profiler_stage
tensorflow/lite/tools/evaluation/stages/inference_profiler_stage.cc
tensorflow/lite/tools/evaluation/stages/inference_profiler_stage_test.cc
#include "tensorflow/lite/tools/evaluation/stages/inference_profiler_stage.h" #include <cmath> #include <cstdint> #include <limits> #include <memory> #include <random> #include "fp16.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/tools/evaluation/...
#include "tensorflow/lite/tools/evaluation/stages/inference_profiler_stage.h" #include <stdint.h> #include <string> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/tools/evaluation/proto/evaluation_config.pb.h" #include "tensorflow/lite/tools/evaluation/proto/evaluation_sta...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/evaluation/stages/inference_profiler_stage.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/evaluation/stages/inference_profiler_stage_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9b79f15a-5ad8-4f05-b7e9-569a601d059c
cpp
tensorflow/tensorflow
profile_summary_formatter
tensorflow/lite/profiling/profile_summary_formatter.cc
tensorflow/lite/profiling/profile_summary_formatter_test.cc
#include "tensorflow/lite/profiling/profile_summary_formatter.h" #include <fstream> #include <iomanip> #include <ios> #include <map> #include <memory> #include <ostream> #include <queue> #include <sstream> #include <string> #include <utility> #include <vector> #include "tensorflow/core/util/stat_summarizer_options.h" #...
#include "tensorflow/lite/profiling/profile_summary_formatter.h" #include <cstddef> #include <fstream> #include <ios> #include <map> #include <memory> #include <string> #include <tuple> #include <gtest/gtest.h> #include "absl/strings/match.h" #include "tensorflow/core/util/stat_summarizer_options.h" #include "tensorflo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/profiling/profile_summary_formatter.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/profiling/profile_summary_formatter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea