Home
last modified time | relevance | path

Searched defs:g_data (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/tsan/
H A Drace_with_finished_thread.cc6 int g_data; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DWeightNormKernel.cpp25 const auto g_data = g.data_ptr<scalar_t>(); in weight_norm_first_dim_kernel() local
131 const auto g_data = g.data_ptr<scalar_t>(); in weight_norm_last_dim_kernel() local
/aosp_15_r20/external/zstd/tests/regression/
H A Dtest.c67 static char const* g_data = NULL; variable
H A Ddata.c87 static data_t* g_data[] = { variable
/aosp_15_r20/external/libchrome/base/android/orderfile/
H A Dorderfile_instrumentation.cc71 LogData g_data[kPhases]; variable
/aosp_15_r20/external/cronet/base/android/orderfile/
H A Dorderfile_instrumentation.cc69 LogData g_data[kPhases]; variable
/aosp_15_r20/external/cronet/net/tools/stress_cache/
H A Dstress_cache.cc163 Data* g_data = nullptr; variable
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils_test.cc938 Tensor g_data(DT_FLOAT, TensorShape({width})); in TestHashNodeDef() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp1825 std::vector<float> g_data(kTotalSize, 0.0f); in TEST() local