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
0d8fad02-ec28-44dc-a261-776f19b8ca59
cpp
tensorflow/tensorflow
graph_def_util
tensorflow/core/framework/graph_def_util.cc
tensorflow/core/framework/graph_def_util_test.cc
#include "tensorflow/core/framework/graph_def_util.h" #include <set> #include <unordered_map> #include <unordered_set> #include <vector> #include "tensorflow/core/framework/attr_value.pb.h" #include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/function.pb.h" #include "tensorflow/core/frame...
#include "tensorflow/core/framework/graph_def_util.h" #include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_def.pb.h" #include "tensorflow/co...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/framework/graph_def_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/framework/graph_def_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
773b7270-3bf2-4c44-8db0-c80349766cfe
cpp
tensorflow/tensorflow
shape_inference
tensorflow/compiler/jit/shape_inference.cc
tensorflow/compiler/jit/shape_inference_test.cc
#include "tensorflow/compiler/jit/shape_inference.h" #include <cstdint> #include <map> #include <vector> #include "absl/log/log.h" #include "absl/strings/str_cat.h" #include "tensorflow/compiler/jit/shape_inference_helpers.h" #include "tensorflow/core/common_runtime/shape_refiner.h" #include "tensorflow/core/framework/...
#include "tensorflow/compiler/jit/shape_inference.h" #include <map> #include <memory> #include <vector> #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.h" #include "tensorflow/cc/ops/math_o...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/jit/shape_inference.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/jit/shape_inference_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a08ec787-9d7c-4b53-a2d3-06716be6e35f
cpp
tensorflow/tensorflow
cutlass_gemm_fusion
third_party/xla/xla/service/gpu/kernels/cutlass_gemm_fusion.cc
third_party/xla/xla/service/gpu/kernels/cutlass_gemm_fusion_test.cc
#include "xla/service/gpu/kernels/cutlass_gemm_fusion.h" #include <algorithm> #include <array> #include <cstddef> #include <cstdint> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/flat_hash_set.h" #include "absl/log/log.h" #inclu...
#include "xla/service/gpu/kernels/cutlass_gemm_fusion.h" #include <cstdint> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include <gtest/gtest.h> #include "absl/log/log.h" #include "absl/status/statusor.h" #include "xla/array.h" #include "xla/array2d.h" #include "xla/arra...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/kernels/cutlass_gemm_fusion.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/kernels/cutlass_gemm_fusion_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b22227d5-e006-494b-ba20-d41d0438b437
cpp
abseil/abseil-cpp
sequence_lock
absl/flags/internal/sequence_lock.h
absl/flags/internal/sequence_lock_test.cc
#ifndef ABSL_FLAGS_INTERNAL_SEQUENCE_LOCK_H_ #define ABSL_FLAGS_INTERNAL_SEQUENCE_LOCK_H_ #include <stddef.h> #include <stdint.h> #include <atomic> #include <cassert> #include <cstring> #include "absl/base/optimization.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace flags_internal { inline constexpr size_t AlignUp(s...
#include "absl/flags/internal/sequence_lock.h" #include <algorithm> #include <atomic> #include <thread> #include <tuple> #include <vector> #include "gtest/gtest.h" #include "absl/base/internal/sysinfo.h" #include "absl/container/fixed_array.h" #include "absl/time/clock.h" namespace { namespace flags = absl::flags_int...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/flags/internal/sequence_lock.h
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/flags/internal/sequence_lock_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
298fcdc7-3af6-4de5-9d69-893e38b98c6d
cpp
tensorflow/tensorflow
hlo_fusion_analysis
third_party/xla/xla/service/gpu/hlo_fusion_analysis.cc
third_party/xla/xla/service/gpu/hlo_fusion_analysis_test.cc
#include "xla/service/gpu/hlo_fusion_analysis.h" #include <algorithm> #include <limits> #include <memory> #include <optional> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/inlined_vector.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/...
#include "xla/service/gpu/hlo_fusion_analysis.h" #include <gtest/gtest.h> #include "xla/protobuf_util.h" #include "xla/service/gpu/backend_configs.pb.h" #include "xla/service/gpu/gpu_device_info_for_tests.h" #include "xla/service/gpu/hlo_traversal.h" #include "xla/service/gpu/ir_emission_utils.h" #include "xla/stream_e...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/hlo_fusion_analysis.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/hlo_fusion_analysis_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
db830d9b-54d6-4e33-a5a4-45840555a2d1
cpp
tensorflow/tensorflow
fuse_add_to_conv
tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv.cc
tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv_test.cc
#include "tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv.h" #include <any> #include <memory> #include <string> #include <variant> #include <vector> #include "absl/types/any.h" #include "absl/types/variant.h" #include "tensorflow/lite/delegates/gpu/common/data_type.h" #include "tensorflow/lite/del...
#include "tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv.h" #include <any> #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/types/any.h" #include "tensorflow/lite/delegates/gpu/common/data_type.h...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/fuse_add_to_conv_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
bf5c041b-feb6-4665-97af-0b6a497e1521
cpp
tensorflow/tensorflow
identify_l2_normalization
tensorflow/lite/toco/graph_transformations/identify_l2_normalization.cc
tensorflow/lite/toco/graph_transformations/tests/identify_l2_normalization_test.cc
#include <cmath> #include <memory> #include <string> #include <unordered_map> #include <vector> #include "absl/status/status.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/platform/status.h" #include "tensorflow/lite/toco/graph_transformations/graph_transformations.h" #include "tensorflow/li...
#include <tuple> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/toco/graph_transformations/graph_transformations.h" #include "tensorflow/lite/toco/model.h" namespace toco { namespace { void RunIdentifyL2Normalization(const std::vector<float>& input, const std::vecto...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/toco/graph_transformations/identify_l2_normalization.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/toco/graph_transformations/tests/identify_l2_normalization_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
422bf0f2-be5f-4d65-a40c-dbfaaaace216
cpp
tensorflow/tensorflow
message_wrappers
tensorflow/core/distributed_runtime/message_wrappers.cc
tensorflow/core/distributed_runtime/message_wrappers_test.cc
#include "tensorflow/core/distributed_runtime/message_wrappers.h" #include <memory> #include "absl/status/status.h" #include "tensorflow/core/framework/cost_graph.pb.h" #include "tensorflow/core/framework/step_stats.pb.h" #include "tensorflow/core/framework/tensor.pb.h" #include "tensorflow/core/protobuf/config.pb.h" #...
#include "tensorflow/core/distributed_runtime/message_wrappers.h" #include "tensorflow/core/framework/cost_graph.pb.h" #include "tensorflow/core/framework/step_stats.pb.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/tes...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/distributed_runtime/message_wrappers.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/distributed_runtime/message_wrappers_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7d0d2827-9665-4108-9bf1-a5f64ad67a81
cpp
google/tensorstore
irregular_grid
tensorstore/internal/irregular_grid.cc
tensorstore/internal/irregular_grid_test.cc
#include "tensorstore/internal/irregular_grid.h" #include <assert.h> #include <stddef.h> #include <algorithm> #include <utility> #include <vector> #include "absl/container/inlined_vector.h" #include "tensorstore/index.h" #include "tensorstore/index_interval.h" #include "tensorstore/index_space/index_domain.h" #include ...
#include "tensorstore/internal/irregular_grid.h" #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/box.h" #include "tensorstore/index.h" #include "tensorstore/index_interval.h" #include "tensorstore/index_space/index_domain.h" #include "tensorstore/internal/grid_partition.h" #inc...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/irregular_grid.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/irregular_grid_test.cc
4f887a6430414cd6088e1743555015b10f116d50
b7c4b8a1-814a-467f-8bfa-161939660f06
cpp
tensorflow/tensorflow
gen_node
tensorflow/core/grappler/graph_analyzer/gen_node.cc
tensorflow/core/grappler/graph_analyzer/gen_node_test.cc
#include "tensorflow/core/grappler/graph_analyzer/gen_node.h" #include "absl/memory/memory.h" #include "absl/strings/str_format.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/grappler/graph_analyzer/hash_tools.h" #include "tensorflow/core/grappler/op_types.h" #include "tensorflow/core/grappler/u...
#include "tensorflow/core/grappler/graph_analyzer/gen_node.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/memory/memory.h" #include "tensorflow/core/grappler/graph_analyzer/test_tools.h" namespace tensorflow { namespace grappler { namespace graph_analyzer { namespace test { namespace { using ::test...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/graph_analyzer/gen_node.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/graph_analyzer/gen_node_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
915dbca6-57f2-4dc1-bd74-29bf051fe4d0
cpp
google/tensorstore
collecting_sender
tensorstore/util/execution/collecting_sender.h
tensorstore/util/execution/collecting_sender_test.cc
#ifndef TENSORSTORE_UTIL_EXECUTION_COLLECTING_SENDER_H_ #define TENSORSTORE_UTIL_EXECUTION_COLLECTING_SENDER_H_ #include <utility> #include "tensorstore/util/execution/execution.h" namespace tensorstore { namespace internal { template <typename Container, typename SingleReceiver> struct CollectingReceiver { SingleRec...
#include "tensorstore/util/execution/collecting_sender.h" #include <ostream> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/str_join.h" #include "tensorstore/util/execution/execution.h" #include "tensorstore/util/execution/sender.h" #include "tensorstore/uti...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/collecting_sender.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/collecting_sender_test.cc
4f887a6430414cd6088e1743555015b10f116d50
65d0efa3-bde3-4dea-bcb8-1f5223d73655
cpp
tensorflow/tensorflow
byte_size
tensorflow/core/data/service/byte_size.cc
tensorflow/core/data/service/byte_size_test.cc
#include "tensorflow/core/data/service/byte_size.h" #include <cstddef> #include <string> #include "absl/strings/str_cat.h" namespace tensorflow { namespace data { size_t ByteSize::ToUnsignedBytes() const { return bytes_; } double ByteSize::ToDoubleBytes() const { return static_cast<double>(bytes_); } double ByteSize::T...
#include "tensorflow/core/data/service/byte_size.h" #include <cstddef> #include <string> #include <vector> #include "absl/algorithm/container.h" #include "tsl/platform/test.h" namespace tensorflow { namespace data { namespace { using ::testing::Eq; using ::testing::Not; TEST(ByteSizeTest, Constructors) { EXPECT_EQ(By...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/byte_size.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/byte_size_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
cc7acb88-4403-4bed-a00b-7e0ce9b987e8
cpp
tensorflow/tensorflow
ffi
third_party/xla/xla/ffi/api/ffi.h
third_party/xla/xla/ffi/api/ffi_test.cc
#ifndef XLA_FFI_API_FFI_H_ #define XLA_FFI_API_FFI_H_ #ifdef XLA_FFI_FFI_H_ #error Two different XLA FFI implementations cannot be included together. \ See README.md for more details. #endif #include <algorithm> #include <atomic> #include <cassert> #include <complex> #include <cstddef> #include <cstdint> #incl...
#include "xla/ffi/api/ffi.h" #include <cstddef> #include <cstdint> #include <limits> #include <memory> #include <optional> #include <string> #include <string_view> #include <type_traits> #include <utility> #include <vector> #include "absl/log/check.h" #include "absl/status/status.h" #include "absl/strings/match.h" #inc...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/ffi/api/ffi.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/ffi/api/ffi_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
dadf7064-62b2-4cb3-8bb2-f22ef4f9c855
cpp
abseil/abseil-cpp
clock
absl/time/clock.cc
absl/time/clock_test.cc
#include "absl/time/clock.h" #include "absl/base/attributes.h" #include "absl/base/optimization.h" #ifdef _WIN32 #include <windows.h> #endif #include <algorithm> #include <atomic> #include <cerrno> #include <cstdint> #include <ctime> #include <limits> #include "absl/base/internal/spinlock.h" #include "absl/base/interna...
#include "absl/time/clock.h" #include "absl/base/config.h" #if defined(ABSL_HAVE_ALARM) #include <signal.h> #include <unistd.h> #ifdef _AIX typedef void (*sig_t)(int); #endif #elif defined(__linux__) || defined(__APPLE__) #error all known Linux and Apple targets have alarm #endif #include "gtest/gtest.h" #include "absl...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/time/clock.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/time/clock_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
880f9741-8dae-41d1-975d-c0afa4e453ed
cpp
tensorflow/tensorflow
cpu_topology
third_party/xla/xla/pjrt/cpu/cpu_topology.cc
third_party/xla/xla/pjrt/cpu/cpu_topology_test.cc
#include "xla/pjrt/cpu/cpu_topology.h" #include <cstddef> #include <memory> #include <string> #include <utility> #include <vector> #include "xla/pjrt/cpu/cpu_topology.pb.h" namespace xla { std::unique_ptr<const CpuTopology> CpuTopology::FromProto( const CpuTopologyProto& cpu_topology_proto) { std::vector<CpuTopol...
#include "xla/pjrt/cpu/cpu_topology.h" #include <memory> #include "xla/pjrt/cpu/cpu_topology.pb.h" #include "tsl/platform/protobuf.h" #include "tsl/platform/test.h" namespace xla { namespace { TEST(CpuTopology, FromProto) { CpuTopologyProto msg; ASSERT_TRUE(tsl::protobuf::TextFormat::ParseFromString( R"pb( ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/pjrt/cpu/cpu_topology.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/pjrt/cpu/cpu_topology_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7104f0ae-7ea6-4577-a737-6eb9c8a9195e
cpp
google/quiche
proof_source_x509
quiche/quic/core/crypto/proof_source_x509.cc
quiche/quic/core/crypto/proof_source_x509_test.cc
#include "quiche/quic/core/crypto/proof_source_x509.h" #include <memory> #include <optional> #include <string> #include <utility> #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "openssl/ssl.h" #include "quiche/quic/core/crypto/certificate_view.h" #include "quiche/quic/core/crypto/crypt...
#include "quiche/quic/core/crypto/proof_source_x509.h" #include <memory> #include <string> #include <utility> #include "absl/strings/string_view.h" #include "openssl/ssl.h" #include "quiche/quic/core/crypto/certificate_view.h" #include "quiche/quic/core/crypto/proof_source.h" #include "quiche/quic/platform/api/quic_exp...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/proof_source_x509.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/proof_source_x509_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
0db8354f-3004-4343-b70d-579abe43b572
cpp
tensorflow/tensorflow
add_default_attributes
tensorflow/tools/graph_transforms/add_default_attributes.cc
tensorflow/tools/graph_transforms/add_default_attributes_test.cc
#include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/graph_def_util.h" #include "tensorflow/tools/graph_transforms/transform_utils.h" namespace tensorflow { namespace graph_transforms { Status AddDefaultAttributes(const GraphDef& input_graph_def, const Transfor...
#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/add_default_attributes.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/add_default_attributes_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
6318f003-9cc1-4633-bfab-6c6cc68f3bfa
cpp
tensorflow/tensorflow
flatten_atrous
tensorflow/tools/graph_transforms/flatten_atrous.cc
tensorflow/tools/graph_transforms/flatten_atrous_test.cc
#include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensorflow/core/platform/init_main.h" #include "tensorflow/core/public/session.h" #include "tensorflow/tools/graph_transforms/transform_utils.h" namespace t...
#include "tensorflow/cc/ops/array_ops.h" #include "tensorflow/cc/ops/const_op.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/flatten_atrous.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/flatten_atrous_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7c19b9ed-d84d-4088-8f01-1a38749b11b0
cpp
tensorflow/tensorflow
freeze_saved_model
tensorflow/cc/tools/freeze_saved_model.cc
tensorflow/cc/tools/freeze_saved_model_test.cc
#include "tensorflow/cc/tools/freeze_saved_model.h" #include <iostream> #include <queue> #include "absl/log/log.h" #include "absl/status/status.h" #include "tensorflow/cc/saved_model/loader.h" #include "tensorflow/core/framework/attr_value.pb.h" #include "tensorflow/core/framework/function.pb.h" #include "tensorflow/co...
#include "tensorflow/cc/tools/freeze_saved_model.h" #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" #include "tensorflow/cc/ops/array_ops.h" #include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/math_ops.h" #include "tensorflow/cc/ops/resource_variable_ops.h" #include "...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/cc/tools/freeze_saved_model.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/cc/tools/freeze_saved_model_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
af777e7f-ba41-48ea-b590-9d3c0803b996
cpp
tensorflow/tensorflow
floor
tensorflow/lite/experimental/shlo/ops/floor.cc
tensorflow/lite/delegates/xnnpack/floor_test.cc
#include "tensorflow/lite/experimental/shlo/ops/floor.h" #include <cmath> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/unary_e...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/unary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/floor.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/floor_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ce35ed39-e4f0-49e6-98a4-f765d18996b3
cpp
tensorflow/tensorflow
worker_impl
tensorflow/core/data/service/worker_impl.cc
tensorflow/core/data/service/worker_impl_test.cc
#include "tensorflow/core/data/service/worker_impl.h" #include <cstdint> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "grpcpp/create_channel.h" #include "absl/algorithm/container.h" #include "absl/memory/memory.h" #include "absl/strings/str_cat.h" #include "absl/...
#include "tensorflow/core/data/service/worker_impl.h" #include <memory> #include <string> #include <vector> #include "tensorflow/core/data/service/test_cluster.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace data { namespace { using :...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/worker_impl.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/worker_impl_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
671484fe-b9bf-495f-ba88-1dec3ba87779
cpp
google/cel-cpp
map_type
common/types/map_type.cc
common/types/map_type_test.cc
#include <string> #include "absl/base/attributes.h" #include "absl/base/nullability.h" #include "absl/log/absl_check.h" #include "absl/strings/str_cat.h" #include "common/type.h" #include "google/protobuf/arena.h" #include "google/protobuf/descriptor.h" namespace cel { namespace common_internal { namespace { ABSL_CONST...
#include <sstream> #include "absl/hash/hash.h" #include "common/type.h" #include "internal/testing.h" #include "google/protobuf/arena.h" namespace cel { namespace { TEST(MapType, Default) { MapType map_type; EXPECT_EQ(map_type.key(), DynType()); EXPECT_EQ(map_type.value(), DynType()); } TEST(MapType, Kind) { go...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/map_type.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/types/map_type_test.cc
4552db5798fb0853b131b783d8875794334fae7f
36232e17-485a-4372-ac8e-bbcb4ca23de8
cpp
tensorflow/tensorflow
sequence_ops
tensorflow/compiler/tf2xla/kernels/sequence_ops.cc
tensorflow/core/kernels/sequence_ops_test.cc
#include "absl/status/statusor.h" #include "tensorflow/compiler/tf2xla/xla_op_kernel.h" #include "tensorflow/compiler/tf2xla/xla_op_registry.h" #include "xla/hlo/builder/lib/constants.h" #include "xla/hlo/builder/value_inference.h" #include "xla/hlo/builder/xla_builder.h" #include "xla/literal.h" #include "xla/primitiv...
#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/tensor.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tenso...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/kernels/sequence_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/sequence_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3d74cae6-8e08-4595-b6bf-2d5ca27cc59f
cpp
tensorflow/tensorflow
convert_mover
third_party/xla/xla/service/convert_mover.cc
third_party/xla/xla/service/convert_mover_test.cc
#include "xla/service/convert_mover.h" #include "absl/algorithm/container.h" #include "absl/container/flat_hash_set.h" #include "absl/container/inlined_vector.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...
#include "xla/service/convert_mover.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/service/pattern_matcher.h" #include "xla/service/pattern_matcher_gmock.h" #include "xla/tests/hlo_test_base.h" #include "xla/xla_data.pb.h" #inc...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/convert_mover.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/convert_mover_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e938fec1-2a3e-4a74-a363-d75017bc5abe
cpp
tensorflow/tensorflow
sample_stable_delegate_with_control_flow
tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow.cc
tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow_test.cc
#include "tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow.h" #include <memory> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "tensorflow/lite/c/builtin_op_data.h" #include "te...
#include "tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow.h" #include <cstddef> #include <memory> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api.h" #include "tensorflow/lite/c/c_api_opaque.h" #include "tensorflow/lite/c/c_api_typ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/utils/experimental/sample_stable_delegate/sample_stable_delegate_with_control_flow_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9e6a59cb-d456-47b0-8f26-afe5f12ed80f
cpp
tensorflow/tensorflow
lower_cluster_to_runtime_ops
tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc
tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops_test.cc
#include <memory> #include <string> #include "absl/log/log.h" #include "absl/status/status.h" #include "llvm/ADT/StringRef.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/BuiltinOps.h" #include "mlir/Pass/PassManager.h" #include "mlir/Pass/PassRegistry.h" #include "mlir/Support/LogicalResult.h" ...
#include "tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.h" #include <cstdint> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f20f0ac8-614d-4be5-a30f-2b86a1eedae3
cpp
tensorflow/tensorflow
snapshot_chunk_provider
tensorflow/core/data/service/snapshot/snapshot_chunk_provider.cc
tensorflow/core/data/service/snapshot/snapshot_chunk_provider_test.cc
#include "tensorflow/core/data/service/snapshot/snapshot_chunk_provider.h" #include <cstdint> #include <functional> #include <optional> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/base/thread_annotations.h" #include "absl/container/btree_set.h" #include "absl/log/log.h" #inclu...
#include "tensorflow/core/data/service/snapshot/snapshot_chunk_provider.h" #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/memory/memory.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/s...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/snapshot/snapshot_chunk_provider.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/service/snapshot/snapshot_chunk_provider_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
52bb704e-dee6-462a-9567-d84486186958
cpp
tensorflow/tensorflow
graph_debug_info_builder
tensorflow/core/graph/graph_debug_info_builder.cc
tensorflow/core/graph/graph_debug_info_builder_test.cc
#include "tensorflow/core/graph/graph_debug_info_builder.h" #include <memory> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/hash/hash.h" #include "absl/status/status.h" #include "absl/strings/str_format.h" #include "absl/types/span.h" #include "tensorflo...
#include "tensorflow/core/graph/graph_debug_info_builder.h" #include <memory> #include <string> #include <utility> #include <vector> #include <gmock/gmock.h> #include "absl/strings/str_cat.h" #include "tensorflow/core/framework/graph_debug_info.pb.h" #include "tensorflow/core/platform/stack_frame.h" #include "tensorflo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/graph_debug_info_builder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/graph_debug_info_builder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
02ed9897-f442-4266-a42c-c0acb98922cf
cpp
tensorflow/tensorflow
nnapi_delegate_compatibility_checker
tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker.cc
tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker_test.cc
#include "tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker.h" #include <cctype> #include <cstdlib> #include <functional> #include <limits> #include <memory> #include <sstream> #include <string> #include <unordered_map> #include <vector> #include "absl/status/status.h" #include "a...
#include "tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker.h" #include <cstdint> #include <limits> #include <string> #include <unordered_map> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "tensorflow/core/platform/res...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/tools/delegates/compatibility/nnapi/nnapi_delegate_compatibility_checker_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4d5bf531-0d43-45fa-a7f4-cfa7237f717c
cpp
tensorflow/tensorflow
remove_nodes
tensorflow/tools/graph_transforms/remove_nodes.cc
tensorflow/tools/graph_transforms/remove_nodes_test.cc
#include "tensorflow/core/common_runtime/constant_folding.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensorflow/core/platform/init_main.h" #include "tensorflow/core/public/session.h" #include "ten...
#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/remove_nodes.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/remove_nodes_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
aa86dfbf-cb18-4df6-841b-8d5d3aa12dbf
cpp
tensorflow/tensorflow
tf2xla_rewriter
tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc
tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc
#include "tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h" #include <cstdint> #include <memory> #include <string> #include <unordered_map> #include <utility> #include <vector> #include "absl/container/inlined_vector.h" #include "absl/memory/memory.h" #include "absl/strings/str_replace.h" #include "absl/str...
#include "tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h" #include <memory> #include <string> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/memory/memory.h" #include "llvm/Support/Casting.h" #include "llvm/Support/SourceMgr.h" #include "llvm/Support/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
824e9a92-d73e-40d9-bb47-186cbd4b9da5
cpp
tensorflow/tensorflow
host_memory_transfer_asyncifier
third_party/xla/xla/service/host_memory_transfer_asyncifier.cc
third_party/xla/xla/service/host_memory_transfer_asyncifier_test.cc
#include "xla/service/host_memory_transfer_asyncifier.h" #include <cstdint> #include "absl/container/flat_hash_set.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/dfs_hlo_visito...
#include "xla/service/host_memory_transfer_asyncifier.h" #include <cstdint> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/host_memory_transfer_asyncifier.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/host_memory_transfer_asyncifier_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c4a404f6-3ce8-42e1-9890-5427ba37c72f
cpp
google/cel-cpp
reference_resolver
runtime/reference_resolver.cc
runtime/reference_resolver_test.cc
#include "runtime/reference_resolver.h" #include "absl/base/macros.h" #include "absl/log/absl_log.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "common/native_type.h" #include "eval/compiler/qualified_reference_resolver.h" #include "internal/casts.h" #include "internal/status_macros.h" #...
#include "runtime/reference_resolver.h" #include <cstdint> #include <utility> #include "google/api/expr/v1alpha1/checked.pb.h" #include "google/api/expr/v1alpha1/syntax.pb.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "base/function_adapter.h" #include "common/value.h" #include "exte...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/runtime/reference_resolver.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/runtime/reference_resolver_test.cc
4552db5798fb0853b131b783d8875794334fae7f
167d38bf-d218-48de-bf28-3f9bb553562d
cpp
tensorflow/tensorflow
stringpiece
tensorflow/core/lib/core/stringpiece.h
third_party/xla/third_party/tsl/tsl/platform/stringpiece_test.cc
#ifndef TENSORFLOW_CORE_LIB_CORE_STRINGPIECE_H_ #define TENSORFLOW_CORE_LIB_CORE_STRINGPIECE_H_ #include "tensorflow/core/platform/stringpiece.h" #endif
#include "tsl/platform/stringpiece.h" #include <unordered_map> #include "tsl/platform/test.h" namespace tsl { TEST(StringPiece, Ctor) { { const char* hello = "hello"; absl::string_view s20(hello); EXPECT_TRUE(s20.data() == hello); EXPECT_EQ(5, s20.size()); absl::string_view s21(hello, 4); EXPE...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/lib/core/stringpiece.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/stringpiece_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e49e8816-3d1e-41ac-87bf-ca044879aeaf
cpp
tensorflow/tensorflow
fold_batch_norms
tensorflow/tools/graph_transforms/fold_batch_norms.cc
tensorflow/tools/graph_transforms/fold_batch_norms_test.cc
#include "tensorflow/core/common_runtime/constant_folding.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensorflow/core/platform/init_main.h" #include "tensorflow/core/public/session.h" #include "ten...
#include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/image_ops.h" #include "tensorflow/cc/ops/math_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 "tensorfl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/fold_batch_norms.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/fold_batch_norms_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
23361921-0139-49e4-8795-9f4dd027c06f
cpp
tensorflow/tensorflow
conv_pointwise
tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise.cc
tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise_test.cc
#include "tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise.h" #include <cstdint> #include <map> #include <memory> #include <set> #include <string> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lit...
#include "tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise.h" #include <memory> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/precision.h" #include "tensorflow/lite/delega...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/tasks/special/conv_pointwise_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3394c0a7-db8c-4a2f-8b1d-18e30532a010
cpp
tensorflow/tensorflow
sparse_to_dense
tensorflow/lite/kernels/sparse_to_dense.cc
tensorflow/lite/kernels/sparse_to_dense_test.cc
#include <stdint.h> #include <vector> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #includ...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; enum class TestType { kPersistentRo = 0, kConstant = 1, k...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/sparse_to_dense.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/sparse_to_dense_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b007e8c5-3217-4f91-b2a8-1b4f0950743e
cpp
tensorflow/tensorflow
pooling
tensorflow/lite/delegates/gpu/gl/kernels/pooling.cc
tensorflow/lite/delegates/gpu/cl/kernels/pooling_test.cc
#include "tensorflow/lite/delegates/gpu/gl/kernels/pooling.h" #include <algorithm> #include <any> #include <cstdint> #include <cstring> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/memory/memory.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/l...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/gpu/cl/kernels/cl_test.h" #include "tensorflow/lite/delegates/gpu/common/operations.h" #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/common/tasks/pooling_test_util.h...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/gl/kernels/pooling.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/cl/kernels/pooling_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
986d4332-9393-4e1e-9d83-25ea2e3f208e
cpp
tensorflow/tensorflow
cpu_info
third_party/xla/third_party/tsl/tsl/platform/cpu_info.cc
third_party/xla/third_party/tsl/tsl/platform/cpu_info_test.cc
#include "tsl/platform/cpu_info.h" #include "absl/base/call_once.h" #include "tsl/platform/logging.h" #include "tsl/platform/platform.h" #include "tsl/platform/types.h" #if defined(PLATFORM_IS_X86) #include <mutex> #endif #if defined(PLATFORM_IS_ARM64) && !defined(__APPLE__) && !defined(__OpenBSD__) #include <sys/aux...
#include "tsl/platform/cpu_info.h" #include "tsl/platform/test.h" namespace tsl { TEST(CPUInfo, CommonX86CPU) { if (port::TestCPUFeature(port::CPUFeature::SSE)) { EXPECT_TRUE(port::IsX86CPU()); } } TEST(CPUInfo, Aarch64NeoverseV1CPU) { if (port::TestAarch64CPU(port::Aarch64CPU::ARM_NEOVERSE_V1)) { EXPECT_...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/cpu_info.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/cpu_info_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fba84131-3d0e-4f17-933c-2161333e37ff
cpp
tensorflow/tensorflow
dynamic_stitch_op
tensorflow/compiler/tf2xla/kernels/dynamic_stitch_op.cc
tensorflow/core/kernels/dynamic_stitch_op_test.cc
#include <algorithm> #include <vector> #include "tensorflow/compiler/tf2xla/shape_util.h" #include "tensorflow/compiler/tf2xla/type_util.h" #include "tensorflow/compiler/tf2xla/xla_helpers.h" #include "tensorflow/compiler/tf2xla/xla_op_kernel.h" #include "tensorflow/compiler/tf2xla/xla_op_registry.h" #include "xla/hlo/...
#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/tensor.h" #include "tensorflow/core/fram...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/tf2xla/kernels/dynamic_stitch_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/dynamic_stitch_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
626a0766-a0f3-40f1-ae8f-10783946c2f8
cpp
tensorflow/tensorflow
audio_microfrontend
tensorflow/lite/experimental/microfrontend/audio_microfrontend.cc
tensorflow/lite/experimental/microfrontend/audio_microfrontend_test.cc
#include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/experimental/microfrontend/lib/frontend.h" #include "tensorflow/lite/experimental/microfrontend/lib/frontend_util.h" #include "tensorflow/lite/kernels/internal/compatibility....
#include "tensorflow/lite/experimental/microfrontend/audio_microfrontend.h" #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flexbuffers.h" #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/microfrontend/audio_microfrontend.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/microfrontend/audio_microfrontend_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
0389467c-ba24-47c6-a136-10cfbb920e4a
cpp
google/arolla
batched_forest_evaluator
arolla/decision_forest/batched_evaluation/batched_forest_evaluator.cc
arolla/decision_forest/batched_evaluation/batched_forest_evaluator_test.cc
#include "arolla/decision_forest/batched_evaluation/batched_forest_evaluator.h" #include <algorithm> #include <cstdint> #include <memory> #include <optional> #include <utility> #include <vector> #include "absl/base/no_destructor.h" #include "absl/log/check.h" #include "absl/memory/memory.h" #include "absl/status/status...
#include "arolla/decision_forest/batched_evaluation/batched_forest_evaluator.h" #include <cmath> #include <cstdint> #include <limits> #include <memory> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/random/distributions.h" #include "absl/random/random.h" #include "...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/decision_forest/batched_evaluation/batched_forest_evaluator.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/decision_forest/batched_evaluation/batched_forest_evaluator_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
ead10a6f-65f0-4f43-9abf-756f28550ec5
cpp
tensorflow/tensorflow
ceil
tensorflow/lite/experimental/shlo/ops/ceil.cc
tensorflow/lite/delegates/xnnpack/ceil_test.cc
#include "tensorflow/lite/experimental/shlo/ops/ceil.h" #include <cmath> #include "absl/status/status.h" #include "tensorflow/lite/experimental/shlo/bf16.h" #include "tensorflow/lite/experimental/shlo/dispatch.h" #include "tensorflow/lite/experimental/shlo/f16.h" #include "tensorflow/lite/experimental/shlo/ops/unary_el...
#include <cstdint> #include <functional> #include <memory> #include <random> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/xnnpack/unary_elementwise_tester.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/schema/schema...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/shlo/ops/ceil.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/xnnpack/ceil_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ebea579e-d2e7-430c-8d2e-95b124dbf235
cpp
abseil/abseil-cpp
damerau_levenshtein_distance
absl/strings/internal/damerau_levenshtein_distance.cc
absl/strings/internal/damerau_levenshtein_distance_test.cc
#include "absl/strings/internal/damerau_levenshtein_distance.h" #include <algorithm> #include <array> #include <numeric> #include "absl/strings/string_view.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace strings_internal { uint8_t CappedDamerauLevenshteinDistance(absl::string_view s1, ...
#include "absl/strings/internal/damerau_levenshtein_distance.h" #include <cstdint> #include "gmock/gmock.h" #include "gtest/gtest.h" namespace { using absl::strings_internal::CappedDamerauLevenshteinDistance; TEST(Distance, TestDistances) { EXPECT_THAT(CappedDamerauLevenshteinDistance("ab", "ab", 6), uint8_t{0}); E...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/damerau_levenshtein_distance.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/damerau_levenshtein_distance_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
5fe37cdb-4572-49d7-8a2a-00bf0f3af8ef
cpp
google/quiche
quic_client_session_cache
quiche/quic/core/crypto/quic_client_session_cache.cc
quiche/quic/core/crypto/quic_client_session_cache_test.cc
#include "quiche/quic/core/crypto/quic_client_session_cache.h" #include <memory> #include <string> #include <utility> #include "quiche/quic/core/quic_clock.h" namespace quic { namespace { const size_t kDefaultMaxEntries = 1024; bool IsValid(SSL_SESSION* session, uint64_t now) { if (!session) return false; return !(...
#include "quiche/quic/core/crypto/quic_client_session_cache.h" #include <memory> #include <string> #include <utility> #include <vector> #include "quiche/quic/platform/api/quic_test.h" #include "quiche/quic/test_tools/mock_clock.h" #include "quiche/common/quiche_text_utils.h" namespace quic { namespace test { namespace ...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_client_session_cache.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/quic_client_session_cache_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
fc6b01ea-f0a3-4da6-bd55-c32d499105a4
cpp
tensorflow/tensorflow
curl_http_request
third_party/xla/third_party/tsl/tsl/platform/cloud/curl_http_request.cc
third_party/xla/third_party/tsl/tsl/platform/cloud/curl_http_request_test.cc
#include "tsl/platform/cloud/curl_http_request.h" #include <algorithm> #include "xla/tsl/lib/gtl/map_util.h" #include "xla/tsl/util/env_var.h" #include "tsl/platform/errors.h" #include "tsl/platform/macros.h" #include "tsl/platform/scanner.h" #include "tsl/platform/str_util.h" #include "tsl/platform/types.h" #define CH...
#include "tsl/platform/cloud/curl_http_request.h" #include <fstream> #include <string> #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "xla/tsl/lib/core/status_test_util.h" #include "tsl/platform/mem.h" #include "tsl/platform/path.h" #include "tsl/platform/platform.h" #include "tsl/platform/t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/cloud/curl_http_request.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/cloud/curl_http_request_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
62bcdf42-4fcb-4005-9282-b66430d5d200
cpp
tensorflow/tensorflow
fold_old_batch_norms
tensorflow/tools/graph_transforms/fold_old_batch_norms.cc
tensorflow/tools/graph_transforms/fold_old_batch_norms_test.cc
#include "tensorflow/core/common_runtime/constant_folding.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensorflow/core/platform/init_main.h" #include "tensorflow/core/public/session.h" #include "ten...
#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/array_ops.h" #include "tensorflow/cc/ops/sendrecv_ops.h" #include "tensorflow/cc/ops/standard_ops.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorf...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/fold_old_batch_norms.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/fold_old_batch_norms_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d6649578-7be7-42e1-8e40-fd3691a3885d
cpp
tensorflow/tensorflow
mapped_ptr_container_sorter
third_party/xla/xla/service/mapped_ptr_container_sorter.h
third_party/xla/xla/service/mapped_ptr_container_sorter_test.cc
#ifndef XLA_SERVICE_MAPPED_PTR_CONTAINER_SORTER_H_ #define XLA_SERVICE_MAPPED_PTR_CONTAINER_SORTER_H_ #include <array> #include <cstddef> #include <functional> #include <limits> #include <list> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "a...
#include "xla/service/mapped_ptr_container_sorter.h" #include <cstddef> #include <list> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/functional/bind_front.h" #include "absl/log/log.h" #include "xla/test.h" #include "xla/tsl/lib/core/status_test_util.h" namespace xla { namespac...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/mapped_ptr_container_sorter.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/mapped_ptr_container_sorter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
49b48a75-9413-4452-9358-84307792442c
cpp
tensorflow/tensorflow
gpu_debug_allocator
tensorflow/core/common_runtime/gpu/gpu_debug_allocator.cc
tensorflow/core/common_runtime/gpu/gpu_debug_allocator_test.cc
#include "tensorflow/core/common_runtime/gpu/gpu_debug_allocator.h" #include <cstddef> #include <cstdint> #include <optional> #include <vector> #include "xla/stream_executor/gpu/gpu_init.h" #include "xla/stream_executor/stream_executor.h" #include "xla/tsl/framework/device_id.h" #include "tsl/platform/logging.h" #inclu...
#if (defined(GOOGLE_CUDA) && GOOGLE_CUDA) || \ (defined(TENSORFLOW_USE_ROCM) && TENSORFLOW_USE_ROCM) #include "tensorflow/core/common_runtime/gpu/gpu_debug_allocator.h" #include <algorithm> #include <vector> #include "xla/stream_executor/gpu/gpu_init.h" #include "xla/stream_executor/platform.h" #include "xla/stream...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/gpu/gpu_debug_allocator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/gpu/gpu_debug_allocator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ad0c7e00-9ae2-4443-ae99-f6f4b58dc22e
cpp
tensorflow/tensorflow
scc
tensorflow/core/grappler/utils/scc.cc
tensorflow/core/grappler/utils/scc_test.cc
#include "tensorflow/core/grappler/utils/scc.h" #include <stack> #include <unordered_map> #include <unordered_set> #include <vector> #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/grappler/op_types.h" #include "tensorflow/core/grappler/utils.h" namespace tensorflow { namespace grappler { s...
#include "tensorflow/core/grappler/utils/scc.h" #include <memory> #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/grappler/clusters/virtual_cluster.h" #include "tensorflow/core/grappler/grappler_item.h" #include "tensorflow/core/grappler/inputs/trivial_test_graph_input_yielder.h" #include "...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/utils/scc.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/utils/scc_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5c50ee19-4508-40ba-8d7f-ca5923c7ad9a
cpp
tensorflow/tensorflow
latency_hiding_scheduler
third_party/xla/xla/service/latency_hiding_scheduler.cc
third_party/xla/xla/service/latency_hiding_scheduler_test.cc
#include "xla/service/latency_hiding_scheduler.h" #include <algorithm> #include <cstdint> #include <cstdlib> #include <functional> #include <limits> #include <memory> #include <optional> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/containe...
#include "xla/service/latency_hiding_scheduler.h" #include <algorithm> #include <cstdint> #include <cstdlib> #include <functional> #include <iterator> #include <list> #include <memory> #include <string> #include <utility> #include <vector> #include <gtest/gtest.h> #include "absl/algorithm/container.h" #include "absl/co...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/latency_hiding_scheduler.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/latency_hiding_scheduler_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
44da8ef5-e24f-4923-a163-f00321724747
cpp
google/arolla
reduce
arolla/expr/optimization/peephole_optimizations/reduce.cc
arolla/expr/optimization/peephole_optimizations/reduce_test.cc
#include "arolla/expr/optimization/peephole_optimizations/reduce.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "arolla/expr/expr.h" #include "arolla/expr/expr_node.h" #include "arolla/expr/optimization/peephole_optimizer.h" #include "arolla/util/status_macros_backport.h" namespace arolla...
#include "arolla/expr/optimization/peephole_optimizations/reduce.h" #include <cstddef> #include <cstdint> #include <memory> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status_matchers.h" #include "absl/strings/str_format.h" #include "absl/types/span.h" #include "arolla/dens...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/optimization/peephole_optimizations/reduce.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/optimization/peephole_optimizations/reduce_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
c00b722e-3972-4f34-b0cf-754b2294e5cd
cpp
tensorflow/tensorflow
shuffle_dataset_op
tensorflow/core/kernels/data/shuffle_dataset_op.cc
tensorflow/core/kernels/data/shuffle_dataset_op_test.cc
#include "tensorflow/core/kernels/data/shuffle_dataset_op.h" #include <cstdint> #include <deque> #include <memory> #include <numeric> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/strings/str_cat.h" #include "tensorflow/core/data/dataset...
#include "tensorflow/core/kernels/data/shuffle_dataset_op.h" #include <string> #include <utility> #include "tensorflow/core/data/dataset_test_base.h" #include "tensorflow/core/data/dataset_utils.h" #include "tensorflow/core/data/serialization_utils.h" namespace tensorflow { namespace data { namespace { constexpr char k...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/shuffle_dataset_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/shuffle_dataset_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7bc6ad5c-bb5f-48df-87f8-8becd1d89c17
cpp
tensorflow/tensorflow
per_image_standardization
tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization.cc
tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization_test.cc
#include "tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization.h" #include <cmath> #include "tensorflow/lite/experimental/ml_adjacent/lib.h" #include "tensorflow/lite/kernels/internal/compatibility.h" namespace ml_adj { namespace per_image_standardization { namespace { using ::ml_adj::algo::Algo; usi...
#include "tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization.h" #include <cstring> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/experimental/ml_adjacent/data/owning_vector_ref.h" #include "tensorflow/lite/experimental/ml_adjacent/lib.h" using ::ml_adj::algo::Algo; using ::ml...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/experimental/ml_adjacent/algo/per_image_standardization_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8a753d44-009b-4e57-92f1-ff59a6d25495
cpp
tensorflow/tensorflow
skip_dataset_op
tensorflow/core/kernels/data/skip_dataset_op.cc
tensorflow/core/kernels/data/skip_dataset_op_test.cc
#include "tensorflow/core/kernels/data/skip_dataset_op.h" #include <cstddef> #include <cstdint> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "tensorflow/core/data/global_shuffle_utils.h" #include "tensorflow/core/data/name_utils.h" #include "tensorflow/cor...
#include "tensorflow/core/kernels/data/skip_dataset_op.h" #include "tensorflow/core/data/dataset_test_base.h" namespace tensorflow { namespace data { namespace { constexpr char kNodeName[] = "skip_dataset"; class SkipDatasetParams : public DatasetParams { public: template <typename T> SkipDatasetParams(T input_dat...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/skip_dataset_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/skip_dataset_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2856eed2-70da-4d70-ac4a-3065123d029d
cpp
tensorflow/tensorflow
permutation
tensorflow/compiler/mlir/quantization/stablehlo/cc/permutation.h
tensorflow/compiler/mlir/quantization/stablehlo/cc/permutation_test.cc
#ifndef TENSORFLOW_COMPILER_MLIR_QUANTIZATION_STABLEHLO_CC_PERMUTATION_H_ #define TENSORFLOW_COMPILER_MLIR_QUANTIZATION_STABLEHLO_CC_PERMUTATION_H_ #include <cstdint> #include <type_traits> #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" #include "mlir/Support/LLVM.h...
#include "tensorflow/compiler/mlir/quantization/stablehlo/cc/permutation.h" #include <cstdint> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "mlir/Support/LLVM.h" namespace mlir::quant { namespace { using testing::ElementsAre; using testing::IsEmpty; TEST(PermutationTest, PermuteEmptyAr...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/quantization/stablehlo/cc/permutation.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/quantization/stablehlo/cc/permutation_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e70903f9-fbb2-42e6-8fd2-9a94528cd959
cpp
google/cel-cpp
qualified_reference_resolver
eval/compiler/qualified_reference_resolver.cc
eval/compiler/qualified_reference_resolver_test.cc
#include "eval/compiler/qualified_reference_resolver.h" #include <cstdint> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings...
#include "eval/compiler/qualified_reference_resolver.h" #include <memory> #include <string> #include <vector> #include "google/api/expr/v1alpha1/syntax.pb.h" #include "absl/container/flat_hash_map.h" #include "absl/memory/memory.h" #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "base/ast.h" ...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/compiler/qualified_reference_resolver.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/compiler/qualified_reference_resolver_test.cc
4552db5798fb0853b131b783d8875794334fae7f
bb168610-5f08-458f-9cab-96ab93874d84
cpp
tensorflow/tensorflow
call_options
third_party/xla/xla/tsl/distributed_runtime/call_options.cc
tensorflow/core/distributed_runtime/call_options_test.cc
#include "xla/tsl/distributed_runtime/call_options.h" #include <utility> #include "tsl/platform/mutex.h" namespace tsl { CallOptions::CallOptions() = default; void CallOptions::StartCancel() { mutex_lock l(mu_); if (cancel_func_ != nullptr) { cancel_func_(); } } void CallOptions::SetCancelCallback(CancelFunct...
#include "tensorflow/core/distributed_runtime/call_options.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { TEST(CallOptions, Cancel) { int num_calls = 0; CallOptions opts; opts.StartCancel(); EXPECT_EQ(num_calls, 0); opts.SetCancelCallback([&num_calls]() { num_calls++; }); EXPECT_EQ(num...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/distributed_runtime/call_options.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/distributed_runtime/call_options_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
7a098cd4-54c3-4324-ad2c-669555b1b427
cpp
tensorflow/tensorflow
int32_fulltype
tensorflow/core/common_runtime/int32_fulltype.cc
tensorflow/core/common_runtime/int32_fulltype_test.cc
#include "tensorflow/core/common_runtime/int32_fulltype.h" #include "absl/strings/str_cat.h" #include "tensorflow/core/framework/device_attributes.pb.h" #include "tensorflow/core/framework/full_type.pb.h" #include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/graph.pb.h" #include "tensorflo...
#include "tensorflow/core/common_runtime/int32_fulltype.h" #include <string> #include <unordered_map> #include "xla/tsl/lib/core/status_test_util.h" #include "tensorflow/core/common_runtime/graph_def_builder_util.h" #include "tensorflow/core/framework/device_attributes.pb.h" #include "tensorflow/core/framework/full_typ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/int32_fulltype.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/int32_fulltype_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f3700489-9418-431d-a2bb-ea1b501e9fba
cpp
google/quiche
moqt_bitrate_adjuster
quiche/quic/moqt/moqt_bitrate_adjuster.cc
quiche/quic/moqt/moqt_bitrate_adjuster_test.cc
#include "quiche/quic/moqt/moqt_bitrate_adjuster.h" #include <algorithm> #include <cstdint> #include "quiche/quic/core/quic_bandwidth.h" #include "quiche/quic/core/quic_time.h" #include "quiche/common/platform/api/quiche_logging.h" #include "quiche/web_transport/web_transport.h" namespace moqt { namespace { using ::qui...
#include "quiche/quic/moqt/moqt_bitrate_adjuster.h" #include "quiche/quic/core/quic_bandwidth.h" #include "quiche/quic/core/quic_time.h" #include "quiche/quic/test_tools/mock_clock.h" #include "quiche/common/platform/api/quiche_test.h" #include "quiche/web_transport/test_tools/mock_web_transport.h" #include "quiche/web...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/moqt/moqt_bitrate_adjuster.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/moqt/moqt_bitrate_adjuster_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
573359dd-8239-415a-9913-bdd322cdacc7
cpp
tensorflow/tensorflow
telemetry
tensorflow/lite/delegates/telemetry.cc
tensorflow/lite/delegates/telemetry_test.cc
#include "tensorflow/lite/delegates/telemetry.h" #include "tensorflow/lite/acceleration/configuration/configuration_generated.h" #include "tensorflow/lite/core/api/profiler.h" #include "tensorflow/lite/core/c/common.h" namespace tflite { namespace delegates { TfLiteStatus ReportDelegateSettings(TfLiteContext* context, ...
#include "tensorflow/lite/delegates/telemetry.h" #include <cstdint> #include <string> #include <gtest/gtest.h> #include "flatbuffers/buffer.h" #include "flatbuffers/flatbuffer_builder.h" #include "tensorflow/lite/acceleration/configuration/configuration_generated.h" #include "tensorflow/lite/core/api/profiler.h" #i...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/telemetry.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/telemetry_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1e2fd98c-981e-43d2-8f71-65c64b1a1825
cpp
google/quiche
mock_streams
quiche/common/test_tools/mock_streams.h
quiche/common/test_tools/mock_streams_test.cc
#ifndef QUICHE_COMMON_TEST_TOOLS_MOCK_STREAMS_H_ #define QUICHE_COMMON_TEST_TOOLS_MOCK_STREAMS_H_ #include <algorithm> #include <cstddef> #include <string> #include <utility> #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "quiche/common/platform/api/quiche_te...
#include "quiche/common/test_tools/mock_streams.h" #include <array> #include <string> #include "absl/types/span.h" #include "quiche/common/platform/api/quiche_test.h" #include "quiche/common/quiche_stream.h" #include "quiche/common/test_tools/quiche_test_utils.h" namespace quiche::test { namespace { using ::testing::El...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/test_tools/mock_streams.h
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/test_tools/mock_streams_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
afc1e4f6-41e2-420b-8809-b2b778f8d91b
cpp
tensorflow/tensorflow
linalg_ops
tensorflow/core/ops/linalg_ops.cc
tensorflow/core/ops/linalg_ops_test.cc
#include "tensorflow/core/framework/common_shape_fns.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/shape_inference.h" namespace tensorflow { using shape_inference::DimensionHandle; using shape_inference::InferenceContext; using shape_inference::ShapeHandle; namespace { Status MakeBatc...
#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/lib/core/status_test_util.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { TEST(LinalgOpsTest, MatrixDeterminant...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/linalg_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/linalg_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
adeb99e1-0e4c-4bf7-a55d-129ccd6739eb
cpp
google/quiche
qpack_encoder_stream_sender
quiche/quic/core/qpack/qpack_encoder_stream_sender.cc
quiche/quic/core/qpack/qpack_encoder_stream_sender_test.cc
#include "quiche/quic/core/qpack/qpack_encoder_stream_sender.h" #include <cstddef> #include <limits> #include <string> #include "absl/strings/string_view.h" #include "quiche/quic/core/qpack/qpack_instructions.h" #include "quiche/quic/platform/api/quic_logging.h" namespace quic { namespace { constexpr uint64_t kMaxBytes...
#include "quiche/quic/core/qpack/qpack_encoder_stream_sender.h" #include <string> #include "absl/strings/escaping.h" #include "quiche/quic/platform/api/quic_test.h" #include "quiche/quic/test_tools/qpack/qpack_test_utils.h" using ::testing::Eq; using ::testing::StrictMock; namespace quic { namespace test { namespace { ...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/qpack/qpack_encoder_stream_sender_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
84ece1c4-f4db-4de8-b09b-7928502e72a1
cpp
google/arolla
string_slot_listener
arolla/io/string_slot_listener.cc
arolla/io/string_slot_listener_test.cc
#include "arolla/io/string_slot_listener.h" #include <memory> #include <string> #include <string_view> #include <vector> #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "arolla/dense_array/dense_array.h" #include "arolla/dense_array/qtype/types.h" #include "arolla/io/accessors_slot_list...
#include "arolla/io/string_slot_listener.h" #include <optional> #include <string> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "arolla/dense_array/dense_array.h" #include "arolla/dense_array/qtype/types.h" #include "arolla/io/slot_listener.h" #include "arolla/memory/fr...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/io/string_slot_listener.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/io/string_slot_listener_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
ac970f59-4c27-4d55-8616-1699c02adfcc
cpp
google/tensorstore
transform_array_constraints
tensorstore/index_space/transform_array_constraints.h
tensorstore/index_space/transform_array_constraints_test.cc
#ifndef TENSORSTORE_INDEX_SPACE_TRANSFORM_ARRAY_CONSTRAINTS_H_ #define TENSORSTORE_INDEX_SPACE_TRANSFORM_ARRAY_CONSTRAINTS_H_ #include "tensorstore/util/iterate.h" namespace tensorstore { enum class MustAllocateConstraint { may_allocate = 0, must_allocate = 1 }; constexpr MustAllocateConstraint may_allocate = M...
#include "tensorstore/index_space/transform_array_constraints.h" #include <gtest/gtest.h> namespace { using ::tensorstore::ContiguousLayoutOrder; using ::tensorstore::IterationConstraints; using ::tensorstore::TransformArrayConstraints; TEST(TransformArrayConstraintsTest, Basic) { EXPECT_TRUE( TransformArrayCon...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/transform_array_constraints.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/transform_array_constraints_test.cc
4f887a6430414cd6088e1743555015b10f116d50
5680cdf5-915e-4052-877f-c155631c5ca6
cpp
tensorflow/tensorflow
device_description
third_party/xla/xla/stream_executor/device_description.cc
third_party/xla/xla/stream_executor/device_description_test.cc
#include "xla/stream_executor/device_description.h" #include <cstdint> #include <string> #include <variant> #include "xla/stream_executor/device_description.pb.h" #include "xla/stream_executor/launch_dim.h" #include "xla/tsl/lib/math/math_util.h" #include "tsl/platform/logging.h" namespace stream_executor { DeviceDescr...
#include "xla/stream_executor/device_description.h" #include "xla/stream_executor/semantic_version.h" #include "tsl/platform/test.h" namespace stream_executor { namespace { TEST(DeviceDescription, DefaultConstruction) { DeviceDescription desc; EXPECT_EQ(desc.device_address_bits(), -1); EXPECT_EQ(desc.device_memor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/device_description.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/device_description_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3829685b-1880-4132-b56c-60ef31326b82
cpp
tensorflow/tensorflow
xla_gpu_ops
third_party/xla/xla/service/gpu/fusions/ir/xla_gpu_ops.cc
third_party/xla/xla/service/gpu/fusions/ir/xla_gpu_ops_test.cc
#include "xla/service/gpu/fusions/ir/xla_gpu_ops.h" #include <cstdint> #include <optional> #include <utility> #include <vector> #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/STLFunctionalExtras.h" #include "llvm/ADT/SmallBitVector.h" #include "llvm/Support/Casting.h" #include "llvm/Support/LogicalResult.h" #includ...
#include "xla/service/gpu/fusions/ir/xla_gpu_ops.h" #include <gtest/gtest.h> #include "xla/service/gpu/model/indexing_map.h" #include "xla/service/gpu/model/indexing_map_serialization.h" #include "xla/service/gpu/model/indexing_test_utils.h" #include "xla/tests/hlo_test_base.h" #include "tsl/platform/test.h" namespace ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/fusions/ir/xla_gpu_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/fusions/ir/xla_gpu_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4ea07cfb-2e0c-4af9-bde7-dfeec7e2fe36
cpp
tensorflow/tensorflow
convert_type
tensorflow/compiler/mlir/tensorflow/utils/convert_type.cc
tensorflow/compiler/mlir/tensorflow/utils/convert_type_test.cc
#include "tensorflow/compiler/mlir/tensorflow/utils/convert_type.h" #include <limits> #include "absl/strings/str_cat.h" #include "llvm/Support/Casting.h" #include "mlir/IR/BuiltinTypes.h" #include "mlir/IR/Types.h" #include "mlir/Support/DebugStringHelper.h" #include "mlir/Support/LLVM.h" #include "tensorflow/c...
#include "tensorflow/compiler/mlir/tensorflow/utils/convert_type.h" #include <string> #include <vector> #include "llvm/Support/raw_ostream.h" #include "mlir/IR/Builders.h" #include "mlir/IR/BuiltinTypes.h" #include "mlir/IR/MLIRContext.h" #include "xla/test.h" #include "tensorflow/core/lib/core/errors.h" #include...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/utils/convert_type.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/utils/convert_type_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
56ea50e1-e04c-4cea-bb42-857fa1568bc0
cpp
tensorflow/tensorflow
index
third_party/xla/xla/python/ifrt/index.cc
third_party/xla/xla/python/ifrt/index_test.cc
#include "xla/python/ifrt/index.h" #include <ostream> #include <string> #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h" namespace xla { namespace ifrt { std::string Index::DebugString() const { return absl::StrCat("[", absl::StrJoin(elements_, ","), "]"); } std::ostream& operator<<(std::ostream& ...
#include "xla/python/ifrt/index.h" #include <memory> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/hash/hash_testing.h" namespace xla { namespace ifrt { namespace { using ::testing::ElementsAre; TEST(IndexTest, Construction) { EXPECT_THAT(Index({1, 2}).elements(...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/index.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/index_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
85256940-c06d-4a66-ad6c-9c9d871a9f1c
cpp
tensorflow/tensorflow
bidirectional_sequence_rnn
tensorflow/lite/kernels/bidirectional_sequence_rnn.cc
tensorflow/lite/kernels/bidirectional_sequence_rnn_test.cc
#include <algorithm> #include <cstddef> #include <cstdint> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/kernel_utils.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h...
#include <algorithm> #include <functional> #include <initializer_list> #include <iterator> #include <tuple> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" names...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bidirectional_sequence_rnn.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/bidirectional_sequence_rnn_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9d49cf0e-1088-4c54-b0ca-15e68adff234
cpp
google/arolla
raw_buffer_factory
arolla/memory/raw_buffer_factory.cc
arolla/memory/raw_buffer_factory_test.cc
#include "arolla/memory/raw_buffer_factory.h" #include <algorithm> #include <cstddef> #include <cstdlib> #include <cstring> #include <memory> #include <tuple> #include <utility> #include "absl/base/attributes.h" #include "absl/base/dynamic_annotations.h" #include "absl/base/optimization.h" #include "absl/log/check.h" n...
#include "arolla/memory/raw_buffer_factory.h" #include <cstddef> #include <cstdint> #include <cstring> #include <utility> #include <vector> #include "benchmark/benchmark.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "google/protobuf/arena.h" namespace arolla { namespace { using ::testing::AnyOf; using :...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/memory/raw_buffer_factory.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/memory/raw_buffer_factory_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
7aae3b80-e7af-4d6f-83db-331cfbf07047
cpp
abseil/abseil-cpp
log_format
absl/log/internal/log_format.cc
absl/log/log_format_test.cc
#include "absl/log/internal/log_format.h" #include <string.h> #ifdef _MSC_VER #include <winsock2.h> #else #include <sys/time.h> #endif #include <cstddef> #include <cstdint> #include <limits> #include <string> #include <type_traits> #include "absl/base/config.h" #include "absl/base/log_severity.h" #include "absl/base/...
#include <math.h> #include <iomanip> #include <ios> #include <limits> #include <ostream> #include <sstream> #include <string> #include <type_traits> #ifdef __ANDROID__ #include <android/api-level.h> #endif #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/log/check.h" #include "absl/log/internal/test_mat...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/log/internal/log_format.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/log/log_format_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
81f8af8a-489b-4b14-9049-bb797e3be1da
cpp
google/tensorstore
aws_credentials_resource
tensorstore/kvstore/s3/aws_credentials_resource.cc
tensorstore/kvstore/s3/aws_credentials_resource_test.cc
#include "tensorstore/kvstore/s3/aws_credentials_resource.h" #include <stddef.h> #include <cassert> #include <memory> #include <optional> #include <type_traits> #include <utility> #include "absl/status/status.h" #include <nlohmann/json.hpp> #include "tensorstore/context.h" #include "tensorstore/context_resource_provide...
#include "tensorstore/kvstore/s3/aws_credentials_resource.h" #include <optional> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include <nlohmann/json_fwd.hpp> #include <nlohmann/json.hpp> #include "tensorstore/context.h" #include "tensorstore/util/status_testutil.h...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/aws_credentials_resource.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/aws_credentials_resource_test.cc
4f887a6430414cd6088e1743555015b10f116d50
8e76a92d-b3d4-4a7b-a177-4658f864cc89
cpp
tensorflow/tensorflow
model_builder_helper
tensorflow/lite/delegates/gpu/common/model_builder_helper.cc
tensorflow/lite/delegates/gpu/common/model_builder_helper_test.cc
#include "tensorflow/lite/delegates/gpu/common/model_builder_helper.h" #include <stddef.h> #include <cstdint> #include <cstring> #include <limits> #include <string> #include <vector> #include "fp16.h" #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h" #include "tensorflow/lite/context_util.h" #inclu...
#include "tensorflow/lite/delegates/gpu/common/model_builder_helper.h" #include <cstdint> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/common.h" namespace tflite { namespace gpu { namespace { using ::testing::ElementsAre; TEST(ModelBuilderHelperTest, CreateVectorCopyDataDifferentSi...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/model_builder_helper.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/model_builder_helper_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9d6eea50-7e9c-414d-8036-f4cbf5f26b7e
cpp
tensorflow/tensorflow
inline_partitionedcall
tensorflow/tools/graph_transforms/inline_partitionedcall.cc
tensorflow/tools/graph_transforms/inline_partitionedcall_test.cc
#include <string> #include "absl/algorithm/container.h" #include "absl/container/flat_hash_map.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "tensorflow/core/framework/attr_value.pb.h" #include "tensorflow/core/framework/function.pb.h" #include "tensorflow/core/framework/graph.pb.h...
#include <algorithm> #include <string> #include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/protobuf.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/tools/graph_tran...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/inline_partitionedcall.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/inline_partitionedcall_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5411c9c4-0335-4de2-af86-ce114032e1cb
cpp
google/cel-cpp
value_testing
common/value_testing.cc
common/value_testing_test.cc
#include "common/value_testing.h" #include <cstdint> #include <ostream> #include <string> #include <utility> #include "gtest/gtest.h" #include "absl/status/status.h" #include "absl/time/time.h" #include "common/casting.h" #include "common/value.h" #include "common/value_kind.h" #include "internal/testing.h" namespace c...
#include "common/value_testing.h" #include <utility> #include "gtest/gtest-spi.h" #include "absl/status/status.h" #include "absl/time/time.h" #include "common/memory.h" #include "common/value.h" #include "internal/testing.h" namespace cel::test { namespace { using ::absl_testing::StatusIs; using ::testing::_; using ::t...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/value_testing.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/common/value_testing_test.cc
4552db5798fb0853b131b783d8875794334fae7f
26f2d42c-ee60-46c1-bd75-a32f45db3a9b
cpp
tensorflow/tensorflow
hlo_proto_to_graph_view
tensorflow/core/profiler/convert/hlo_proto_to_graph_view.cc
tensorflow/core/profiler/convert/hlo_proto_to_graph_view_test.cc
#include "tensorflow/core/profiler/convert/hlo_proto_to_graph_view.h" #include <functional> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #...
#include "tensorflow/core/profiler/convert/hlo_proto_to_graph_view.h" #include <string> #include <variant> #include "xla/service/hlo_graph_dumper.h" #include "tensorflow/core/platform/status_matchers.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/profiler/convert/tool_options.h" #include "tenso...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/profiler/convert/hlo_proto_to_graph_view.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/profiler/convert/hlo_proto_to_graph_view_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ddfcea69-3e8f-447d-969f-24dcf59ba273
cpp
tensorflow/tensorflow
input_split_metadata
tensorflow/core/kernels/batching_util/input_split_metadata.cc
tensorflow/core/kernels/batching_util/input_split_metadata_test.cc
#include "tensorflow/core/kernels/batching_util/input_split_metadata.h" #include <algorithm> #include "absl/container/fixed_array.h" #include "absl/strings/str_join.h" namespace tensorflow { namespace serving { namespace internal { namespace { int compute_task_size_from_open_batch(int input_task_size, ...
#include "tensorflow/core/kernels/batching_util/input_split_metadata.h" #include "absl/strings/str_join.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace serving { namespace internal { namespace { TEST(InputSplitUtilTest, Basic) { for (const auto& batch_task_param : {std::tuple<int...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/input_split_metadata.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/input_split_metadata_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
afae6ffd-8b55-4046-b9af-01091e4ddae9
cpp
google/tensorstore
compressor
tensorstore/driver/n5/compressor.cc
tensorstore/driver/zarr/compressor_test.cc
#include "tensorstore/driver/n5/compressor.h" #include <utility> #include "absl/base/no_destructor.h" #include "tensorstore/driver/n5/compressor_registry.h" #include "tensorstore/internal/compression/json_specified_compressor.h" #include "tensorstore/internal/json_binding/bindable.h" #include "tensorstore/internal/json...
#include "tensorstore/driver/zarr/compressor.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include <nlohmann/json.hpp> #include "tensorstore/internal/json_gtest.h" #include "tensorstore/util/status.h" #include "tensorstore/util/status_testutil.h" namespace { using ::tensorstore::MatchesStatus; using ::tensorsto...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/driver/n5/compressor.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/driver/zarr/compressor_test.cc
4f887a6430414cd6088e1743555015b10f116d50
93a4e78f-e7b6-439c-a9ab-8ad84529ba55
cpp
tensorflow/tensorflow
batch_stats
tensorflow/core/kernels/batching_util/batch_stats.h
tensorflow/core/kernels/batching_util/batch_stats_test.cc
#ifndef TENSORFLOW_CORE_KERNELS_BATCHING_UTIL_BATCH_STATS_H_ #define TENSORFLOW_CORE_KERNELS_BATCHING_UTIL_BATCH_STATS_H_ #include <atomic> #include <cstdint> #include <optional> #include <string> #include <tuple> #include <vector> #include "absl/container/node_hash_map.h" #include "absl/time/time.h" #include "tensorfl...
#include "tensorflow/core/kernels/batching_util/batch_stats.h" #include <tuple> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/time/time.h" #include "tensorflow/core/platform/test.h" namespace tensorflow::serving { namespace { using ::testing::UnorderedElementsAre; TEST(BatchStatsTest, GlobalBatchStat...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/batch_stats.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/batch_stats_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
52944e6e-66f7-4103-9d2a-a920c7a49650
cpp
tensorflow/tensorflow
verify_tfxla_legalization
tensorflow/compiler/mlir/tf2xla/transforms/verify_tfxla_legalization.cc
tensorflow/compiler/mlir/tf2xla/transforms/verify_tfxla_legalization_test.cc
#include <map> #include <memory> #include <string> #include <utility> #include <vector> #include "mlir/IR/BuiltinOps.h" #include "llvm/ADT/StringExtras.h" #include "llvm/Support/Error.h" #include "llvm/Support/FormatVariadic.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/IR/Diagnostics.h" #include "mli...
#include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "llvm/ADT/StringRef.h" #include "mlir/Dialect/Func/IR/FuncOps.h" #include "mlir/Pass/PassManager.h" #include "mlir/Support/LogicalResult.h" #include "tensorflow/co...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/transforms/verify_tfxla_legalization.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tf2xla/transforms/verify_tfxla_legalization_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ae38afae-cea4-480b-bc81-c353972f7926
cpp
tensorflow/tensorflow
reduction_utils
third_party/xla/xla/service/gpu/reduction_utils.cc
third_party/xla/xla/service/gpu/reduction_utils_test.cc
#include "xla/service/gpu/reduction_utils.h" #include <algorithm> #include <array> #include <atomic> #include <cstdint> #include <ostream> #include "absl/algorithm/container.h" #include "absl/base/const_init.h" #include "absl/strings/str_join.h" #include "absl/synchronization/mutex.h" #include "absl/types/span.h" #incl...
#include "xla/service/gpu/reduction_utils.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/strings/str_cat.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/service/hlo_parser.h" #include "xla/tests/hlo_test_base.h" namespace xla { namespace gpu { namespace { using ::testing::ElementsAre; usin...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/reduction_utils.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/reduction_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3358f23b-4b78-4872-945b-0d8d3aa38831
cpp
google/quiche
quiche_data_reader
quiche/common/quiche_data_reader.cc
quiche/common/quiche_data_reader_test.cc
#include "quiche/common/quiche_data_reader.h" #include <algorithm> #include <cstring> #include <string> #include "absl/strings/numbers.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "quiche/common/platform/api/quiche_bug_tracker.h" #include "quiche/common/platform/api/quiche_logging...
#include "quiche/common/quiche_data_reader.h" #include <cstdint> #include "absl/strings/string_view.h" #include "quiche/common/platform/api/quiche_test.h" #include "quiche/common/quiche_endian.h" namespace quiche { TEST(QuicheDataReaderTest, ReadUInt16) { const uint16_t kData[] = { QuicheEndian::HostToNet16(1),...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_data_reader.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_data_reader_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
47921c4c-501b-4155-a145-ae15dcab82ac
cpp
google/cel-cpp
message_type_name
internal/message_type_name.h
internal/message_type_name_test.cc
#ifndef THIRD_PARTY_CEL_CPP_INTERNAL_MESSAGE_TYPE_NAME_H_ #define THIRD_PARTY_CEL_CPP_INTERNAL_MESSAGE_TYPE_NAME_H_ #include <string> #include <type_traits> #include "absl/base/no_destructor.h" #include "absl/strings/string_view.h" #include "google/protobuf/message.h" #include "google/protobuf/message_lite.h" namespace...
#include "internal/message_type_name.h" #include "google/protobuf/any.pb.h" #include "internal/testing.h" namespace cel::internal { namespace { TEST(MessageTypeNameFor, Generated) { EXPECT_EQ(MessageTypeNameFor<google::protobuf::Any>(), "google.protobuf.Any"); } } }
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/message_type_name.h
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/message_type_name_test.cc
4552db5798fb0853b131b783d8875794334fae7f
50dc4182-df60-4ae7-a9a7-df5628cbc0a3
cpp
google/tensorstore
sync_flow_sender
tensorstore/util/execution/sync_flow_sender.h
tensorstore/util/execution/sync_flow_sender_test.cc
#ifndef TENSORSTORE_UTIL_EXECUTION_SYNC_FLOW_SENDER_H_ #define TENSORSTORE_UTIL_EXECUTION_SYNC_FLOW_SENDER_H_ #include <utility> #include "absl/synchronization/mutex.h" #include "tensorstore/util/execution/execution.h" namespace tensorstore { template <typename Receiver> struct SyncFlowReceiver { SyncFlowReceiver() =...
#include "tensorstore/util/execution/sync_flow_sender.h" #include <stddef.h> #include <string> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/internal/thread/thread.h" #include "tensorstore/util/execution/execution.h" #include "tensorstore/util/execution/sender_testutil.h" nam...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/sync_flow_sender.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/sync_flow_sender_test.cc
4f887a6430414cd6088e1743555015b10f116d50
1e8ed1a7-a21b-45fb-94a1-dd7bf937e305
cpp
tensorflow/tensorflow
node_builder
tensorflow/core/graph/node_builder.cc
tensorflow/core/graph/node_builder_test.cc
#include "tensorflow/core/graph/node_builder.h" #include <unordered_map> #include <vector> #include "tensorflow/core/framework/node_def_util.h" #include "tensorflow/core/framework/types.pb.h" #include "tensorflow/core/framework/versions.pb.h" #include "tensorflow/core/lib/core/errors.h" #include "tensorflow/core/platfo...
#include "tensorflow/core/graph/node_builder.h" #include <string> #include "tensorflow/core/framework/full_type.pb.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_def_builder.h" #include "tensorflow/core/graph/graph.h" #include "tensorflow/core/kernels/ops_util.h" #include "tensorflo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/node_builder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/node_builder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
798ba46e-3eac-4fcd-aa56-8b804c33f805
cpp
tensorflow/tensorflow
parallel_batch
tensorflow/core/grappler/optimizers/data/parallel_batch.cc
tensorflow/core/grappler/optimizers/data/parallel_batch_test.cc
#include "tensorflow/core/grappler/optimizers/data/parallel_batch.h" #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/grappler/clusters/cluster.h" #include "tensorflow/core/grappler/grappler_item.h" #include "tensorflow/core/grappler/mutable_graph_view.h" #include "tensorflow/core/grappler/o...
#include "tensorflow/core/grappler/optimizers/data/parallel_batch.h" #include "tensorflow/core/framework/attr_value_util.h" #include "tensorflow/core/framework/function_testlib.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/grappler/grappler_item.h" #include "tensorflow/core/grapple...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/optimizers/data/parallel_batch.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/optimizers/data/parallel_batch_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fed78beb-029c-47b3-aad3-c4c29d5b52fc
cpp
tensorflow/tensorflow
sort_thunk
third_party/xla/xla/backends/cpu/runtime/sort_thunk.cc
third_party/xla/xla/backends/cpu/runtime/sort_thunk_test.cc
#include "xla/backends/cpu/runtime/sort_thunk.h" #include <algorithm> #include <array> #include <cstddef> #include <cstdint> #include <cstring> #include <functional> #include <iterator> #include <memory> #include <string> #include <type_traits> #include <utility> #include <vector> #include "absl/algorithm/container.h" ...
#include "xla/backends/cpu/runtime/sort_thunk.h" #include <array> #include <cstddef> #include <cstdint> #include <numeric> #include <string_view> #include <vector> #include "absl/status/statusor.h" #include "xla/backends/cpu/runtime/buffer_allocations.h" #include "xla/backends/cpu/runtime/thunk.h" #include "xla/layout....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/backends/cpu/runtime/sort_thunk.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/backends/cpu/runtime/sort_thunk_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
734ac35f-845b-4102-a28f-233a8b460dc1
cpp
tensorflow/tensorflow
convolution_thunk
third_party/xla/xla/service/gpu/runtime/convolution_thunk.cc
third_party/xla/xla/backends/cpu/runtime/convolution_thunk_test.cc
#include "xla/service/gpu/runtime/convolution_thunk.h" #include <cstdint> #include <memory> #include <optional> #include <utility> #include <vector> #include "absl/container/inlined_vector.h" #include "absl/log/check.h" #include "absl/status/status.h" #include "absl/synchronization/mutex.h" #include "absl/types/span.h"...
#include "xla/backends/cpu/runtime/convolution_thunk.h" #include <cstddef> #include <cstdint> #include <functional> #include <memory> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/status/status.h" #include "Eigen/Core" #include "xla/backends/cpu/runtime/buffer_allocations.h" ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/runtime/convolution_thunk.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/backends/cpu/runtime/convolution_thunk_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e59aac71-cf2e-45a8-bde2-70dce5b93419
cpp
google/quiche
chacha20_poly1305_tls_decrypter
quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc
quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter_test.cc
#include "quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.h" #include "openssl/aead.h" #include "openssl/tls1.h" #include "quiche/quic/platform/api/quic_flag_utils.h" #include "quiche/quic/platform/api/quic_flags.h" namespace quic { namespace { const size_t kKeySize = 32; const size_t kNonceSize = 12; } ChaCh...
#include "quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.h" #include <memory> #include <string> #include "absl/strings/escaping.h" #include "absl/strings/string_view.h" #include "quiche/quic/core/quic_utils.h" #include "quiche/quic/platform/api/quic_test.h" #include "quiche/quic/test_tools/quic_test_utils.h" #...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
6fed1475-0ff7-47b4-b9ac-9fe5bccb633b
cpp
tensorflow/tensorflow
iterator_ops
tensorflow/core/kernels/data/iterator_ops.cc
tensorflow/core/kernels/data/iterator_ops_test.cc
#include "tensorflow/core/kernels/data/iterator_ops.h" #include <cstdint> #include <functional> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/status/status.h" #include "absl/time/time.h" #include "tensorflow/core/activity_watcher/activity.h" #include "tensorflow/core/activity_w...
#include "tensorflow/core/kernels/data/iterator_ops.h" #include <cstdint> #include <utility> #include <vector> #include "tensorflow/core/common_runtime/device_mgr.h" #include "tensorflow/core/common_runtime/process_function_library_runtime.h" #include "tensorflow/core/data/dataset_test_base.h" #include "tensorflow/core...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/iterator_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/data/iterator_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b1d8c80a-0c7a-41ea-a5ca-6806d5cb43e9
cpp
tensorflow/tensorflow
stablehlo_add
tensorflow/lite/kernels/stablehlo_add.cc
tensorflow/lite/kernels/stablehlo_add_test.cc
#include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/stablehlo_elementwise.h" namespace tflite::ops::builtin { TfLiteRegistration* Register_STABLEHLO_ADD() { static TfLiteRegistration r = {nullptr, nullptr, ElementwisePrepare, ElementwiseEval<ComputationType::k...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/c/common.h" #include "tensorflow/lite/core/subgraph.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_add.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/stablehlo_add_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
add2a9f3-d5e8-40f7-9af8-1c492ad3a6c9
cpp
google/arolla
dispatch_operator
arolla/expr/operator_loader/dispatch_operator.cc
arolla/expr/operator_loader/dispatch_operator_test.cc
#include "arolla/expr/operator_loader/dispatch_operator.h" #include <cstddef> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/base/nullability.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/escaping.h" #include "abs...
#include "arolla/expr/operator_loader/dispatch_operator.h" #include <cstdint> #include <memory> #include <utility> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "absl/status/statusor.h" #include "arolla/expr/expr.h" ...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/operator_loader/dispatch_operator.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/operator_loader/dispatch_operator_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
8a82f1ac-bf7f-4b52-9cb6-b9539c798c42
cpp
google/tensorstore
block_queue
tensorstore/internal/container/block_queue.h
tensorstore/internal/container/block_queue_test.cc
#ifndef TENSORSTORE_INTERNAL_THREAD_BLOCK_QUEUE_H_ #define TENSORSTORE_INTERNAL_THREAD_BLOCK_QUEUE_H_ #include <stddef.h> #include <stdint.h> #include <algorithm> #include <cassert> #include <memory> #include <utility> #include "absl/base/attributes.h" #include "absl/log/absl_check.h" #include "tensorstore/internal/con...
#include "tensorstore/internal/container/block_queue.h" #include <stdint.h> #include <memory> #include <gmock/gmock.h> #include <gtest/gtest.h> namespace { using ::tensorstore::internal_container::BlockQueue; TEST(BlockQueue, Basic) { BlockQueue<int64_t> q; EXPECT_TRUE(q.empty()); EXPECT_THAT(q.size(), 0); q.pu...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/container/block_queue.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/container/block_queue_test.cc
4f887a6430414cd6088e1743555015b10f116d50
b716890b-3e9c-405c-930e-85296b06a003
cpp
google/leveldb
skiplist
db/skiplist.h
db/skiplist_test.cc
#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_ #define STORAGE_LEVELDB_DB_SKIPLIST_H_ #include <atomic> #include <cassert> #include <cstdlib> #include "util/arena.h" #include "util/random.h" namespace leveldb { template <typename Key, class Comparator> class SkipList { private: struct Node; public: explicit SkipList(Comp...
#include "db/skiplist.h" #include <atomic> #include <set> #include "gtest/gtest.h" #include "leveldb/env.h" #include "port/port.h" #include "port/thread_annotations.h" #include "util/arena.h" #include "util/hash.h" #include "util/random.h" #include "util/testutil.h" namespace leveldb { typedef uint64_t Key; struct Comp...
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/db/skiplist.h
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/db/skiplist_test.cc
23e35d792b9154f922b8b575b12596a4d8664c65
19ac5ec1-6718-4849-b3c2-d2aff780b06c
cpp
google/tensorstore
translate_op
tensorstore/index_space/internal/translate_op.cc
tensorstore/index_space/translate_op_test.cc
#include "tensorstore/index_space/internal/translate_op.h" #include <algorithm> #include "absl/status/status.h" #include "tensorstore/internal/integer_overflow.h" #include "tensorstore/util/str_cat.h" namespace tensorstore { namespace internal_index_space { namespace { absl::Status TranslateOutputOffsetsUsingInputOffse...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/index_space/dim_expression.h" #include "tensorstore/index_space/index_domain_builder.h" #include "tensorstore/index_space/index_transform_builder.h" #include "tensorstore/index_space/internal/dim_expression_testutil.h" #include "tensorstore/util/st...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/internal/translate_op.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/translate_op_test.cc
4f887a6430414cd6088e1743555015b10f116d50
95f724dc-8304-472f-bfdf-85d4e1c4bdcf
cpp
tensorflow/tensorflow
hlo_cse
third_party/xla/xla/service/hlo_cse.cc
third_party/xla/xla/service/hlo_cse_test.cc
#include "xla/service/hlo_cse.h" #include <memory> #include <optional> #include <string> #include <utility> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/status/statusor.h" #include "xla/hlo/ir/hlo_casting_utils.h" #include "xla/hlo/ir/hlo_computation.h" #include "xl...
#include "xla/service/hlo_cse.h" #include <memory> #include <string> #include <vector> #include <gmock/gmock.h> #include "absl/algorithm/container.h" #include "absl/strings/substitute.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_opcode.h" #include "xla/hlo/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/hlo_cse.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/hlo_cse_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c351440d-fff6-4367-a193-998c9dc9bbaf
cpp
tensorflow/tensorflow
control_flow_ops
tensorflow/core/ops/control_flow_ops.cc
tensorflow/core/ops/control_flow_ops_test.cc
#include <vector> #include "tensorflow/core/framework/common_shape_fns.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/shape_inference.h" namespace tensorflow { using shape_inference::InferenceContext; using shape_inference::ShapeHandle; namespace { Status SwitchShape(InferenceContext* ...
#include <memory> #include "tensorflow/core/common_runtime/type_inference.h" #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.pb.h" #include "tensorflow/core/framew...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/control_flow_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/control_flow_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
26620278-c5dd-4003-a0f9-3124c44bf565
cpp
tensorflow/tensorflow
list_stack
tensorflow/lite/kernels/variants/list_kernels/list_stack.cc
tensorflow/lite/kernels/variants/list_kernels/list_stack_test.cc
#include <cstring> #include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/list_ops_util.h" #include "tensorflow/lite/kernels/variants/tens...
#include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/variants/list_kernels/test_util.h" #include "tensorflow/lite/kernels/variants/li...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_stack.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_stack_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea