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
f1c72f99-0fb9-453a-a24b-21b943ceb2cf
cpp
tensorflow/tensorflow
dynamic_dimension_simplifier
third_party/xla/xla/service/dynamic_dimension_simplifier.cc
third_party/xla/xla/service/dynamic_dimension_simplifier_test.cc
#include "xla/service/dynamic_dimension_simplifier.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_opcode.h" #include "xla/status_macros.h" namespace xla { namespace { absl::StatusOr<bool> ConcatForwarding(HloInstruction* concat) { if (concat->opcode() != HloOpcode::kConcatenate) { return fals...
#include "xla/service/dynamic_dimension_simplifier.h" #include <memory> #include <utility> #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h" #include "xla/hlo/ir/hlo_casting_utils.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_instructions....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/dynamic_dimension_simplifier.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/dynamic_dimension_simplifier_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
a1fba7d6-3851-4dfe-a221-936f5f6a1256
cpp
tensorflow/tensorflow
profiler
tensorflow/lite/profiling/telemetry/profiler.cc
tensorflow/lite/profiling/telemetry/profiler_test.cc
#include "tensorflow/lite/profiling/telemetry/profiler.h" #include <cstdint> #include "tensorflow/lite/core/api/profiler.h" namespace tflite::telemetry { void TelemetryProfiler::AddEvent(const char* tag, EventType event_type, uint64_t metric, int64_t event_metadata1, ...
#include "tensorflow/lite/profiling/telemetry/profiler.h" #include <cstdint> #include <iostream> #include <memory> #include <string> #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/profiling/telemetry/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/profiling/telemetry/profiler.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/profiling/telemetry/profiler_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8caf7b1e-1994-4627-83bd-4a5595f8f5cf
cpp
tensorflow/tensorflow
global_pooling_to_reduce_op
tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op.cc
tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op_test.cc
#include "tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op.h" #include <any> #include <memory> #include <string> #include <vector> #include "absl/types/any.h" #include "tensorflow/lite/delegates/gpu/common/model.h" #include "tensorflow/lite/delegates/gpu/common/model_transformer.h" #incl...
#include "tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op.h" #include <memory> #include <string> #include <vector> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/types/any.h" #include "tensorflow/lite/delegates/gpu/common/model.h" #include "tensorflow/lite/deleg...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/global_pooling_to_reduce_op_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5dcf037c-7363-4ecd-9b42-7d5c93368df1
cpp
tensorflow/tensorflow
layout_to_xla_sharding
tensorflow/dtensor/cc/xla_spmd/layout_to_xla_sharding.cc
tensorflow/dtensor/tests/layout_to_xla_sharding_test.cc
#include "tensorflow/dtensor/cc/xla_spmd/layout_to_xla_sharding.h" #include <string> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/types/span.h" #include "llvm/ADT/STLExtras.h" #include "xla/status_macros.h" #include "xla/xla_data.pb.h" #include "tensorflow/core/platform/types.h" #include "...
#include "tensorflow/dtensor/cc/xla_spmd/layout_to_xla_sharding.h" #include <string> #include <vector> #include "absl/algorithm/container.h" #include "absl/strings/str_cat.h" #include "benchmark/benchmark.h" #include "xla/hlo/ir/hlo_sharding.h" #include "xla/tsl/lib/core/status_test_util.h" #include "xla/xla_data.pb....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/dtensor/cc/xla_spmd/layout_to_xla_sharding.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/dtensor/tests/layout_to_xla_sharding_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
bb9051f2-6655-44b1-ac5c-e4c26785b4a3
cpp
tensorflow/tensorflow
call_once
tensorflow/lite/kernels/call_once.cc
tensorflow/lite/kernels/call_once_test.cc
#include <stddef.h> #include <cstring> #include <memory> #include <vector> #include "tensorflow/lite/core/c/builtin_op_data.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/core/subgraph.h" #include "tensorflow/lite/experimental/resource/initialization_status.h" #include "tensorflow/lite/kernels/...
#include <stdint.h> #include <memory> #include <vector> #include <gtest/gtest.h> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/subgraph_test_util.h" namespace tflite { using subgraph_test_util::ControlFlowOpTest; namespace { class CallOn...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/call_once.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/call_once_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
098ee8f8-91fa-497d-8970-0aa185f2ecb9
cpp
google/leveldb
table
table/table.cc
table/table_test.cc
#include "leveldb/table.h" #include "leveldb/cache.h" #include "leveldb/comparator.h" #include "leveldb/env.h" #include "leveldb/filter_policy.h" #include "leveldb/options.h" #include "table/block.h" #include "table/filter_block.h" #include "table/format.h" #include "table/two_level_iterator.h" #include "util/coding.h"...
#include "leveldb/table.h" #include <map> #include <string> #include "gtest/gtest.h" #include "db/dbformat.h" #include "db/memtable.h" #include "db/write_batch_internal.h" #include "leveldb/db.h" #include "leveldb/env.h" #include "leveldb/iterator.h" #include "leveldb/options.h" #include "leveldb/table_builder.h" #incl...
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/table/table.cc
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/table/table_test.cc
23e35d792b9154f922b8b575b12596a4d8664c65
e71a6411-3f88-4818-900f-d9de1dcb9e52
cpp
tensorflow/tensorflow
xla_activity_listener
tensorflow/compiler/jit/xla_activity_listener.cc
tensorflow/compiler/jit/xla_activity_listener_test.cc
#include "tensorflow/compiler/jit/xla_activity_listener.h" #include "absl/synchronization/mutex.h" #include "tensorflow/compiler/jit/xla_activity.pb.h" #include "tensorflow/core/lib/core/errors.h" #include "tensorflow/core/platform/thread_annotations.h" namespace tensorflow { namespace { struct XlaActivityListenerList ...
#include "tensorflow/compiler/jit/xla_activity_listener.h" #include <cstdlib> #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/ops/array_ops.h" #include "tensorflow/cc/ops/list_ops.h" #include "tensorflow/cc/ops/standard_ops.h" #include "tensorflow/compiler/jit/flags.h" #include "tensorflow/core/common_...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/jit/xla_activity_listener.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/jit/xla_activity_listener_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
effcb6f2-119c-4733-ac16-417d8c58d04c
cpp
tensorflow/tensorflow
tensor_map
tensorflow/core/kernels/tensor_map.cc
tensorflow/core/kernels/tensor_map_test.cc
#include "tensorflow/core/kernels/tensor_map.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorflow/core/framework/tensor_shape.pb.h" #include "tensorflow/core/framework/variant_op_registry.h" #include "tensorflow/core/lib/core/coding.h" namespace tensorflow { TensorMap::~TensorMap() { if (tensor...
#include "tensorflow/core/kernels/tensor_map.h" #include "absl/container/flat_hash_map.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/framework/variant.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/platform/test...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/tensor_map.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/tensor_map_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
91af592b-fba7-4979-b8ef-f4946b94eef3
cpp
tensorflow/tensorflow
threadpool_device
tensorflow/core/common_runtime/threadpool_device.cc
tensorflow/core/common_runtime/threadpool_device_test.cc
#if defined(ENABLE_ONEDNN_OPENMP) && defined(ENABLE_MKL) && defined(_OPENMP) #ifndef DNNL_AARCH64_USE_ACL #include "external/llvm_openmp/include/omp.h" #define EIGEN_DONT_PARALLELIZE #else #include "omp.h" #endif #endif #include "absl/base/call_once.h" #include "absl/container/flat_hash_set.h" #include "tensorflow/...
#include "tensorflow/core/common_runtime/threadpool_device.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/public/session_options.h" namespace tensorflow { namespace { const int kDimSize = 2; void InitTensor(Tensor* tensor, float value) { ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/threadpool_device.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/threadpool_device_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ee76d99d-3019-456e-84c1-282e1460ac56
cpp
tensorflow/tensorflow
remove_attribute
tensorflow/tools/graph_transforms/remove_attribute.cc
tensorflow/tools/graph_transforms/remove_attribute_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_attribute.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/remove_attribute_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9a2dfbbc-53b8-4988-9ab6-73c85b8aa912
cpp
tensorflow/tensorflow
cudnn_support_utils
third_party/xla/xla/service/gpu/cudnn_support_utils.cc
third_party/xla/xla/service/gpu/cudnn_support_utils_test.cc
#include "xla/service/gpu/cudnn_support_utils.h" #include <cstdint> #include <vector> #include "xla/hlo/ir/hlo_instructions.h" #include "xla/primitive_util.h" #include "xla/service/gpu/cublas_cudnn.h" #include "xla/shape.h" #include "xla/shape_util.h" #include "xla/stream_executor/device_description.h" #include "xla/ut...
#include "xla/service/gpu/cudnn_support_utils.h" #include <algorithm> #include <cstddef> #include <cstdint> #include <memory> #include <string> #include <tuple> #include <vector> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "xla/hlo/ir/hlo_casting_utils.h" #includ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/cudnn_support_utils.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/cudnn_support_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
35322236-752a-4ec4-8d6f-3ed654be6fab
cpp
google/tsl
scoped_annotation
tsl/profiler/lib/scoped_annotation.h
tsl/profiler/lib/scoped_annotation_test.cc
#ifndef TENSORFLOW_TSL_PROFILER_LIB_SCOPED_ANNOTATION_H_ #define TENSORFLOW_TSL_PROFILER_LIB_SCOPED_ANNOTATION_H_ #include <stddef.h> #include <atomic> #include <string> #include <string_view> #include <utility> #include "tsl/platform/macros.h" #include "tsl/platform/platform.h" #include "tsl/profiler/lib/nvtx_utils....
#include "tsl/profiler/lib/scoped_annotation.h" #include <string> #include "absl/strings/str_cat.h" #include "xla/tsl/profiler/backends/cpu/annotation_stack.h" #include "tsl/platform/test.h" #include "tsl/platform/test_benchmark.h" namespace tsl { namespace profiler { namespace { TEST(ScopedAnnotation, Simple) { { ...
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/profiler/lib/scoped_annotation.h
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/profiler/lib/scoped_annotation_test.cc
6d708fdcdd4f40537b7fa273371215a6fa3d4423
df3a25ed-d89e-4a8e-9675-4e294c559107
cpp
tensorflow/tensorflow
shape_partition
third_party/xla/xla/service/cpu/shape_partition.cc
third_party/xla/xla/service/cpu/shape_partition_test.cc
#include "xla/service/cpu/shape_partition.h" #include <algorithm> #include <cmath> #include <cstdint> #include <utility> #include <vector> namespace xla { namespace cpu { std::vector<int64_t> ShapePartitionAssigner::Run( int64_t target_partition_count) { std::vector<int64_t> outer_dims; int64_t outer_dim_size =...
#include "xla/service/cpu/shape_partition.h" #include <algorithm> #include <random> #include "xla/test_helpers.h" #include "xla/tests/hlo_test_base.h" #include "xla/util.h" namespace xla { namespace cpu { namespace { class ShapePartitionAssignerTest : public HloTestBase { protected: typedef std::vector<int64_t> Vec;...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/cpu/shape_partition.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/cpu/shape_partition_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
850b4321-06d4-460c-9d9b-7b489fe04b50
cpp
google/tensorstore
container_to_shared
tensorstore/internal/container_to_shared.h
tensorstore/internal/container_to_shared_test.cc
#ifndef TENSORSTORE_INTERNAL_STRING_TO_SHARED_H_ #define TENSORSTORE_INTERNAL_STRING_TO_SHARED_H_ #include <stddef.h> #include <memory> #include <utility> namespace tensorstore { namespace internal { template <typename Container> inline std::shared_ptr<typename Container::value_type> ContainerToSharedDataPointerWithOff...
#include "tensorstore/internal/container_to_shared.h" #include <memory> #include <string> #include <string_view> #include <utility> #include <gtest/gtest.h> namespace { using ::tensorstore::internal::ContainerToSharedDataPointerWithOffset; TEST(ContainerToSharedDataPointerWithOffsetTest, SmallBuffer) { std::string sm...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/container_to_shared.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/container_to_shared_test.cc
4f887a6430414cd6088e1743555015b10f116d50
f6be64f7-9c91-427c-bf2e-79578886c590
cpp
tensorflow/tensorflow
remove_compression_map
tensorflow/core/grappler/optimizers/data/remove_compression_map.cc
tensorflow/core/grappler/optimizers/data/remove_compression_map_test.cc
#include "tensorflow/core/grappler/optimizers/data/remove_compression_map.h" #include <string> #include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/framework/node_def.pb.h" #include "tensorflow/core/grappler/clusters/cluster.h" #include "tensorflow/core/grappler/grappler_item.h" #include "tensorflo...
#include "tensorflow/core/grappler/optimizers/data/remove_compression_map.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "xla/tsl/lib/core/status_test_util.h" #include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/function_testlib.h" #include "tensorflow/core/framework/graph....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/optimizers/data/remove_compression_map.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/grappler/optimizers/data/remove_compression_map_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
54bb0901-967f-49c3-8af7-a3fac6672659
cpp
tensorflow/tensorflow
sparsify_gather
tensorflow/tools/graph_transforms/sparsify_gather.cc
tensorflow/tools/graph_transforms/sparsify_gather_test.cc
#include <cmath> #include <memory> #include <unordered_map> #include "tensorflow/c/checkpoint_reader.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensor...
#include "tensorflow/cc/ops/const_op.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" #include "tensorflow/core/lib/io/path.h" #include "tensorflow/core/lib/strings/str...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/sparsify_gather.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/sparsify_gather_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
837280c5-10b4-4acb-af2b-bf67bd73c365
cpp
tensorflow/tensorflow
round_weights
tensorflow/tools/graph_transforms/round_weights.cc
tensorflow/tools/graph_transforms/round_weights_test.cc
#define EIGEN_USE_THREADS #include "tensorflow/core/common_runtime/constant_folding.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/common_runtime/threadpool_device.h" #include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/graph/subgraph.h" #include "tensorf...
#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/round_weights.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/round_weights_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ecaeac1a-3764-4ad2-9601-bb802ba6ec39
cpp
tensorflow/tensorflow
reduce_utils
tensorflow/lite/kernels/internal/optimized/reduce_utils.h
tensorflow/lite/kernels/internal/optimized/reduce_utils_test.cc
#ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_REDUCE_UTILS_H_ #define TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_REDUCE_UTILS_H_ #include <stdint.h> #include <algorithm> #include <cstring> namespace tflite { namespace reduce_utils { inline void RemoveSize1Dims(int* shape_out, int& out_num_dims, int* axis_out, ...
#include "tensorflow/lite/kernels/internal/optimized/reduce_utils.h" #include <gmock/gmock.h> namespace tflite { namespace reduce_utils { namespace { using ::testing::ElementsAreArray; void TestFunction(const std::vector<int>& axis_in, const std::vector<int>& shape_in, const std::vec...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/optimized/reduce_utils.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/internal/optimized/reduce_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d346eaeb-6eef-4e54-a536-922f731fe6d3
cpp
google/googletest
gmock-more-actions
googlemock/include/gmock/gmock-more-actions.h
googlemock/test/gmock-more-actions_test.cc
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_ #define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_ #include <memory> #include <utility> #include "gmock/gmock-actions.h" #include "gmock/internal/gmock-port.h" #include "gmock/internal/custom/gmock-generated-actions.h" #define GMOCK_INTERNAL_DECL_HAS_1_TEMPLATE...
#include "gmock/gmock-more-actions.h" #include <algorithm> #include <functional> #include <iterator> #include <memory> #include <sstream> #include <string> #include <tuple> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest-spi.h" #include "gtest/gtest.h" GTEST_DISABLE_MSC_WARNINGS_PUSH_(4577) namespace t...
https://github.com/google/googletest/blob/a1e255a582377e1006bb88a408ac3f933ba7c916/googlemock/include/gmock/gmock-more-actions.h
https://github.com/google/googletest/blob/a1e255a582377e1006bb88a408ac3f933ba7c916/googlemock/test/gmock-more-actions_test.cc
a1e255a582377e1006bb88a408ac3f933ba7c916
61925c0b-7afa-459a-b403-0769cea80bda
cpp
tensorflow/tensorflow
snapshot_utils
tensorflow/core/data/snapshot_utils.cc
tensorflow/core/data/snapshot_utils_test.cc
#include "tensorflow/core/data/snapshot_utils.h" #include <algorithm> #include <climits> #include <functional> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/memory/memory.h" #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "xla/tsl/...
#include "tensorflow/core/data/snapshot_utils.h" #include <memory> #include <string> #include <vector> #include "tensorflow/core/data/service/test_util.h" #include "tensorflow/core/framework/tensor.pb.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/lib/io/compression.h" #include "ten...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/snapshot_utils.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/data/snapshot_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1c4bfa72-7d6e-4c9a-b6e8-32a2e923bbb6
cpp
tensorflow/tensorflow
nnapi_delegate_c_api
tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api.cc
tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api_test.cc
#include "tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api.h" #include "tensorflow/lite/c/c_api_types.h" #include "tensorflow/lite/delegates/nnapi/nnapi_delegate.h" #include "tensorflow/lite/nnapi/sl/public/NeuralNetworksSupportLibraryImpl.h" TfLiteDelegate* TfLiteNnapiDelegateCreate( const TfLiteNnapiDelegateO...
#include "tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api.h" #include <sys/mman.h> #include <algorithm> #include <initializer_list> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_gen...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/nnapi/nnapi_delegate_c_api_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
3a728add-5ac0-4d23-a38f-13f2c4ccb9dd
cpp
google/cel-cpp
cel_expression_builder_flat_impl
eval/compiler/cel_expression_builder_flat_impl.cc
eval/compiler/cel_expression_builder_flat_impl_test.cc
#include "eval/compiler/cel_expression_builder_flat_impl.h" #include <memory> #include <utility> #include <vector> #include "google/api/expr/v1alpha1/checked.pb.h" #include "google/api/expr/v1alpha1/syntax.pb.h" #include "absl/base/macros.h" #include "absl/log/check.h" #include "absl/status/status.h" #include "absl/sta...
#include "eval/compiler/cel_expression_builder_flat_impl.h" #include <cstdint> #include <iterator> #include <memory> #include <string> #include <vector> #include "google/api/expr/v1alpha1/checked.pb.h" #include "google/api/expr/v1alpha1/syntax.pb.h" #include "absl/algorithm/container.h" #include "absl/status/status.h" ...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/compiler/cel_expression_builder_flat_impl.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/compiler/cel_expression_builder_flat_impl_test.cc
4552db5798fb0853b131b783d8875794334fae7f
adc22d8c-272f-464f-8084-ea7c051b14e6
cpp
google/cel-cpp
message_equality
internal/message_equality.cc
internal/message_equality_test.cc
#include "internal/message_equality.h" #include <cstddef> #include <cstdint> #include <functional> #include <limits> #include <memory> #include <string> #include <type_traits> #include "absl/base/attributes.h" #include "absl/base/nullability.h" #include "absl/base/optimization.h" #include "absl/functional/overload.h" #...
#include "internal/message_equality.h" #include <string> #include <utility> #include <vector> #include "google/protobuf/any.pb.h" #include "google/protobuf/duration.pb.h" #include "google/protobuf/struct.pb.h" #include "google/protobuf/timestamp.pb.h" #include "google/protobuf/wrappers.pb.h" #include "absl/base/nullabi...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/message_equality.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/internal/message_equality_test.cc
4552db5798fb0853b131b783d8875794334fae7f
2896c2b7-5f4b-4da3-aa65-c05452830b3a
cpp
tensorflow/tensorflow
mkl_quantized_conv_ops
tensorflow/core/kernels/mkl/mkl_quantized_conv_ops.h
tensorflow/core/kernels/mkl/mkl_quantized_conv_ops_test.cc
#ifndef TENSORFLOW_CORE_KERNELS_MKL_MKL_QUANTIZED_CONV_OPS_H_ #define TENSORFLOW_CORE_KERNELS_MKL_MKL_QUANTIZED_CONV_OPS_H_ #include "unsupported/Eigen/CXX11/Tensor" #include "tensorflow/core/framework/tensor.h" #ifdef INTEL_MKL namespace tensorflow { template <class T> float MklFloatForOneQuantizedLevel(float range_...
#if defined(INTEL_MKL) && defined(ENABLE_MKL) #define EIGEN_USE_THREADS #include <functional> #include <memory> #include <vector> #include "tensorflow/cc/ops/standard_ops.h" #include "tensorflow/core/framework/allocator.h" #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_bu...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/mkl/mkl_quantized_conv_ops.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/mkl/mkl_quantized_conv_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ddb4901f-a53e-485f-a2f2-dea58d05ec89
cpp
google/quiche
p256_key_exchange
quiche/quic/core/crypto/p256_key_exchange.cc
quiche/quic/core/crypto/p256_key_exchange_test.cc
#include "quiche/quic/core/crypto/p256_key_exchange.h" #include <cstdint> #include <cstring> #include <memory> #include <string> #include <utility> #include "absl/memory/memory.h" #include "absl/strings/string_view.h" #include "openssl/ec.h" #include "openssl/ecdh.h" #include "openssl/err.h" #include "openssl/evp.h" #i...
#include "quiche/quic/core/crypto/p256_key_exchange.h" #include <memory> #include <string> #include <utility> #include "absl/strings/string_view.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { class P256KeyExchangeTest : public QuicTest { public: class TestCallbackResult { pub...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/p256_key_exchange.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/crypto/p256_key_exchange_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
c6347815-cf44-490a-9deb-925367e87a81
cpp
tensorflow/tensorflow
value_range
third_party/xla/xla/service/value_range.cc
third_party/xla/xla/service/value_range_test.cc
#include "xla/service/value_range.h" #include <optional> #include <string> #include "xla/hlo/ir/hlo_instruction.h" namespace xla { std::optional<int64_t> Range::GetSingleSignedValue() const { if (!IsSingleValue()) { return std::nullopt; } return min_.GetSignedValue(); } std::optional<int64_t> Range::GetSingle...
#include "xla/service/value_range.h" #include <utility> #include <gtest/gtest.h> #include "absl/container/flat_hash_map.h" #include "xla/service/hlo_module_config.h" #include "xla/service/hlo_parser.h" #include "xla/tests/hlo_test_base.h" namespace xla { namespace { class ValueRangeTest : public HloTestBase {}; TEST_F(...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/value_range.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/value_range_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ed0939e5-4c7d-4e30-8840-90284cbc9a53
cpp
tensorflow/tensorflow
graph
tensorflow/core/graph/graph.cc
tensorflow/core/graph/graph_test.cc
#include "tensorflow/core/graph/graph.h" #include <memory> #include <string> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/strings/str_cat.h" #include "tensorflow/core/framework/full_type.pb.h" #include "tensorflow/core/framework/function.h" #includ...
#include "tensorflow/core/graph/graph.h" #include <memory> #include <set> #include <unordered_map> #include <vector> #include <gmock/gmock.h> #include "tensorflow/core/common_runtime/function.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/framework/full_type.pb.h" #include "t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/graph.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/graph/graph_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c6f622d4-32e5-476d-a55e-af17aa112a86
cpp
google/tensorstore
index_array_slice_op
tensorstore/index_space/internal/index_array_slice_op.cc
tensorstore/index_space/index_array_slice_op_test.cc
#include "tensorstore/index_space/internal/index_array_slice_op.h" #include <algorithm> #include <numeric> #include "tensorstore/index_space/dimension_identifier.h" #include "tensorstore/util/str_cat.h" namespace tensorstore { namespace internal_index_space { namespace { bool BroadcastSizes(Index source, Index* result)...
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/index_space/dim_expression.h" #include "tensorstore/index_space/index_transform_builder.h" #include "tensorstore/index_space/internal/dim_expression_testutil.h" #include "tensorstore/util/status.h" namespace { using ::tensorstore::AllDims; using ::...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/internal/index_array_slice_op.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/index_array_slice_op_test.cc
4f887a6430414cd6088e1743555015b10f116d50
c5e4d7d2-b829-43c7-a717-d8e1a08b6a64
cpp
google/arolla
meta
arolla/util/meta.h
arolla/util/meta_test.cc
#ifndef AROLLA_UTIL_META_H_ #define AROLLA_UTIL_META_H_ #include <cstddef> #include <functional> #include <tuple> #include <type_traits> #include <utility> #include "absl/base/attributes.h" namespace arolla::meta { template <class T> struct type_ { using type = T; }; template <typename T> using type = type_<T>; templ...
#include "arolla/util/meta.h" #include <cstdint> #include <functional> #include <optional> #include <tuple> #include <type_traits> #include <typeindex> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/statusor.h" namespace arolla::meta { namespace { using ::testing::ElementsAre;...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/meta.h
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/meta_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
e0e3962d-5ba1-46ae-a510-9b91e916ddc4
cpp
google/arolla
map
arolla/util/map.h
arolla/util/map_test.cc
#ifndef AROLLA_UTIL_MAP_H_ #define AROLLA_UTIL_MAP_H_ #include <algorithm> #include <vector> namespace arolla { template <class Map> std::vector<typename Map::key_type> SortedMapKeys(const Map& map) { std::vector<typename Map::key_type> result; result.reserve(map.size()); for (const auto& item : map) { result...
#include "arolla/util/map.h" #include <string> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/container/flat_hash_map.h" namespace arolla { namespace { using ::testing::ElementsAre; using ::testing::TypedEq; struct V {}; TEST(SortedMapKeys, small) { EXPECT_THAT(SortedMapKeys(absl::...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/map.h
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/util/map_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
692904ef-2ba2-4fdc-9174-f6b95754dfd7
cpp
tensorflow/tensorflow
p2p_schedule_preparation
third_party/xla/xla/service/p2p_schedule_preparation.cc
third_party/xla/xla/service/p2p_schedule_preparation_test.cc
#include "xla/service/p2p_schedule_preparation.h" #include <cstdint> #include <memory> #include <optional> #include <set> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/s...
#include "xla/service/p2p_schedule_preparation.h" #include <memory> #include <string> #include <gtest/gtest.h> #include "absl/algorithm/container.h" #include "absl/log/log.h" #include "absl/strings/str_format.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_mod...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/p2p_schedule_preparation.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/p2p_schedule_preparation_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4c398408-d0f2-4cfb-a406-fe8a0f809c2d
cpp
tensorflow/tensorflow
device_list
third_party/xla/xla/python/ifrt/device_list.cc
third_party/xla/xla/python/ifrt/device_list_test.cc
#include "xla/python/ifrt/device_list.h" #include <atomic> #include <cstdint> #include <string> #include <utility> #include <vector> #include "absl/base/call_once.h" #include "absl/base/optimization.h" #include "absl/hash/hash.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/strings...
#include "xla/python/ifrt/device_list.h" #include <algorithm> #include <cstdint> #include <memory> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/statusor.h" #include "absl/types/span.h" #include "xla/python/ifrt/device.h" #include "xla/python/ifrt/device.pb...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/device_list.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/python/ifrt/device_list_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
629082a0-250e-48af-a434-7fe64da908c3
cpp
tensorflow/tensorflow
tracked_device_buffer
third_party/xla/xla/pjrt/tracked_device_buffer.cc
third_party/xla/xla/pjrt/tracked_device_buffer_test.cc
#include "xla/pjrt/tracked_device_buffer.h" #include <algorithm> #include <atomic> #include <cstdint> #include <functional> #include <iterator> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/functional/any_invocable.h" #include "absl/sta...
#include "xla/pjrt/tracked_device_buffer.h" #include <memory> #include <vector> #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "xla/client/client_library.h" #include "xla/client/local_client.h" #incl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/pjrt/tracked_device_buffer.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/pjrt/tracked_device_buffer_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
154f17c3-5ac5-44f5-807f-66c9ebfb7ed3
cpp
tensorflow/tensorflow
while
tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/while.cc
tensorflow/lite/kernels/while_test.cc
#include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/while.h" #include "mlir/IR/Builders.h" #include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/PatternMatch.h" #include "mlir/IR/Region.h" #include "mlir/Support/LLVM.h" #include "mlir/Support/LogicalResult.h" #include "m...
#include <stdint.h> #include <memory> #include <vector> #include "tensorflow/lite/core/interpreter.h" #include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/subgraph_test_util.h" #include "tensorflow/lite/profiling/me...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/while.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/while_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
1b34593d-0aa1-4d3f-8b99-df1a2e09e923
cpp
google/arolla
overloaded_expr_operator
arolla/expr/overloaded_expr_operator.cc
arolla/expr/overloaded_expr_operator_test.cc
#include "arolla/expr/overloaded_expr_operator.h" #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_format.h" #include "absl/strings/str_replace.h" #include "absl/strings/string_view.h" #include "absl/type...
#include "arolla/expr/overloaded_expr_operator.h" #include <cstdint> #include <memory> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status.h" #include "absl/status/status_matchers.h" #include "arolla/expr/annotation_expr_operators.h" #include "arolla/expr/expr.h" #include "arolla/expr/expr_at...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/overloaded_expr_operator.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/overloaded_expr_operator_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
111cb924-fbfa-4fec-8fee-aef598b480b7
cpp
tensorflow/tensorflow
verifier_internal
tensorflow/lite/core/tools/verifier_internal.cc
tensorflow/lite/core/tools/verifier_internal_test.cc
#include "tensorflow/lite/core/tools/verifier_internal.h" #include <stddef.h> #include <stdint.h> #include "flatbuffers/verifier.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace internal { const Model* VerifyFlatBufferAndGetModel(const void* buf, size_t len) { ::flatbuffers::Veri...
#include "tensorflow/lite/core/tools/verifier_internal.h" #include <memory> #include <string> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/buffer.h" #include "flatbuffers/flatbuffer_builder.h" #include "flatbuffers/vector.h" #include "tensorflow/compiler/mlir/lite/schema/schema_conversion_util...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/core/tools/verifier_internal.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/core/tools/verifier_internal_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
8929e73e-7c5f-4fe5-94e1-a64bdd7e2baf
cpp
tensorflow/tensorflow
dtensor_location
tensorflow/dtensor/mlir/dtensor_location.cc
tensorflow/dtensor/mlir/dtensor_location_test.cc
#include "tensorflow/dtensor/mlir/dtensor_location.h" #include <algorithm> #include <queue> #include <string> #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Support/FormatVariadic.h" #include "llvm/Support/raw_ostream.h" #include "mlir/Support/LLVM.h" #include "tensorflow/compiler/ml...
#include "tensorflow/dtensor/mlir/dtensor_location.h" #include "mlir/IR/Location.h" #include "mlir/IR/MLIRContext.h" #include "mlir/Support/LLVM.h" #include "tensorflow/compiler/mlir/utils/name_utils.h" #include "tensorflow/core/platform/test.h" namespace { void CheckFileLineColLocation(mlir::Location loc, unsign...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/dtensor/mlir/dtensor_location.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/dtensor/mlir/dtensor_location_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
39ede851-60b9-4b19-80df-cfd236d29c33
cpp
google/tsl
fingerprint
tsl/platform/fingerprint.h
tsl/platform/fingerprint_test.cc
#ifndef TENSORFLOW_TSL_PLATFORM_FINGERPRINT_H_ #define TENSORFLOW_TSL_PLATFORM_FINGERPRINT_H_ #include "tsl/platform/platform.h" #include "tsl/platform/stringpiece.h" #include "tsl/platform/types.h" #if TSL_IS_IN_OSS #define USE_OSS_FARMHASH #endif #ifdef USE_OSS_FARMHASH #include <farmhash.h> #else #include "util/ha...
#include "tsl/platform/fingerprint.h" #include <unordered_set> #include "tsl/platform/test.h" #include "tsl/platform/types.h" namespace tsl { namespace { TEST(Fingerprint64, IsForeverFrozen) { EXPECT_EQ(15404698994557526151ULL, Fingerprint64("Hello")); EXPECT_EQ(18308117990299812472ULL, Fingerprint64("World")); } T...
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/platform/fingerprint.h
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/platform/fingerprint_test.cc
6d708fdcdd4f40537b7fa273371215a6fa3d4423
f5affd7b-6c08-4985-9501-fbeefc796907
cpp
tensorflow/tensorflow
real_imag_expander
third_party/xla/xla/service/real_imag_expander.cc
third_party/xla/xla/service/real_imag_expander_test.cc
#include "xla/service/real_imag_expander.h" #include "xla/literal_util.h" namespace xla { bool RealImagExpander::InstructionMatchesPattern(HloInstruction* inst) { return (inst->opcode() == HloOpcode::kReal || inst->opcode() == HloOpcode::kImag) && !ShapeUtil::ElementIsComplex(inst->operand(0)->shap...
#include "xla/service/real_imag_expander.h" #include <memory> #include <utility> #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/utils/hlo_matchers.h" #include "xla/literal.h" #include "xla/service/hlo_creation_utils.h" #include "xla/service/pattern_matcher.h" #include ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/real_imag_expander.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/real_imag_expander_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
61d47aca-8f82-4f8a-9165-05f24949318b
cpp
google/arolla
tuple_expr_operator
arolla/expr/tuple_expr_operator.cc
arolla/expr/tuple_expr_operator_test.cc
#include "arolla/expr/tuple_expr_operator.h" #include <cstddef> #include <cstdint> #include <memory> #include <string> #include "absl/base/no_destructor.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" #include "absl/types/sp...
#include "arolla/expr/tuple_expr_operator.h" #include <cstdint> #include <memory> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status_matchers.h" #include "arolla/expr/expr.h" #include "arolla/expr/testing/testing.h" #include "arolla/qtype/qtype_traits.h" #include "arolla/qtype/tuple_qtype.h"...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/tuple_expr_operator.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/tuple_expr_operator_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
d81c2368-f61b-45b4-9f04-9d2cbe7d1611
cpp
tensorflow/tensorflow
gpu_cudamallocasync_allocator
third_party/xla/xla/stream_executor/gpu/gpu_cudamallocasync_allocator.cc
third_party/xla/xla/stream_executor/gpu/gpu_cudamallocasync_allocator_test.cc
#include "xla/stream_executor/gpu/gpu_cudamallocasync_allocator.h" #include <algorithm> #include <atomic> #include <cstddef> #include <cstdint> #include <cstring> #include <map> #include <memory> #include <optional> #include <string> #include <vector> #include "absl/strings/str_cat.h" #include "absl/strings/str_join.h"...
#include "xla/stream_executor/gpu/gpu_cudamallocasync_allocator.h" #include <cstdint> #include <memory> #include <string> #include "absl/log/check.h" #include "absl/strings/ascii.h" #include "xla/service/platform_util.h" #include "xla/stream_executor/gpu/gpu_stream.h" #include "xla/stream_executor/platform.h" #include ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/gpu/gpu_cudamallocasync_allocator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/stream_executor/gpu/gpu_cudamallocasync_allocator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
5b2ce1fc-0d45-460e-9387-c716d81999e0
cpp
google/quiche
quic_simple_server_stream
quiche/quic/tools/quic_simple_server_stream.cc
quiche/quic/tools/quic_simple_server_stream_test.cc
#include "quiche/quic/tools/quic_simple_server_stream.h" #include <algorithm> #include <cstdint> #include <list> #include <optional> #include <string> #include <utility> #include "absl/strings/numbers.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "quiche/http2/core/spdy_protocol.h"...
#include "quiche/quic/tools/quic_simple_server_stream.h" #include <list> #include <memory> #include <optional> #include <string> #include <utility> #include <vector> #include "absl/base/macros.h" #include "absl/memory/memory.h" #include "absl/strings/string_view.h" #include "quiche/quic/core/crypto/null_encrypter.h" #i...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/tools/quic_simple_server_stream.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/tools/quic_simple_server_stream_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
38bacd4d-da84-44e2-a7b8-67bd2578d95b
cpp
tensorflow/tensorflow
file_system
third_party/xla/third_party/tsl/tsl/platform/file_system.cc
tensorflow/core/platform/file_system_test.cc
#include "tsl/platform/file_system.h" #include <sys/stat.h> #include <algorithm> #include <deque> #include <string> #include <utility> #include <vector> #include "tsl/platform/status.h" #if defined(PLATFORM_POSIX) || defined(IS_MOBILE_PLATFORM) || \ defined(PLATFORM_GOOGLE) #include <fnmatch.h> #else #include "tsl/...
#include "tensorflow/core/platform/file_system.h" #include <sys/stat.h> #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/null_file_system.h" #include "tensorflow/core/platform/path.h" #include "tensorflow/core/platform/str_util.h" #include "tensorflow/core/platform/strcat.h" #in...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/file_system.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/platform/file_system_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
08422a02-e75f-4e3b-88eb-cda17385701d
cpp
tensorflow/tensorflow
while_loop_fusible_sinking
third_party/xla/xla/service/while_loop_fusible_sinking.cc
third_party/xla/xla/service/while_loop_fusible_sinking_test.cc
#include "xla/service/while_loop_fusible_sinking.h" #include <cstdint> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/container/inlined_vector.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "ab...
#include "xla/service/while_loop_fusible_sinking.h" #include "xla/hlo/utils/hlo_matchers.h" #include "xla/test.h" #include "xla/tests/hlo_test_base.h" #include "tsl/platform/statusor.h" namespace xla { namespace { namespace op = xla::testing::opcode_matchers; using ::testing::_; using WhileLoopFusibleSinkingTest = HloT...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_fusible_sinking.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/while_loop_fusible_sinking_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
2467c13b-8b56-471c-b969-75f56b4ce64b
cpp
tensorflow/tensorflow
xla_sharding_util
tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.cc
tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util_test.cc
#include "tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.h" #include <cassert> #include <cstdint> #include <iterator> #include <map> #include <numeric> #include <string> #include <utility> #include <vector> #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl...
#include "tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.h" #include <gtest/gtest.h> #include "absl/status/statusor.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/LogicalResult.h" #include "mlir/IR/Builders.h" #include "mlir/IR/BuiltinOps.h" #include "mlir/I...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d3090d1e-5324-455c-99cb-9831f60b4f72
cpp
tensorflow/tensorflow
array4d
third_party/xla/xla/array4d.h
third_party/xla/xla/array4d_test.cc
#ifndef XLA_ARRAY4D_H_ #define XLA_ARRAY4D_H_ #include <algorithm> #include <functional> #include <initializer_list> #include <iterator> #include <memory> #include <numeric> #include <random> #include <string> #include <vector> #include "absl/strings/str_cat.h" #include "absl/types/span.h" #include "xla/array.h" #inclu...
#include "xla/array4d.h" #include <initializer_list> #include <numeric> #include <vector> #include "absl/log/log.h" #include "absl/types/span.h" #include "Eigen/Core" #include "xla/array2d.h" #include "xla/test.h" namespace xla { namespace { template <typename T> int64_t Array4DLinearIndex(const Array4D<T>& arr, ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/array4d.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/array4d_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
de005b97-03d9-41d3-b166-71fb677e9413
cpp
tensorflow/tensorflow
ctc_ops
tensorflow/core/ops/ctc_ops.cc
tensorflow/core/ops/ctc_ops_test.cc
#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; REGISTER_OP("CTCLoss") .Input("inputs: T") .Input("labels_indices: int64") ...
#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(CtcOpsTest, CTCLoss_ShapeFn) { ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/ctc_ops.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/ops/ctc_ops_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
34799c31-1af1-42ef-be2e-3fbff6036ffd
cpp
google/arolla
logic_ops
arolla/qexpr/operators/dense_array/logic_ops.h
arolla/qexpr/operators/dense_array/logic_ops_test.cc
#ifndef AROLLA_QEXPR_OPERATORS_DENSE_ARRAY_LOGIC_OPS_H_ #define AROLLA_QEXPR_OPERATORS_DENSE_ARRAY_LOGIC_OPS_H_ #include <cstdint> #include <cstring> #include <utility> #include "absl/base/optimization.h" #include "absl/status/statusor.h" #include "absl/types/span.h" #include "arolla/dense_array/bitmap.h" #include "aro...
#include <optional> #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status_matchers.h" #include "arolla/dense_array/dense_array.h" #include "arolla/dense_array/qtype/types.h" #include "arolla/memory/optional_value.h" #include "arolla/qexpr/operators.h" #include "arolla/util/uni...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qexpr/operators/dense_array/logic_ops.h
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qexpr/operators/dense_array/logic_ops_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
8776898b-4b66-476c-826a-904aac0af537
cpp
google/quiche
quiche_buffer_allocator
quiche/common/quiche_buffer_allocator.cc
quiche/common/quiche_buffer_allocator_test.cc
#include "quiche/common/quiche_buffer_allocator.h" #include <algorithm> #include <cstring> #include "quiche/common/platform/api/quiche_bug_tracker.h" #include "quiche/common/platform/api/quiche_logging.h" #include "quiche/common/platform/api/quiche_prefetch.h" namespace quiche { QuicheBuffer QuicheBuffer::CopyFromIovec...
#include "quiche/common/quiche_buffer_allocator.h" #include "absl/strings/string_view.h" #include "quiche/common/platform/api/quiche_expect_bug.h" #include "quiche/common/platform/api/quiche_test.h" #include "quiche/common/simple_buffer_allocator.h" #include "quiche/common/test_tools/quiche_test_utils.h" namespace quic...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_buffer_allocator.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_buffer_allocator_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
34bdedd9-12aa-43c1-9d00-2b94e3716ffb
cpp
google/arolla
const_with_shape
arolla/expr/optimization/peephole_optimizations/const_with_shape.cc
arolla/expr/optimization/peephole_optimizations/const_with_shape_test.cc
#include "arolla/expr/optimization/peephole_optimizations/const_with_shape.h" #include <initializer_list> #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/qtype/bas...
#include "arolla/expr/optimization/peephole_optimizations/const_with_shape.h" #include <memory> #include <optional> #include <utility> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/statusor.h" #include "arolla/dense_array/dense_array.h" #include "arolla/dense_array/qtype/types.h" #include "aro...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/optimization/peephole_optimizations/const_with_shape.cc
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/expr/optimization/peephole_optimizations/const_with_shape_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
4a1c6abc-0c40-4ed1-b36e-8bfe93401374
cpp
tensorflow/tensorflow
common_shape_fns
tensorflow/core/framework/common_shape_fns.cc
tensorflow/core/framework/common_shape_fns_test.cc
#include "tensorflow/core/framework/common_shape_fns.h" #include <cstdint> #include <optional> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/status/status.h" #include "absl/strings/match.h" #include "absl/strings/str_cat.h" #include "absl/strings/st...
#include "tensorflow/core/framework/common_shape_fns.h" #include <string> #include <gtest/gtest.h> #include "tensorflow/core/framework/fake_input.h" #include "tensorflow/core/framework/node_def_builder.h" #include "tensorflow/core/framework/op_def_builder.h" #include "tensorflow/core/framework/shape_inference_testutil....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/framework/common_shape_fns.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/framework/common_shape_fns_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c62d5172-4d32-4cae-98d8-797551044cf6
cpp
google/libaddressinput
lookup_key
cpp/src/lookup_key.cc
cpp/test/lookup_key_test.cc
#include "lookup_key.h" #include <libaddressinput/address_data.h> #include <libaddressinput/address_field.h> #include <algorithm> #include <cassert> #include <cstddef> #include <functional> #include <string> #include "language.h" #include "region_data_constants.h" #include "rule.h" #include "util/cctype_tolower_equal.h...
#include "lookup_key.h" #include <libaddressinput/address_data.h> #include <cstddef> #include <gtest/gtest.h> #include "util/size.h" namespace { using i18n::addressinput::AddressData; using i18n::addressinput::LookupKey; const size_t kMaxDepth = size(LookupKey::kHierarchy) - 1; TEST(LookupKeyTest, Empty) { const Addr...
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/src/lookup_key.cc
https://github.com/google/libaddressinput/blob/2610f7b1043d6784ada41392fc9392d1ea09ea07/cpp/test/lookup_key_test.cc
2610f7b1043d6784ada41392fc9392d1ea09ea07
4640a7a9-8921-4f09-a4bb-3add88d26430
cpp
abseil/abseil-cpp
any_invocable
absl/functional/internal/any_invocable.h
absl/functional/any_invocable_test.cc
#ifndef ABSL_FUNCTIONAL_INTERNAL_ANY_INVOCABLE_H_ #define ABSL_FUNCTIONAL_INTERNAL_ANY_INVOCABLE_H_ #include <cassert> #include <cstddef> #include <cstring> #include <exception> #include <functional> #include <memory> #include <new> #include <type_traits> #include <utility> #include "absl/base/attributes.h" #include "a...
#include "absl/functional/any_invocable.h" #include <cstddef> #include <initializer_list> #include <memory> #include <numeric> #include <type_traits> #include "gtest/gtest.h" #include "absl/base/config.h" #include "absl/meta/type_traits.h" #include "absl/utility/utility.h" static_assert(absl::internal_any_invocable::kS...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/functional/internal/any_invocable.h
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/functional/any_invocable_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
812071a9-cc21-46f8-accc-2f96d4671015
cpp
google/tensorstore
small_bit_set
tensorstore/util/small_bit_set.h
tensorstore/util/small_bit_set_test.cc
#ifndef TENSORSTORE_UTIL_SMALL_BIT_SET_H_ #define TENSORSTORE_UTIL_SMALL_BIT_SET_H_ #include <stddef.h> #include <cassert> #include <iterator> #include <ostream> #include <type_traits> #include "absl/base/attributes.h" #include "absl/numeric/bits.h" #include "tensorstore/internal/integer_types.h" namespace tensorstore ...
#include "tensorstore/util/small_bit_set.h" #include <stdint.h> #include <type_traits> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/util/str_cat.h" namespace { using ::tensorstore::BitIterator; using ::tensorstore::BitRef; using BitSet = ::tensorstore::SmallBitSet<32>; stati...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/small_bit_set.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/small_bit_set_test.cc
4f887a6430414cd6088e1743555015b10f116d50
3e216e1c-4bba-4884-a26e-b3fea70d8fbb
cpp
tensorflow/tensorflow
quantize_training
tensorflow/core/common_runtime/quantize_training.cc
tensorflow/core/common_runtime/quantize_training_test.cc
#include "tensorflow/core/common_runtime/quantize_training.h" #include <algorithm> #include <atomic> #include <set> #include <unordered_map> #include <vector> #include "tensorflow/core/common_runtime/graph_constructor.h" #include "tensorflow/core/common_runtime/memory_types.h" #include "tensorflow/core/framework/log_me...
#include "tensorflow/core/common_runtime/quantize_training.h" #include <map> #include <string> #include <unordered_map> #include <vector> #include "tensorflow/core/common_runtime/device_factory.h" #include "tensorflow/core/common_runtime/device_mgr.h" #include "tensorflow/core/common_runtime/graph_constructor.h" #inclu...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/quantize_training.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/quantize_training_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f63c0329-0154-4e2c-bcda-f6fe9aac6a03
cpp
google/tensorstore
s3_endpoint
tensorstore/kvstore/s3/s3_endpoint.cc
tensorstore/kvstore/s3/s3_endpoint_test.cc
#include "tensorstore/kvstore/s3/s3_endpoint.h" #include <cassert> #include <memory> #include <string> #include <string_view> #include <utility> #include <variant> #include "absl/log/absl_check.h" #include "absl/status/status.h" #include "absl/strings/match.h" #include "absl/strings/str_format.h" #include "tensorstore/...
#include "tensorstore/kvstore/s3/s3_endpoint.h" #include <memory> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/container/flat_hash_map.h" #include "absl/status/status.h" #include "absl/strings/cord.h" #include "tensorstore/internal/http/http_response.h" #include "tensorstore/intern...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/s3_endpoint.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/kvstore/s3/s3_endpoint_test.cc
4f887a6430414cd6088e1743555015b10f116d50
b7497017-5529-44a5-b7ab-7a0f9672552b
cpp
tensorflow/tensorflow
bfloat16_conversion_folding
third_party/xla/xla/service/bfloat16_conversion_folding.cc
third_party/xla/xla/service/bfloat16_conversion_folding_test.cc
#include "xla/service/bfloat16_conversion_folding.h" #include <cstdint> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/dfs_hlo_visitor_with_default.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_...
#include "xla/service/bfloat16_conversion_folding.h" #include <cstdint> #include <optional> #include "absl/status/statusor.h" #include "xla/hlo/ir/collective_device_list.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/hlo/ir/hlo_opcode....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/bfloat16_conversion_folding.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/bfloat16_conversion_folding_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c45b2d03-f0b3-41f2-a12e-10706399826b
cpp
tensorflow/tensorflow
async_value_tensor
tensorflow/core/tfrt/common/async_value_tensor.cc
tensorflow/core/tfrt/common/async_value_tensor_test.cc
#include "tensorflow/core/tfrt/common/async_value_tensor.h" #include <cstddef> #include <cstdint> #include <memory> #include <utility> #include "absl/log/check.h" #include "xla/pjrt/pjrt_client.h" #include "tensorflow/core/framework/tensor.h" #include "tfrt/host_context/async_value.h" #include "tfrt/support/forward_d...
#include "tensorflow/core/tfrt/common/async_value_tensor.h" #include <cstdint> #include <memory> #include <gtest/gtest.h> #include "xla/pjrt/pjrt_client.h" #include "xla/tsl/concurrency/async_value_ref.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorf...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/tfrt/common/async_value_tensor.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/tfrt/common/async_value_tensor_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
728c532d-716d-43c9-8ea2-fe54b64e4765
cpp
tensorflow/tensorflow
buffered_inputstream
third_party/xla/xla/tsl/lib/io/buffered_inputstream.cc
third_party/xla/xla/tsl/lib/io/buffered_inputstream_test.cc
#include "xla/tsl/lib/io/buffered_inputstream.h" #include "absl/status/status.h" #include "xla/tsl/lib/io/random_inputstream.h" namespace tsl { namespace io { BufferedInputStream::BufferedInputStream(InputStreamInterface* input_stream, size_t buffer_bytes, ...
#include "xla/tsl/lib/io/buffered_inputstream.h" #include "xla/tsl/lib/core/status_test_util.h" #include "xla/tsl/lib/io/random_inputstream.h" #include "tsl/platform/env.h" #include "tsl/platform/test.h" #include "tsl/platform/test_benchmark.h" namespace tsl { namespace io { namespace { static std::vector<int> BufferSi...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/lib/io/buffered_inputstream.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/lib/io/buffered_inputstream_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
eae41410-587c-4d36-bdfa-6cbf3503e709
cpp
tensorflow/tensorflow
scheduling_instruction_annotator
third_party/xla/xla/service/gpu/transforms/scheduling_instruction_annotator.cc
third_party/xla/xla/service/gpu/transforms/scheduling_instruction_annotator_test.cc
#include "xla/service/gpu/transforms/scheduling_instruction_annotator.h" #include <string> #include "absl/container/flat_hash_set.h" #include "absl/log/check.h" #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module.h" #inclu...
#include "xla/service/gpu/transforms/scheduling_instruction_annotator.h" #include <memory> #include <gtest/gtest.h> #include "absl/strings/string_view.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_module.h" #include "xla/tests/filecheck.h" #include "xla/tests/hlo_test_base.h" #include "tsl/platfor...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/scheduling_instruction_annotator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/scheduling_instruction_annotator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b6fd03f0-c227-443f-88a6-f4d89d5469bf
cpp
tensorflow/tensorflow
tensor_shape_utils
tensorflow/c/kernels/tensor_shape_utils.cc
tensorflow/c/kernels/tensor_shape_utils_test.cc
#include "tensorflow/c/kernels/tensor_shape_utils.h" #include <string> #include "tensorflow/c/tf_tensor.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/platform/strcat.h" namespace tensorflow { std::string ShapeDebugString(TF_Tensor* tensor) { CHECK_GE(TF_NumDims(tensor), 0); tensorflow::...
#include "tensorflow/c/kernels/tensor_shape_utils.h" #include "tensorflow/c/tf_tensor_internal.h" #include "tensorflow/core/framework/tensor.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorflow/core/lib/core/status.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/platform/t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/kernels/tensor_shape_utils.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/kernels/tensor_shape_utils_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
25cb9de2-96c2-423a-906a-e16a2739e1c9
cpp
tensorflow/tensorflow
ram_file_block_cache
tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.cc
tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc
#include "tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.h" #include <cstring> #include <memory> #include <sstream> #include <utility> #include "absl/synchronization/mutex.h" #include "tensorflow/c/experimental/filesystem/plugins/gcs/cleanup.h" namespace tf_gcs_filesystem { bool RamFileBlockCache...
#include "tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.h" #include <cstring> #include "tensorflow/c/tf_status.h" #include "tensorflow/c/tf_status_internal.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/platform/blocking_counter.h" #include "tensorflow/core/p...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
643b14da-f17b-43cf-9351-78a2030c525c
cpp
abseil/abseil-cpp
cord_rep_crc
absl/strings/internal/cord_rep_crc.cc
absl/strings/internal/cord_rep_crc_test.cc
#include "absl/strings/internal/cord_rep_crc.h" #include <cassert> #include <cstdint> #include <utility> #include "absl/base/config.h" #include "absl/strings/internal/cord_internal.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace cord_internal { CordRepCrc* CordRepCrc::New(CordRep* child, crc_internal::CrcCordState s...
#include "absl/strings/internal/cord_rep_crc.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/base/config.h" #include "absl/crc/internal/crc_cord_state.h" #include "absl/strings/internal/cord_internal.h" #include "absl/strings/internal/cord_rep_test_util.h" namespace absl { ABSL_NAMESPACE_BEGIN names...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/cord_rep_crc.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/cord_rep_crc_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
a6c01e1e-ca85-4c99-9bc7-027086e9a935
cpp
tensorflow/tensorflow
thunk
third_party/xla/xla/service/gpu/runtime/thunk.cc
third_party/xla/xla/backends/cpu/runtime/thunk_test.cc
#include "xla/service/gpu/runtime/thunk.h" #include <algorithm> #include <cstddef> #include <cstdint> #include <functional> #include <memory> #include <ostream> #include <string> #include <utility> #include "absl/algorithm/container.h" #include "absl/container/inlined_vector.h" #include "absl/status/status.h" #include ...
#include "xla/backends/cpu/runtime/thunk.h" #include <cstdint> #include <utility> #include "xla/executable_run_options.h" #include "xla/service/cpu/collectives_interface.h" #include "xla/service/cpu/cpu_executable_run_options.h" #include "tsl/platform/statusor.h" #include "tsl/platform/test.h" namespace xla::cpu { name...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/runtime/thunk.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/backends/cpu/runtime/thunk_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e27303bd-5458-4010-86a5-e3c07c076a7b
cpp
google/tensorstore
dimension_identifier
tensorstore/index_space/dimension_identifier.cc
tensorstore/index_space/dimension_identifier_test.cc
#include "tensorstore/index_space/dimension_identifier.h" #include <cassert> #include <ostream> #include <string> #include <system_error> #include <variant> #include "absl/status/status.h" #include "absl/strings/str_join.h" #include "tensorstore/index.h" #include "tensorstore/index_space/dimension_index_buffer.h" #in...
#include "tensorstore/index_space/dimension_identifier.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/index.h" #include "tensorstore/util/status.h" #include "tensorstore/util/status_testutil.h" #include "tensorstore/util/str_cat.h" namespace { using ::tensorstore::DimensionIdentifier; using ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/dimension_identifier.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/dimension_identifier_test.cc
4f887a6430414cd6088e1743555015b10f116d50
2172c17c-1538-4397-a83d-016d03c34528
cpp
google/tensorstore
sender
tensorstore/util/execution/sender.h
tensorstore/util/execution/sender_test.cc
#ifndef TENSORSTORE_UTIL_EXECUTION_SENDER_H_ #define TENSORSTORE_UTIL_EXECUTION_SENDER_H_ #include <cstddef> #include <tuple> #include <utility> #include "tensorstore/util/execution/execution.h" namespace tensorstore { class NullReceiver { public: template <typename CancelReceiver> friend void set_starting(NullRec...
#include "tensorstore/util/execution/sender.h" #include <string> #include <utility> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/internal/type_traits.h" #include "tensorstore/util/execution/execution.h" #include "tensorstore/util/execution/sender_testutil.h" #include "tensor...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/sender.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/util/execution/sender_test.cc
4f887a6430414cd6088e1743555015b10f116d50
816e5959-39dc-40a9-be92-53a02da28dc4
cpp
tensorflow/tensorflow
sorting
third_party/xla/xla/hlo/builder/lib/sorting.cc
third_party/xla/xla/service/gpu/tests/sorting_test.cc
#include "xla/hlo/builder/lib/sorting.h" #include <vector> #include "absl/status/statusor.h" #include "absl/types/span.h" #include "xla/hlo/builder/lib/comparators.h" #include "xla/hlo/builder/lib/constants.h" #include "xla/hlo/builder/lib/loops.h" #include "xla/hlo/builder/lib/slicing.h" #include "xla/hlo/builder/xla_...
#include <cstdint> #include <memory> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/log/check.h" #include "absl/strings/ascii.h" #include "absl/strings/str_cat.h" #include "absl/strings/string_view.h" #include "absl/strings/substitute.h" #include "Eigen/Core" #include "xla/error_...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/hlo/builder/lib/sorting.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/tests/sorting_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9d01d5a6-3afb-4951-8c70-dc57dad14950
cpp
tensorflow/tensorflow
nn_grad
tensorflow/c/experimental/gradients/nn_grad.cc
tensorflow/c/experimental/gradients/nn_grad_test.cc
#include "tensorflow/c/experimental/gradients/nn_grad.h" #include "absl/types/span.h" #include "tensorflow/c/eager/abstract_tensor_handle.h" #include "tensorflow/c/eager/immediate_execution_context.h" #include "tensorflow/c/eager/immediate_execution_tensor_handle.h" #include "tensorflow/c/experimental/ops/array_ops.h" ...
#include "tensorflow/c/experimental/gradients/nn_grad.h" #include "tensorflow/c/eager/c_api_test_util.h" #include "tensorflow/c/eager/unified_api_testutil.h" #include "tensorflow/c/experimental/gradients/grad_test_helper.h" #include "tensorflow/c/experimental/gradients/tape/tape_context.h" #include "tensorflow/c/experi...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/experimental/gradients/nn_grad.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/c/experimental/gradients/nn_grad_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b76f2da2-2c1b-4341-879a-45c8de64721a
cpp
tensorflow/tensorflow
snappy
tensorflow/core/platform/snappy.h
third_party/xla/xla/tsl/lib/io/snappy/snappy_test.cc
#ifndef TENSORFLOW_CORE_PLATFORM_SNAPPY_H_ #define TENSORFLOW_CORE_PLATFORM_SNAPPY_H_ #include "tensorflow/core/platform/types.h" #include "tsl/platform/snappy.h" #if !defined(PLATFORM_WINDOWS) #include <sys/uio.h> #else namespace tensorflow { using tsl::iovec; } #endif namespace tensorflow { namespace port { using t...
#include <memory> #include "xla/tsl/lib/core/status_test_util.h" #include "xla/tsl/lib/io/inputbuffer.h" #include "xla/tsl/lib/io/random_inputstream.h" #include "xla/tsl/lib/io/snappy/snappy_inputbuffer.h" #include "xla/tsl/lib/io/snappy/snappy_inputstream.h" #include "xla/tsl/lib/io/snappy/snappy_outputbuffer.h" #incl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/platform/snappy.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/lib/io/snappy/snappy_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
12fc993c-78e4-40a0-8d2e-c84b4ff0b025
cpp
google/tensorstore
std_optional
tensorstore/internal/estimate_heap_usage/std_optional.h
tensorstore/internal/json_binding/std_optional_test.cc
#ifndef TENSORSTORE_INTERNAL_ESTIMATE_HEAP_USAGE_STD_OPTIONAL_H_ #define TENSORSTORE_INTERNAL_ESTIMATE_HEAP_USAGE_STD_OPTIONAL_H_ #include <optional> #include "tensorstore/internal/estimate_heap_usage/estimate_heap_usage.h" namespace tensorstore { namespace internal { template <typename T> struct HeapUsageEstimator<std...
#include "tensorstore/internal/json_binding/std_optional.h" #include <optional> #include <string> #include <type_traits> #include <utility> #include <gtest/gtest.h> #include "absl/status/status.h" #include <nlohmann/json.hpp> #include "tensorstore/internal/json_binding/bindable.h" #include "tensorstore/internal/json_bi...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/estimate_heap_usage/std_optional.h
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/json_binding/std_optional_test.cc
4f887a6430414cd6088e1743555015b10f116d50
ff3afe7c-f15a-4cb4-a22b-73a9b0ec0931
cpp
tensorflow/tensorflow
space_to_batch_nd
tensorflow/lite/kernels/space_to_batch_nd.cc
tensorflow/lite/kernels/space_to_batch_nd_test.cc
#include <stdint.h> #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/internal/optimized/optimized_ops.h" #include "tensorflow/lite/kernels/internal/reference/reference_ops.h" #include "tensorflow/lite/kernels/internal/tensor.h" #inc...
#include <stdint.h> #include <initializer_list> #include <vector> #include <gtest/gtest.h> #include "flatbuffers/flatbuffers.h" #include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/schema/schema_generated.h" namespace tflite { namespace { using ::testing::ElementsAreArray; using ::testing::Matcher...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/space_to_batch_nd.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/space_to_batch_nd_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
21de3764-d775-4eb2-95c1-d92abb056bcf
cpp
google/quiche
quic_network_blackhole_detector
quiche/quic/core/quic_network_blackhole_detector.cc
quiche/quic/core/quic_network_blackhole_detector_test.cc
#include "quiche/quic/core/quic_network_blackhole_detector.h" #include <algorithm> #include "quiche/quic/core/quic_constants.h" namespace quic { QuicNetworkBlackholeDetector::QuicNetworkBlackholeDetector(Delegate* delegate, QuicAlarm* alarm) : delegate_(del...
#include "quiche/quic/core/quic_network_blackhole_detector.h" #include "quiche/quic/core/quic_connection_alarms.h" #include "quiche/quic/core/quic_one_block_arena.h" #include "quiche/quic/platform/api/quic_test.h" #include "quiche/quic/test_tools/mock_quic_connection_alarms.h" #include "quiche/quic/test_tools/quic_test...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_network_blackhole_detector.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/quic/core/quic_network_blackhole_detector_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6
c2ba4f36-53a8-4ce4-bbf5-d1fb8053459d
cpp
tensorflow/tensorflow
rename_attribute
tensorflow/tools/graph_transforms/rename_attribute.cc
tensorflow/tools/graph_transforms/rename_attribute_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/rename_attribute.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/rename_attribute_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
60f7a046-9b9b-48c8-8cb5-20c774aecc0b
cpp
google/tensorstore
cache
tensorstore/internal/cache/cache.cc
tensorstore/internal/cache/cache_test.cc
#include "tensorstore/internal/cache/cache.h" #include <stddef.h> #include <stdint.h> #include <array> #include <atomic> #include <bitset> #include <cassert> #include <memory> #include <mutex> #include <string> #include <string_view> #include <type_traits> #include <typeinfo> #include <utility> #include <vector> #inc...
#include "tensorstore/internal/cache/cache.h" #include <stddef.h> #include <atomic> #include <deque> #include <memory> #include <string> #include <string_view> #include <utility> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/base/thread_annotations.h" #include "absl/container/flat_hash_set.h" #includ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/cache/cache.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/internal/cache/cache_test.cc
4f887a6430414cd6088e1743555015b10f116d50
99662d93-902f-4bd4-a780-65a01fee4b6b
cpp
tensorflow/tensorflow
allocator
third_party/xla/xla/tsl/framework/allocator.cc
tensorflow/core/framework/allocator_test.cc
#include "xla/tsl/framework/allocator.h" #include <atomic> #include "xla/tsl/framework/allocator_registry.h" #include "xla/tsl/framework/tracking_allocator.h" #include "tsl/platform/mem.h" #include "tsl/platform/mutex.h" #include "tsl/platform/strcat.h" #include "tsl/platform/stringprintf.h" #include "tsl/platform/type...
#include "tensorflow/core/framework/allocator.h" #include <algorithm> #include <vector> #include "xla/tsl/profiler/utils/xplane_utils.h" #include "tensorflow/core/framework/typed_allocator.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/platform/mem.h" #include "tensorflow/core/platform/test....
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/framework/allocator.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/framework/allocator_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ac9824f0-e411-4d08-b0c7-6186c95f4a4c
cpp
tensorflow/tensorflow
obfuscate_names
tensorflow/tools/graph_transforms/obfuscate_names.cc
tensorflow/tools/graph_transforms/obfuscate_names_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/obfuscate_names.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/tools/graph_transforms/obfuscate_names_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
95ca6da9-8737-4ac5-baea-d3ecf04420f1
cpp
tensorflow/tensorflow
merge_padding_with
tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with.cc
tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with_test.cc
#include "tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with.h" #include <memory> #include <string> #include <variant> #include <vector> #include "absl/memory/memory.h" #include "absl/strings/str_cat.h" #include "absl/types/any.h" #include "absl/types/variant.h" #include "tensorflow/lite/delegates/...
#include "tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with.h" #include <memory> #include <string> #include <vector> #include <gtest/gtest.h> #include "absl/status/status.h" #include "absl/types/any.h" #include "tensorflow/lite/delegates/gpu/common/data_type.h" #include "tensorflow/lite/delegates/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/gpu/common/transformations/merge_padding_with_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
ce81a04e-fca4-4ddf-96e3-daf1ae6b533d
cpp
tensorflow/tensorflow
traceme_recorder
third_party/xla/xla/tsl/profiler/backends/cpu/traceme_recorder.cc
third_party/xla/xla/tsl/profiler/backends/cpu/traceme_recorder_test.cc
#include "xla/tsl/profiler/backends/cpu/traceme_recorder.h" #include <stddef.h> #include <stdint.h> #include <algorithm> #include <atomic> #include <deque> #include <optional> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "xla/tsl/profiler/utils/lock_free_queue.h" #include "xla...
#include "xla/tsl/profiler/backends/cpu/traceme_recorder.h" #include <atomic> #include <set> #include <string> #include <utility> #include <vector> #include "absl/container/flat_hash_map.h" #include "absl/strings/numbers.h" #include "absl/strings/str_cat.h" #include "xla/tsl/profiler/utils/math_utils.h" #include "xla/t...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/profiler/backends/cpu/traceme_recorder.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/tsl/profiler/backends/cpu/traceme_recorder_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
122e2de0-23d3-441b-a4e9-2765e88d32d1
cpp
tensorflow/tensorflow
topk_kernel
third_party/xla/xla/service/gpu/kernels/topk_kernel.cc
third_party/xla/xla/service/gpu/kernels/topk_kernel_test.cc
#include "xla/service/gpu/kernels/topk_kernel.h" #include <algorithm> #include <cstddef> #include <cstdint> #include "absl/numeric/bits.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "xla/primitive_util.h" #include "xla/service/gpu/kernels/topk_kernel_com...
#include "xla/service/gpu/kernels/topk_kernel.h" #include <stddef.h> #include <stdint.h> #include <algorithm> #include <functional> #include <tuple> #include <vector> #include "absl/log/check.h" #include "absl/random/random.h" #include "absl/strings/substitute.h" #include "absl/time/time.h" #include "xla/stream_executo...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/kernels/topk_kernel.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/kernels/topk_kernel_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c4f6349c-d229-4b92-b60f-2e85745f5542
cpp
google/langsvr
builder
include/langsvr/json/builder.h
src/json/builder_test.cc
#ifndef LANGSVR_JSON_BUILDER_ #define LANGSVR_JSON_BUILDER_ #include <memory> #include <type_traits> #include "langsvr/json/value.h" #include "langsvr/span.h" #include "langsvr/traits.h" namespace langsvr::json { class Value; } namespace langsvr::json { class Builder { public: virtual ~Builder(); static std::...
#include "langsvr/json/builder.h" #include "gtest/gtest.h" #include "src/utils/replace_all.h" namespace langsvr::json { namespace { TEST(JsonBuilder, ParseNull) { auto b = Builder::Create(); auto null_res = b->Parse("null"); ASSERT_EQ(null_res, Success); auto& null = null_res.Get(); EXPECT_EQ(null->...
https://github.com/google/langsvr/blob/303c526231a90049a3e384549720f3fbd453cf66/include/langsvr/json/builder.h
https://github.com/google/langsvr/blob/303c526231a90049a3e384549720f3fbd453cf66/src/json/builder_test.cc
303c526231a90049a3e384549720f3fbd453cf66
f8fa38a8-c603-4c99-9ab0-8297cb05f5a3
cpp
tensorflow/tensorflow
delegate
tensorflow/lite/delegates/flex/delegate.cc
tensorflow/lite/delegates/flex/delegate_test.cc
#include "tensorflow/lite/delegates/flex/delegate.h" #include <memory> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "tensorflow/core/framework/variant.h" #include "tensorflow/core/lib/core/status.h" #include "tensorflow/lite/context_util.h" #include "tensorflow/lite/core/c/common.h" #...
#include "tensorflow/lite/delegates/flex/delegate.h" #include <cstdint> #include <memory> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/delegates/flex/test_util.h" #include "tensorflow/lite/shared_library.h" namespace tflite { namespace flex { namespace { using ::testing:...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/flex/delegate.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/delegates/flex/delegate_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e782c79f-e9a8-483b-9862-b4e5938a0e81
cpp
tensorflow/tensorflow
reduction_splitter
third_party/xla/xla/service/gpu/transforms/reduction_splitter.cc
third_party/xla/xla/service/gpu/transforms/reduction_splitter_test.cc
#include "xla/service/gpu/transforms/reduction_splitter.h" #include <algorithm> #include <cstdint> #include <cstdlib> #include <memory> #include <utility> #include <vector> #include "absl/container/flat_hash_set.h" #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/stat...
#include "xla/service/gpu/transforms/reduction_splitter.h" #include <cstdint> #include <vector> #include "xla/hlo/ir/hlo_instruction.h" #include "xla/service/hlo_parser.h" #include "xla/service/pattern_matcher.h" #include "xla/service/pattern_matcher_gmock.h" #include "xla/shape_util.h" #include "xla/test.h" #include "...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/reduction_splitter.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/transforms/reduction_splitter_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
d759e3dd-49f9-433a-a301-b7317ffa4f80
cpp
tensorflow/tensorflow
root_instruction_sinker
third_party/xla/xla/service/root_instruction_sinker.cc
third_party/xla/xla/service/root_instruction_sinker_test.cc
#include "xla/service/root_instruction_sinker.h" #include "xla/service/tuple_util.h" namespace xla { namespace { void SinkTupleRoot(HloComputation* computation) { HloInstruction* root = computation->root_instruction(); CHECK(root->shape().IsTuple()); HloInstruction* new_root = TupleUtil::Duplicate(root); HloIns...
#include "xla/service/root_instruction_sinker.h" #include "xla/hlo/utils/hlo_matchers.h" #include "xla/tests/hlo_test_base.h" namespace xla { namespace { namespace op = xla::testing::opcode_matchers; using RootInstructionSinkerTest = HloTestBase; TEST_F(RootInstructionSinkerTest, TupleNoChange) { absl::string_view hl...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/root_instruction_sinker.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/root_instruction_sinker_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
c68067e9-e2ae-494f-9ab3-807b249c39ba
cpp
tensorflow/tensorflow
node_order
tensorflow/compiler/mlir/tensorflow/translate/node_order.cc
tensorflow/compiler/mlir/tensorflow/translate/node_order_test.cc
#include "tensorflow/compiler/mlir/tensorflow/translate/node_order.h" #include <algorithm> #include <cassert> #include <functional> #include <iterator> #include <set> #include <string> #include <unordered_map> #include <vector> #include "absl/container/flat_hash_map.h" #include "tensorflow/core/graph/algorithm.h" #incl...
#include "tensorflow/compiler/mlir/tensorflow/translate/node_order.h" #include <string> #include <utility> #include <vector> #include "xla/tsl/lib/core/status_test_util.h" #include "tensorflow/core/common_runtime/graph_def_builder_util.h" #include "tensorflow/core/framework/op.h" #include "tensorflow/core/graph/algorit...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/translate/node_order.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/compiler/mlir/tensorflow/translate/node_order_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
6fbcfd3c-c07b-407f-91b7-5614abd60af0
cpp
tensorflow/tensorflow
execute
tensorflow/core/tfrt/mlrt/interpreter/execute.cc
tensorflow/core/common_runtime/eager/execute_test.cc
#include "tensorflow/core/tfrt/mlrt/interpreter/execute.h" #include <cstdint> #include <string> #include <utility> #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "tensorflow/core/tfrt/mlrt/bytecode/kernel.h" #include "tensorflow/core/tfrt...
#include "tensorflow/core/common_runtime/eager/execute.h" #include <memory> #include <utility> #include <vector> #include "tensorflow/core/framework/full_type.pb.h" #include "tensorflow/core/framework/tensor_testutil.h" #include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/lib/monitoring/cell...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/tfrt/mlrt/interpreter/execute.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/common_runtime/eager/execute_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
e640441a-92c9-460e-bb15-7f5030fe035e
cpp
tensorflow/tensorflow
triton
third_party/xla/xla/service/gpu/fusions/triton.cc
third_party/xla/xla/service/gpu/fusions/triton_test.cc
#include "xla/service/gpu/fusions/triton.h" #include <cstdint> #include <memory> #include <optional> #include <string> #include <tuple> #include <utility> #include <vector> #include "absl/log/check.h" #include "absl/log/log.h" #include "absl/status/status.h" #include "absl/strings/str_cat.h" #include "absl/strings/stri...
#include "xla/service/gpu/fusions/triton.h" #include <memory> #include <optional> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/status/status.h" #include "mlir/IR/MLIRContext.h" #include "xla/hlo/ir/hlo_casting_utils.h" #include "xla/hlo/ir/hlo_instruction.h" #include "xla/hlo/ir/hlo_instructions.h" ...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/fusions/triton.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/gpu/fusions/triton_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
07907015-2bf1-4447-b999-7e04d57e2766
cpp
tensorflow/tensorflow
bfloat16_propagation
third_party/xla/xla/service/bfloat16_propagation.cc
third_party/xla/xla/service/bfloat16_propagation_test.cc
#include "xla/service/bfloat16_propagation.h" #include "absl/algorithm/container.h" #include "absl/cleanup/cleanup.h" #include "absl/container/flat_hash_set.h" #include "absl/status/status.h" #include "absl/strings/string_view.h" #include "absl/types/span.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/...
#include "xla/service/bfloat16_propagation.h" #include <cstdint> #include <memory> #include <string> #include "absl/log/log.h" #include "absl/status/statusor.h" #include "xla/comparison_util.h" #include "xla/hlo/ir/collective_device_list.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/hlo_instruction.h"...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/bfloat16_propagation.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/bfloat16_propagation_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
4f1cde24-9bd1-4c35-b0a6-b5d8de9285af
cpp
abseil/abseil-cpp
arg
absl/strings/internal/str_format/arg.cc
absl/strings/internal/str_format/arg_test.cc
#include "absl/strings/internal/str_format/arg.h" #include <algorithm> #include <cassert> #include <cstddef> #include <cstdint> #include <cstdlib> #include <cstring> #include <cwchar> #include <string> #include <type_traits> #include "absl/base/config.h" #include "absl/base/optimization.h" #include "absl/container/fixe...
#include "absl/strings/internal/str_format/arg.h" #include <limits> #include <string> #include "gtest/gtest.h" #include "absl/base/config.h" #include "absl/strings/str_format.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace str_format_internal { namespace { class FormatArgImplTest : public ::testing::Test { public: ...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/str_format/arg.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/strings/internal/str_format/arg_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
2801fa6d-a374-41d2-8d79-f378f788147e
cpp
google/arolla
bitwise
arolla/qexpr/operators/bitwise/bitwise.h
arolla/qexpr/operators/bitwise/bitwise_test.cc
#ifndef AROLLA_QEXPR_OPERATORS_BITWISE_BITWISE_H_ #define AROLLA_QEXPR_OPERATORS_BITWISE_BITWISE_H_ #include <type_traits> namespace arolla { struct BitwiseAndOp { using run_on_missing = std::true_type; template <typename T> T operator()(T lhs, T rhs) const { return lhs & rhs; } }; struct BitwiseOrOp { us...
#include <cstdint> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/status/status_matchers.h" #include "arolla/qexpr/operators.h" #include "arolla/qtype/base_types.h" namespace arolla { namespace { using ::absl_testing::IsOkAndHolds; TEST(BitwiseOperatorsTest, BitwiseAnd) { EXPECT_THAT( InvokeOp...
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qexpr/operators/bitwise/bitwise.h
https://github.com/google/arolla/blob/1ca990dbeca224035efdabffecc7f3738df6b52c/arolla/qexpr/operators/bitwise/bitwise_test.cc
1ca990dbeca224035efdabffecc7f3738df6b52c
28dc5ec3-deef-479b-9dd9-8be3d29407df
cpp
abseil/abseil-cpp
hash
absl/hash/internal/hash.cc
absl/hash/hash_test.cc
#include "absl/hash/internal/hash.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace hash_internal { uint64_t MixingHashState::CombineLargeContiguousImpl32( uint64_t state, const unsigned char* first, size_t len) { while (len >= PiecewiseChunkSize()) { state = Mix(state, hash_internal::CityHas...
#include "absl/hash/hash.h" #include <algorithm> #include <array> #include <bitset> #include <cstddef> #include <cstdint> #include <cstdlib> #include <cstring> #include <functional> #include <initializer_list> #include <ios> #include <limits> #include <memory> #include <ostream> #include <set> #include <string> #includ...
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/hash/internal/hash.cc
https://github.com/abseil/abseil-cpp/blob/03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4/absl/hash/hash_test.cc
03b8d6ea3dc6a0b8c6bcf42503c2053754dab2e4
da860396-918a-45e7-8b9f-5a4861646232
cpp
google/cel-cpp
value_export_util
eval/public/value_export_util.cc
eval/public/value_export_util_test.cc
#include "eval/public/value_export_util.h" #include <string> #include "google/protobuf/util/json_util.h" #include "google/protobuf/util/time_util.h" #include "absl/strings/escaping.h" #include "absl/strings/str_cat.h" #include "internal/proto_time_encoding.h" namespace google::api::expr::runtime { using google::protobu...
#include "eval/public/value_export_util.h" #include <string> #include <utility> #include <vector> #include "absl/strings/str_cat.h" #include "eval/public/containers/container_backed_list_impl.h" #include "eval/public/containers/container_backed_map_impl.h" #include "eval/public/structs/cel_proto_wrapper.h" #include "ev...
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/value_export_util.cc
https://github.com/google/cel-cpp/blob/4552db5798fb0853b131b783d8875794334fae7f/eval/public/value_export_util_test.cc
4552db5798fb0853b131b783d8875794334fae7f
752a36ae-7bac-440c-b8fb-ae3cbe7201fb
cpp
tensorflow/tensorflow
periodic_function
tensorflow/core/kernels/batching_util/periodic_function.cc
tensorflow/core/kernels/batching_util/periodic_function_test.cc
#include "tensorflow/core/kernels/batching_util/periodic_function.h" #include <algorithm> #include <utility> #include "absl/functional/any_invocable.h" #include "tensorflow/core/lib/strings/strcat.h" #include "tensorflow/core/platform/logging.h" namespace tensorflow { namespace serving { PeriodicFunction::PeriodicFunct...
#include "tensorflow/core/kernels/batching_util/periodic_function.h" #include <memory> #include <string> #include "tensorflow/core/kernels/batching_util/fake_clock_env.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace serving { namespace internal { class PeriodicFunctionTestAccess { public...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/periodic_function.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/core/kernels/batching_util/periodic_function_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
b9e0a1bd-6fce-4357-8434-7921a81b9262
cpp
tensorflow/tensorflow
refcounting_hash_map
third_party/xla/xla/refcounting_hash_map.h
third_party/xla/xla/refcounting_hash_map_test.cc
#ifndef XLA_REFCOUNTING_HASH_MAP_H_ #define XLA_REFCOUNTING_HASH_MAP_H_ #include <functional> #include <memory> #include "absl/base/thread_annotations.h" #include "absl/container/node_hash_map.h" #include "absl/functional/function_ref.h" #include "absl/status/statusor.h" #include "absl/synchronization/mutex.h" namespac...
#include "xla/refcounting_hash_map.h" #include <functional> #include <memory> #include <utility> #include "xla/test.h" namespace xla { namespace { struct DeleteNotifier { DeleteNotifier() = default; DeleteNotifier(const DeleteNotifier&) = delete; DeleteNotifier& operator=(const DeleteNotifier&) = delete; Delete...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/refcounting_hash_map.h
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/refcounting_hash_map_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
f28e4228-9163-4126-9831-6df089c74fdf
cpp
tensorflow/tensorflow
list_set_item
tensorflow/lite/kernels/variants/list_kernels/list_set_item.cc
tensorflow/lite/kernels/variants/list_kernels/list_set_item_test.cc
#include <utility> #include "tensorflow/lite/array.h" #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/kernels/variants/tensor_array.h" #includ...
#include <cstddef> #include <cstring> #include <optional> #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorflow/lite/core/c/c_api_types.h" #include "tensorflow/lite/core/c/common.h" #include "tensorflow/lite/kernels/internal/compatibility.h" #include "tensorflow/lite/kernels/test_util...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_set_item.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/tensorflow/lite/kernels/variants/list_kernels/list_set_item_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
807f7079-32eb-4aab-bf79-500ab8f1a70c
cpp
google/tensorstore
gzip_compressor
tensorstore/driver/n5/gzip_compressor.cc
tensorstore/driver/n5/gzip_compressor_test.cc
#include "tensorstore/driver/n5/compressor.h" #include "tensorstore/driver/n5/compressor_registry.h" #include "tensorstore/internal/compression/zlib_compressor.h" #include "tensorstore/internal/json_binding/json_binding.h" namespace tensorstore { namespace internal_n5 { namespace { struct Registration { Registration(...
#include <cstdint> #include <string_view> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/array.h" #include "tensorstore/driver/n5/compressor.h" #include "tensorstore/driver/n5/metadata.h" #include "tensorstore/internal/json_binding/gtest.h" #include "tensorstore/internal/json_gtest.h" #include ...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/driver/n5/gzip_compressor.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/driver/n5/gzip_compressor_test.cc
4f887a6430414cd6088e1743555015b10f116d50
03256495-5ec0-4ac6-9ce5-6a277dd98fb7
cpp
google/tensorstore
dimension_permutation
tensorstore/index_space/dimension_permutation.cc
tensorstore/index_space/dimension_permutation_test.cc
#include "tensorstore/index_space/dimension_permutation.h" #include <algorithm> #include <numeric> #include "tensorstore/contiguous_layout.h" #include "tensorstore/index.h" #include "tensorstore/index_space/index_transform.h" #include "tensorstore/strided_layout.h" #include "tensorstore/util/dimension_set.h" #include "...
#include "tensorstore/index_space/dimension_permutation.h" #include <vector> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "tensorstore/index.h" #include "tensorstore/index_space/dim_expression.h" #include "tensorstore/index_space/index_transform.h" #include "tensorstore/util/span.h" #include "tensorstore/...
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/dimension_permutation.cc
https://github.com/google/tensorstore/blob/4f887a6430414cd6088e1743555015b10f116d50/tensorstore/index_space/dimension_permutation_test.cc
4f887a6430414cd6088e1743555015b10f116d50
5ab2c70a-fff9-43d8-8884-621f1dde07fe
cpp
google/tsl
compute_engine_zone_provider
tsl/platform/cloud/compute_engine_zone_provider.cc
tsl/platform/cloud/compute_engine_zone_provider_test.cc
#include "tsl/platform/cloud/compute_engine_zone_provider.h" #include <utility> #include "tsl/platform/str_util.h" namespace tsl { namespace { constexpr char kGceMetadataZonePath[] = "instance/zone"; } ComputeEngineZoneProvider::ComputeEngineZoneProvider( std::shared_ptr<ComputeEngineMetadataClient> google_metada...
#include "tsl/platform/cloud/compute_engine_zone_provider.h" #include "tsl/platform/cloud/http_request_fake.h" #include "tsl/platform/test.h" namespace tsl { class ComputeEngineZoneProviderTest : public ::testing::Test { protected: void SetUp() override {} void TearDown() override {} }; TEST_F(ComputeEngineZonePro...
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/platform/cloud/compute_engine_zone_provider.cc
https://github.com/google/tsl/blob/6d708fdcdd4f40537b7fa273371215a6fa3d4423/tsl/platform/cloud/compute_engine_zone_provider_test.cc
6d708fdcdd4f40537b7fa273371215a6fa3d4423
a5a37f0d-aeff-4608-bde1-db87689d2a23
cpp
tensorflow/tensorflow
stacktrace
third_party/xla/third_party/tsl/tsl/platform/windows/stacktrace.cc
third_party/xla/third_party/tsl/tsl/platform/stacktrace_test.cc
#include "tsl/platform/windows/stacktrace.h" #include <windows.h> #include <dbghelp.h> #include <string> #include "tsl/platform/mutex.h" #pragma comment(lib, "dbghelp.lib") namespace tsl { static bool SymbolsAreAvailableInit() { SymSetOptions(SYMOPT_UNDNAME | SYMOPT_DEFERRED_LOADS); return SymInitialize(GetCurren...
#include "tsl/platform/stacktrace.h" #include <string> #include "tsl/platform/logging.h" #include "tsl/platform/test.h" namespace tsl { namespace { #if defined(TF_HAS_STACKTRACE) TEST(StacktraceTest, StacktraceWorks) { std::string stacktrace = CurrentStackTrace(); LOG(INFO) << "CurrentStackTrace():\n" << stacktrace...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/windows/stacktrace.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/third_party/tsl/tsl/platform/stacktrace_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
fa647017-9bed-4edd-a8b2-56279563cc52
cpp
tensorflow/tensorflow
host_offload_legalize
third_party/xla/xla/service/host_offload_legalize.cc
third_party/xla/xla/service/host_offload_legalize_test.cc
#include "xla/service/host_offload_legalize.h" #include <array> #include <cstdint> #include <memory> #include <string> #include <utility> #include <vector> #include "absl/algorithm/container.h" #include "absl/container/flat_hash_set.h" #include "absl/container/inlined_vector.h" #include "absl/log/check.h" #include "abs...
#include "xla/service/host_offload_legalize.h" #include <cstdint> #include <stack> #include <string> #include <gmock/gmock.h> #include <gtest/gtest.h> #include "absl/container/flat_hash_set.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "xla/hlo/ir/hlo_computation.h" #include "xla/hlo/ir/...
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/host_offload_legalize.cc
https://github.com/tensorflow/tensorflow/blob/4a29233a7b7c1a3a4294e4ccdd1772f9083944ea/third_party/xla/xla/service/host_offload_legalize_test.cc
4a29233a7b7c1a3a4294e4ccdd1772f9083944ea
9cbfb9af-6194-4234-b240-8a2e574acaef
cpp
google/quiche
quiche_ip_address
quiche/common/quiche_ip_address.cc
quiche/common/quiche_ip_address_test.cc
#include "quiche/common/quiche_ip_address.h" #include <algorithm> #include <cstdint> #include <cstring> #include <string> #include "absl/strings/str_cat.h" #include "quiche/common/platform/api/quiche_bug_tracker.h" #include "quiche/common/platform/api/quiche_logging.h" #include "quiche/common/quiche_ip_address_family.h...
#include "quiche/common/quiche_ip_address.h" #include <cstdint> #include "quiche/common/platform/api/quiche_test.h" #include "quiche/common/quiche_ip_address_family.h" namespace quiche { namespace test { namespace { TEST(QuicheIpAddressTest, IPv4) { QuicheIpAddress ip_address; EXPECT_FALSE(ip_address.IsInitialized(...
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_ip_address.cc
https://github.com/google/quiche/blob/6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6/quiche/common/quiche_ip_address_test.cc
6fe69b2cf77d5fc175a729bc7a6c322a6388b8b6